auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates instead of...
[emacs.git] / lisp / gnus / ChangeLog
blobc98c86d46f2b7c8b9e2d4a2c5ed0cc2eefafa2f6
1 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
4         instead of delete-dups that is not available in XEmacs 21.4.
6 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
8         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
9         nil means that nnimap doesn't get updated.
11 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
13         * auth-source.el (auth-source-netrc-create): Return a synthetic search
14         result when the user doesn't want to write to the file.
15         (auth-source-netrc-search): Expect a synthetic result and proceed
16         accordingly.
17         (auth-source-cache-expiry): New variable to override
18         `password-cache-expiry'.
19         (auth-source-remember): Use it.
21         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
22         parameter.  Create entry if necessary by using :create t.
23         (nnimap-open-connection-1): Don't pass `inhibit-create'.
25 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
27         * auth-source.el (auth-source-debug): Enable by default and don't
28         mention the obsolete `auth-source-hide-passwords'.
29         (auth-source-do-warn): New function to debug unconditionally.
30         (auth-source-do-debug): Use it.
31         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
32         and for Secrets API entries when the secrets.el library is not
33         available.
35 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
37         * gnus-sum.el (gnus-propagate-marks): Default to nil.
38         (gnus-summary-exit): Kill the correct article buffer on exit from a
39         `C-d' group.
41         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
42         gnus-propagate-marks.
44         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
45         before killing the buffers so that a non-full window conf gets handled
46         correctly.
47         (gnus-summary-exit): Ditto.
48         (gnus-summary-read-group-1): Ditto.
50         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
51         async code again so that we can debug it properly.
53         * message.el (message-reply): Take an optional switch-buffer parameter
54         so that Gnus window confs are respected better.
56 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
58         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
59         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
60         docstring.
61         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
62         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
63         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
64         Login collection is "Login" and not "login".
66 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
68         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
69         multiple headers.
71         * nnimap.el (nnimap-inhibit-logging): New variable.
72         (nnimap-log-command): Don't log login commands.
74         * auth-source.el (auth-source-netrc-search): The asserts seem to want
75         to have more parameters.
77         * nnimap.el (nnimap-send-command): Mark the command time for each
78         command, so that we don't get NOOPs stepping on our toes.
80         * gnus-art.el (article-date-ut): Get the date from the Date header on
81         `t'.
83 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
85         * auth-source.el (auth-source-search): Use copy-sequence instead of
86         the cl.el copy-list.
88 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
90         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
91         Improve prompt.
93 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
95         * gnus-art.el (gnus-article-mode-line-format): Remove the article
96         washing status from the default format.  It isn't very informative.
98 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
100         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
101         Gcc processing on imap.
103 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
105         * message.el (message-bury): Don't pop up a new window when selected
106         window is dedicated.
108 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
110         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
112 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
114         * sieve-manage.el: Autoload `auth-source-search'.
115         (sieve-sasl-auth): Use it.
117 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
119         * nnimap.el: Autoload `auth-source-forget+'.
120         (nnimap-open-connection-1): Use it if the connection fails.
122         * auth-source.el: Require `password-cache'.
123         (auth-source-hide-passwords, auth-source-cache): Remove and mark
124         obsolete.
125         (auth-source-magic): Marker for `password-cache' keys.
126         (auth-source-do-cache): Update docstring.
127         (auth-source-search): Use and check cache.
128         (auth-source-forget-all-cached, auth-source-remember)
129         (auth-source-recall, auth-source-forget, auth-source-forget+)
130         (auth-source-specmatchp): Caching support functions.
131         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
132         Remove and obsolete.
133         (auth-source-user-or-password): Remove caching to further discourage
134         using it.  Always hide passwords.
136 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
138         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
139         code for now, since it doesn't work for all users.
141 2011-02-09  Julien Danjou  <julien@danjou.info>
143         * message.el (message-options): Make message-options really buffer
144         local.
146 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
148         * mail-source.el: Autoload `auth-source-search'.
149         (mail-source-keyword-map): Note order matters.
150         (mail-source-set-1): Get all the mail-source source values and
151         defaults and search auth-source on those if needed.  This can all
152         probably be simplified.
154         * nnimap.el: Autoload `auth-source-search'.
155         (nnimap-credentials): Use it.
156         (nnimap-open-connection-1): Ask for the virtual server and physical
157         address in one shot.
159         * nntp.el: Autoload `auth-source-search'.
160         (nntp-send-authinfo): Use it.  Note TODO.
162 2011-02-08  Julien Danjou  <julien@danjou.info>
164         * shr.el (shr-tag-body): Add support for text attribute in body
165         markups.
167         * message.el (message-options): Make message-options a local variable.
169 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
171         * auth-source.el (auth-source-secrets-search)
172         (auth-source-user-or-password): Use `append' instead of `nconc'.
173         (auth-source-user-or-password): Build return list better and protect
174         against nil :secret.
176 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
178         * nnimap.el (nnimap-update-info): Refactor slightly.
179         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
180         (nnimap-update-info): Clean up slightly.
181         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
182         characters.
183         (nnimap-process-quirk): Rename function to avoid collision.
184         (nnimap-update-info): Fix macrology bug-out.
185         (nnimap-update-info): Simplify split history test.
187 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
189         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
190         `secrets-get-attributes' instead of `secrets-get-attribute'.
191         (auth-source-secrets-search): Limit search when `max' is greater than
192         number of results.
194 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
196         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
197         part not returning any data.
199         * proto-stream.el (open-protocol-stream): Document the return value.
201 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
203         * auth-source.el (auth-source-secrets-search): Add examples.
205 2011-02-06  Julien Danjou  <julien@danjou.info>
207         * message.el (message-setup-1): Handle message-generate-headers-first
208         set to t.
210 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
212         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
213         API with a string "secrets:collection-name" and with 'default.
214         (auth-source-backend-parse): Parse "secrets:collection-name" and
215         'default.  Recurse on parses instead of repeating code.  Use the
216         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
217         message when ignoring a source.
218         (auth-source-search): List ignored search keys at the top level.
219         (auth-source-netrc-create): Use `case' instead of `cond'.
220         (auth-source-secrets-search): Created with TODOs.
221         (auth-source-secrets-create): Created with TODOs.
222         (auth-source-retrieve, auth-source-create, auth-source-delete)
223         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
224         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
225         (auth-source-user-or-password-sftp)
226         (auth-source-user-or-password-smtp): Removed.
227         (auth-source-user-or-password): Deprecated and modified to be a wrapper
228         around `auth-source-search'.  Not tested thoroughly.
230 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
232         * auth-source.el: Bring in assoc and eioeio libraries.
233         (secrets-enabled): New variable to track the status of the Secrets API.
234         (auth-source-backend): New EIOEIO class to represent a backend.
235         (auth-source-creation-defaults): New variable to set prompt defaults
236         during token creation (see the `auth-source-search' docstring for
237         details).
238         (auth-sources): Simplify to allow a simple string as a netrc backend
239         spec.
240         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
241         (auth-source-backend-parse-parameters): Fill in the backend parameters.
242         (auth-source-search): Main auth-source API entry point.
243         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
244         (auth-source-search-collection): Helper function for searching.
245         (auth-source-netrc-parse, auth-source-netrc-normalize)
246         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
247         Supports search, create, and delete.
248         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
249         backend stubs.
250         (auth-source-user-or-password): Call `auth-source-search' but it's not
251         ready yet.
253 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
255         * message.el (message-setup-1): Remove the read-only stuff, since it
256         doesn't work under XEmacs, for some reason.
258         * gnus-sum.el (gnus-user-date): Rename back from
259         gnus-summary-user-date since user code refers to it.
261         * shr.el (shr-render-td): Store the actual background colour used.
263         * message.el (message-setup-1): Don't bind the constant
264         -forbidden-properties.
265         (message-setup-1): Revert previous change, since it needs to bind the
266         props to insert them.
267         (message-resend): Allow removing the read-only separator line.
269 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
271         * nnimap.el (nnimap-request-accept-article): Give an error message if
272         the APPEND wasn't successful.
274 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
276         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
277         that have no groups.
279 2011-02-03  Julien Danjou  <julien@danjou.info>
281         * gnus-draft.el: Remove progn around gnus-draft-setup.
283 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
285         * gnus-start.el (gnus-read-active-for-groups): This function is never
286         called with a nil `infos', so clean that up.
287         (gnus-get-unread-articles): Request active files from primary/secondary
288         methods that have no groups (yet).
290 2011-02-03  Julien Danjou  <julien@danjou.info>
292         * message.el (message-setup-1): Always generate References first.
293         (message-mail): Return the return value of message-setup, not always t.
294         (message-setup-1): Insert mail-header-separator with read-only and
295         intangible properties set.
297         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
298         user-date in docstring.
300         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
302         * gnus.el (gnus-summary-line-format): Mention &user-date format in
303         docstring.
305         * gnus.el (gnus-user-date-format-alist): Change default value. Use
306         defcustom, with type and group. Move from gnus-util.el. Rename to
307         gnus-summary-user-date-format-alist.
309 2011-02-03  Glenn Morris  <rgm@gnu.org>
311         * nnimap.el (gnus-fetch-headers): Declare.
313         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
315 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
317         * message.el (message-forward-make-body-digest-plain)
318         (message-followup, message-reply): Clean up things noted by Stefan.
320         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
321         gnus-article-update-date-headers is nil.
322         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
323         it didn't really work with defcustom.
324         (article-update-date-lapsed): Make sure the window start doesn't move,
325         either.
327 2011-02-01  Julien Danjou  <julien@danjou.info>
329         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
330         format.
332         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
333         standard in Emacs nowadays.
335 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
337         * message.el (message-expand-name): Don't trust the return value of
338         bbdb-complete-name.
339         (message-check-news-header-syntax): Remove unused var `start'.
340         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
341         (message-inhibit-body-encoding): Move to before first use.
342         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
343         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
344         (Organization, Message-ID, Date, mh-previous-window-config):
345         Defvar the vars using dynamic scoping.
347 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
349         * shr.el (shr-render-td): Only do colours at the final rendering.
350         Should be slightly faster.
351         (shr-insert-table): Fix up TD background colours when doing the
352         vertical padding.
354         * gnus-art.el (article-date-ut): Protect against articles with no Date
355         header.
356         (article-update-date-lapsed): Don't use current-column to find the
357         horizontal position.  It's fragile in the presence of \003 characters.
359         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
361 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
363         * gnus-art.el (article-transform-date): Rewrite to still work when
364         there are several rfc2822 parts.
365         (article-transform-date): Fix infinite recursion.
366         (article-date-ut): Replace infinitely many Date headers with a single
367         one when called interactively.
369         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
370         secure manner.
372         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
373         move around by not using save-window-excursion.  It seems to work...
375 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
377         * gnus-art.el (article-make-date-line): Work for user-defined format.
379 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
381         * nntp.el (nntp-retrieve-group-data-early)
382         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
383         fetching functions.
385         * gnus-start.el (gnus-read-active-for-groups): Read the active files
386         thoroughly for all backends that have no known groups.  This should
387         allow new nnml methods to retrieve mail.
389         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
390         that Gnus doesn't know exists again.
392         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
393         (gnus-treat-date-ut): Ditto.
394         (gnus-article-update-date-header): Renamed.
395         (gnus-treat-date-local): Removed.
396         (gnus-treat-date-english): Removed.
397         (gnus-treat-date-lapsed): Removed.
398         (gnus-treat-date-combined-lapsed): Removed.
399         (gnus-treat-date-original): Removed.
400         (gnus-treat-date-iso8601): Removed.
401         (gnus-treat-date-user-defined): Removed.
402         (gnus-article-date-headers): New variable to control all the date
403         header options.
404         (article-date-ut): Rewrite to allow using the new way to format date
405         headers(s).
407 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
409         * nnmail.el (nnmail-article-group): Check for a direct fancy split
410         method.
411         (nnmail-article-group): A better test for fanciness.
413         * nnimap.el (nnimap-request-head): Protect against not finding the
414         article by Message-ID.
416 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
418         * gnus-art.el (article-update-date-lapsed): Try a better way to really
419         keep point at the "same place".
421 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
423         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
424         data if the group is unactivated.
426 2011-01-28  Julien Danjou  <julien@danjou.info>
428         * gnus-win.el: Remove dead function gnus-window-configuration-element.
429         (gnus-all-windows-visible-p): Remove old compatibility code.
430         (gnus-window-top-edge): Add docstring.
432         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
434 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
436         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
437         older request-update-info.
439         * gnus-art.el (article-make-date-line): Limit the length a bit more.
441 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
443         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
444         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
446 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
448         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
449         groups.  This makes the nndraft:queue group pop up if it's not already
450         there.
452         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
453         messages" logic, which was reversed.
455         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
456         the "same place" even if point is on the line being replaced.
457         (article-update-date-lapsed): Allow updating both the combined lapsed
458         and the lapsed headers.
459         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
460         (article-make-date-line): Limit the number of segments dynamically to
461         avoid too-long lines.
463 2011-01-27  Julien Danjou  <julien@danjou.info>
465         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
466         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
468 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
470         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
471         Use plist-get instead of the cl function getf.
473 2011-01-27  Glenn Morris  <rgm@gnu.org>
475         * gnus-util.el (float-time): Get rid of compiler warning, again.
477 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
479         * shr.el (shr-put-color): Special-case background colours: Do put them
480         at the blank parts at the front of the lines.
482         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
483         exit hook to nix out all data on readedness on group exit.
485         * gnus-util.el (float-time): If float-time is bound, always use it on
486         all Emacsen.  It's unclear why the subrp check was there.
487         (time-date): Require to make some autoload issues on XEmacs go away.
489         * shr.el (shr-put-color): Don't do the box padding in tables, since
490         they're already padded.
492 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
494         * gnus-art.el (gnus-article-next-page): When the last line of the
495         article is displayed, scroll down once more instead of going to the
496         next article at once.
497         (article-lapsed-string): Refactor out and allow specifying how many
498         segments you want.
499         (gnus-article-setup-buffer): Start updating the lapsed header directly.
500         (gnus-article-update-lapsed-header): New variable.
502         * shr.el: Revert change that made headings use different-sized faces.
503         The Emacs display engine isn't advanced enough that, for instance,
504         tables can comfortably use differntly-sized faces.
506 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
508         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
509         used.
510         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
511         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
512         we're using an encrypted connection.
514         * proto-stream.el: Alter the interface functions to also return the
515         actual stream type used: network or tls.
517 2011-01-25  Julien Danjou  <julien@danjou.info>
519         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
520         (mm-display-javascript-inline): New function.
522         * mm-decode.el (mm-inline-media-tests): Add application/javascript
523         viewing function.
525 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
527         * shr.el (shr-expand-newlines): Fix variable name.
529 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
531         * shr.el (shr-expand-newlines): Make nested boxes work.
533 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
535         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
536         backgrounds.
537         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
538         in a more sensible manner.
540 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
542         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
543         if EPG is loaded.
545 2011-01-24  Julien Danjou  <julien@danjou.info>
547         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
548         tags.
550 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
552         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
553         commands.
555         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
556         in the article buffer.
557         (gnus-gravatar-insert): Use blank space from the current buffer to
558         avoid breaking text properties.  This makes X-Sent updating work again.
560         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
562 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
564         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
565         fix the bug in url-http.el instead.
567         * shr.el (shr-image-fetched): Ditto.
569         * shr.el (shr-image-fetched): Avoid having point move in the article
570         buffer.
572         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
573         buffer after being called.  It's apparently being killed by url.el, and
574         killing it made point move to end-of-buffer in a random buffer.
576         * shr.el (shr-image-fetched): Ditto.
578 2011-01-23  Julien Danjou  <julien@danjou.info>
580         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
582         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
583         text/x-org.
585 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
587         * gnus-sum.el (gnus-summary-move-article): Protect against backends
588         (i.e., nnimap) returning nil as the article number.
590 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
592         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
593         "DelSp" parameter in RFC3676.
595 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
597         * message.el (message-check-recipients): Display the encoded version of
598         the bogus address if they differ.
600         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
601         after sending.
603         * gnus-agent.el (gnus-agent-send-mail): Ditto.
605         * gnus-group.el (gnus-group-refresh-group): New convenience function.
607         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
608         group buffer after sending the queue.
610         * gnus-agent.el (gnus-agent-send-mail): Ditto.
612 2011-01-22  Julien Danjou  <julien@danjou.info>
614         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
616 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
618         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
619         nested related parts.
621         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
622         unexpired articles.  This fixes the regression that led expiry marks to
623         disappear from nnfolder groups.
625 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
627         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
628         Don't confuse the "ret" of "retrograde" with RET.
630 2011-01-21  Julien Danjou  <julien@danjou.info>
632         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
633         than mm-insert-inline.
635 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
637         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
638         Widen article buffer.
640 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
642         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
643         the temp buffer.
644         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
646 2011-01-20  Julien Danjou  <julien@danjou.info>
648         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
650         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
651         than mm-insert-inline to insert inline part: this respect
652         mm-inline-media-tests displayers.
654         * mm-view.el (mm-display-shell-script-inline): New function.
656         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
658         * mm-uu.el (mm-uu-type-alist): Add org block.
659         (mm-uu-org-src-code-block-extract): New function.
661         * mm-view.el (mm-display-org-inline): New function.
663         * mm-decode.el (mm-automatic-display): Add text/org.
665         * mailcap.el (mailcap-mime-extensions): Add .org.
667 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
669         * gnus-art.el (gnus-article-highlight): Remove argument passed to
670         gnus-article-add-buttons.
672 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
674         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
675         From header with a date and "nobody" as the sender.
677 2011-01-19  Julien Danjou  <julien@danjou.info>
679         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
680         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
681         if you have the same regexp several times.
682         (gnus-button-push): Fix matching when regexp is symbol.
684 2011-01-15  Glenn Morris  <rgm@gnu.org>
686         * message.el (message-mail): A compose-mail function should
687         accept headers as strings.
689 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
691         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
692         Add :vert-only tags.
693         (message-mail): New arg RETURN-ACTION.
694         (message-return-action): New var.
695         (message-bury): Use it.
696         (message-mode): Make it buffer-local.
697         (message-send-and-exit): Always call message-bury.
699         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
700         message-mail.
702 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
704         * nnimap.el (nnimap-convert-partial-article): Protect against
705         zero-length body parts.
707         * mm-decode.el (mm-preferred-alternative-precedence):
708         Discourage showing empty parts.
710         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
711         and stuff if the backend didn't return the article number.  This fixes
712         an Exchange-related nnimap bug.
714         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
715         group window, because it does the wrong thing when a separate frame
716         displays the group buffer.
718         * proto-stream.el (open-protocol-stream): Protect against the low-level
719         transport functions returning nil.
721 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
723         * mml2015.el (epg-sub-key-fingerprint): Autoload.
724         (mml2015-epg-find-usable-secret-key): New function.
725         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
726         mml2015-epg-find-usable-key (Bug#7797).
727         (mml2015-epg-encrypt): Ditto.
729 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
731         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
733 2011-01-03  Glenn Morris  <rgm@gnu.org>
735         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
737         * sieve.el (sieve-open-server): Give a more explicit error if
738         sieve-manage-open returns nil.  (Bug#7720)
740 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
742         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
744 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
746         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
747         This avoids sending passwords in plain text over non-encrypted
748         channels.
750         * shr.el (shr-rescale-image): Display all GIF images as animated images.
752         * nnimap.el (nnimap-login): Refactored out into own function, and
753         implement CRAM-MD5.
754         (nnimap-wait-for-line): Refactored out.
756         * mm-view.el (mml-smime): Require.
758 2010-12-20  David Engster  <deng@eml.cc>
760         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
761         use EPG to decrypt S/MIME messages instead of openssl.
763 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
765         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
767         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
768         status is the group clearly is unreachable.
770         * auth-source.el (auth-source-create): Add the optional second
771         parameter to `local-variable-p' to be compatible with XEmacs.
773 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
775         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
776         work when using a compressed nnml folder.
778 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
780         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
781         backends after sanitising on entry, because this never makes sense:
782         If the articles have gone missing, then the data no longer exists on
783         the backend, and if they haven't, then Gnus is wrong, and shouldn't
784         overwrite anything anyway.
786         * shr.el (shr-insert-document): Bind shr-width dynamically to
787         window-width if it's nil.
789 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
791         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
792         with the meaning of using the full emacs window width for rendering.
794 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
796         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
797         case when sender is not given.
799 2010-12-23  Julien Danjou  <julien@danjou.info>
801         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
802         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
803         the addresses, otherwise we might misplaced the gravatar.
805 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
807         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
808         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
809         obsolete in Emacs.
811 2010-12-20  Julien Danjou  <julien@danjou.info>
813         * gnus-util.el (gnus-rescale-image): Revert last change.
815 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
817         * gnus-group.el (gnus-group-delete-articles): New command.
819 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
821         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
823 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
825         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
826         here, since it's up to the backends to do CRLF removal if their
827         protocol has it.
829         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
831 2010-12-17  Julien Danjou  <julien@danjou.info>
833         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
834         they are from file. Can also scale up.
836 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
838         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
839         gnus-use-agent.
840         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
842         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
844 2010-12-17  Julien Danjou  <julien@danjou.info>
846         * gravatar.el (gravatar-retrieve-synchronously): New function.
847         (gravatar-get-data): Make more robust.
849 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
851         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
852         to really consider the last line.
854 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
856         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
857         list of recipient keys, or use symmetric encryption if not a list.
858         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
859         EPA override, replacing the call to `netrc-store-data'.
861 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
863         * gnus-srvr.el: Avoid passing nil regexp argument to
864         delete-matching-lines.
866 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
868         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
869         fetching stops when Gnus exits.
871         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
872         function.
873         (nnfolder-request-expire-articles): Save all the buffers after doing
874         expiry.
876         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
877         the last article", since that led to serious performance regressions
878         when expiring nnml groups.
880 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
882         * nnir.el: Improve customizations.
884 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
886         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
888         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
889         group has been killed.
890         (gnus-group-yank-group): Ditto.
892         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
894         * nnimap.el (nnimap-request-update-group-status): New function.
896         * gnus-int.el (gnus-request-update-group-status): New interface
897         function.
899         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
900         copying read-ness to the backends.
902         * nnimap.el (nnimap-quirk): New function.
903         (nnimap-retrieve-group-data-early): Use it.
904         (nnimap-quirks): New alist.
906 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
908         * shr.el (shr-insert): Set shr-start after deleting trailing space;
909         don't delete it within indentation.
911 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
913         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
914         previous line.
916 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
918         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
919         QRESYNC command by deleting a superfluous space which broke Cyrus
920         servers.  This change will break other servers that are buggy the other
921         way around.
923 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
925         * spam.el: Reindent and fix long lines.
926         (spam-copy-or-move-routine): Exclude invalid move destinations.
928 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
930         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
931         installed the registry.
933 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
935         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
936         groupname doesn't contain "gmane".
938 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
940         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
941         (gnus-1): Don't create the nndrafts group twice.
942         (gnus-setup-news): There's no need to read the active file here, since
943         that's done again later on a per-backend basis.
944         (gnus-start-draft-setup): Make sure that the new group is started out
945         empty.
947         * gnus-agent.el (gnus-agentize): Don't create the queue group
948         automatically on startup.  It'll be created later, if needed.
950         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
951         of automatically subscribed groups.
952         (gnus-auto-subscribed-categories): New variable.
953         (gnus-matches-options-n): Use it.
954         (gnus-default-subscribed-newsgroups): Remove unused variable.
955         (gnus-start-draft-setup): Message a bit less.
957 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
959         * nnir.el (nnir-run-imap): Return article list in order of increasing
960         UID.
962 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
964         * gnus-sum.el (gnus-summary-enter-digest-group):
965         Mention gnus-auto-select-on-ephemeral-exit.
967         * proto-stream.el (proto-stream-open-network-only): Fix the calling
968         convention of the network-only option.
970 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
972         * proto-stream.el (proto-stream-open-network-only): New function to
973         have a way to specify non-STARTTLS upgrade connections.
975 2010-12-10  Julien Danjou  <julien@danjou.info>
977         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
978         email address is nil.
980         * message.el (message-bogus-recipient-p): Set address to "" if nil.
982 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
984         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
985         deletion.
986         (nnir-run-imap): Only need to parse list once.
988 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
990         * shr.el (shr-tag-script): Ignore <script>.
991         (shr-tag-label): Add <label> support.
993 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
995         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
997         * shr.el (shr-image-displayer): Work for images lined side by side.
999 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1001         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1002         parameter, since XEmacs doesn't accept t as a parameter.
1004 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1006         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1007         ids.
1008         (nnir-run-gmane): Simplify groupspec formatting.
1009         (nnir-request-expire-articles): New function.
1011 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1014         overflow, possibly.
1016         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1017         (shr-render-td): Handle td style="" better.
1018         (shr-tag-table): Use the color from the style sheet.
1019         (shr-render-td): Make sure we copy over all the overlays, too.
1021 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1023         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1024         (nnir-request-article): Improve article retrieval.
1026 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1028         * mm-util.el (mm-extra-numeric-entities): New variable.
1030         * mm-url.el (mm-url-decode-entities):
1031         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1033 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1035         * message.el: Use completion-at-point.
1036         (message-completion-function): New fun, extracted from message-tab.
1037         (message-mode): Use it for completion-at-point-functions.
1038         (message-tab): Use it and completion-at-point.
1040 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1042         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1043         character if a non-breakable character follows.
1045 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1047         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1048         any stream.
1050         * shr.el (shr-tag-font): Colorize the region.
1051         (shr-tag-body): Ditto.
1052         (shr-tag-font): Actually let the styles be inherited instead of
1053         overwriting them.
1054         (shr-tag-font): Get the background color right.
1055         (shr-tag-style): Ignore all <style> tags for the moment.
1057         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1058         a Message-ID to avoid having nnimap depend on gnus-sum.
1060         * shr.el (shr-descend): Only colorize something if we have a node that
1061         sets colors.
1063 2010-12-06  Julien Danjou  <julien@danjou.info>
1065         * shr.el (shr-render-td): Render td content with shr-descend, so style
1066         will be applied to <td> too.
1067         (shr-colorize-region): Colorize region even if we only have a background.
1068         (shr-tag-body): Fix color and background color inheritance.
1069         Do not recolorize after shr-generic.
1070         (shr-tag-font): Let shr-generic colorize via inheritance.
1072 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1074         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1076 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1078         * nnir.el (nnir-request-move-article): Remove obsolete code.
1080 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1082         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1084 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1086         * gnus-sum.el (gnus-summary-respool-article): The completion function
1087         expects a list instead of an alist.
1089         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1090         string as the parameter.
1092         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1094         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1095         styles.
1096         (shr-colorize-region): New function.
1097         (shr-insert-background-overlay): Remove.
1098         (shr-render-td): Background setting should be taken care of on a higher
1099         level.
1100         (shr-tag-body): Use post-hoc colorizations.
1101         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1102         (shr-put-color-1): Don't overwrite old colors.
1103         (shr-colorize-region): When the background color isn't explicit, use
1104         a fixed background.
1106         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1107         nnmail variables.
1109 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1111         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1112         unless necessary.
1114 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1116         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1117         server.
1119 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1121         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1122         so that TAB works.
1124         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1125         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1127         * shr.el (shr-urlify): Show the URL before the title to avoid
1128         misleading URLs.
1130 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1132         * shr.el (shr-urlify): Display the title in <a> tags.
1134 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1136         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1138 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1140         * nnir.el: Rearrange code to allow macros to be autoloaded by
1141         gnus-sum.el.
1142         (nnir-retrieve-headers-override-function): Make this variable
1143         customizable.
1144         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1146         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1147         from nnir.el.
1149 2010-12-03  Julien Danjou  <julien@danjou.info>
1151         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1153 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1155         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1156         allow optional argument `environment'.
1158 2010-12-03  Glenn Morris  <rgm@gnu.org>
1160         * mm-extern.el (message-goto-body): Update declaration.
1162 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1164         * gnus-util.el (gnus-macroexpand-all): New function.
1166         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1167         instead of macroexpand-all that is unavailable in XEmacs.
1169 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1171         * nnir.el (nnir-summary-line-format): New variable.
1172         (nnir-mode): Use it.
1173         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1174         (nnir-article-ids): Reimplement as defsubst.
1175         (nnir-retrieve-headers): Don't mangle the subject header.
1176         (nnir-run-imap): Use 100 as RSV score.
1177         (nnir-run-find-grep): Fix for full server searching.
1178         (nnir-run-gmane): Better restriction to gmane groups.
1180         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1181         summary buffers.
1183 2010-12-02  Julien Danjou  <julien@danjou.info>
1185         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1187         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1189         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1190         support.
1192 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1194         * nnir.el: Update to handle the registry better.
1195         (autoload): Silence byte-compiler.
1196         (nnir-open-server): Add a hook for nnir groups.
1197         (nnir-request-move-article): Don't mangle the header. Better to use
1198         formating variables (which will be added in the future).
1199         (nnir-registry-action): Update the registry using the original article
1200         group name.
1201         (nnir-mode): Install nnir-specific hooks for updating the registry.
1203         * gnus-sum.el
1204         (gnus-article-original-subject,gnus-newsgroup-original-name):
1205         Remove obsolete variables.
1206         (gnus-summary-move-article): Remove use of obsolete variables.
1207         (gnus-summary-local-variables): Make move and delete hooks local to
1208         summary buffers.
1210 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1212         * rtree.el: New file.
1214 2010-12-01  Julien Danjou  <julien@danjou.info>
1216         * message.el (message-user-organization): Do not use
1217         gnus-local-organization.
1219         * gnus.el: Remove gnus-local-organization.
1221         * gnus-msg.el: Remove nastygram thing.
1223 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1225         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1226         funcall.
1228 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1230         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1231         names.
1233         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1234         characters.
1236         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1237         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1238         Suggested by Štěpán Němec <stepnem@gmail.com>.
1239         (gnus-gravatar-transform-address): Use mail-extract-address-components
1240         that supports non-ASCII names rather than mail-header-parse-addresses.
1242 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1244         * proto-stream.el (open-protocol-stream): All starttls connections are
1245         handled by the network handler.
1247 2010-11-30  Julien Danjou  <julien@danjou.info>
1249         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1250         (nnimap-open-connection-1): Fix PREAUTH.
1252         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1254 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1256         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1257         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1258         (shr-insert): Use them.
1259         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1261 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1263         * nnir.el (nnir-request-move-article): Bail out if original group
1264         doesn't support article moves.
1265         (nnir-get-active): Improve active list retrieval.
1267 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1269         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1271 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1273         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1274         seem to accept strings-with-numbers as port numbers,
1276 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1278         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1279         change the registry.
1281 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1283         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1284         delete-dups that is not available in XEmacs 21.4.
1286         * mm-util.el (mm-delete-duplicates): Add comment.
1288 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1290         * nnir.el (nnir-ignored-newsgroups): New variable.
1291         (nnir-get-active): Use it.
1293 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1295         * proto-stream.el (proto-stream-open-network): Add some comments.
1297         * nntp.el (nntp-open-connection): Provide a :success condition.
1299         * nnimap.el (nnimap-open-connection-1): Ditto.
1301         * proto-stream.el (proto-stream-open-network): See what the response to
1302         the STARTTLS command is.
1304         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1305         backwards compatibility).
1306         (nnimap-open-connection-1): Really respect nnimap-server-port.
1308         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1309         TLS upgrades we don't really care about the identity of the peer.
1310         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1311         that what we've checked for.
1312         (proto-stream-always-use-starttls): Only default to t if
1313         open-gnutls-stream exists.
1314         (proto-stream-open-network): If STARTTLS failed, then just open a
1315         normal connection.
1316         (proto-stream-open-network): Wait until the greeting before doing
1317         STARTTLS.
1319         * nntp.el (nntp-open-connection): Report what the connection error is.
1321         * proto-stream.el (open-protocol-stream): Rename from
1322         open-proto-stream.
1324 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1326         * nnimap.el (nnimap-stream): Change default to `undecided'.
1327         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1328         first, and then network.
1329         (nnimap-open-connection-1): Respect nnimap-server-port.
1330         (nnimap-open-connection): Be more backwards-compatible.
1332         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1333         (proto-stream-open-starttls): De-duplicate the starttls code.
1334         (proto-stream-open-starttls): Folded back into the main function.
1335         (proto-stream-open-network): Fix typo in the gnutls path.
1336         (proto-stream-command): Refactor out.
1338         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1340         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1341         starttls.el STARTTLS.
1343         * color.el (color-lab->srgb): Fix function call name.
1345         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1346         if we're using tls.el.
1347         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1348         built in, then don't try to establish a STARTTLS connection.
1350         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1351         servers.
1353         * proto-stream.el (open-proto-stream): Use network, not stream.
1354         (open-proto-stream): Add a way to specify what the end of a command is.
1356         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1357         connections types.
1358         (nntp-open-network-stream): Remove.
1359         (nntp-open-ssl-stream): Remove.
1360         (nntp-open-tls-stream): Remove.
1361         (nntp-ssl-program): Remove.
1363         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1365 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1367         * nnir.el: Fix typos.
1368         (nnir-retrieve-headers-override-function): Rename variable to reflect
1369         new semantics.
1370         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1371         macros.
1372         (nnir-request-article, nnir-request-move-article): Use them.
1373         (nnir-categorize): New function.
1374         (nnir-run-query): Use it.
1375         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1376         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1377         sorted.
1378         (nnir-group-full-name): Use gnus-group-full-name instead.
1379         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1380         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1382 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1384         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1386         * proto-stream.el: New library to provide protocol-specific
1387         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1388         protocols.
1389         (open-proto-stream): Complete the documentation.
1390         (proto-stream-open-network): Fix some typos.
1392         * nnimap.el (nnimap-open-connection): Use it.
1394 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1396         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1397         negotiation.
1399 2010-11-26  Julien Danjou  <julien@danjou.info>
1401         * color.el: Rename various rgb functions to srgb.
1403 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1405         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1406         names.
1408 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1410         * shr.el (shr-insert): Revert last change.
1411         (shr-find-fill-point): Never leave point being at bol;
1412         relax the kinsoku limitation when rendering tables.
1414 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1416         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1417         results from -accept-article.
1419         * shr-color.el: Require cl when compiling.
1421         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1422         checkin.
1424         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1426         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1428         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1429         'add and 'delete to set backend marks.
1431         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1433         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1435         * nntp.el (nntp-request-set-mark): Use it.
1437         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1439         * nnml.el (nnml-request-set-mark): Ditto.
1441         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1442         introduces regressions in article selection.
1443         (nnimap-find-uid-response): New function.
1444         (nnimap-request-accept-article): Use the UID returned, if any.
1445         (nnimap-request-move-article): Use the UID returned, if any.
1446         (nnimap-get-groups): Reimplement to work with folded lines.
1447         (nnimap-find-uid-response): The UID is the last element in the list.
1448         (nnimap-request-set-mark): Extend syntax with 'set.
1450         * nnml.el (nnml-request-set-mark): Ditto.
1452         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1454         * nntp.el (nntp-request-set-mark): Ditto.
1456 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1458         * message.el (message-called-interactively-p): A temporary macro.
1459         (message-goto-body): Use it temporarily.
1461 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1463         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1464         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1465         (nnimap-last-response-string): Fix last unfolding fix.
1467 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1469         * shr.el (shr-insert): Fix the way to fold lines.
1471 2010-11-25  Julien Danjou  <julien@danjou.info>
1473         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1475         * color.el: Rename from color-lab.el
1476         (color-rgb->hex): Add.
1477         (color-complement): Add.
1478         (color-complement-hex): Add.
1480         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1482 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1484         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1485         don't exist.
1487 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1489         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1490         assuming that article displaying or another mml-preview may be
1491         interrupted for an error or for the like.
1493         * shr.el (shr-get-background): Fix argument name.
1495 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1497         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1499         * gnus-sum.el (gnus-summary-include-articles): New function.
1501         * message.el (message-goto-body): called-interactively-p needs a
1502         parameter, so use `any'.
1504         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1505         clear marks before moving, since they're synced from the Gnus side
1506         first.
1508         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1509         (gnus-summary-move-article): Copy over all marks before moving, so that
1510         IMAP doesn't think a new article has arrived.
1512 2010-11-24  Julien Danjou  <julien@danjou.info>
1514         * shr.el (shr-insert-background-overlay): Fix typo.
1515         (shr-render-td): Copy the background before rendering.
1517         * shr-color.el (shr-color-visible): Fix docstring.
1519         * shr.el (shr-tag-table): Add bgcolor support.
1520         (shr-render-td): Add bgcolor support.
1521         (shr-get-background): Add.
1522         (shr-insert-foreground-overlay): Use shr-get-background.
1524         * message.el (message-goto-body): Use called-interactively-p.
1525         (message-in-body-p): message-goto-body returns point.
1527 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1529         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1530         Fixes something or other in Emacs 23, and is backwards compatible.
1532         * message.el (message-goto-body): Remove the <#secure special-casing,
1533         which is too special.
1535         * shr.el (shr-parse-style): Drop !important from styles.
1537 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1539         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1540         this function to return incorrect results when calling it with an
1541         explicit article argument different from
1542         (gnus-summary-article-number).
1544 2010-11-24  Julien Danjou  <julien@danjou.info>
1546         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1547         (shr-tag-body): Add background support.
1548         (shr-descend): Add background support.
1549         (shr-tag-title): Add.
1551         * shr-color.el (shr-color-visible): Really return original background
1552         if fixed.
1554 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1556         * shr.el (shr-color-check): Protect against non-existant colour names.
1558 2010-11-24  Julien Danjou  <julien@danjou.info>
1560         * color-lab.el: Require 'cl when compiling.
1562         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1564         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1565         matched part.
1567         * color-lab.el: Fix all expt calls to use float type.
1569 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1571         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1572         expression to shr-color-check as is.
1574         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1576         * color-lab.el: Add coding cookie.
1577         (float-pi): Use eval-and-compile.
1579 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1581         * shr.el (shr-insert-color-overlay): Split stuff like
1582         "#444444 !important" to find the real colour.
1583         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1584         parse <font color="red"> entries.
1586 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1588         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1589         point when parsing headers.
1591         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1592         is positioned properly when parsing headers.
1594 2010-11-23  Julien Danjou  <julien@danjou.info>
1596         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1598         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1600         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1602         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1603         Use shr-color-hue-to-rgb.
1604         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1606 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1608         * shr.el (shr-color->hexadecimal): Autoload.
1609         (shr-descend): Add color to all tags.
1611 2010-11-22  Julien Danjou  <julien@danjou.info>
1613         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1614         shr-color->hexadecimal.
1616         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1617         RGB() or HSL() color representation.
1619         * shr.el (shr-tag-font): Add.
1620         (shr-tag-color-check): New function to get better colors.
1621         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1622         tag-span.
1624         * shr-color.el: New file.
1626         * color-lab.el: New file.
1628         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1630 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1632         * nnir.el: Fix typo in comments.
1633         (nnir-run-imap): Simplify code. No need to reverse artlist.
1634         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1636 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1638         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1640         * nnimap.el (nnimap-get-capabilities): Refactor out.
1641         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1643 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1645         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1646         appearing when `mm-uu-hide-markers' is nil.
1648 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650         * nnimap.el (nnimap-unselect-group): Make into its own function.
1651         (nnimap-request-rename-group): Unselect group before renaming.
1652         This had gotten lost somewhere.
1653         (nnimap-request-accept-article): Keep track of examined groups, and
1654         unselect the group before APPENDing to read-only groups.
1655         (nnimap-request-move-article): Clear flags before moving so that they
1656         can be re-set later.
1658 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1660         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1661         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1663 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1665         * gnus-art.el (gnus-mime-display-single)
1666         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1667         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1668         parameter.
1670 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1672         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1673         (shr-table-vertical-line): New variable.
1674         (shr-insert-table): Use it.
1676 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1678         * gnus-html.el (gnus-html-wash-images): Don't display images if
1679         gnus-inhibit-images is non-nil; register displayer for cid images.
1680         (gnus-html-display-image): Work for cid image.
1681         (gnus-html-insert-image): Allow arguments.
1682         (gnus-html-put-image): Inhibit read-only.
1683         (gnus-html-prefetch-images): Don't prefetch images if
1684         gnus-inhibit-images is non-nil.
1686 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1688         * shr.el (shr-put-image): Break lines when inserting big pictures.
1690 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1692         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1693         sender, thanks Katsumi Yamaoka.
1695 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1697         * nnir.el (nnir-run-imap): Reverse the article list for each group
1698         rather than the whole list.
1700 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1702         * shr.el (shr-image-displayer): Protect function against non-existent
1703         image source.
1705         * gnus-art.el (gnus-inhibit-images): New user option.
1706         (gnus-mime-display-single): Don't display image if it is non-nil.
1708         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1709         gnus-inhibit-images.
1711         * shr.el (shr-image-displayer): New function.
1712         (shr-tag-img): Use it.
1714 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1716         * mml2015.el (mml2015-epg-sign): Use From header.
1718 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1720         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1722         * gnus-util.el (gnus-find-text-property-region): Return markers.
1724         * shr.el (shr-tag-img): Put a displayer in the text property.
1726         * gnus-util.el (gnus-find-text-property-region): New utility function.
1728         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1729         (gnus-html-show-images): Remove.
1731         * gnus-art.el (gnus-article-show-images): New, more general function.
1733         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1734         image url text properties.
1736         * shr.el: Ditto.
1738         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1739         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1741 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1743         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1744         work for two or more articles.
1746 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1748         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1749         divide an image that's in an html article to two or more when washing
1750         non-ASCII characters in alt text of it.
1752 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1754         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1755         smime-decrypt-region using function argument.
1756         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1758         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1760         * smime.el (smime-decrypt-region): Catch it.
1762 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1764         * smime.el (smime-mode-map): Move initialization into declaration.
1765         (gnus-run-mode-hooks): Don't autoload.
1766         (smime-mode): Use define-derived-mode.
1768 2010-11-11  Glenn Morris  <rgm@gnu.org>
1770         * smime.el (from): Restrict declaration to XEmacs.
1772         * nnir.el (gnus-group-topic-name): Autoload.
1774 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1776         * shr.el (shr-insert): Don't break long line if it is because of
1777         kinsoku-bol characters in the line end.
1779 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1781         * nnir.el (nnir-request-move-article): Fix to provide original group
1782         and subject.
1783         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1784         been retrieved.
1786         * gnus-sum.el (gnus-summary-move-article): Use original group and
1787         subject for virtual articles such as those in an nnir summary buffer.
1789 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1791         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1792         least 21.5).
1794         * smime.el (from): Declare it again for XEmacs.
1796 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1798         * message.el (message-resend): Don't disable encoding unless it's
1799         already encoded.
1801         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1802         low-numbered articles.
1804 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1806         * rfc2047.el (rfc2047-syntax-table): Simplify.
1808         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1809         set-char-table-range for XEmacs.
1811 2010-11-10  Glenn Morris  <rgm@gnu.org>
1813         * smime.el (from): Remove unused declaration.
1815         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1816         (gnus-float-time): On Emacs, always an alias.
1818         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1819         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1821 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1823         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1825 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1827         * shr.el (browse-url-mailto): Autoload.
1829         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1831         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1832         regexp doesn't need quoting.
1834 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1836         * message.el (message-subject-trailing-was-ask-regexp)
1837         (message-subject-trailing-was-regexp): Match was: in addition to was.
1839 2010-11-09  Glenn Morris  <rgm@gnu.org>
1841         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1842         (nnbabyl-check-mbox): Use point-at-bol.
1844 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1846         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
1848         * message.el (message-mailto): New function.
1849         (message-mailto): Should accept other parameters.
1850         (message-mailto): Remove since it duplicates browse-url-mailto
1851         functionality.
1853 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1855         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
1856         methods.
1857         (gnus-read-active-file): Ditto.
1859         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
1860         ": " from the prompt.
1861         (gnus-group-make-group): Ditto.
1863 2010-11-07  Glenn Morris  <rgm@gnu.org>
1865         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
1866         (gnus-bookmark-kill-line): Use point-at-eol.
1868 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1870         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
1871         asterisks in From header.
1873 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1875         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
1876         string to avoid making the From headers syntactically invalid.
1878         * message.el (message-send-mail): Don't insert courtesy messages if the
1879         message already has List-Post and List-ID messages.
1881 2010-11-06  Glenn Morris  <rgm@gnu.org>
1883         * gnus-art.el (gnus-treat-article): Give dynamic local variables
1884         `condition', `type', `length' a prefix.
1885         (gnus-treat-predicate): Update for above name changes.
1887 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
1889         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
1890         binding.  Handled by `gnus-summary-refer-thread' instead.
1891         (nnir-warp-to-article): New backend function.
1893         * nnimap.el (nnimap-request-thread): Force dependency updating.
1895         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
1896         (gnus-summary-refer-thread): Rework to improve thread-referral.
1898         * gnus-int.el (gnus-warp-to-article): New function.
1900         * gnus-sum.el (gnus-summary-article-map): Bind it.
1902 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
1904         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
1905         gnus-summary-refer-thread.
1907         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
1908         headers.
1909         (gnus-summary-limit-include-thread): Prevent articles in thread from
1910         being cut in gnus-cut-threads.
1911         (gnus-summary-refer-thread): Limit retrieved headers to those in
1912         thread.
1914 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1916         * message.el (message-send-mail): Use the value of
1917         message-courtesy-message from the message buffer.
1919         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
1921         * shr.el (shr-browse-url): Implement mailto: URLs.
1923         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
1924         "raw".
1926         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
1927         if it's already selected.
1929         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
1931 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
1933         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
1934         to measure the length and truncate alt text.
1936 2010-11-03  Glenn Morris  <rgm@gnu.org>
1938         * nndiary.el (nndiary-generate-nov-databases-1)
1939         (nndiary-generate-active-info): Rename dynamic variable `files' to
1940         something less generic.
1942 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
1944         * nnir.el (nnir-request-move-article): Call the underlying backend to
1945         move articles from nnir.
1947 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1949         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
1951 2010-11-02  Julien Danjou  <julien@danjou.info>
1953         * nnir.el: Remove wais support.
1955 2010-11-02  Glenn Morris  <rgm@gnu.org>
1957         * gnus-html.el: Reorder requirements to quieten compiler.
1959 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1961         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
1962         properly for XEmacs as well.
1963         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
1964         (gnus-article-natural-long-line-p): Use window-width rather than
1965         frame-width.
1967 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
1969         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
1970         (nnir-read-parms): Don't modify query.
1971         (nnir-run-query): Add ability to search topic on current line.
1972         (nnir-get-active): Clean up.
1974 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1976         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
1977         degenerate articles.
1979         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
1980         (gnus-print-buffer): Just print the buffer as is, without any copying
1981         to a buffer and then re-highlighting.
1983         * nnimap.el (nnimap-request-group): Store the new updated info.
1984         (nnimap-request-group): Select the group when we don't know whether it
1985         exists or not.
1987         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
1988         groups.
1990         * gnus-group.el (gnus-group-find-new-groups): Display all the new
1991         groups.
1993         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
1994         groups.
1996         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
1997         long-lines case by only filling the long lines.
1999         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2000         (bug #7311).
2002 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2004         * shr.el: No need to declare `declare-function' since shr.el is for
2005         only Emacsen that provide `libxml-parse-html-region'.
2007 2010-11-01  Glenn Morris  <rgm@gnu.org>
2009         * mm-util.el (gnus-completing-read): Autoload.
2010         (mm-read-coding-system): Simplify Emacs definition.
2012         * nnmail.el (gnus-activate-group):
2013         * nnimap.el (gnutls-negotiate):
2014         * nntp.el (netrc-parse): Fix declarations.
2016 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2018         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2019         string-match-p in Emacs >=23.
2021         * gnus-msg.el (gnus-configure-posting-styles)
2022         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2024 2010-11-01  Glenn Morris  <rgm@gnu.org>
2026         * nnir.el (declare-function): Add compat stub.
2027         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2028         (nnir-run-gmane): Require 'mm-url.
2030         * mm-util.el (mm-string-to-multibyte): Simplify.
2032         * shr.el (declare-function): Add compat stub.
2033         (url-cache-create-filename): Declare.
2034         (mm-disable-multibyte, widget-convert-button): Autoload.
2036         * smime.el (ldap-search): Declare.
2037         (smime-cert-by-ldap-1): Require ldap on Emacs.
2039         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2040         (nnimap-keepalive): Use gnus-float-time.
2042         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2043         (mail-source-delete-crash-box): Use gnus-float-time.
2045         * gnus-dired.el (gnus-completing-read): Autoload.
2047         * mm-view.el (gnus-rescale-image): Autoload.
2049         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2051         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2053         * sieve-manage.el: Require 'cl when compiling.
2055         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2056         (gnus-iswitchb-completing-read): Require iswitchb.
2057         (gnus-select-frame-set-input-focus): Silence compiler.
2059 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2061         * message.el (message-subject-trailing-was-query): Change default to t,
2062         since I think that's what most people want.
2064         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2065         appending for easier debugging.
2066         (nnimap-wait-for-connection): Take a regexp.
2067         (nnimap-request-accept-article): Wait for the continuation line before
2068         sending anything unless we're streaming.
2070         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2071         leave the header washing to take place.
2073 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2075         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2076         regular expression match and replace in posting styles.
2078 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2080         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2081         an entire server.
2082         (nnir-get-active): New function.
2083         (nnir-run-imap): Use it.
2084         (nnir-run-gmane): Who knew, gmane search returns an article score!
2086         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2087         server on the current line with nnir.
2089 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2091         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2092         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2093         left edge.
2094         (gnus-article-foldable-buffer): Skip past the prefix when determining
2095         raggedness.
2097         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2098         the raw article, and change `C-u g' to show the article without doing
2099         treatments.
2101         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2102         on to `gnus-treat-article'.
2103         (gnus-inhibit-article-treatments): New variable.
2105         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2107         * gnus-art.el (gnus-treatment-function-alist): Have
2108         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2109         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2110         sections.
2112         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2113         parameter.
2114         (gnus-article-fill-cited-long-lines): New function.
2115         (gnus-article-fill-cited-article): Allow filling only long sections.
2117         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2118         and non-punctuation (like after the apostrophe in "'We").
2120         * gnus-sum.el (gnus-summary-select-article): Make sure
2121         gnus-original-article-buffer is alive.
2123         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2124         reflect the order they're in in the digest.
2126         * gnus.el (gnus-group-startup-message): Move point to the start of the
2127         buffer.
2129         * nnimap.el (nnimap-capability): New function.
2130         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2131         is set.
2133 2010-10-31  David Engster  <dengste@eml.cc>
2135         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2136         conform with changes to gnus-completing-read.
2138 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2140         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2142 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2144         * nnir.el: Move defvar, defcustom around to keep file organized
2145         and keep byte-compiler quiet.
2146         (nnir-read-parms): Accept search-engine as arg.
2147         (nnir-run-query): Pass search-engine as arg.
2148         (nnir-search-engine): Remove.
2150 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2152         * shr.el (shr-generic): The text nodes should be text, not :text.
2154         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2155         later in the file.
2157 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2159         * nnir.el: General clean up.  Allow searching with multiple engines.
2160         Allow separate extra-parameters for each engine.
2161         Batch queries when possible.
2162         (nnir-imap-default-search-key,nnir-method-default-engines):
2163         Add customize interface.
2164         (nnir-run-gmane): New engine.
2165         (nnir-engines): Use it.  Qualify all prompts with engine name.
2166         (nnir-search-engine): Remove global variable.
2167         (nnir-run-hyrex): Restore for now.
2168         (nnir-extra-parms,nnir-search-history): New variables.
2169         (gnus-group-make-nnir-group): Use them.
2170         (nnir-group-server): Remove in favor of gnus-group-server.
2171         (nnir-request-group): Avoid searching twice.
2172         (nnir-sort-groups-by-server): New function.
2174 2010-10-30  Julien Danjou  <julien@danjou.info>
2176         * gnus-group.el: Remove gnus-group-fetch-control.
2178         * gnus-start.el (gnus-find-new-newsgroups):
2179         Remove gnus-check-first-time-used.
2181         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2183 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2185         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2186         set on groups that don't have \* permanentflags.
2188 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2190         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2191         control the background color.
2192         (shr-tag-img): Ignore very small web bug type images.
2193         (shr-put-image): Add help-echo alt texts to the images.
2194         (shr-tag-video): Show the video poster image.
2196 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2198         * shr.el (shr-table-depth): New variable.
2199         (shr-tag-table-1): Only insert the images after the top-level table.
2201         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2203         * gnus-util.el (gnus-list-memq-of-list): New function.
2205         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2206         selected.
2207         (nnimap-unsplittable-articles): New slot.
2208         (nnimap-new-articles): Use it.
2210 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2212         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2213         move to the previous line on `M-g'.
2215 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2217         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2218         *-request-group, which seems unnecessary.
2220         * nnimap.el (nnimap-quote-specials): Function copied over from
2221         imap.el.
2222         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2223         they support that.  Suggested by Tom Regner.
2225 2010-10-29  Julien Danjou  <julien@danjou.info>
2227         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2228         defalias.
2229         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2231         * gnus.el: Remove `gnus-nntp-service' variable.
2232         (gnus-secondary-servers): Make obsolete.
2233         (gnus-nntp-server): Make obsolete.
2235         * gnus-start.el (gnus-1): Remove x-splash calls.
2237         * gnus-ems.el (gnus-x-splash): Remove.
2239         * gnus.el (gnus-group-startup-message): Simplify/update code.
2241         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2242         capability before doing anything.
2243         (gnus-group-insert-group-line): Remove useless
2244         gnus-group-remove-excess-properties.
2246 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2248         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2250 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2252         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2253         config after reselecting.
2255 2010-10-28  Julien Danjou  <julien@danjou.info>
2257         * shr.el (shr-put-image): Use point even if only inserting text.
2258         (shr-put-image): Save excursion when inserting alt text on non-graphic
2259         display, so the behaviour is the same when we are on a graphic display.
2261         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2263 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2265         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2266         (gnus-mime-copy-part): Check coding system, not charset.
2267         (gnus-mime-view-part-externally): Never remove part.
2268         (gnus-mime-view-part-internally): Don't remove part here.
2269         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2270         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2271         multipart/alternative.
2273         * mm-decode.el (mm-display-part): Take optional arg `force'.
2275 2010-10-26  Julien Danjou  <julien@danjou.info>
2277         * gnus-group.el (gnus-group-default-list-level): Add this function to
2278         compute the default list level.
2279         (gnus-group-default-list-level): Add possibility to use a function.
2281 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2283         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2285         * gnus-group.el (gnus-group-completing-read)
2286         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2287         gnus-replace-in-string.
2289 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2291         * shr.el (shr-tag-div): Add.
2293 2010-10-25  Julien Danjou  <julien@danjou.info>
2295         * gnus-util.el: Remove `gnus-with-local-quit'.
2297         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2299 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2301         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2302         the original article buffer.
2304 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2306         * nnimap.el (nnimap-request-head): New function.
2307         (nnimap-request-move-article): Try to be slighly faster by not
2308         requesting the entire message when moving.
2309         (nnimap-transform-headers): Don't bug out on bodiless articles.
2310         (nnimap-send-command): Have no outstanding messages if the IMAP server
2311         doesn't support streaming.
2312         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2314 2010-10-24  Julien Danjou  <julien@danjou.info>
2316         * message.el (message-default-headers): Fix type.
2318 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2320         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2321         prefetching images.
2323         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2324         backend for unknown groups.  This is mainly useful for nnimap groups.
2326         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2327         group isn't covered by the agent.
2329 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2331         * nnir.el (nnir-method-default-engines): New variable.
2332         (nnir-run-query): Use it.
2333         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2334         (gnus-summary-nnir-goto-thread): Change group if needed.
2336         * gnus-group.el (gnus-group-group-map): Add key binding for
2337         gnus-group-make-nnir-group.
2339 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2341         * shr.el (shr-tag-object): Add.
2343         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2344         original article buffer live.
2345         (gnus-summary-select-article-buffer):
2346         Mention gnus-widen-article-buffer.
2348 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350         * shr.el (shr-tag-strong): Add.
2352 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2354         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2355         group names.  They mess up the group buffer badly.
2357         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2359         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2360         instead of the summary one.
2362 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2364         * mml.el (mml-preview): Work properly when editing article.
2366         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2367         gnus-have-read-active-file if it's already been in.
2369 2010-10-22  Tom Tromey  <tromey@redhat.com>
2371         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2372         gnus-group-completing-read.
2374 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2376         * message.el (message-mode-map): Don't bind M-; to comment region, to
2377         allow the global comment-dwim to work.
2379 2010-10-21  Julien Danjou  <julien@danjou.info>
2381         * message.el (message-setup-1): Allow message-default-headers to be a
2382         function.
2384 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2386         * shr.el (shr-tag-table): Simplify.
2388 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2390         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2391         to avoid trying to snarf invalid stuff.
2393         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2395         * gnus.el (gnus-message-archive-group): Quote value.
2396         (gnus-message-archive-group): Mark as changed.
2398         * shr.el (shr-add-font): Don't put the font properties on the newline
2399         or the indentation.
2401         * message.el (message-fix-before-sending): Change options when sending
2402         non-printable characters.
2404         * gnus.el (gnus-message-archive-method): Change the default to
2405         monthly outgoing groups.
2407         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2408         that have gotten new numbers.
2410         * nnimap.el (nnimap-request-replace-article): New function.
2412 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2414         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2415         (nnrss-request-article): Don't use special html washing code.
2417 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2419         * shr.el (shr-tag-table): Remove useless nconc.
2421 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423         * gnus-art.el (article-wash-html): Simplify and remove the charset
2424         stuff.  Use the normal html rendering code instead of the special html
2425         washing code.
2427         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2428         `gnus-w3m' symbols.
2429         (mm-text-html-washer-alist): Remove.
2431         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2432         (mm-inline-media-tests): Remove use.
2433         (mm-text-html-renderer): Change default to the `shr' symbol.
2435         * mm-view.el (mm-inline-text-html): Remove use.
2437         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2438         `gnus-blocked-images' to be a function.
2439         (gnus-article-wash-function): Remove.
2441 2010-10-20  Julien Danjou  <julien@danjou.info>
2443         * spam.el (spam-list-of-processors): Mark as obsolete.
2445         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2446         (nnimap-insert-partial-structure): Fix boundary detection.
2448 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2450         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2451         run file-truename on remote files.  This can be expensive and even
2452         prevent one from editing drafts if some unrelated buffer has a stale
2453         connection.
2455 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2457         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2458         kinsoku-eol regardless of shr-kinsoku-shorten.
2459         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2460         (shr-tag-table): Support caption, thead, and tfoot.
2462 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2464         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2465         lines.
2466         (shr-save-contents): New command and keystroke.
2468         * nndoc.el (nndoc-type-alist): Add git support.
2469         (nndoc-git-type-p): New function.
2470         (nndoc-transform-git-article): Ditto.
2471         (nndoc-transform-git-headers): Ditto.
2472         (nndoc-transform-git-headers): Generate Subject headers.
2474         * shr.el (shr-parse-style): New function.
2475         (shr-tag-span): Ditto.
2477         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2478         to `G G' to avoid collisions.
2480 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2482         * shr.el: Load kinsoku if necessary.
2483         (shr-kinsoku-shorten): New internal variable.
2484         (shr-find-fill-point): Make kinsoku shorten text line if
2485         shr-kinsoku-shorten is bound to non-nil.
2486         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2487         shr-indentation too when testing if table is wider than frame width.
2488         (shr-insert-table): Use `string-width' instead of `length' to measure
2489         text width.
2490         (shr-insert-table-ruler): Make sure indentation is done at bol.
2492 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2494         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2495         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2496         undecoded network data.
2498 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2500         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2501         name in the mode line spec so that the mode line menu works
2502         (bug #2431).
2504         * message.el (message-get-reply-headers): If we're fed `to-address',
2505         then always use that.
2507         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2508         aren't so wide as to need to switch off the edit menu.
2510         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2511         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2513         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2514         `M-g'.
2515         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2516         the permanent marks.
2518 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2520         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2521         Splitting according to references/in-reply-to obeys the ignore-groups
2522         variable, while splitting by sender and subject do not.
2524 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2526         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2527         alist, so that we can look for non-Unicode chars.
2528         (article-translate-strings): Allow both character and string maps.
2530 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2532         * shr.el (shr-insert): Don't insert space behind a wide character
2533         categorized as kinsoku-bol, or between characters both categorized as
2534         nospace.
2536 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2538         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2539         headers to gnus-newsgroup-headers.
2541 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2543         * shr.el (shr-tag-img): Don't align images -- since we're not
2544         rescaling, this often leads to ugly displays.
2546 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2548         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2549         duplicates.
2551 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2553         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2554         call.
2556 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2558         * gnus.el: Autoload gnus-html-show-images.
2560         * nnimap.el: Use nnheader-message throughout.
2562         * shr.el (shr-tag-img): Ignore images with no data.
2564 2010-10-15  Julien Danjou  <julien@danjou.info>
2566         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2567         a possibility to disable format=flow encoding when using hard newlines.
2569 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2571         * shr.el (shr-insert): Remove space inserted before or after a
2572         breakable character or at the beginning or the end of a line.
2573         (shr-find-fill-point): Do kinsoku; find the second best point or give
2574         it up if there's no breakable point.
2576 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2578         * nnimap.el (nnimap-open-connection): Message when opening connection
2579         for debugging purposes.
2581         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2582         on every setup buffer call to allow this to change from article to
2583         article.
2585         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2586         buffers where we have a wide table.
2588 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2590         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2591         uses *-request-thread.
2593 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2595         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2596         incantation, which is no longer valid.
2598 2010-10-14  Julien Danjou  <julien@danjou.info>
2600         * shr.el: Fix defcustom type (char -> character).
2602 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2604         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2605         programs.
2607 2010-10-14  Julien Danjou  <julien@danjou.info>
2609         * shr.el (shr-tag-a): Use url-link as widget type.
2611         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2612         `gnus-group-get-icon'.
2614 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2616         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2617         This should make server editing work better.
2619         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2621         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2622         (nnimap-parse-flags): Fix regexp.
2624         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2625         probably work for CJVK text, too.
2627         * nnimap.el (nnimap-extend-tls-programs): Remove.
2628         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2630 2010-10-13  Julien Danjou  <julien@danjou.info>
2632         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2633         responses.
2635 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2637         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2639         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2640         anything in Emacs.
2642         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2644 2010-10-13  Julien Danjou  <julien@danjou.info>
2646         * shr.el (shr-width): Make shr-width a defcustom with default to
2647         fill-column.
2648         (shr-tag-img): Use shr-width rather than fill-column.
2650 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2652         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2654         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2655         position when (X-)Faces exist.
2656         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2657         avatars when called interactively.
2659 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2661         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2662         gnus-article-x-face-too-ugly is bound.
2664 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2666         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2668         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2669         mailbox that doesn't exist.
2671 2010-10-12  Julien Danjou  <julien@danjou.info>
2673         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2674         (shr-get-image-data): Encode URL properly when fetching from cache.
2675         (shr-tag-img): Use aligned-to spaces to align correctly images.
2677         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2678         before inserting the Gravatar.
2680         * shr.el (shr-tag-img): Add align attribute support for <img>.
2682 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2684         * gnus-gravatar.el (gnus-art): Require.
2686         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2687         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2688         Remove long obsoleted functions.
2690 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2692         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2694         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2695         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2696         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
2697         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
2698         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
2699         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
2700         Fix comment for declare-function.
2702 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2704         * nnimap.el (nnimap-request-rename-group): Select group read-only
2705         before renaming it.
2707         * shr.el (shr-insert): Fix up the white space only regexp.
2709         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2710         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2712         * shr.el (shr-current-column): New function.
2713         (shr-find-fill-point): New function.
2715 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2717         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2718         numbers.
2720 2010-10-11  Julien Danjou  <julien@danjou.info>
2722         * shr.el (shr-hr-line): Add.
2723         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2724         display hr lines.
2725         (shr-max-columns): Do not change state to nil if we just inserting
2726         spaces.
2728 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2730         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2731         select the last group.
2733 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2735         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2737 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2739         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2740         for Gnus.
2741         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2742         (nnimap-update-qresync-info): Mark \Seen articles as read.
2744         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2745         non-variable, too.
2747         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2748         available.
2749         (nnimap-update-info): Rely more on the current active than the param
2750         active to avoid marking articles as read too much.
2752         * auth-source.el (auth-source-create): Use (user-login-name) for the
2753         user name default.
2755         * nnimap.el (nnimap-update-info): If the server doesn't return any
2756         useful info, just use the previous info.
2757         (nnimap-update-info): Prefer old info over start-article.
2758         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2760 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2762         * nnir.el (autoload): Clean up autoloads.
2763         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2764         Use key rather than value.
2765         (nnir-imap-search-other): New variable.
2766         (nnir-read-parm): Use it.
2767         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2768         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2770 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2772         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2773         the process, too.
2775 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2777         * spam.el (gnus-summary-mode-map): Bind to "$".
2778         Suggested by Russ Allbery.
2780         * shr.el: Rework the way things are indented by <li> slightly.
2782         * gnus.el (gnus-group-set-parameter): Fix typo.
2784         * nnimap.el: Start implementing QRESYNC support.
2786 2010-10-09  Julien Danjou  <julien@danjou.info>
2788         * nnir.el (nnir-engines): Fix too many arguments.
2790 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2792         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2793         group is the "last", so that the backends like nnfolder actually save
2794         their folders.
2796         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2797         try to use that for the tls stream.
2798         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2799         UIDVALIDITY and find out which groups are read-only and not.
2800         (nnimap-get-flags): Use the same marks parsing code as the rest of
2801         nnimap.
2803 2010-10-09  Julien Danjou  <julien@danjou.info>
2805         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2807         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2808         retrieving gravatars.
2810         * shr.el (shr-table-corner): Add.
2811         (shr-table-line): Add.
2812         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2814 2010-10-08  Julien Danjou  <julien@danjou.info>
2816         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2818 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2820         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2822         * gnus-sum.el (gnus-mark-article-as-unread)
2823         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2824         (gnus-summary-set-bookmark): Use it.
2826         * gnus-msg.el (gnus-setup-message): Use it.
2828         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2830         * gnus.el (gnus-group-remove-parameter): Use it.
2832         * gnus-group.el (gnus-group-make-web-group): Use it.
2834         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2836         * nnregistry.el: Update docs to mention manual.
2838         * gnus-registry.el: Update docs to mention nnregistry.el.
2839         (gnus-registry-initialize): Don't install nnregistry refer method
2840         automatically.
2841         (gnus-registry-install-nnregistry): Remove it.
2843 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2845         * shr.el (shr-insert): Don't insert double spaces.
2847 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2849         * gnus-gravatar.el (gnus-treat-from-gravatar)
2850         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
2851         called interactively.
2853         * gnus-art.el (gnus-mime-view-part-externally)
2854         (gnus-mime-view-part-internally): Make predicate function passed to
2855         gnus-mime-view-part-as-type assume argument is a mime type, not a list
2856         of a mime type.
2858         * shr.el (shr-table-widths): Don't use cl function `reduce'.
2860 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2862         * shr.el (require): Require cl when compiling.
2863         (shr-tag-hr): New function.
2865         * nnimap.el (nnimap-update-info): Remove double setting of high.
2866         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
2867         This makes nnimap work properly on Courier again.
2869         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
2870         the variable for backwards compatability.
2872         * mm-decode.el (mm-save-part): If given a non-directory result, expand
2873         the file name before using to avoid setting mm-default-directory to
2874         nil.
2876         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
2877         bidning gnus-agent variables.
2879         * shr.el (shr-render-td): Use a cache for the table rendering function
2880         to avoid getting an exponential rendering behaviour in nested tables.
2881         (shr-insert): Rework the line-breaking algorithm.
2882         (shr-insert): Don't leave trailing spaces.
2883         (shr-insert-table): Also insert empty TDs.
2884         (shr-tag-blockquote): Ensure paragraphs after </ul>.
2886 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
2888         * gnus-sum.el (gnus-number): Rename from `number'.
2889         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
2890         (gnus-summary-limit-children): Update uses correspondingly.
2892 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2894         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
2895         (gnus-gravatar-transform-address): Don't show avatars of people of
2896         which mail addresses match gnus-gravatar-too-ugly.
2898 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2900         * shr.el (shr-table-widths): Expand TD elements to fill available
2901         space.
2903 2010-10-07  Julien Danjou  <julien@danjou.info>
2905         * nnimap.el (nnimap-request-rename-group): Add this method.
2907 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2909         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
2910         name from XEmacs' function-arglist.
2912         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
2913         gravatar under XEmacs.
2915 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
2917         * auth-source.el: Update docs with TODO items.
2919         * gnus-sync.el: Update docs to explain state and plans.
2921         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
2922         Hooks for mark updates.
2923         (gnus-request-set-mark, gnus-request-update-mark): Use them.
2925         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
2926         hooks with arguments, which is needed for mark update hooks.
2928 2010-10-06  Julien Danjou  <julien@danjou.info>
2930         * gnus.el (gnus-expand-group-parameter): Only return and act on what
2931         was matched.
2933         * sieve-manage.el: Update example in `Commentary'.
2935         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
2937         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
2938         not 2000.
2939         (sieve-manage-authenticate): Re-add function.
2941 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2943         * shr.el (shr-insert): Get 'space transition right.
2944         (shr-render-td): Only delete space at the end of the TD.
2946         * nnimap.el (nnimap-open-connection): Prepare to support
2947         open-gnutls-stream.
2949         * shr.el: Rearrange function order to be more logical.
2951 2010-10-06  Julien Danjou  <julien@danjou.info>
2953         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
2954         (nnrss-discover-feed): Remove 404 URL in docstring.
2956         * nnir.el: Fix Swish-E URL.
2957         Fix Namazu URL.
2959         * message.el (message-change-subject): Remove 404 URL in a comment.
2961 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2963         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
2964         called interactively.
2966         * gnus-util.el (gnus-remove-if): Allow hash table.
2967         (gnus-remove-if-not): New function.
2969         * gnus-art.el (gnus-mime-view-part-as-type)
2970         * gnus-score.el (gnus-summary-score-effect)
2971         * gnus-sum.el (gnus-read-move-group-name):
2972         Replace remove-if-not with gnus-remove-if-not.
2974         * gnus-group.el (gnus-group-completing-read):
2975         Regard collection as a hash table if it is not a list.
2977 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2979         * shr.el (shr-render-td): Allow blank/missing <TD>s.
2981         * shr.el: Document the table-rendering algorithm.
2983         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
2984         invalid URLs.
2986         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
2987         line-broken.
2988         (shr-tag-img): Ignore image fetching errors.
2989         (shr-overlays-in-region): Compute overlay positions correctly.
2991         * mm-decode.el (mm-shr): Require shr.
2993         * gnus-art.el (gnus-blocked-images): Move variable here.
2995         * shr.el (shr-insert-table): Bind free variable.
2997         * mm-decode.el (mm-shr): Bind shr-content-function.
2999         * shr.el (shr-content-function): New variable.
3001         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3002         added for symmetry.
3004         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3006         * gnus-group.el (gnus-group-make-group): Doc fix.
3008         * nnimap.el (nnimap-request-newgroups): Return success.
3010         * shr.el (shr-find-elements): New function.
3011         (shr-tag-table): Put all the images after the table.
3012         (shr-tag-table): Really inhibit images inside the table.
3013         (shr-collect-overlays): Copy over overlays from the TD elements to the
3014         main document.
3016         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3017         gnus-blocked-images.
3019 2010-10-05  Julien Danjou  <julien@danjou.info>
3021         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3023         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3024         (gnus-html-maximum-image-size): Add this function.
3025         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3027         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3028         server-value of the capability is nil.
3030 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3032         * shr.el (shr-tag-em): Add <EM> tag.
3034 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3036         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3037         customizable.
3039         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3040         handing broken links to browse-url.
3042 2010-10-05  Julien Danjou  <julien@danjou.info>
3044         * gnus-util.el (gnus-emacs-completing-read)
3045         (gnus-iswitchb-completing-read): Use autoload rather than require.
3047 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3049         * gnus-util.el (gnus-completing-read-function): Exclude
3050         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3051         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3052         XEmacs.
3054         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3055         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3057         * gnus-html.el: Don't require help-fns under XEmacs.
3058         (gnus-html-schedule-image-fetching): Work for XEmacs.
3060         * mm-decode.el (mm-shr): Decode contents by charset.
3062 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3064         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3065         unknown.
3067         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3068         (shr-get-image-data): Ensure against the cache file missing.
3070         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3071         for data.
3073         * spam-report.el (spam-report-url-ping-plain): Don't query about
3074         killing the process.
3076         * shr.el (shr-render-td): Protect against too-wide text.
3078 2010-10-04  Julien Danjou  <julien@danjou.info>
3080         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3081         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3083         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3084         retrieved.
3086 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3088         * shr.el (browse-url): Require.
3089         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3090         lines.
3091         (shr-show-alt-text, shr-browse-image): New commands.
3092         (shr-browse-url, shr-copy-url): New commands.
3094         * gnus-sum.el (gnus-widen-article-window): New variable.
3095         (gnus-summary-select-article-buffer): Use it.
3097         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3098         without @ signs.
3100 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3102         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3104 2010-10-04  Julien Danjou  <julien@danjou.info>
3106         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3107         for XEmacs.
3109 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3111         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3113         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3114         (nnimap-close-server): Implement.
3116         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3117         (shr-insert): Tweak line breaking.
3118         (shr-insert): Handle <pre> better.
3119         (shr-tag-li): Get <li> indentation right.
3120         (shr-tag-li): Get <li> indentation even righter.
3121         (shr-tag-blockquote): Ensure paragraph start.
3122         (shr-make-table): Tweak table generation.
3123         (shr-make-table): Fix typo.
3125         * shr.el: Implement table rendering.
3127 2010-10-04  Julien Danjou  <julien@danjou.info>
3129         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3131 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3133         * shr.el (shr-insert): Use string anchors instead of line anchors.
3135 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3137         * shr.el: Add headings.
3138         (shr-ensure-paragraph): Actually work.
3139         (shr-tag-li): Make <ul> prettier.
3140         (shr-insert): Get white space at the beginning/end of elements right.
3141         (shr-tag-p): Collapse subsequent <p>s.
3142         (shr-ensure-paragraph): Don't insert double line feeds after blank
3143         lines.
3144         (shr-insert): \t is also space.
3145         (shr-tag-s): Fix "s" tag name function.
3146         (shr-tag-s): Fix face prop name.
3148 2010-10-03  Julien Danjou  <julien@danjou.info>
3150         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3152         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3153         gnus-window-inside-pixel-edges.
3155         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3156         gnus-ems.
3158         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3160         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3161         function.
3163         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3164         resize choice.
3166 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3168         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3169         beginning of the buffer.
3171         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3172         article buffer again.
3174         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3176         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3177         when it's at the start of the buffer.
3179         * shr.el (shr-tag-blockquote): Convert name.
3180         (shr-rescale-image): Use the right image-size variant.
3182         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3183         buffer isn't shown, then select the current article first instead of
3184         bugging out.
3185         (gnus-summary-select-article-buffer): Show both the article and summary
3186         buffers again.
3188         * shr.el (shr-fontize-cont): Protect against regions with no text.
3189         Rename tag functions to shr-tag-* for enhanced security.
3190         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3192 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3194         * shr.el (shr-insert):
3195         * pop3.el (pop3-movemail):
3196         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3197         loaded.
3199 2010-10-03  Glenn Morris  <rgm@gnu.org>
3201         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3203         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3205         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3207         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3209         * gnus-util.el (gnus-make-local-hook): Simplify.
3211 2010-10-02  Julien Danjou  <julien@danjou.info>
3213         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3214         (gnus-ido-completing-read): New function.
3215         (gnus-emacs-completing-read): New function.
3216         (gnus-completing-read): Use gnus-completing-read-function.
3217         Add gnus-completing-read-function.
3219 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3221         * shr.el (shr-insert-document): Autoload.
3222         (shr-img): Be silent.
3223         (shr-insert): Add a newline after every picture before text.
3224         (shr-add-font): Use overlays for combining faces.
3225         (shr-insert): Pass upwards the text start point.
3227         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3228         possible.
3229         (mm-shr): New function.
3231 2010-10-02  Julien Danjou  <julien@danjou.info>
3233         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3234         should go backward.
3236 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3238         * shr.el (shr): Fix typo in provide call.
3240 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3242         * shr.el: New file.
3244         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3246         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3247         completing read.
3249 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3251         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3252         we're being queried about.  Suggested by Dan Jacobson.
3254         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3255         Suggested by Jason Eisner.
3257         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3258         table, too.  Suggested by Stefan Wiens.
3259         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3260         the table unnecessary.  Suggested by Stefan Wiens.
3262         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3263         longer needed, and probably doesn't work either, as pointed out by
3264         Stefan Wiens.
3265         (gnus-summary-exit): Remove call to the clearing function.
3266         (gnus-summary-exit-no-update): Ditto.
3268         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3269         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3270         Reported by Stefan Monnier.
3271         (gnus-summary-save-in-rmail): Ditto.
3273         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3274         article buffer, instead of both the article buffer and the summary
3275         buffer.  Sort of suggested by Dan Jacobson.
3277         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3279         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3280         Suggested by Dan Jacobson.
3282         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3283         documentation clearer.
3285         * message.el (message-shorten-references): Comment on the number "21".
3286         Suggested by Stefan Monnier.
3288         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3289         Suggested by Dan Jacobson.
3291         * gnus.el (gnus-large-newsgroup):
3292         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3294         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3295         externalize attachments.  Bug reported by Steve Wen.
3297         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3298         really message anything to the user.
3300         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3301         directly.
3303         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3304         messages in empty groups.
3306 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3308         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3309         non-UIDNEXT group.
3311 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3313         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3314         not the value from the collection.
3316         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3317         values.  This sometimes happens on some groups that have no info.
3318         (nnimap-request-newgroups): New function.
3320 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3322         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3323         check into `gnus-registry-initialize'.
3324         (gnus-registry-initialize): Ditto.
3325         Fix and extend header docs.
3327 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3330         regexp backtrace overflows.
3332         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3333         for starttls that tls.el implements; i.e. openssl.
3335 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3337         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3338         (gravatar-create-image): New function that's an alias to
3339         gnus-xmas-create-image, gnus-create-image, or create-image.
3340         (gravatar-data->image): Use it.
3342 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3344         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3345         install the nnregistry refer method.
3346         (gnus-registry-install-hooks): Use it.
3347         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3348         unfollowed groups.
3350 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3352         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3353         expanding threads.
3355 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3357         * nnir.el: Use the server names without suffixes (bug #7009).
3359         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3360         unencrypted to STARTTLS, if possible.
3362 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3364         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3365         headers before superseding.
3367 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3369         * nnrss.el (nnrss-use-local): Add documentation.
3371         * nnimap.el (nnimap-extend-tls-programs): New function.
3372         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3373         (nnimap-wait-for-connection): Accept the greeting from the stupid
3374         output from openssl s_client -starttls, too.
3376         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3377         article number.
3378         (nnimap-split-fancy): New variable.
3379         (nnimap-split-incoming-mail): Use it.
3381         * nntp.el (nntp-server-list-active-group): Document.
3383         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3384         SELECT to get the message-id.
3386         * mail-source.el (mail-sources): Remove webmail support.
3387         (defvar): Ditto.
3388         (mail-source-fetcher-alist): Ditto.
3389         (mail-source-fetch-webmail): Remove.
3391         * webmail.el: Remove -- doesn't seem relevant any more.
3393         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3395         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3396         the \r.
3398 2010-09-30  Julien Danjou  <julien@danjou.info>
3400         * gnus-agent.el (gnus-agent-add-group): Fix call to
3401         gnus-completing-read.
3403 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3405         * nndoc.el (nndoc-retrieve-groups): New function.
3407         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3408         `default', use nnmail-split-methods.
3409         (nnimap-request-article): Downcase the NILs so that they are nil.
3411         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3412         symbol.
3414         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3415         code, since if the user has requested network, that's what they ought
3416         to get.
3417         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3418         (nnimap-split-rule): Mark as obsolete.
3420         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3421         New variable.
3423         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3424         correct slot, too.
3426 2010-09-29  Julien Danjou  <julien@danjou.info>
3428         * gnus.el (gnus-local-domain): Declare variable obsolete.
3430         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3431         Fix history computing.
3432         (gnus-ido-completing-read): Require ido.
3434 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3436         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3437         build Gnus.
3439         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3440         when interpreting the structures.
3441         (nnimap-request-accept-article): Add \r\n to the lines to make this
3442         work with Cyrus.
3444         * nndraft.el (nndraft-request-expire-articles): Use the group name
3445         instead if "nndraft".  Fix found by Nils Ackermann.
3447 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3449         * nnregistry.el: Add.
3451 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3453         * nnmail.el (group, group-art-list, group-art):
3454         Remove unneeded directives.
3456 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3458         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3459         (mm-mime-charset)
3460         * rfc2047.el (rfc2047-syntax-table)
3461         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3463         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3464         rather than `insert-file-contents' and `eval-region'.
3466 2010-09-29  Julien Danjou  <julien@danjou.info>
3468         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3469         replacement of `gnus-gravatar-relief' to mimic
3470         `gnus-faces-properties-alist'.
3471         Add :version property.
3473 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3475         * mail-source.el (mail-source-report-new-mail)
3476         * message.el (message-default-mail-headers)
3477         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3479         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3481 2010-09-28  Julien Danjou  <julien@danjou.info>
3483         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3484         mail-address contains the same string as real-name.
3486         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3487         non-blank in header, otherwise it'll get stripped.
3489         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3490         real-name, and then for mail address rather than doing : or , search.
3492 2010-09-27  Julien Danjou  <julien@danjou.info>
3494         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3495         right completing-read function.
3496         (gnus-use-ido): New variable
3497         (gnus-completing-read-with-default): Remove.
3498         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3499         (gnus-agent-add-group):
3500         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3501         * mm-view.el (mm-view-pkcs7-decrypt):
3502         * mm-util.el (mm-codepage-setup):
3503         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3504         * mml-smime.el (mml-smime-openssl-sign-query):
3505         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3506         (mml-insert-multipart):
3507         * gnus-msg.el (gnus-summary-yank-message):
3508         * gnus-int.el (gnus-start-news-server):
3509         * mm-decode.el (mm-interactively-view-part):
3510         * gnus-dired.el (gnus-dired-attach):
3511         * gnus.el (gnus-read-method):
3512         * gnus-bookmark.el (gnus-bookmark-jump):
3513         * gnus-art.el (gnus-mime-view-part-as-type)
3514         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3515         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3516         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3517         * nnmairix.el (nnmairix-create-server-and-default-group)
3518         (nnmairix-update-groups, nnmairix-get-server)
3519         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3520         (nnmairix-get-group-from-file-path):
3521         * nnrss.el (nnrss-find-rss-via-syndic8):
3522         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3523         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3524         (gnus-group-browse-foreign-server):
3525         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3526         (gnus-summary-execute-command, gnus-summary-respool-article)
3527         (gnus-read-move-group-name):
3528         * gnus-score.el (gnus-summary-increase-score)
3529         (gnus-summary-score-effect):
3530         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3532 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3534         * nnimap.el (auth-source-forget-user-or-password)
3535         (auth-source-user-or-password): Autoload.
3537         * message.el (message-from-style, message-interactive)
3538         (message-signature): Remove comment.
3539         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
3540         always.
3541         (message-sendmail-envelope-from): Comment fix.
3542         (message-yank-prefix): Default to mail-yank-prefix always.
3543         (message-indentation-spaces):
3544         Default to mail-indentation-spaces always.
3545         (message-signature-file): Default to mail-signature-file always.
3547 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3549         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3550         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3551         new articles.
3553         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3554         parts.
3555         (nnimap-request-article): Work with the t setting, too.
3557         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3558         that you don't get flashes of other buffers.
3559         (gnus-summary-show-complete-article): Intern before setting.
3561 2010-09-27  David Engster  <dengste@eml.cc>
3563         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3564         well as HEADERS.
3565         (nnmairix-retrieve-headers): Provide new argument for the above.
3567 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3569         * gnus-sum.el (gnus-summary-move-article): Don't alter
3570         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3571         group.
3573         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3575         * message.el (message-cite-prefix-regexp): Revert my last edit.
3577         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3578         variable instead of the Gnus variable.
3580         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3582         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3584         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3585         since some servers don't like it.
3586         (nnimap-open-connection): Forget credentials if the server says the
3587         password was wrong.
3588         (nnimap-parse-line): Protect against invalid data.
3590         * gnus-sum.el (gnus-summary-move-article): Add comment.
3591         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3592         nothing alters it while scanning for new messages.
3594         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3595         which may or may not help.
3596         (nnimap-open-connection): If we're doing a stream connection, and then
3597         discover we're on a STARTTLS-capable server, then open a STARTTLS
3598         connection instead.
3600 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3602         * nnimap.el (utf7): Require.
3604         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3605         prefix.
3607 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3609         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3611 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3613         * nnimap.el (nnimap-request-accept-article): Message the error on
3614         error.
3616 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3618         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3620 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3622         * nndoc.el (nndoc-request-list): Return success always.
3624         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3625         `fetch-old' -- we only want to fetch the articles we've requested.
3626         The rest are in the agent, probably.
3627         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3628         disappeared server" to something low.  It's not important.
3630         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3631         arrived before the FETCH data.
3633         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3634         target here, because we don't know the Gnus name of the group.
3636         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3637         for the correct group.
3639         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3641         * gnus.el (gnus): Give a final warning after startup.
3643         * gnus-util.el (gnus-action-message-log): New variable.
3644         (gnus-message): Use it.
3645         (gnus-final-warning): New function.
3647         * nnimap.el (nnimap-open-connection): Record the greeting.
3648         (nnimap): Add greeting.
3650 2010-09-26  Julien Danjou  <julien@danjou.info>
3652         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3653         arguments.
3654         (gnus-html-wash-images): Fix spec computing to include start/end.
3656         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3658 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3660         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3661         deletion.
3662         (nnimap-retrieve-headers): Don't select the group, because that's
3663         already done by nnimap-possibly-change-group.
3665         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3666         (gnus-picon-transform-address): Use it.
3668         * mail-source.el (mail-source-value): Revert previous patch.
3670         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3671         on failure.
3672         (nnimap-open-connection): Look up both virtual and physical server name
3673         credentials.
3675         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3677 2009-02-08  Dave Love  <fx@gnu.org>
3679         * gnus-win.el (gnus-window-to-buffer-helper)
3680         (gnus-all-windows-visible-p): Function needn't be a symbol.
3682         * mail-source.el (mail-source-value): Function needn't be a symbol.
3684 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3686         * message.el (message-cite-prefix-regexp): Remove } from the cite
3687         prefix.
3689         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3690         highlight again, so that the highlight is correct.
3692         * gnus-picon.el (gnus-picon): Remove again.
3693         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3695         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3696         doing the header highlightling, so that the background colour of the
3697         picon is correct.
3699         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3700         (gnus-picon): Ditto.
3701         (gnus-picon): Reinstate.  The background colour for picons is white.
3702         (gnus-picon-insert-glyph): Make the background white.
3704         * nnml.el (nnml-open-nov): Don't return dead buffers.
3706         * auth-source.el (auth-source-create): Query the user for whether to
3707         store the credentials.
3709         * auth-source.el (auth-source-user-or-password): Use the existing auth
3710         sources, if any, for creation.
3712         * gnus.el (gnus-group-fast-parameter): Return the last matching
3713         parameter instead of the first matching parameter.
3715 2010-09-26  Julien Danjou  <julien@danjou.info>
3717         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3719 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3721         * mml2015.el (mml2015-use): Remove gpg support.
3723         * mml1991.el (mml1991-function-alist): Remove gpg function.
3724         (mml1991-gpg-sign): Remove.
3726 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3728         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3729         (gnus-browse-unsubscribe-current-group): Document it.
3730         (gnus-browse-unsubscribe-group): Use it.
3732 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3734         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3735         address to the To list for easier response.
3737         * gnus.el (gnus-play-startup-jingle): Remove.
3738         (gnus-splash): Don't play jingle.
3739         (gnus): Silence gnus-load message.
3741         * gnus-art.el (gnus-treat-play-sounds): Remove.
3743         * gnus.el (gnus-play-jingle): Remove audio support.
3745         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3747         * earcon.el: Remove -- no users.
3749         * gnus-audio.el: Remove -- no users of this package.
3751         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3753         * gnus-start.el (gnus-setup-news): Remove nocem support.
3755         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3757         * gnus.el (gnus-use-nocem): Remove.
3759         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3760         Remove.
3762         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3763         uses NoCeM any more.
3765         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3766         (gnus-button-ctan-handler): Ditto.
3767         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3768         (gnus-button-ctan-directory-regexp): Ditto.
3769         (gnus-button-handle-ctan): Ditto.
3770         (gnus-button-tex-level): Ditto.
3771         (gnus-button-alist): Remove CTAN stuff.
3773 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3775         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3776         nnimap-streaming test.
3778         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3779         servers twice.
3781         * nnimap.el (nnimap-open-connection): Add more error reporting when
3782         nnimap fails early.
3784         * nnheader.el (nnheader-get-report-string): New function.
3785         (nnheader-get-report): Use it.
3787         * gnus-int.el (gnus-check-server): Say what the error was when opening
3788         failed.
3790         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3791         using streaming.
3793 2010-09-25  Julien Danjou  <julien@danjou.info>
3795         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3796         gnus-window-inside-pixel-edges.
3798 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3800         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3802         * mm-decode.el (mm-save-part): Allow saving to other directories the
3803         normal Emacs way.
3805         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3806         Suggested by Jay Berkenbilt.
3808         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3809         there isn't a single byte.
3811         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3812         just do it.  It doesn't really seem to matter what the user responds
3813         here, I think, so it's just a confusing question.
3815         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3816         non-streaming case.
3818         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3819         (gnus-article-encrypt-body): Use it.
3821         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3822         keystroke.
3824         * nnimap.el (nnimap-find-wanted-parts-1):
3825         Use gnus-fetch-partial-articles.
3827         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3829         * nnimap.el (nnimap-insert-partial-structure): New function.
3830         (nnimap-get-partial-article): New function.
3831         (nnimap-request-article): Use it.
3832         (nnimap-wait-for-response): Return whether the wait was successful.
3833         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3834         retrieval wasn't successful.
3835         (nnimap-retrieve-group-data-early): Allow throttling servers.
3836         (nnimap-streaming): New variable.
3837         (nnimap-fetch-partial-articles): Remove.
3839         * mm-decode.el (mm-with-part): Protect against killed buffers.
3841         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3842         for prettier summary display.
3844 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3846         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
3848 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3850         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
3851         apparently third-party libraries depend on it.
3853         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
3854         before starting negotiation.
3856         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
3857         privacy reasons.
3858         (gnus-treat-mail-gravatar): Ditto.
3860         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
3861         buffer when inserting images.  Inserting text into the headers, for
3862         instance, can make them invalid.
3864 2010-09-25  Julien Danjou  <julien@danjou.info>
3866         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
3867         variables.
3869         * nnheader.el: Remove useless variables news-reply-yank-from and
3870         news-reply-yank-message-id.
3872         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
3873         variables.
3875         * mml1991.el: Remove useless mml1991-verbose.
3877         * gnus.el: Remove useless variable gnus-use-generic-from.
3878         Remove obsolete variable gnus-topic-indentation.
3880         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
3882         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
3884         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
3886         * gnus-group.el: Remove useless gnus-group-icon-cache.
3887         Remove useless gnus-ephemeral-group-server.
3889         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
3891         * mml2015.el: Remove useless mml2015-verbose.
3893         * mml-smime.el: Remove useless mml-smime-verbose.
3895         * gnus.el: Remove useless gnus-local-domain.
3897         * gnus-gravatar.el (gnus-gravatar-transform-address):
3898         Use gnus-gravatar-size.
3900         * gnus-art.el: Remove useless gnus-treat-translate.
3902 2010-09-24  Julien Danjou  <julien@danjou.info>
3904         * gnus-sum.el: Add support for Gravatars.
3906         * gnus-art.el: Add support for Gravatars.
3908         * gnus-gravatar.el: Add this file.
3910         * gravatar.el: Add this file.
3912 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3914         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
3916         * gnus-group.el (gnus-group-fetch-faq): Remove.
3918         * gnus.el (gnus-group-faq-directory): Remove.
3920         * gnus-group.el (gnus-group-fetch-charter): Remove.
3922         * gnus.el (gnus-group-charter-alist): Remove.
3924         * gnus-group.el (gnus-group-archive-directory): Remove.
3925         (gnus-group-recent-archive-directory): Ditto.
3926         (gnus-group-make-archive-group): Remove.
3928         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
3930         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
3931         use the same article number for all the cached articles.
3933         * nnimap.el (nnimap-command): Register the last command time so
3934         that we can use it for idling NOOPs.
3935         (nnimap-open-connection): Start the keeplive timer.
3936         (nnimap-make-process-buffer): Store all the process buffers.
3937         (nnimap-keepalive): New function.
3939         * starttls.el (starttls-open-stream): Add autoload cookie.
3941 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3943         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
3944         handling.
3946 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3948         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
3949         its data structures.
3951         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
3952         instead of the cl.el copy-list.
3953         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
3954         equalp.
3956 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3958         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
3959         and tool-bar-local-item-from-menu.
3961         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
3962         mode-line-highlight face for Emacs.
3964         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
3965         loading gnus-sum.elc; fix comment for canlock-verify.
3966         (gnus-article-jump-to-part): Use read-number.
3967         (gnus-insert-mime-button, gnus-insert-mime-security-button):
3968         Remove Emacs pre-21 compatible code for help-echo.
3969         (gnus-article-next-page-1): No need to adjust the number of lines.
3970         (gnus-article-describe-bindings): Always use help-buffer.
3972         * gnus-audio.el (gnus-audio-inline-sound)
3973         * gnus-cus.el (gnus-custom-mode)
3974         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
3976         * gnus-sum.el (gnus-remove-overlays): Doc fix.
3978         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
3979         compatible code.
3981 2010-09-24  Glenn Morris  <rgm@gnu.org>
3983         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
3984         visiting the fcc file in rmail-mode.
3986 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
3988         * nnir.el: Silence the byte compiler.
3990         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
3991         alias to browse-url-url-encode-chars if any.
3992         (gnus-html-encode-url): Use it.
3994 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3996         * gnus-start.el (gnus-use-backend-marks): New variable.
3997         (gnus-get-unread-articles-in-group): Use it.
3999         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4000         makeover.
4002 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4004         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4006 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4008         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4009         Remove.
4010         (gnus-setup-news-hook):
4011         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4013         * gnus-int.el (gnus-request-update-info): Protect against backends not
4014         having the function.
4016         * nnimap.el (nnimap-stream): Mention starttls.
4017         (nnimap-open-connection): Add starttls support.
4019 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4021         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4023 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4025         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4026         BODYSTRUCTUREs.
4027         (nnimap-transform-headers): Unfold quoted {42} headers.
4029         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4030         the info.
4031         (gnus-get-unread-articles): Only call updatep on backends that support
4032         it.
4034         * nnweb.el (nnweb-request-update-info): NOOP.
4036         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4038         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4039         since it only deals with marks.
4041         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4042         gnus-request-marks, and make a new gnus-request-update-info.
4044         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4045         the active instead of the high number, which is usually too low.
4047 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4049         * encrypt.el: Remove.
4051 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4053         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4054         server in symbolic form.
4056         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4058 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4060         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4061         (nnimap-update-info): Fix up code slightly.
4063         * gnus-int.el (gnus-open-server): Add tracing for performance
4064         debugging.
4066         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4067         (gnus-group-insert-group-line): Pass the real group name so that it
4068         gets the right data.
4070         * gnus-start.el (gnus-get-unread-articles): Don't have
4071         `gnus-get-unread-articles-in-group' update info, since that can be
4072         really slow and doesn't seem to be needed?
4074 2010-09-22  Julien Danjou  <julien@danjou.info>
4076         * gnus-group.el (gnus-group-insert-group-line):
4077         Call gnus-group-highlight-line.
4078         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4079         default hook list.
4080         (gnus-group-update-eval-form): Add new function.
4081         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4082         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4084 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4086         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4087         immediate, then expire all articles.
4088         (nnimap-update-info): Fix off-by-one errors.
4089         (nnimap-flags-to-marks): Would return no marks lists for group with no
4090         flags.  Instead return the other data.
4092 2010-09-22  Julien Danjou  <julien@danjou.info>
4094         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4095         Only return an icon.
4096         (gnus-group-insert-group-line): Compute icon to return.
4098         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4099         (gnus-html-image-fetched): Only cache if
4100         gnus-html-image-automatic-caching is set.
4101         (gnus-html-image-fetched): Check for errors.
4103 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4105         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4106         once per method on `g'.  This ensures that backends like nnfolder don't
4107         open all their folders.
4109         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4110         (nnimap-request-list): Nix out group in the correct buffer.
4111         (nnimap-parse-flags): Implement by using `read' instead of
4112         hand-parsing.
4113         (nnimap-flags-to-marks): Pass on permanent-flags.
4114         (nnimap-make-process-buffer): Record the server name.
4115         (nnimap-parse-flags): Fix typo.
4116         (nnimap-request-scan): Run split on the server in general, not just a
4117         single group.
4119         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4120         parameter, and propagate this downwards.
4122         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4123         since EXAMINE changes it on the server.
4125         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4126         this command might take a while.
4128 2010-09-22  Julien Danjou  <julien@danjou.info>
4130         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4131         harmful if you have 2 images side-by-side, they can't be properly
4132         update on text deletion.  Using text-property is safer here.
4133         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4134         data.
4136 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4138         * nnimap.el (nnimap-expunge-inbox): Remove.
4139         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4140         (nnimap-expunge): Flip default to t.
4142         * gnus.el (gnus-method-to-server): Don't push things to the cache
4143         unless it's unique.
4144         (gnus-server-to-method): Ditto.
4146 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4148         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4150 2010-09-22  Julien Danjou  <julien@danjou.info>
4152         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4153         get the start of data.
4154         (gnus-html-encode-url): Add this function to encode special chars in
4155         URL.
4156         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4157         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4159         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4160         default.
4161         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4163         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4164         images alt-text.
4165         (gnus-html-put-image): Put alt-text as help-echo.
4167 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4169         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4170         * mm-util.el (mm-decompress-buffer)
4171         * nnir.el (nnir-run-find-grep)
4172         * pop3.el (pop3-list): Use 3rd arg of split-string.
4174 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4176         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4177         outside the active range.  Suggested by Dan Christensen.
4179         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4180         slightly later to avoid double-getting it.
4182         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4183         previous patch.
4185         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4187 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4189         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4191 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4193         * gnus-int.el (gnus-open-server): Give a better error message in the
4194         "go offline" case.
4196         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4197         marks for nnimap, which is seldom the right thing to do.
4199         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4200         (gnus-same-method-different-name): New function.
4202         * nnimap.el (parse-time): Require.
4204         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4205         method in the presence of many similar methods.
4207         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4209         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4210         nnml-inhibit-expiry.
4212         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4213         find out whether methods are equal.
4215         * nnimap.el (nnimap-find-expired-articles): New function.
4216         (nnimap-process-expiry-targets): New function.
4217         (nnimap-request-move-article): Request the article before looking at
4218         what the Message-ID is.  Fix found by Andrew Cohen.
4219         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4221         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4222         for oldness in addition to being a predicate.
4224         * nnimap.el (nnimap-request-group): When we have zero articles, return
4225         the right data to Gnus.
4226         (nnimap-request-expire-articles): Only delete articles immediately if
4227         the target is 'delete.
4229         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4230         method, this would bug out.
4232         * gnus-group.el (gnus-group-expunge-group): Rename from
4233         gnus-group-nnimap-expunge, and implemented as a normal interface
4234         function.
4236         * gnus-int.el (gnus-request-expunge-group): New function.
4238         * nnimap.el (nnimap-request-create-group): Implement.
4239         (nnimap-request-expunge-group): New function.
4241 2010-09-21  Julien Danjou  <julien@danjou.info>
4243         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4244         (gnus-html-cache-expired): Add new function.
4245         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4246         wethever we should display image for fetch it.
4247         Compute alt-text earlier to pass it to the fetching function too.
4248         (gnus-html-schedule-image-fetching): Change function argument to only
4249         get one image at a time, not a list.
4250         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4251         cache.
4252         (gnus-html-get-image-data): New function to retrieve image data from
4253         cache.
4254         (gnus-html-put-image): Change buffer argument to use image data rather
4255         than file, and place image above region rather than inserting a new
4256         one.  Do not take alt-text as argument, since it's useless now: we place
4257         the image above alt-text.
4258         (gnus-html-prune-cache): Remove.
4259         (gnus-html-show-images): Start to fetch image when we find one, do not
4260         push into a temporary list.
4261         (gnus-html-prefetch-images): Only fetch image if they have expired.
4262         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4263         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4265 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4267         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4269 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4271         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4272         spec inser "*" if the group isn't active instead of 0.
4274         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4275         opening the server.
4276         (nnimap-request-delete-group): Implement group deletion.
4277         (nnimap-transform-headers): Return the size of the entire message in
4278         the Bytes header, not just the size of the first part.
4279         (nnimap-request-move-article): When moving an article from nnimap,
4280         request the article first so the accepting form has an article to
4281         accept.  Reported by Dan Christensen.
4282         (nnimap-command): Make sure that the error message doesn't error out.
4284 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4286         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4287         we haven't requested anything.
4289 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4291         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4292         "".  Fix found by Andrew Cohen.
4294         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4295         instead of -encode-string.
4297 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4299         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4301         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4302         by mm-subst-char-in-string.
4304 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4306         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4307         waiting for the connection string.
4309         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4310         arriving.
4312         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4313         bogus characters.  This allows selecting certain Gmail groups.
4315         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4316         (nnimap-fetch-partial-articles): New variable.
4317         (nnimap-open-connection): When looking for credentials, also use the
4318         nnimap-server-port.
4319         (nnimap-request-article): Return the group/article number, so that Gnus
4320         `^' works as expected.
4321         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4323         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4324         comments.
4325         (gnus-methods-sloppily-equal): New function.
4326         (gnus): When using the development version of Gnus, load the gnus-load
4327         file.
4329         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4330         `gnus-open-server' on each method before trying to scan them etc.
4331         This ensures that all the backend parameters are set correctly.
4333         * nnimap.el (nnimap-authenticator): New variable.
4334         (nnimap-open-connection): Allow anonymous login.
4335         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4336         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4338         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4339         patch, found by Knut Anders Hatlen.
4341 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4343         * gnus-agent.el (gnus-agent-batch-confirmation)
4344         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4345         to gnus-message.
4346         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4347         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4348         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4349         * gnus-int.el (gnus-open-server): Likewise.
4350         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4351         (gnus-score-check-syntax): Likewise.
4352         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4353         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4354         Likewise.
4355         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4357 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4359         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4360         calling conventions so that prefetch doesn't bug out.
4362 2010-09-19  Julien Danjou  <julien@danjou.info>
4364         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4365         rather than `subst-char-in-region' in order to be able to replace ASCII
4366         char by UTF-8 ones.
4368         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4369         than curl.
4370         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4371         the right URL and ALT text on images.
4372         (gnus-html-wash-tags): Fix tag case.
4373         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4374         (gnus-article-html): Add -o display_ins_del=2 option.
4375         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4377 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4379         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4380         the extra mail headers, which sometimes seem to happen for unknown
4381         reasons.
4383         * mail-parse.el (mail-header-encode-parameter): Define as
4384         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4385         (or most, perhaps?) mail readers don't understand the latter, but do
4386         understand the former.
4388         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4389         to nil, so that no methods are automatically agentized.  I think this
4390         is probably what most users want.
4392         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4393         from url-retrieve, for instance about invalid URLs.
4395         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4396         groups that have no articles.
4397         (nnimap-request-article): Check that we really got an article when we
4398         requested one.
4400         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4401         doesn't exist.
4403         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4404         nntp buffer so the agent can save it.
4405         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4406         that CRLF doesn't get translated to \n.
4407         (nnimap-open-connection): Don't make 'shell commands only send \n.
4409 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4411         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4412         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4413         Update var name.
4414         (nnml-generate-nov-file): Use dolist.
4415         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4416         Use with-current-buffer.
4418 2010-09-18  Julien Danjou  <julien@danjou.info>
4420         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4421         parallel.
4423 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4425         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4426         the range update right.
4427         (nnimap-request-group): Don't make `M-g' bug out on group with no
4428         marks.
4429         (nnoo): Require, so that other packages can require nnimap.
4430         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4431         command we're looking for.  This helps when the server sends more
4432         responses after we've gotten everything we expected.
4433         (nnimap): Add a `newlinep' field to keep track of end-of-line
4434         conventions.
4435         Don't send CRLF to things that don't want it.
4436         (nnimap-request-accept-article): Ditto.
4438 2010-09-18  Julien Danjou  <julien@danjou.info>
4440         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4441         than curl to retrieve images.
4443 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4445         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4446         the marks.
4447         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4448         (nnimap-wait-for-connection): New function.
4449         (nnimap-open-connection): If we have PREAUTH, don't query for login
4450         credentials.
4451         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4452         when doing a partial update.
4454 2010-09-18  Julien Danjou  <julien@danjou.info>
4456         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4457         tags.
4459 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4461         * nnimap.el (nnimap-credentials): New function.
4462         (nnimap-open-connection): Use the new function to look for credentials
4463         also on the numeric equivalents of "imap" and "imaps".
4465         * gnus-start.el (gnus-activate-group): Send the info to
4466         gnus-request-group.
4468         * nnimap.el (nnimap-request-group): Have the "check" version of the
4469         function parse flags and update the info, so that a `M-g' get a total
4470         resync of all flags from the group.
4472         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4473         to allow backends to alter the info on group selection.  Also alter all
4474         the backend -request-group functions to take the parameter.
4476         * nnimap.el (nnimap-store-info): New function.
4477         (nnimap-update-info): Store the info for later usage.
4478         (nnimap-request-group): Use the stored info for the dont-check case, so
4479         that we don't retrieve all marks when we enter a group.
4481         * nnimap.el: Use deffoo instead of defun for interface functions.
4483         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4484         update the group info.  This makes the nndraft groups, for instance, go
4485         back to their old behaviour.
4487         * gnus-sum.el (gnus-select-newsgroup): Indent.
4489         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4490         in.
4491         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4492         nothing.
4494         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4495         from methods that are denied.
4497         * gnus-int.el (gnus-method-denied-p): New function.
4499         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4500         store the password instead of netrc.
4501         (nnimap-open-connection): Don't error out when we can't make a
4502         connections.
4504         * auth-source.el (auth-source-create): In the password prompt, say what
4505         we're querying for.  Also prompt for user name if that hasn't been
4506         given.
4508         * nnimap.el (nnimap-with-process-buffer): Remove.
4510 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4512         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4513         method when we're reading from the agent.
4515         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4517         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4518         that's probably most useful for users.
4520         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4521         "failed" all the time.
4523         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4524         ...)) with (with-current-buffer ... ).
4526         * nntp.el (nntp-open-server): Return whether the open was successful or
4527         not.
4529         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4530         select an unread unseen article first.
4532         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4533         /etc/services, supply some sensible port defaults.
4535 2010-09-17  Julien Danjou  <julien@danjou.info>
4537         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4539 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4541         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4542         doesn't have any parameters.
4544 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4546         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4547         only upcased checks.
4549         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4551         * nnimap.el (nnimap-open-shell-stream): New function.
4552         (nnimap-open-connection): Use it.
4553         (nnimap-transform-headers): Get the number of lines in each message.
4554         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4555         number of lines.
4556         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4557         problem.
4559         * utf7.el (utf7-encode): Autoload.
4561         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4562         to allow the mail splitting to not return a default group.  This is
4563         useful for nnimap, which will leave unmatched mail in the inbox.
4565         * nnimap.el: Rewritten.
4567         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4568         nnimap usage.
4570         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4571         if the move is internal, so that nnimap can do fast internal moves.
4573         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4574         data.
4575         (gnus-read-active-for-groups): Support finishing the early retrieval of
4576         data.
4578         * gnus-range.el (gnus-range-nconcat): New function.
4580         * gnus-int.el (gnus-finish-retrieve-group-infos)
4581         (gnus-retrieve-group-data-early): New functions.
4583 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4585         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4586         (nnrss-retrieve-groups):
4587         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4588         (pop3-quit): Use with-current-buffer.
4590 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4592         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4593         instead of nnheader-accept-process-output.
4595         * gnus-html.el (gnus-html-schedule-image-fetching)
4596         (gnus-html-prefetch-images): Replace process-kill-without-query by
4597         gnus-set-process-query-on-exit-flag.
4599 2010-09-16  Romain Francoise  <romain@orebokech.com>
4601         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4603 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4605         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4606         parameter to unintern is mandatory-ish in Emacs 24.
4608         * gnus-html.el (gnus-html-schedule-image-fetching)
4609         (gnus-html-prefetch-images): Check for curl before using it.
4611         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4612         depend on curl, which isn't essential.
4614         * imap.el: Revert back to version
4615         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4616         seem problematic.
4618 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4620         * gnus-registry.el (gnus-registry-install-shortcuts):
4621         Explicitly pass `obarray' to `unintern' to avoid a warning.
4623 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4625         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4626         change.
4628         * nnrss.el (nnrss-request-list): Remove this function and related
4629         functions, including the moreover stuff.
4631 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4633         * nnrss.el (nnrss-retrieve-groups): New function.
4635 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4637         * .dir-locals.el: Add no-byte-compile cookie.
4639 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4641         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4642         for back end that doesn't support request-scan.
4644 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4646         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4647         then do request scans from the backends.
4649         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4650         avoid running a hook per line, since this takes a lot of time,
4651         profiling shows.
4652         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4653         directly if gnus-visual-p is true.
4655 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4657         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4658         groups; replace mapcar with dolist which is a bit faster; pass groups
4659         info to gnus-read-active-file-1.
4660         (gnus-read-active-file-1): Scan only specified groups if the new
4661         optional arg `infos' is given.
4663 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4665         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4667         * pop3.el (pop3-movemail): Remove.
4668         (pop3-streaming-movemail): Rename to pop3-movemail.
4670         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4671         don't restrict end-tag searches to the end of the line.
4673 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4675         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4676         articles of every unchecked group to t, which means unknown since the
4677         server has never been opened.
4679 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4681         * gnus-html.el (gnus-html-show-alt-text): New command.
4682         (gnus-html-browse-image): Ditto.
4683         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4684         to browse the image directly.
4685         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4686         better.
4688         * gnus-async.el (gnus-async-article-callback):
4689         Call `gnus-html-prefetch-images' unconditionally.
4691         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4692         before feeding URLs to curl.
4694 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4696         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4697         internal images as deletable by `W D D'.
4699         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4700         (gnus-async-article-callback): Fix typo.
4702 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4704         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4705         current line to work around bugs in the output from w3m.
4707         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4708         for groups that want that.
4710         * nntp.el (nntp-wait-for-string): Supply a timeout for
4711         accept-process-output to ensure progress.
4713         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4714         level to get unread articles from, then use that for foreign groups,
4715         too.
4717         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4718         confuses the rest of the function.
4720         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4721         for the methods that support -retrieve-groups, too.
4723         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4725 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4727         * pop3.el: Require cl when compiling.
4728         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4730 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4732         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4733         that aren't going to be activated.
4734         (gnus-get-unread-articles): Fix up the last commit.
4736         * gnus-html.el (gnus-article-html): Allow calling without specifying
4737         the handle.  In that case, dissect the buffer first.
4739         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4741         * nnimap.el (nnimap-open-connection): Revert the change that would look
4742         into authinfo for imaps instead of imap.
4744         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4745         say that you don't want to call gnus-request-group with don-check, but
4746         do check the reponse.  This is for virtual groups only.
4747         (gnus-get-unread-articles): Count the archive groups as secondary, so
4748         that they're activated the same way as before.
4750         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4751         case-insensitively.
4752         (nnimap-debug): Remove.
4754         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4755         mail from a file, and the file doesn't exist.
4757         * pop3.el (pop3-streaming-movemail): Return t for success.
4759         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4760         .authinfo if we're using ssl connection.
4762         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4763         already have if we're in a main Gnus `g' run.
4765         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4767 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4769         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4771         * nnmh.el (nnmh-request-list-1): Bind `file'.
4773         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4774         alias to set-process-query-on-exit-flag or process-kill-without-query.
4775         (pop3-open-server): Use it.
4777 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4779         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4780         box to the Incoming file.  Fixes mistake in previous checkin.
4782         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4783         request loop (for debugging purposes) removed.
4785         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4786         culprit is more visible.
4787         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4788         (nnml-add-incremental-nov): New functions to do "incremental" nov
4789         updates, where we just append to the end of the existing nov files
4790         without reading/writing them in full.
4792         * mail-source.el (mail-source-delete-crash-box): Really only check the
4793         incoming files once in a while.
4795         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4797         * mail-source.el (mail-source-delete-crash-box): Only check the
4798         incoming files for deletion once per day to save a lot of file
4799         accesses.
4801         * pop3.el (pop3-logon): Fix up unbound variable typo.
4803         * mail-source.el (pop3-streaming-movemail): Autoload.
4805         * pop3.el (pop3-streaming-movemail):
4806         Respect pop3-leave-mail-on-server.
4808         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4809         retrieval.
4811         * pop3.el (pop3-process-filter): Remove unused function.
4812         (pop3-streaming-movemail, pop3-send-streaming-command)
4813         (pop3-wait-for-messages, pop3-write-to-file)
4814         (pop3-number-of-responses): New functions for streaming pop3
4815         retrieval.
4817         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4818         come from no known methods.
4819         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4820         list.
4822         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4823         message sizes.
4824         (pop3-movemail): Use erase-buffer instead of looping and deleting
4825         regions, which seems rather odd.
4827         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4828         file once per `g' run.
4830         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4831         directories.  This makes the draft queue directory work.
4833         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4834         data from the backends, so that we only request the list of groups from
4835         each method once.  This should speed things up considerably.
4837         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4838         detect that it's not implemented.
4840         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4841         we actually do recurse down into the tree, but don't stat all leaf
4842         nodes.
4844         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4845         then say so instead of bugging out.
4847         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
4848         files exist before trying to read them.
4850         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
4851         around <pre_int>.
4853         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
4855         * nnmh.el (nnmh-request-list-1): Optimize for speed.
4857 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4859         * mm-util.el (mm-image-load-path): Just return the image directories,
4860         not all directories in the path in addition to the image directories.
4861         (mm-image-load-path): Maintain a cache of the image directories so that
4862         the `g' command in Gnus doesn't have to stat dozens of directories each
4863         time.
4865         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
4866         (gnus-html-wash-tags): Add a new `i' command to insert images.
4867         (gnus-html-insert-image): New command and keystroke.
4868         (gnus-html-redisplay-with-images): New command and keystroke.
4869         (gnus-html-show-images): Rename command.
4870         (gnus-html-wash-tags): Remove more white space before <pre_int> image
4871         spacers.
4872         (gnus-html-wash-tags): Decode entities at the end, so that entities
4873         inside the tags don't mess up the rest of the "parsing".
4875         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
4876         so that nnimap methods aren't agentized by default.  There's apparently
4877         many problems related to agent/imap behaviour.
4879         * gnus-art.el (gnus-article-copy-string): New command and key binding.
4881         * gnus-html.el: Doc fix.
4883 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
4885         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
4886         glyph-width and glyph-height instead of display-graphic-p and
4887         image-size; make avoidance of displaying small images work for XEmacs.
4889         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
4890         for XEmacs.
4892         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
4893         of symbol that holds plist data.
4894         (gnus-process-plist): Remove plist of process after getting it.
4896 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4898         * message.el (message-generate-hashcash): Change default to
4899         'opportunistic if hashcash is installed.
4901         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
4902         (gnus-html-put-image): Only call image-size once, since it's somewhat
4903         time-consuming on remote X servers.
4905 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
4907         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
4908         decoded contents.
4909         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
4911 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4913         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
4914         group line format, since it isn't very interesting.
4916         * gnus-agent.el (gnus-agent-short-article),
4917         (gnus-agent-long-article): Increase values for these two variables,
4918         since most people are likely to have more network connection and
4919         storage than before.
4921         * gnus.el (gnus-refer-article-method): Change default to 'current.
4922         When referring an article, the common behaviour is to refer it from the
4923         current select method, not the native select method.  The chances of
4924         the native select method having the message in question is rather slim
4925         these days.
4927         * gnus-sum.el (gnus-auto-select-subject): Change default to
4928         `unseen-or-unread'.  I think it's likely that most people want to
4929         select an unseen article over a previously seen, but unread one.
4931         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
4932         means that in the article buffer none of the minor mode elements will
4933         be shown, usually, and this is not desirable in most cases.
4935         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
4936         that commands like `d' (and the like) go to the next line in the
4937         buffer, instead of the next unread article.  I think this is the
4938         behaviour that is most natural for most users.
4939         (gnus-single-article-buffer): Change default to nil, so that people can
4940         have as many article buffers open as they have summary buffer.  I think
4941         this is the most natural way for the groups to behave.
4943         * message.el (message-generate-new-buffers): Change default to
4944         `unsent', so that all new message buffers start their names with the
4945         string "*unsent", and it's easier to find the buffers if you move from
4946         them.
4948 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4950         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
4951         small.  They're probably tracking images.
4952         (gnus-html-wash-tags): Remove all <pre_int> place holders.
4953         (gnus-html-rescale-image): Yet another try at getting the image sizing
4954         right.
4956         * nntp.el (nntp-request-set-mark): Refuse to do marks if
4957         nntp-marks-file-name is nil.
4959 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4961         * gnus-html.el (gnus-html-wash-tags)
4962         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
4963         Better logging.
4965 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4967         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
4969         * gnus-html.el (gnus-html-wash-tags): Check the value of
4970         gnus-blocked-images in the summary buffer.
4972 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4974         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
4976 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4978         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
4979         like "a", it seems like.
4980         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
4981         since it needs to be picked from the correct buffer.
4983         * nnwfm.el: Remove.
4985         * nnlistserv.el: Remove.
4987 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
4989         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
4990         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
4992 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4994         * nnkiboze.el: Remove.
4996         * nndb.el: Remove.
4998         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
4999         alt text.
5000         (gnus-html-rescale-image): Try to get the rescaling logic right for
5001         images that are just wide and not tall.
5003         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5004         overshadow variable bindings.
5006 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5008         * gnus-html.el (gnus-html-wash-tags)
5009         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5010         Add extra logging.
5012 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5014         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5015         (gnus-max-image-proportion): New variable.
5016         (gnus-html-rescale-image): New function.
5017         (gnus-html-put-image): Rescale images.
5019 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5021         Fix up some byte-compiler warnings.
5022         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5023         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5024         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5025         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5026         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5027         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5028         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5030 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5032         * gnus-html.el (gnus-article-html): Decode contents by charset.
5034 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5036         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5037         (gnus-html-frame-width, gnus-blocked-images)
5038         * message.el (message-prune-recipient-rules): Add custom version.
5039         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5041         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5042         functions.
5044         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5045         gnus-process-get.
5047 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5049         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5050         instead of lsub directly.
5052 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5054         * nnwarchive.el: Remove.
5056         * gnus-soup.el: Remove.
5058         * nnsoup.el: Remove.
5060         * nnultimate.el: Remove.
5062         * gnus-html.el (gnus-blocked-images): New variable.
5064         * message.el (message-prune-recipients): New function.
5065         (message-prune-recipient-rules): New variable.
5067         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5068         guess whether a long line is natural text or not.
5070         * gnus-html.el (gnus-html-schedule-image-fetching):
5071         Use gnus-process-plist and friends for compatibility.
5073 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5075         * gnus-html.el: Require packages that define macros used in this file.
5076         (gnus-article-mouse-face): Declare to silence byte-compiler.
5077         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5078         process-get.
5079         (gnus-html-put-image): Use plist-get to avoid getf.
5080         (gnus-html-prefetch-images): Use with-current-buffer.
5082 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5084         * gnus-ems.el: Provide compatibility functions for
5085         gnus-set-process-plist.
5087         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5088         * gnus.el (gnus-valid-select-methods)
5089         * message.el (message-send-mail-partially-limit)
5090         * mm-decode.el (mm-text-html-renderer)
5091         * mml.el (mml-insert-mime-headers-always)
5092         * smiley.el (smiley-regexp-alist): Bump custom version.
5094 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5096         * gnus-html.el: require mm-url.
5097         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5098         with the url to `url'.
5099         (gnus-html-wash-tags): Support cid: URLs/images.
5101 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5103         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5104         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5105         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5107         * gnus-move.el: Remove file, since it doesn't really work.
5109         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5110         UTF-8.  This seems to fix problems with some German web feeds.
5112         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5113         at the top so that the proper colours are applied.
5115         * gnus-art.el (gnus-article-view-part): Doc fix.
5117         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5118         XEmacs-compatible.
5119         (gnus-html-put-image): Don't do images on non-graphic displays.
5121         * nnslashdot.el: Remove this unused backend.
5123         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5124         actions.
5125         (gnus-undo-register-1): Revert last change.
5127         * gnus-group.el (gnus-group-completing-read): Protect against not
5128         having completion-styles bound.
5130         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5131         make broken recipients happier.
5133         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5135         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5136         point parameter.
5138         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5139         completion-styles for group selection.
5141 2009-02-04  Andreas Schwab  <schwab@suse.de>
5143         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5144         headers and regexp-quote the match if necessary.
5146 2009-03-24  Miles Bader  <miles@gnu.org>
5148         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5149         the blinking smiley.
5151 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5153         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5154         blink smiley.
5156 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5158         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5159         where the dribbel file lives exists.
5161         * message.el (message-send-mail-partially-limit): Change the default to
5162         nil, since most people don't want this.
5164         * mm-url.el (mm-url-decode-entities): Also decode entities like
5165         &#x3212.
5167 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5169         * gnus-sum.el (gnus-summary-idna-message):
5170         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5171         Hyperlink urls in docstrings with URL `...'.
5173 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5175         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5176         functions.
5178 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5180         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5181         say what the mouseover text should be.
5183         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5184         version of the mm-w3m-safe-url-regexp variable to only download images
5185         in the groups where we want that to happen.
5187         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5189         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5190         easier debugging.
5191         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5192         big pictures in the article buffer.
5194         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5195         gnus-article-html.
5196         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5197         w3m.
5199         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5201 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5203         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5204         which doesn't exist.
5206         * message.el (message-inhibit-ecomplete): New variable to allow some
5207         function to inhibit ecomplete address storage.
5208         (message-resend): Disable ecomplete message storage when resending
5209         messages.
5211         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5213 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5215         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5216         Save excursion while copying, moving, and deleting articles in order to
5217         prevent the cursor from jumping to unforeseen place.
5219 2010-08-17  Glenn Morris  <rgm@gnu.org>
5221         * gnus-sync.el: Require gnus components whose functions are used.
5223         * gnus-art.el (bookmark-make-record-function):
5224         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5225         Declare for compiler.
5227         * mm-url.el (mml-compute-boundary): Autoload.
5229 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5231         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5233 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5235         Typo fix "hoo4a" -> "hook".
5237         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5239 2010-08-14  Glenn Morris  <rgm@gnu.org>
5241         * gnus-sync.el (gnus-sync): Fix defgroup version.
5243 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5245         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5247         * gnus-sync.el: Fix docs.
5248         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5249         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5251 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5253         Optimizations for gnus-sync.el.
5255         * gnus-sync.el: Add docs about gnus-sync-backend
5256         possibilities.
5257         (gnus-sync-save): Remove unnecessary message.
5258         (gnus-sync-read): Optimize and show what groups were skipped.
5260 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5262         Minor bug fixes for gnus-sync.el.
5264         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5265         Don't read the sync on get-new-news.
5267         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5268         quiet.
5270         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5271         (fix typo).
5273 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5275         Make saving and restoring of hidden threads work with overlays.
5276         Patch applied by Ted Zlatanov.
5278         * gnus-sum.el (gnus-hidden-threads-configuration)
5279         (gnus-restore-hidden-threads-configuration): Update to deal with text
5280         properties, rather than searching for a magic character.
5282 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5284         New gnus-sync.el library for synchronization of marks.
5286         * gnus-sync.el: New library for synchronization of marks.
5288         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5289         renamed from `gnus-registry-grep-in-list'.
5291         * gnus-registry.el (gnus-registry-follow-group-p):
5292         Use `gnus-grep-in-list'.
5294         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5296 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5298         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5299         determining charset of text fails.
5301 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5303         * nnmail.el (nnmail-get-new-mail-1): Revert.
5305         * nnml.el (nnml-active-number): Make sure names of newly created groups
5306         in nnml-group-alist are encoded.
5308 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5310         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5311         containing non-ASCII characters in active file for nnml back end.
5313 2010-07-24  David Engster  <dengste@eml.cc>
5315         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5316         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5318 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5320         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5321         tag (Bug#6654).
5323 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5325         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5326         the article buffer, not the summary buffer.
5328 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5330         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5331         Emacs 23 as well.
5333 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5335         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5336         Patch applied by Karl Fogel.
5338         * gnus-sum.el (gnus-summary-bookmark-make-record):
5339         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5341 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5343         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5344         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5345         C-w still not working correctly from Article buffers; Thierry's
5346         patch to fix that will be applied after this.
5348         * gnus-art.el (bookmark-make-record-function): New local variable.
5350         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5351         article buffer.
5352         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5354 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5356         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5357         on changes in bookmark.el.
5359 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5361         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5362         the *other* type of HTML form submission.
5364 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5366         * auth-source.el (auth-source-pick): If choice does not contain a
5367         questioned keyword, set the check to t.
5369 2010-06-12  Romain Francoise  <romain@orebokech.com>
5371         * gnus-util.el (gnus-date-get-time): Move up before first use.
5373 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5375         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5376         (gnus-article-edit-part): Bind it to make last part that is substituted
5377         or deleted visible.
5378         (gnus-mime-display-single): Buttonize part of which id equals to
5379         gnus-mime-buttonized-part-id.
5381 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5383         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5384         (gnus-dd-mmm): Use gnus-date-get-time.
5385         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5386         simplify logic.
5387         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5388         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5390 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5392         * auth-source.el (top): Autoload `secrets-list-collections',
5393         `secrets-create-item', `secrets-delete-item'.
5394         (auth-sources): Fix tag string.
5395         (auth-get-source, auth-source-retrieve, auth-source-create)
5396         (auth-source-delete): New defuns.
5397         (auth-source-pick): Rewrite in order to avoid 2 passes.
5398         (auth-source-forget-user-or-password): New parameter USERNAME.
5399         (auth-source-user-or-password): New parameters CREATE-MISSING and
5400         DELETE-EXISTING.  Retrieve password interactively, if needed.
5402 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5404         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5405         deleting unused directories when gnus-expert-user is t.
5407 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5409         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5410         for each temp file when gnus-article-browse-delete-temp is ask.
5412 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5414         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5416 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5418         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5419         article unless decoding article to be saved.
5421 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5423         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5424         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5425         generated within the mm-with-unibyte-current-buffer macro.
5427 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5429         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5430         to nil when we're in a mml-preview buffer and no group is selected.
5432 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5434         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5435         when catching the `C-g'.  Reported by "Leo".
5437 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5439         * message.el (message-forward-make-body-plain)
5440         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5441         multibyte-string-p.
5443 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5445         * message.el (message-forward-make-body-mml): Assume original message
5446         is multibyte string; error on unibyte.
5447         (message-forward-make-body-plain): Ditto; don't add excessive newline
5448         in body end.
5450 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5452         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5453         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5455 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5457         * mm-extern.el (mm-extern-url): Don't use
5458         mm-with-unibyte-current-buffer.
5459         (mm-extern-cache-contents): Use with-current-buffer instead of
5460         save-excursion + set-buffer.
5462 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5464         * mm-util.el (mm-emacs-mule): Remove.
5466 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5468         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5469         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5470         change.
5472 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5474         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5475         bind the default value of enable-multibyte-characters to nil.
5477 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5479         * message.el (message-forward-make-body-plain)
5480         (message-forward-make-body-mml):
5481         Don't use mm-with-unibyte-current-buffer.
5483 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5485         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5486         (Bug#5592).
5488 2010-05-07  Julien Danjou  <julien@danjou.info>
5490         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5491         it to mm-pipe-part.
5493         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5494         it is given.
5496 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5498         * nnweb.el (nnweb-gmane-search)
5499         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5500         XEmacs.
5502         * gnus-art.el (gnus-article-browse-html-parts)
5503         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5504         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5505         make-temp-file.
5507         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5508         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5509         compiling.
5511         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5512         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5513         XEmacs when compiling.
5515         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5516         gnus-pick-mode-off-hook for XEmacs when compiling.
5517         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5518         gnus-binary-mode-off-hook for XEmacs when compiling.
5520         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5521         Return nil if char-charset is not available.
5523         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
5524         macro.
5526         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5527         instead of encode-coding-string.
5529         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5530         'xemacs) instead of mm-emacs-mule to switch function definitions.
5531         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5533 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5535         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5537 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5539         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5540         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5542 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5544         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5545         alias `jka-compr-delete-temp-file' no longer exists.
5547 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5549         Use define-minor-mode in Gnus where applicable.
5550         * mml.el (mml-mode): Use define-minor-mode.
5551         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5552         (gnus-undo-mode): Use define-minor-mode.
5553         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5554         (gnus-dead-summary-mode): Use define-minor-mode.
5555         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5556         Initialize in declaration.
5557         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5558         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5559         (gnus-mailing-list-mode): Use define-minor-mode.
5560         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5561         (gnus-draft-mode): Use define-minor-mode.
5562         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5563         (gnus-dired-mode): Use define-minor-mode.
5565 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5567         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5568         handles on recursive mml-to-mime translation and check them for
5569         boundary delimiter collisions.  Reported by Greg Troxel.
5571 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5573         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5575 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5577         * mm-util.el (mm-find-buffer-file-coding-system):
5578         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5580 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5582         * message.el (message-generate-headers): Record insertion of optional
5583         headers as well.  Otherwise the check to prevent repeated insertion of
5584         optional headers is a no-op.
5586 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5588         * smime.el: Don't mention CVS.
5590         * nnrss.el (nnrss-fetch): Don't mention CVS.
5592         * nnir.el: Don't mention CVS.
5594 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5596         * gnus-sum.el (gnus-summary-bookmark-make-record):
5597         Add `location' field.
5599 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5601         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5602         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5603         Use with-current-buffer to silence the byte-compiler.
5604         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5605         bother to require `gnus'.
5606         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5608 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5610         * gnus-sum.el (gnus-summary-bookmark-make-record)
5611         (gnus-summary-bookmark-jump): New functions.
5612         (gnus-summary-mode): Setup bookmark support.
5614 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5616         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5617         if set.
5619 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5621         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5622         gnus-article-browse-html-save-cid-image; make it work recursively for
5623         forwarded messages as well.
5624         (gnus-article-browse-html-parts): Work when prefix arg is given.
5625         (gnus-article-browse-html-article): Doc fix.
5627 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5629         * message.el (message-default-mail-headers):
5630         (message-default-headers): Carry the value mail-default-headers over
5631         into message-default-mail-headers, rather than message-default-headers.
5633 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5635         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5636         charset.
5638         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5639         charset into the <meta> tag when the article is encoded to utf-8.
5641 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5643         * gnus-art.el (gnus-article-browse-delete-temp-files):
5644         Delete directories as well.
5645         (gnus-article-browse-html-parts): Work for images that do not specify
5646         file names; delete temp directory when quitting; insert header at the
5647         right place; use file: scheme for image files.
5649 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5651         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5652         (gnus-article-browse-html-parts): Use it to make temporary cid image
5653         files in addition to html file so that browser may display them.
5655 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5657         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5659 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5661         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5663 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5665         * auth-source.el (auth-sources): Change default to be simpler.
5666         Explain about Secret Service API sources.  Improve Customize options.
5667         (auth-source-pick): Change to accept any number of search parameters.
5668         Implement fallbacks iteratively, not recursively.  Add scoring on the
5669         second pass and sort by score.  Call Secret Service API when needed.
5670         (auth-source-user-or-password): Use it.  Call Secret Service API
5671         directly when needed to get the user name and the password.
5673 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5675         * message.el (message-interactive): Doc fix.
5676         (message-qmail-inject-args): Reflow.
5677         (message-kill-to-signature): Fix typo in docstring.
5679         * smiley.el (smiley-buffer): Fix typo in docstring.
5681 2010-03-24  Glenn Morris  <rgm@gnu.org>
5683         * mail-source.el (gnus-message): Declare.
5684         (mail-source-delete-old-incoming): Require gnus-util.
5686 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5688         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5690         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5692         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5693         password-cache's default if it is not bound.
5694         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5695         password-cache-expiry's default if it is not bound.
5697         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5698         available in Emacs 21.
5700 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5702         * auth-source.el (auth-sources): Fix up definition so extra parameters
5703         are always inline.
5705 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5707         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5708         wasn't updated after mismatch.  Clear cached mailbox info correctly
5709         when uidvalidity changes.
5710         (nnimap-group-prefixed-name): New function to avoid some code
5711         duplication.
5712         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5713         (nnimap-request-group): Use it.
5714         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5715         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5716         with many imap folders.  This is done by caching the group status from
5717         the imap server persistently in a group parameter `imap-status'.  (This
5718         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5719         but not persistently, so every Gnus startup was still very slow.)
5721 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5723         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5724         secrets.el dependency.
5725         (auth-sources): Add optional user name.  Add secrets.el configuration
5726         choice (unused right now).
5728 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5730         * gnus-sum.el (gnus-summary-make-menu-bar):
5731         Let `gnus-registry-install-shortcuts' fill in the functions.
5733         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5734         warnings.
5735         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5736         (gnus-registry-install-shortcuts): Populate and use it in a
5737         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5739 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5741         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5742         In-place substitutions for the group name encoding/decoding.
5743         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5744         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5745         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5746         (nnimap-update-unseen, nnimap-request-list)
5747         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5748         (nnimap-request-set-mark, nnimap-split-to-groups)
5749         (nnimap-split-articles, nnimap-request-newgroups)
5750         (nnimap-request-create-group, nnimap-request-accept-article)
5751         (nnimap-request-delete-group, nnimap-request-rename-group)
5752         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5753         `encoded-mbx' for consistency.
5754         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5755         variable `imap-current-mailbox'.
5757         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5758         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5760 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5762         * pop3.el (pop3-display-message-size-flag): Display message size byte
5763         counts during POP3 download.
5764         (pop3-movemail): Use it.
5765         (pop3-list): Implement listing of available messages.
5767 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5769         * nnir.el (nnir-get-article-nov-override-function): New function to
5770         override the normal NOV retrieval.
5771         (nnir-retrieve-headers): Use it.
5773 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5775         * auth-source.el (netrc-machine-user-or-password): Autoload.
5777 2010-03-19  Glenn Morris  <rgm@gnu.org>
5779         Stop message.el from loading about 40 libraries it doesn't always need.
5780         The general approach is to autoload rather than require, and to
5781         require in the specific functions rather than the file.  (Bug#5642)
5783         * gmm-utils.el: Don't require wid-edit.
5784         (widget-create-child-value, widget-convert, widget-default-get):
5785         Autoload.
5787         * gnus-util.el: Don't require time-date, netrc.
5788         (message-fetch-field, gnus-group-name-decode): Declare rather than
5789         autoloading.
5790         (gnus-fetch-field): Require message.
5791         (gnus-decode-newsgroups): Require gnus-group.
5793         * ietf-drums.el: Don't require time-date.
5795         * message.el: Don't require hashcash, canlock, ecomplete.
5796         Do require mail-utils.  Require nnheader only when compiling.
5797         (smtpmail-default-smtp-server): Remove declaration.
5798         (message-send-mail-function): Check smtpmail-default-smtp-server
5799         is bound rather than requiring smtpmail.
5800         (message-auto-save-directory, message-insert-signature):
5801         Use expand-file-name rather than nnheader-concat.
5802         (nnheader-insert-file-contents): Autoload.
5803         (hashcash-wait-async): Declare.
5804         (message-send-mail): Only call gnus-setup-posting-charset if
5805         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5806         (message-send-mail-with-sendmail): Require sendmail.
5807         (canlock-password, canlock-password-for-verify): Declare.
5808         (message-canlock-password): Require canlock.
5809         (nnheader-get-report): Autoload.
5810         (gnus-setup-posting-charset): Declare.
5811         (message-send-news): Require gnus-msg.
5812         (message-make-references, message-make-in-reply-to): Use mail-header-id
5813         rather than the alias mail-header-message-id.
5814         (ecomplete-add-item, ecomplete-save): Declare.
5815         (message-put-addresses-in-ecomplete): Require ecomplete.
5816         (ecomplete-display-matches): Autoload.
5818         * mm-decode.el: Don't require mailcap, gnus-util.
5819         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5820         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5821         Autoload.
5822         (mailcap-mime-extensions): Declare.
5824         * mm-encode.el: Don't require mailcap.
5825         (mailcap-extension-to-mime): Autoload.
5827         * mml-sec.el: Don't require password-cache.
5829         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5830         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5831         (mml-minibuffer-read-type): Require mailcap.
5832         (mml-preview): Require gnus-msg.
5834         * mml1991.el: Require password-cache.
5835         (password-cache-expiry): Remove declaration.
5837         * mml2015.el: Require password-cache.
5838         (password-cache-expiry): Remove declaration.
5840         * nneething.el (mailcap): Require mailcap.
5842         * nnheader.el (declare-function): Add compatibility stub.
5843         (message-remove-header): Declare rather than autoload.
5844         (nnheader-replace-header): Require message.
5846         * nnimap.el (declare-function): Add compatibility stub.
5847         (netrc-parse, netrc-machine-user-or-password): Declare.
5848         (nnimap-open-connection): Require netrc.
5850         * nntp.el (declare-function): Add compatibility stub.
5851         (netrc-parse, netrc-machine, netrc-get): Declare.
5852         (nntp-send-authinfo): Require netrc.
5854         * rfc2047.el: Don't require qp.
5855         (quoted-printable-encode-region, quoted-printable-decode-string):
5856         Autoload.
5858         * sieve-mode.el: Don't require easymenu.
5859         (easy-menu-add-item): Autoload it.
5861         * spam-stat.el (time-to-number-of-days): Autoload it.
5863 2010-03-17  Kevin Ryde  <user42@zip.com.au>
5865         * mml.el (mml-read-tag): Unquote values with `read' to reverse
5866         prin1 in mml-insert-tag (just stripping the quotes gave wrong
5867         value if any backslash escapes).
5869 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5871         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
5872         if it is available.  (bug#5647)
5874 2010-02-26  Glenn Morris  <rgm@gnu.org>
5876         * message.el (message-send-mail-function): Change the default, so that
5877         it inherits from a customized send-mail-function.  (Bug#5643)
5879 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
5881         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
5882         shell-command-to-string signals an error (bug#5299).
5884 2010-02-24  Glenn Morris  <rgm@gnu.org>
5886         * message.el (message-smtpmail-send-it)
5887         (message-send-mail-with-mailclient): Doc fixes.
5889 2010-02-16  Glenn Morris  <rgm@gnu.org>
5891         * message.el (message-default-mail-headers): Change the default value
5892         to ease the transition from mail-mode to message-mode.  (Bug#5555)
5894 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
5896         * message.el (message-mail): Just pass yank-action on to message-setup.
5897         (message-setup): Handle (FUN . ARGS) form of yank-action.
5898         (message-with-reply-buffer, message-widen-reply)
5899         (message-yank-original): Handle non-buffer values of
5900         message-reply-buffer (Bug#4080).
5901         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
5903 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
5905         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
5906         Fix typo in docstring.
5908 2010-01-08  Jason Rumney  <jasonr@gnu.org>
5910         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
5911         response.
5913 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5915         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
5917         * message.el (message-check-news-header-syntax): Protect against a
5918         string that `rfc822-addresses' returns when parsing fails.
5920 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5922         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
5923         (gnus-previous-char-property-change): New functions.
5925         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
5927 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
5929         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
5930         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
5932 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
5934         * message.el (message-exchange-point-and-mark): Rework last change to
5935         avoid using optional arg of exchange-point-and-mark, for backward
5936         compatibility.
5938 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
5940         * message.el (message-exchange-point-and-mark):
5941         Call exchange-point-and-mark with an argument rather than setting
5942         mark-active by hand (Bug#5175).
5944 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
5946         * nntp.el (nntp-service-to-port): Work for service expressed with
5947         numeric string; replace [:digit:] with [0-9] for XEmacs.
5949 2009-12-17  Glenn Morris  <rgm@gnu.org>
5951         * gnus-group.el (gnus-bug-group-download-format-alist):
5952         Change emacs entry to debbugs.gnu.org.  Bump :version.
5954 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
5956         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
5958 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
5960         * message.el (message-info): Explain why we use `Info-goto-node'.
5962 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
5964         * message.el (message-completion-in-region): New compatibility function.
5965         (message-expand-group): Use it.
5967 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5969         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
5970         with no unread article should be listed if the 2nd arg `predicate' is
5971         given.
5973 2009-11-29  Juri Linkov  <juri@jurta.org>
5975         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
5976         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
5977         on `gnus-recenter'.  (Bug#4698, Bug#4981)
5979 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5981         * message.el (message-from-style, message-interactive)
5982         (message-signature): Always set default values from the corresponding
5983         mail-* variables.
5984         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5985         (message-yank-prefix, message-indentation-spaces)
5986         (message-signature-file, message-default-headers): Use boundp rather
5987         than (featurep 'xemacs) to check if the corresponding mail-* variables
5988         exist.
5990 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
5992         * message.el (message-send-mail-with-sendmail): Revert last change.
5994 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
5996         * message.el (message-from-style, message-interactive)
5997         (message-cite-prefix-regexp, message-sendmail-envelope-from)
5998         (message-yank-prefix, message-indentation-spaces, message-signature)
5999         (message-signature-file, message-default-headers): For GNU Emacs, set
6000         default values from the corresponding mail-* variables.
6001         (message-send-mail-with-sendmail): Use envelope-from only if
6002         mail-specify-envelope-from is non-nil.
6004 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6006         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6007         containing tspecial characters if they have been already quoted.
6009 2009-10-24  Glenn Morris  <rgm@gnu.org>
6011         * gnus-art.el (help-xref-stack-item): Define for compiler.
6013 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6015         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6017 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6019         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6020         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6022 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6024         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6025         (gnus-overlays-in): New alias to overlays-in.
6027         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6028         gnus-overlay-get, and gnus-delete-overlay.
6029         (gnus-summary-show-thread): Make it work as well for systems in which
6030         next-single-char-property-change is not available.
6031         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6033 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6035         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6037 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6039         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6040         and XEmacs that don't have `remove-overlays'.
6042 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6044         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6045         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6046         selective display.  Use overlays instead.
6048 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6050         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6052 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6054         * spam-stat.el (spam-stat-load): Fix typo in message.
6056 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6058         * gnus-art.el (gnus-article-encrypt-body):
6059         * message.el (message-check-recipients):
6060         * mm-util.el (mm-codepage-setup):
6061         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6062         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6064 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6066         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6067         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6068         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6069         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6070         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6072 2009-09-18  Glenn Morris  <rgm@gnu.org>
6074         * gnus-diary.el (gnus-diary-check-message):
6075         * message.el (message-insert-formatted-citation-line):
6076         * nnbabyl.el (top-level):
6077         * nndiary.el (nndiary-schedule):
6078         Fix typos in condition-case handlers.
6080 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6082         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6083         configuration that provides the sole article window in a frame;
6084         position point correctly after deleting a part.
6086 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6088         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6089         (spam-resolve-registrations-routine): Use it to unregister articles
6090         that change status.
6092 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6094         * nnrss.el (nnrss-request-article): Remove binding of
6095         default-enable-multibyte-characters that has gotten needless by
6096         the 2007-07-13 change in rfc2047-encode-message-header.
6098         * mml.el (mml-insert-multipart): Error on the message header.
6099         (mml-insert-part): Error on the message header; position point at
6100         the end of a MIME tag.
6102 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6104         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6105         (gnus-float-time): Alias to float-time if it exists.
6107         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6108         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6109         float-time is available; suppress compile warning for time-to-seconds.
6111 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6113         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6114         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6115         Add the optional argument `encoding' that overrides the default.
6117         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6118         mm-encode-buffer.
6120 2009-09-04  Glenn Morris  <rgm@gnu.org>
6122         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6123         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6124         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6125         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6126         * mm-util.el (mm-with-unibyte-current-buffer)
6127         (mm-find-buffer-file-coding-system):
6128         * yenc.el (yenc-decode-region): Use default-value rather than
6129         default-enable-multibyte-characters.
6131 2009-09-03  Glenn Morris  <rgm@gnu.org>
6133         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6134         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6135         than default-enable-multibyte-characters.
6137 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6139         * gnus-art.el (gnus-article-read-summary-keys):
6140         Fix gnus-buffer-configuration's value temporarily used.
6142 2009-09-02  Glenn Morris  <rgm@gnu.org>
6144         * gnus-util.el (gnus-float-time): New function.
6145         * gnus-delay.el (gnus-delay-article):
6146         * gnus-sum.el (gnus-thread-latest-date):
6147         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6148         * nnspool.el (nnspool-request-newgroups):
6149         Use gnus-float-time rather than time-to-seconds.
6150         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6152         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6153         (gnus-header-subject-face, gnus-header-newsgroups-face)
6154         (gnus-header-name-face, gnus-header-content-face):
6155         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6156         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6157         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6158         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6159         (gnus-cite-face-11):
6160         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6161         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6162         (gnus-server-closed-face, gnus-server-denied-face)
6163         (gnus-server-offline-face):
6164         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6165         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6166         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6167         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6168         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6169         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6170         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6171         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6172         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6173         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6174         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6175         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6176         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6177         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6178         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6179         (gnus-summary-high-undownloaded-face)
6180         (gnus-summary-low-undownloaded-face)
6181         (gnus-summary-normal-undownloaded-face)
6182         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6183         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6184         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6185         (gnus-splash-face):
6186         * message.el (message-header-to-face, message-header-cc-face)
6187         (message-header-subject-face, message-header-newsgroups-face)
6188         (message-header-other-face, message-header-name-face)
6189         (message-header-xheader-face, message-separator-face)
6190         (message-cited-text-face, message-mml-face):
6191         * sieve-mode.el (sieve-control-commands-face)
6192         (sieve-action-commands-face, sieve-test-commands-face)
6193         (sieve-tagged-arguments-face):
6194         * spam.el (spam-face):
6195         Mark face aliases with "-face" in the name as obsolete.
6197 2009-09-01  Glenn Morris  <rgm@gnu.org>
6199         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6200         than goto-line.
6202 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6204         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6205         Don't move point if the command is invoked inside the message header.
6207 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6209         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6210         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6211         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6212         * nnir.el (nnir-swish-e-index-file):
6213         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6214         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6215         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6216         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6217         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6218         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6220 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6222         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6223         Don't save excursion.
6225 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6227         * nnheader.el (nnheader-find-file-noselect):
6228         * mm-util.el (mm-insert-file-contents):
6229         Use (default-value 'major-mode) instead of default-major-mode.
6231 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6233         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6235 2009-08-25  Glenn Morris  <rgm@gnu.org>
6237         * nnir.el (top-level): Don't require cl at run-time.
6238         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6239         Replace cl-function substitute with gnus-replace-in-string.
6240         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6241         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6242         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6243         simplified expansions.
6245 2009-08-22  Glenn Morris  <rgm@gnu.org>
6247         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6248         goto-line.
6250 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6252         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6254         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6255         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6256         (gnus-mm-display-part, gnus-mime-display-single)
6257         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6258         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6260         * gnus-sum.el
6261         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6262         (gnus-summary-move-article): Add expirable mark to articles copied or
6263         moved to group that has auto-expire turned on if the option is non-nil.
6265 2009-07-24  Glenn Morris  <rgm@gnu.org>
6267         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6268         Fix typo.  (Bug#3903)
6270 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6272         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6273         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6274         that should not be used for draft articles.
6275         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6276         that has no concern in minor mode keys.
6277         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6278         Abolish.
6280 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6282         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6283         article without making inquiry to a user for unknown encoding.
6285         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6286         (nnmaildir--scan): Assume i-node and device number that file-attributes
6287         returns might be cons-cell.
6289 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6291         * auth-source.el: Remove docs now in auth.texi.  Don't use
6292         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6293         `auth-source-hide-passwords' and use them.
6295 2009-07-15  Glenn Morris  <rgm@gnu.org>
6297         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6299 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6301         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6302         excessive whitespace from the default values of title and description.
6304 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6306         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6307         mail-fetch-field to fetch Content-Description header in order to
6308         exclude newlines.
6310 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6312         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6313         to deleted part.
6315 2009-05-30  David Engster  <dengste@eml.cc>
6317         * nnmairix.el: Remove old documentation in the commentary block.
6318         (nnmairix-request-group): Do not update active file for nnml back ends.
6319         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6320         end so that overview files are ignored.
6321         (nnmairix-update-groups): Make updating the groups more robust by using
6322         marks.
6323         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6324         with dollar characters in message-id.
6326 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6328         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6329         2008-12-25 in dns.el.
6331 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6333         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6334         could happen if the text is only composed of spaces and/or tabs.
6336 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6338         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6339         when sending a queued message to avoid extra mml tags.
6341 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6343         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6345 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6347         * gnus-dired.el: Remove autoload for gnus-setup-message.
6348         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6349         displaying Gnus logo; always use compose-mail.
6351 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6353         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6355 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6357         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6358         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6359         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6360         available.
6361         (gnus-nocem-epg-verify): New function.
6363 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6365         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6367 2009-02-15  Glenn Morris  <rgm@gnu.org>
6369         * gnus-util.el (rmail-insert-rmail-file-header)
6370         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6371         autoloads.
6372         (rmail-default-rmail-file): Remove unnecessary declaration.
6373         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6375 2009-02-14  Glenn Morris  <rgm@gnu.org>
6377         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6378         variable (only used in gnus-util, which declares it anyway).
6379         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6380         which was only needed by gnus-art (changed to not use it any more).
6381         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6382         only used in gnus-util, which autoloads it itself.
6383         (rmail-update-summary): Fix autoload.
6385         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6386         rather than rmail-output-to-rmail-file.
6388 2009-02-07  Glenn Morris  <rgm@gnu.org>
6390         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6391         autoload of function that no longer exists.
6392         (rmail-toggle-header): Declare.
6393         (message-forward-rmail-make-body): Handle mbox Rmail.
6395 2009-01-31  Glenn Morris  <rgm@gnu.org>
6397         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6398         2009-01-09 change.
6400 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6402         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6403         (auth-source-forget-all-cached): New convenience function.
6404         (auth-source-user-or-password): Accept list of modes or a single mode.
6406         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6407         auth-source modes.
6409         * nnimap.el (nnimap-open-connection): Use list of
6410         auth-source modes.
6412         * nntp.el (nntp-send-authinfo): Use list of
6413         auth-source modes.
6415 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6417         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6418         now.
6420 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6422         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6423         coding system in XEmacs; add a workaround for XEmacs.
6425 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6427         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6428         of current-language-environment.
6430 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6432         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6433         available at runtime.
6435 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6437         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6439 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6441         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6442         the greatest positive fixnum value doesn't work under an XEmacs with
6443         bignum support; use the most-positive-fixnum constant instead,
6444         available since Emacs 21.1 with cl and XEmacs 21.1.
6446 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6448         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6449         XEmacs gets not to work.
6451 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6453         * mm-util.el (mm-coding-system-priorities): Allow the value like
6454         "Japanese (UTF-8)" of current-language-environment.
6456 2009-01-09  Glenn Morris  <rgm@gnu.org>
6458         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6459         with last-command-event.
6461 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6463         * message.el (message-fix-before-sending): Amend comment.
6465 2009-01-07  David Engster  <dengste@eml.cc>
6467         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6468         simplified server definitions by converting it via
6469         gnus-server-to-method.
6471 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6473         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6474         parameter's operands.
6476 2009-01-06  David Engster  <dengste@eml.cc>
6478         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6479         primary select method (for gnus-group-mark-article-as-read).
6481 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6483         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6484         `(gnus)Face', not `(gnus)X-Face'.
6486 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6488         * mm-util.el (mm-ucs-to-char): New function.
6490         * mm-url.el (mm-url-decode-entities): Use it.
6492 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6494         * message.el (message-fix-before-sending): Add `eight-bit' to
6495         illegible-text check.
6497 2009-01-03  Michael Olson  <mwolson@gnu.org>
6499         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6500         `headers' is nil.  This can occur if the IMAP server does not have
6501         permissions to read messages from a folder, but can write new messages
6502         to the folder.
6503         (nnimap-request-article-part): Do not insert `data' if it is nil.
6505 2009-01-01  Dave Love  <fx@gnu.org>
6507         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6509         * nnimap.el: Fix author email.
6510         (nnimap-split-rule): Add FIXME comment.
6511         (nnimap-debug): Fix doc string.
6513 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6515         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6516         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6517         to check if those variables exist (first appeared in Emacs 18.50).
6519 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6521         * mm-util.el (mm-line-number-at-pos): New function.
6523         * spam-report.el (spam-report-process-queue): Use it.
6525 2008-12-24  David Engster  <dengste@eml.cc>
6527         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6528         parameters that haven't existed as variables as buffer-local variables.
6530 2008-12-23  Dave Love  <fx@gnu.org>
6532         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6533         cadar.
6535         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6536         imap-starttls-p.
6537         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6539 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6541         * spam-report.el (spam-report-gmane-max-requests): New constant.
6542         (spam-report-gmane-wait): New variable.
6543         (spam-report-gmane-ham, spam-report-gmane-spam)
6544         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6545         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6546         the server.
6548         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6549         Add explanations.
6551         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6552         nnheader-accept-process-output and nnheader-read-timeout if available.
6553         (pop3-movemail): Use it.
6555         * message.el (message-check-news-body-syntax): Fix signature check if
6556         there's an attachment.
6558 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6560         * mm-util.el: Add comments to the mm- emulating functions.
6562 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6564         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6565         Reported by Stephen Berman <stephen.berman@gmx.net>.
6567 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6569         * mm-util.el (mm-substring-no-properties): New function.
6570         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6571         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6572         (mm-string-to-multibyte): Doc fix.
6574         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6576 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6578         * mml.el (mml-attach-file): Strip text properties from file name.
6579         (Bug#1574)
6581 2008-12-16  Glenn Morris  <rgm@gnu.org>
6583         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6585 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6587         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6588         knows since the charset specified might be a bogus alias that
6589         mm-charset-synonym-alist provides.
6591 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6593         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6594         "ISO_8859-1".
6596         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6598 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6600         * mm-util.el (mm-charset-eval-alist):
6601         Define it before mm-charset-to-coding-system.
6602         (mm-charset-to-coding-system): Add optional argument `silent';
6603         define it before mm-charset-override-alist.
6604         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6605         default value if it can be used in Emacs currently running;
6606         silence mm-charset-to-coding-system.
6608 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6610         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6611         `allow-override' which says whether to use `mm-charset-override-alist'.
6612         (rfc2047-decode-encoded-words): Use it.
6614         * mm-util.el (mm-charset-override-alist): Fix custom type;
6615         add `(gb2312 . gbk)' to choices.
6617 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6619         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6620         fast.
6622         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6624 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6626         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6627         on links.
6629         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6631 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6633         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6634         users' addresses that don't have domain parts.
6635         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6636         rather than message-narrow-to-head since there will be the message
6637         header separator.
6639 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6641         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6642         since the result is inserted in a unibyte buffer anyway.
6643         (nnimap-demule-use-string-to-multibyte): Remove.
6644         (nnimap-demule): Alias it to mm-string-to-multibyte.
6646 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6648         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6649         variable for debugging bug#464 and bug#1174.
6650         (nnimap-demule): Use it.
6652 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6654         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6655         score calculation correctly.
6657 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6659         * message.el (message-send-mail): Just set the buffer to unibyte
6660         rather than use mm-with-unibyte-current-buffer which does a lot more.
6661         (message-send-mail-partially): Don't bother with
6662         mm-with-unibyte-current-buffer since it's already been made unibyte by
6663         message-send-mail.
6665 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6667         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6669 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6671         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6673 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6675         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6676         require itself and to remove `with-no-warnings'.
6678 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6680         * starttls.el (starttls-any-program-available): Get the name of the
6681         available TLS layer program.
6682         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6683         well as the host name in the "opening" message.
6685         * auth-source.el (auth-source-cache, auth-source-do-cache)
6686         (auth-source-user-or-password): Cache passwords and logins by default,
6687         allow override with `auth-source-do-cache'.
6688         (auth-source-forget-user-or-password): Allow users to remove cache
6689         entries if needed.
6691 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6693         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6694         condition-case to only the forward-sexp call.
6696 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6698         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6699         quotes contained.  Make it more robust regardless by an extra
6700         condition-case wrapper.
6702 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6704         * nnml.el (nnml-request-expire-articles): Check if the function set to
6705         `nnmail-expiry-target' returns the symbol `delete'.
6707         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6709         * nnmail.el (nnmail-expiry-target): Fix custom type.
6711 2008-10-02  Glenn Morris  <rgm@gnu.org>
6713         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6714         Silence compiler warning.
6716 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6718         * mml.el (mml-menu): Don't assume mml2015 is bound.
6720 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6722         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6723         exists.
6725 2008-09-27  Glenn Morris  <rgm@gnu.org>
6727         * gnus-util.el (mail-header-remove-comments): Autoload it.
6729 2008-09-27  Andreas Schwab  <schwab@suse.de>
6731         * gnus-util.el (gnus-split-references): Strip comments.
6732         (gnus-parent-id): Likewise.
6734 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6736         * message.el (message-confirm-send): Fix version.
6738 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6740         * message.el (message-idna-to-ascii-rhs-1): Use
6741         mail-extract-address-components rather than mail-header-parse-addresses
6742         that is an alias by default to ietf-drums-parse-addresses that does not
6743         support non-ASCII names in headers' contents.
6745 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6747         * message.el (message-confirm-send): Fix variable documentation to
6748         avoid the "y/n" wording.
6750 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6752         * message.el (message-set-auto-save-file-name): Save to a different
6753         filename so multiple messages (especially drafts) can be recovered.
6755 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6757         * message.el (message-confirm-send): Add appropriate version.
6759 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6761         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6762         defvar.
6764 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6766         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6767         (mm-pkcs7-enveloped-magic): Ditto.
6769 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6771         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6772         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6774 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6776         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6777         default, it's better.
6779 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6781         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6782         summary line gnus-number property and ignore them (with a warning
6783         message).
6785 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6787         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6788         macro caddr in the interactive form since it won't be expanded.
6790 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6792         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6793         `charset'; fix name of function called recursively.
6794         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6796 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6798         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6799         (gnus-mime-set-charset-parameters): New function.
6800         (gnus-mime-view-part-as-charset): Use it to correctly display part
6801         specifying wrong charset.
6803 2008-09-08  David Engster  <dengste@eml.cc>
6805         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6806         in completing-read for back end server.
6808 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6810         * message.el (message-confirm-send): New variable to confirm sending a
6811         message.
6812         (message-send): Use it.
6814 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6816         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6818 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6820         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6822 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6824         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6825         prevent tracking too many groups.
6826         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6827         Use it.
6829 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6831         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6832         moving point to the bottom of the window in order to avoid recentering.
6834 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6836         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6837         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6838         (gnus-article-beginning-of-window): Fix calculation.
6840 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6842         * gnus-msg.el (gnus-summary-supersede-article)
6843         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6844         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6845         message header.
6847 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
6849         * message.el:
6850         * gnus-start.el:
6851         * gnus-registry.el: Remove VMS support.
6853 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6855         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
6856         macro.
6857         (rfc2104-hash): Use it.
6859 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
6861         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
6862         (gnus-summary-sort-by-most-recent-date): New commands.
6863         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
6864         and menu entries.
6866 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6868         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
6869         don't redisplay article for raw contents; remove plural articles stuff.
6871         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
6872         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
6873         on gnus-summary-save-article; display results properly.
6875 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6877         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
6879 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6881         * gnus-art.el (gnus-summary-save-in-pipe):
6882         Consider gnus-save-all-headers.
6884 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
6886         * gnus-util.el (ns-focus-frame): Remove declaration.
6887         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
6888         like x.
6890 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
6892         * rfc2104.el (rfc2104-zero): Delete defconst.
6893         (rfc2104-hex-alist): Likewise.
6894         (rfc2104-hex-to-int): Delete func.
6895         (rfc2104-hexstring-to-bitstring): Likewise.
6896         (rfc2104-nybbles): New defconst.
6897         (rfc2104-hash): Rewrite for speed.
6899 2008-07-16  Glenn Morris  <rgm@gnu.org>
6901         * gnus-util.el (ns-focus-frame): Declare for compiler.
6903 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6905         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
6906         set as a group parameter.
6907         (gnus-summary-save-in-pipe): Work when it is called independently.
6908         (gnus-summary-pipe-to-muttprint): Don't modify
6909         gnus-summary-pipe-output-default-command.
6911 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
6913         * message.el (message-send-mail-with-sendmail):
6914         Display the error message.
6916 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6918         * gnus-art.el (gnus-default-article-saver):
6919         Add gnus-summary-save-in-pipe to choices.
6920         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
6921         gnus-summary-pipe-output-default-command as the default command.
6922         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
6923         instead of gnus-last-shell-command.
6925         * gnus-sum.el (gnus-summary-pipe-output-default-command):
6926         New user option.
6927         (gnus-summary-muttprint-program): Mention the value will be changed.
6928         (gnus-summary-save-article): Force showing of all headers.
6929         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
6931 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
6933         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
6935 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
6937         * nnimap.el (nnimap-id):
6938         * sieve-manage.el (sieve-manage-open): Doc fixes.
6940 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
6942         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
6943         if available.
6945 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6947         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
6949         * nnkiboze.el (nnkiboze-generate-group):
6950         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
6952         * nnmairix.el: Require CL.
6954 2008-06-15  David Engster  <dengste@eml.cc>
6956         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
6958 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
6960         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
6961         New macros that expand to an `aset'/`aref' call under Emacs, and to a
6962         runtime choice under XEmacs.
6964         * gnus-sum.el (gnus-summary-set-display-table):
6965         Use `gnus-put-display-table', `gnus-get-display-table',
6966         `gnus-set-display-table' for the display table, instead of `aset'.
6968 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6970         * nnmairix.el: Add autoloads.
6972 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
6974         * nnmairix.el (nnmairix-delete-recreate-group)
6975         (nnmairix-update-and-clear-marks): Fix error messages.
6977 2008-06-14  David Engster  <dengste@eml.cc>
6979         * nnmairix.el: Upgrade to version 0.6.
6980         (nnmairix-group-toggle-propmarks-this-group)
6981         (nnmairix-group-toggle-readmarks-this-group)
6982         (nnmairix-group-delete-recreate-this-group)
6983         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
6984         (nnmairix-remove-tick-mark-original-article): New commands.
6985         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
6986         (nnmairix-propagate-marks-to-nnmairix-groups)
6987         (nnmairix-only-use-registry, nnmairix-allowfast-default)
6988         (nnmairix-marks-cache, nnmairix-version-output): New variables.
6989         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
6990         functions needed for marks propagation and manipulation of read marks.
6991         (nnmairix-update-groups): New function.
6992         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
6993         (nnmairix-determine-original-group-from-registry)
6994         (nnmairix-determine-original-group-from-path)
6995         (nnmairix-get-group-from-file-path, nnmairix-map-range)
6996         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
6997         New helper functions.
6998         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
6999         keystrokes for new commands.
7000         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7001         (nnmairix-request-group): Check allow-fast group parameter.
7002         (nnmairix-request-create-group): Set allow-fast group parameter if
7003         nnmairix-allowfast-default is set.
7004         (nnmairix-close-group): Propagate marks upon closing if needed.
7005         (nnmairix-group-toggle-threads-this-group): Use new.
7006         nnmairix-group-toggle-parameter helper function.
7007         (nnmairix-search): Better check for empty search result.
7008         (nnmairix-goto-original-article): Use new helper functions for
7009         determining original article.
7010         (nnmairix-show-original-article): Make sure message-id is in brackets.
7011         (nnmairix-call-mairix-binary): Change variable name.
7012         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7013         helper function.
7014         (nnmairix-widget-toggle-activate): Fix doc string.
7016 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7018         * nnir.el: Require edmacro when compiling with XEmacs.
7019         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7020         available in Emacs 21.
7022 2008-06-11  Glenn Morris  <rgm@gnu.org>
7024         * gnus-util.el (x-focus-frame):
7025         * gnus.el (image-size):
7026         * mm-decode.el (image-size): Declare.
7028         * gnus-picon.el (declare-function): Add compat definition.
7029         (image-size): Declare.
7031         * gnus-group.el (tool-bar-map):
7032         * gnus-sum.el (tool-bar-map): Define for compiler.
7034         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7036         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7038         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7039         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7040         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7041         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7042         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7043         * sieve-manage.el, spam-report.el, spam.el:
7044         Remove unnecessary eval-and-compile of autoloads.
7046 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7048         * auth-source.el: Precise Tramp doc.
7050 2008-06-07  Glenn Morris  <rgm@gnu.org>
7052         * nnmairix.el: Remove unnecessary eval-when-compile.
7054 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
7056         * nnir.el: New file.
7058 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7060         * gnus-util.el (gnus-read-shell-command): New function.
7061         * mm-decode.el (mm-pipe-part):
7062         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7064 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7066         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7068 2008-06-03  Glenn Morris  <rgm@gnu.org>
7070         * pop3.el (nnheader-accept-process-output): Autoload it.
7072 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7074         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7075         are not 2-digit hexadecimal characters that follow `%'s.
7077 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7079         * message.el (message-bogus-recipient-p): Fix type in doc string.
7080         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7081         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7082         Improve custom options.
7083         (message-bogus-recipient-p): Adjust accordingly.
7085 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7087         * nnmairix.el: Require edmacro when compiling with XEmacs.
7089 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7091         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7092         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7094 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7096         * auth-source.el: Add more docs.
7098 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7100         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7101         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7102         retrieval faster in some cases, but might make CPU usage larger.
7103         If this has any bad side effects, we might revert this change.
7105         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7106         seems to make mail retrieval much, much faster.
7107         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7108         unconditionally.
7110         * gnus-draft.el (gnus-group-send-queue):
7111         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7113 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7115         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7117         * message.el (message-bogus-address-regexp): Fix and improve custom
7118         type.
7119         (message-setup-hook): Add message-check-recipients as custom option.
7121 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7123         * message.el (message-cite-function): Remove bogus autoload which crept
7124         in during merge from v5-10.
7126 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7128         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7130         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7132         * auth-source.el: Preliminary Tramp docs.
7133         (auth-sources): Change the default auth-sources to use
7134         EPA .gpg files.
7136 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7138         * nntp.el: Autoload `auth-source-user-or-password'.
7139         (nntp-send-authinfo): Use it.
7141         * nnimap.el: Autoload `auth-source-user-or-password'.
7142         (nnimap-open-connection): Use it.
7144         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7145         for the gnus-message function.
7146         (auth-source-user-or-password): Use it.
7148 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7150         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7151         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7152         (rfc2104-hash): Use it.
7154 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7156         * gnus-art.el (gnus-article-toggle-truncate-lines):
7157         Don't use `iff' in docstring.
7159 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7161         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7163         * gnus-util.el (gnus-extract-address-component-name)
7164         (gnus-extract-address-component-email): Convenience functions around
7165         `gnus-extract-address-components'.
7167         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7168         Use `gnus-extract-address-component-email' to fix bug of comparing full
7169         sender name to `user-mail-address'.
7171 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7173         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7174         catch/throw to optimize.
7175         (gnus-registry-find-keywords): Just use member to find a keyword.
7177 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7179         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7180         is current before calling gnus-server-prepare.
7181         (gnus-server-setup-buffer, gnus-server-update-server)
7182         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7184 2008-05-04  Juri Linkov  <juri@jurta.org>
7186         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7187         (mailcap-file-default-commands): Use mailcap-replace-in-string
7188         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7189         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7191 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7193         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7195 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7197         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7198         hooks.
7199         (gnus-update-read-articles): Speed up non-marks-using users.
7200         (gnus-use-marks): Define gnus-use-marks.
7201         (gnus-propagate-marks): Rename variable to something more sensible.
7203 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7205         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7206         (gmm-image-load-path-for-library): Fix typos in docstrings.
7207         (gmm-message): Reflow docstring.
7209 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7211         * mail-source.el (mail-source-set-1, mail-source-bind):
7212         Move auth-source code out of the macro to clean it up and fix bugs.
7214 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7216         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7217         by sender if it's equal to user-mail-address, it's likely to be
7218         useless.
7220         * mail-source.el (mail-source-bind): Don't use user or password if they
7221         are not bound.  Unintern them if they are nil.  Don't use server unless
7222         it's bound, and default it to empty string otherwise.
7224 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7226         * mail-source.el: Load auth-source.el.
7227         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7228         get user name or password, if auth-sources is set up.
7230         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7231         strategy of splitting with parent.
7232         (gnus-registry-split-fancy-with-parent)
7233         (gnus-registry-post-process-groups): Use it and fix prior
7234         bug (returning a list as the split result).
7236         * auth-source.el (auth-sources): Remove server parameter.
7237         (auth-source-pick, auth-source-user-or-password)
7238         (auth-source-user-or-password-imap)
7239         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7240         (auth-source-user-or-password-sftp)
7241         (auth-source-user-or-password-smtp): Remove server parameter.
7243 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7245         * smime.el (smime-sign-region, smime-encrypt-region)
7246         (smime-decrypt-region):
7247         Remove redundant calls to `generate-new-buffer-name'.
7249 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7251         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7252         Don't use QP for message/rfc822.
7253         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7255 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7257         * sieve-manage.el (sieve-string-bytes): Remove.
7258         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7259         correct byte-length only if the process's coding-system is the same as
7260         the one used internally by Emacs to represent strings.
7262 2008-04-22  Juri Linkov  <juri@jurta.org>
7264         * mailcap.el (mailcap-file-default-commands): New function.
7266 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7268         * message.el (message-signature-separator, message-cite-function):
7269         Change custom version.
7271 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7273         * mm-decode.el (mm-display-external): Make temp file read-only.
7275 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7277         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7278         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7279         `C-c C-f d'.
7281 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7283         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7285 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7287         * auth-source.el: Add docs.
7288         (auth-sources): Modify format to support server.
7289         (auth-source-pick, auth-source-user-or-password)
7290         (auth-source-user-or-password-imap)
7291         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7292         (auth-source-user-or-password-sftp)
7293         (auth-source-user-or-password-smtp): Add server parameter.
7295 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7297         * gnus-registry.el: Initialize the registry when gnus-registry-install
7298         is t.
7300 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7302         * compface.el (uncompface): Make buffer unibyte.
7304 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7306         * mail-source.el (mail-source-value):
7307         Prefer fboundp to functionp so it works with macros as well.
7309 2008-04-05  Glenn Morris  <rgm@gnu.org>
7311         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7313 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7315         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7316         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7318         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7319         multibyteness after rather than before erasing it.
7321         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7322         mm-with-multibyte.
7323         (gnus-request-article-this-buffer): Make sure the proper decoding is
7324         used if gnus-original-article-buffer happens to be unibyte.
7326         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7327         default-enable-multibyte-characters.
7329         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7330         default-enable-multibyte-characters.
7332         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7334         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7336 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7338         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7339         Fix last change in case the element is not even a symbol.
7341 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7343         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7344         imap-enable-exchange-bug-workaround.
7345         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7347 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7349         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7350         a 100 byte status-checks into a 2-3MB transfer for each group.
7351         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7352         to enable bug workaround or not.
7353         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7355 2008-03-31  Glenn Morris  <rgm@gnu.org>
7357         * message.el (mml2015-use): Declare for compiler.
7358         (message-info): Require mml2015 when appropriate.
7360 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7362         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7363         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7364         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7365         (nntp-service-to-port): New function.
7366         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7367         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7368         (nntp-open-netcat-stream): New function.
7369         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7371 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7373         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7375 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7377         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7379 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7381         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7383 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7385         * message.el (message-signature-separator): Change default.
7386         Improve custom type.
7387         (message-cite-function): Change default to
7388         message-cite-original-without-signature.
7390         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7391         toggle.
7393         * message.el (message-check-news-body-syntax): Fix signature check.
7394         (message-setup-1): Mark buffer as unmodified _after_ running
7395         message-setup-hook and handling message-alternative-emails.
7396         (message-shorten-references): Be more strict when building list of
7397         valid references to comply with GNKSA.
7399         * gnus-group.el (gnus-read-ephemeral-bug-group)
7400         (gnus-read-ephemeral-debian-bug-group)
7401         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7403         * message.el (message-info): Don't use booleanp which isn't supported
7404         in Emacs 21 and XEmacs.
7406 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7408         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7409         gnus-group-gmane-group-download-format.
7410         (gnus-group-read-ephemeral-gmane-group): Rename from
7411         gnus-group-read-ephemeral-gmane-group.
7412         (gnus-read-ephemeral-gmane-group-url): Rename from
7413         gnus-group-read-ephemeral-gmane-group-url.
7414         (gnus-bug-group-download-format-alist): New variable.
7415         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7416         (gnus-read-ephemeral-emacs-bug-group): New commands.
7418 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7420         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7421         (gnus-visible-headers): Improve custom type.
7423 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7425         * mml.el (mml-menu): Add workarounds for XEmacs.
7427         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7428         X-Boundary header.
7430         * message.el (message-simplify-recipients): Fix previous commit.
7432 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7434         * mm-util.el (mm-set-buffer-multibyte): New function.
7435         * mm-decode.el (mm-copy-to-buffer): Use it.
7437         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7438         Prefer fboundp to functionp so it works with macros as well.
7440 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7442         * message.el (message-alter-recipients-discard-bogus-full-name):
7443         New function.
7444         (message-alter-recipients-function): New variable.
7445         (message-get-reply-headers): Use it.
7446         (message-replace-header): New helper function.
7447         (message-recipients-without-full-name): New variable.
7448         (message-simplify-recipients): New command.
7450         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7452         * message.el (message-info): Handle EasyPG manual.
7454         * mml.el (mml-menu): Add entry for EasyPG.
7456 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7458         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7459         parameter.
7461         * message.el (message-disassociate-draft): Specify drafts group name
7462         fully.
7464 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7466         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7467         Eliminate unnecessary duplicates from the match list.
7469 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7471         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7472         args of `how-many' of which the XEmacs version doesn't take; declare
7473         Info-index-next as function.
7475 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7477         * gnus-score.el (gnus-score-headers): Fix handling of
7478         gnus-inhibit-slow-scoring.
7480         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7481         string.
7482         (gnus-button-url-regexp): Improve handling of parenthesis.
7483         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7484         (gnus-button-handle-info-keystrokes): Handle index entries.
7486 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7488         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7489         Incoming* files.
7491 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7493         * auth-source.el (auth-sources): Rename from auth-source-choices.
7494         (auth-source-pick): Use it.
7496 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7498         * auth-source.el (auth-source-protocols)
7499         (auth-source-protocols-customize, auth-source-choices): Add and
7500         modified variable customizations and defaults.
7501         (auth-source-pick, auth-source-user-or-password)
7502         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7503         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7504         (auth-source-user-or-password-sftp)
7505         (auth-source-user-or-password-smtp): Use new variables and provide an
7506         interface to netrc.el.
7508 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7510         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7511         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7512         Make sure the nntp port to specify is a string.
7514 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7516         * nntp.el: Use with-current-buffer.
7517         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7518         dubious mm-with-unibyte-current-buffer.
7519         (nntp-with-open-group-function): New function extracted from
7520         nntp-with-open-group macro.
7521         (nntp-with-open-group): Use the function, so it's easier to debug.
7522         Add indentation and debugging info.
7523         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7524         Recommend the use of the netcat alternatives.
7526         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7527         Avoid mm-string-as-multibyte as well.
7529         * nnweb.el (nnweb-insert-html):
7530         Remove use of nnheader-string-as-multibyte.
7532         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7533         (nnheader-string-as-multibyte): Remove.
7535         * mm-view.el: Use inhibit-read-only.
7536         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7537         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7538         or unibyte-string.
7540         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7541         (mm-uu-yenc-extract): Use with-current-buffer.
7543         * gnus-soup.el (gnus-soup-send-packet): Don't use
7544         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7546         * nnmh.el: Use with-current-buffer.
7547         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7548         mm-string-as-multibyte on the output of mm-encode-coding-string.
7550         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7551         (nnimap-request-move-article): Use with-current-buffer.
7553         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7554         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7555         conversion uses string-make-unibyte rather than string-as-unibyte.
7557         * gnus-msg.el: Use with-current-buffer.
7559         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7561 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7563         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7564         string for caching if it is 'PIN.
7566 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7568         * mail-source.el (mail-source-delete-old-incoming-confirm):
7569         Change default to nil.
7570         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7572 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7574         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7575         (gnus-article-goto-prev-page): Work for articles having ^L's.
7577         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7579         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7581 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7583         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7584         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7585         (gnus-bookmark-jump): Adjust some variable names.
7587 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7589         * auth-source.el: New package.
7590         (auth-source-choices): Add customization entry point variable.
7592         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7593         bug.
7595 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7597         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7598         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7599         (gnus-registry-install-shortcuts): Rename from
7600         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7601         the `gnus-registry-mark-map' keymap dynamically from
7602         `gnus-registry-marks'.  The generated functions update the summary line
7603         when a registry mark is added or deleted, and will call
7604         `gnus-registry-install-p' (see the comments in the code).
7605         (gnus-registry-user-format-function-M): Use concat intelligently.
7607         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7608         the registry mark functions.
7610 2008-03-05  Glenn Morris  <rgm@gnu.org>
7612         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7613         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7614         gnus-art.
7615         (top-level): No need to load own source when compiling.
7617 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7619         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7620         Suggested by <chris.anderton@zetnet.co.uk>.
7622 2008-03-04  Glenn Morris  <rgm@gnu.org>
7624         * gnus-sum.el (top-level): No need to require gnus when compiling,
7625         since unconditionally required near start of file.
7626         (gnus-summary-display-while-building): Move definition before use.
7628 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7630         * gnus-registry.el (gnus-registry-user-format-function-M):
7631         Add formatting function.
7633 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7635         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7636         with plists.
7637         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7638         Use new format.
7640 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7642         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7643         `where-is-internal' that returns a range of key sequences.
7645 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7647         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7649         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7650         (gnus-summary-jump-to-group): Consider windows on other displayed
7651         frames as well.  Similar changes might be needed elsewhere, but that's
7652         the one I've bumped into during my use.
7654         * nndoc.el (nndoc-oe-dbx-type-p):
7655         * gnus-msg.el (gnus-debug):
7656         * gnus-group.el (gnus-update-group-mark-positions):
7657         Use mm-string-to-multibyte.
7659 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7661         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7662         doesn't handle NotDashEscaped.
7664         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7665         (mml-dnd-attach-options): Fix typo in custom choice.
7667         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7668         Change nndoc-article-type to mbox.
7669         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7671         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7672         to nil, instead of html2text.
7674         * imap.el (imap-debug): Add `imap-ping-server'.
7676         * gnus-bookmark.el: Add FIXMEs.
7678         * message.el (message-form-letter-separator)
7679         (message-send-form-letter-delay): New variables.
7680         (message-send-form-letter): Use them.  New command to send form
7681         letters.  Requested by Uwe Siart.
7682         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7684 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7686         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7687         empty author.
7689 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7691         * gnus-registry.el (gnus-registry-marks): Add variable for
7692         customization of marks and their appearance.
7693         (gnus-registry-read-mark): Use it.
7694         (gnus-registry-do-marks): Add utility function to loop through
7695         `gnus-registry-marks'.
7696         (gnus-registry-install-shortcuts-and-menus): Add function to install
7697         shortcuts and menus.
7698         (gnus-registry-initialize): Use it.
7699         (gnus-registry-default-mark): Clarify documentation.
7701 2008-02-29  Glenn Morris  <rgm@gnu.org>
7703         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7704         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7705         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7706         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7707         Change defcustom :version from 23.0 to 23.1.
7709 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7711         * gnus-registry.el (gnus-registry-follow-group-p)
7712         (gnus-registry-post-process-groups): Add functions to aid registry
7713         splitting and improve logging.  Clarify behavior in function
7714         documentation.
7715         (gnus-registry-split-fancy-with-parent): Use them.
7717 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7719         * gnus-art.el: Use with-current-buffer.
7721 2008-02-27  David Engster  <dengste@eml.cc>
7723         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7724         Express real group name in the response.
7726 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7728         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7729         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7730         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7731         autoload gnus-registry-fetch-group when compiling.
7732         (nnmairix-request-group-with-article-number-correction):
7733         Remove unreferenced argument passed to nnmairix-call-backend.
7735 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7737         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7738         (mm-uu-extract): Improve face for low color ttys.
7739         Reported by Sascha Wilde.
7741 2008-02-27  Glenn Morris  <rgm@gnu.org>
7743         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7744         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7745         variables to defconsts.  Convert comments to doc-strings.
7746         (nnmairix-last-server, nnmairix-current-server): Convert from free
7747         variables to defvars.  Convert comments to doc-strings.
7748         (gnus-registry-fetch-group): Autoload.
7749         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7750         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7751         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7752         caddr.
7753         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7754         nnmairix-request-group-with-article-number-correction call.
7755         (nnmairix-fast, nnmairix-group): New, less general names, for free
7756         variables passed from nnmairix-request-group to
7757         nnmairix-request-group-with-article-number-correction.  Declare.
7758         (nnmairix-request-group-with-article-number-correction):
7759         Use nnmairix-fast, nnmairix-group rather than fast, group.
7761 2008-02-26  David Engster  <dengste@eml.cc>
7763         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7764         version 0.5.
7766 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7768         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7769         instead of making an extra function call.  Don't add the current group
7770         to articles only when they have the group.  Use
7771         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7772         Reported by David <de_bb@arcor.de>.
7774 2008-02-24  Miles Bader  <miles@gnu.org>
7776         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7777         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7778         (mm-find-mime-charset-region):
7779         * mm-bodies.el (mm-encode-body):
7780         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7782 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7784         * mail-source.el (mail-source-delete-incoming): Change default.
7785         Supplement doc string.
7787         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7789 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7791         * nnmail.el (nnmail-message-id-cache-file): Derive from
7792         `gnus-home-directory'.
7794 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7796         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7797         Document negative prefix.
7799         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7801 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7803         * message.el (message-unsent-separator): Add the Exim bounce
7804         separator.
7806 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7808         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7809         list.
7810         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7811         recipient/signer list.
7813 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7815         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7816         fbound (Emacs 23 unicode), signal an error.
7818 2008-02-08  Glenn Morris  <rgm@gnu.org>
7820         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7822 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7824         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7825         ports to the calls to `netrc-machine-user-or-password' in addition to
7826         "imap" and "imaps".
7828 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7830         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7831         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7832         <hanche@math.ntnu.no>.
7834 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7836         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7838 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7840         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7842         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7844 2008-02-01  Miles Bader  <miles@gnu.org>
7846         * mml.el (mml-parse-1): Remove apparently vestigial use of
7847         `mm-hack-charsets'.
7848         * mm-bodies.el (mm-encode-body): Likewise.
7850 2008-02-01  Kenichi Handa  <handa@m17n.org>
7852         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
7853         rfc2104-hexstring-to-bitstring and changed to return a byte list.
7854         (rfc2104-hash): Convert the result of concat to unibyte string.
7856 2008-02-01  Dave Love  <fx@gnu.org>
7858         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
7859         coding-system-for-read.
7860         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
7862         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7863         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
7864         (mm-find-mime-charset-region): Remove hack-charsets stuff.
7866 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
7868         * mail-source.el (mail-sources): Add `group' choice.
7870         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
7871         parameter `in-group' to control into which group the articles go.
7872         Add treatment of `group' mail-source.
7874 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
7876         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
7877         * message.el (message-beginning-of-line): Use featurep instead of bound
7878         tests in order to resolve conditionals at compile time.
7880 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7882         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
7884         * mm-decode.el (mm-dissect-buffer): Decode description.
7886         * mml.el (mml-to-mime): Encode message header first.
7888 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7890         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
7891         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
7893 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
7895         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
7897 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7899         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
7900         prefix keys.
7901         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
7902         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
7903         gnus-xmas.el.
7905 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7907         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
7908         Add new variables for article mark management.
7909         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
7910         list of extra data entries which, when present, will indicate that the
7911         article ID should not be trimmed from the registry.
7912         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
7913         functions.
7914         (gnus-registry-read-mark): New function to read a mark name from the
7915         user.
7916         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
7917         (gnus-registry-set-article-mark-internal): New functions to add and
7918         remove marks.
7919         (gnus-registry-get-article-marks): New function to show the marks for
7920         an article, or retrieve them for further use.
7922 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7924         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
7925         keys when no argument is given.
7927 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
7929         * gnus-sum.el (gnus-article-sort-by-random)
7930         (gnus-thread-sort-by-random): Fix doc strings.
7931         Reported by jidanni@jidanni.org.
7933 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7935         * gnus-art.el (gnus-article-describe-bindings): New function.
7936         (gnus-article-read-summary-keys): Use it.
7937         (gnus-article-mode-map): Bind `C-h b' to it.
7939 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7941         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
7942         XEmacs.
7943         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7944         Protect against non-character events.
7946 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
7948         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
7949         New command.
7950         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
7951         instead of END.  Change name of the temp file.
7952         (gnus-group-gmane-group-download-format): Add doc string.  Make it
7953         customizable.
7955 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7957         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
7958         bind `S W' to gnus-article-wide-reply-with-original; set default
7959         binding to gnus-article-read-summary-send-keys.
7960         (gnus-article-read-summary-keys): Fix the order of keys; display
7961         continuation keys correctly in the echo area; describe bindings
7962         correctly when keys end with `C-h'.
7963         (gnus-article-read-summary-send-keys): New function.
7964         (gnus-article-describe-key, gnus-article-describe-key-briefly):
7965         Work for gnus-article-read-summary-send-keys; display continuation keys
7966         correctly in the echo area.
7967         (gnus-article-reply-with-original): Ignore prefix argument.
7968         (gnus-article-wide-reply-with-original): New function.
7970 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7972         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
7973         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
7975 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
7977         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
7978         (gnus-group-read-ephemeral-gmane-group): New command.
7980 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
7982         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
7984 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
7986         * message.el (message-send-mail-function): Increase custom version.
7988         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
7989         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
7991 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
7993         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
7994         html parts correctly; support forwarded messages.
7995         (gnus-article-browse-html-article): Remove work buffers.
7997         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
7998         compiling.
7999         (netrc-bound-and-true-p): New macro.
8000         (netrc-parse): Use it instead of bound-and-true-p that is not available
8001         in XEmacs 21.4.
8003 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8005         * gnus-registry.el (gnus-registry-mark-article)
8006         (gnus-registry-article-marks): Add functionality to mark articles
8007         through the Gnus registry.
8009         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8010         (netrc-parse): Use encrypt-file-alist to determine if
8011         encrypt-find-model or encrypt-insert-file-contents should be used.
8013 2007-12-19  Glenn Morris  <rgm@gnu.org>
8015         * mml.el (message-options-set, message-narrow-to-head)
8016         (message-in-body-p, message-mail-p, message-encode-message-body):
8017         Autoload.
8018         (message-remove-header, message-narrow-to-headers-or-head)
8019         (message-subscribed-p, message-make-mail-followup-to)
8020         (message-position-on-field, message-news-p)
8021         (message-options-set-recipient, message-generate-headers)
8022         (message-sort-headers): Declare as functions.
8024 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8026         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8027         convention in doc string.
8029 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8031         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8032         title to html parts.
8033         (gnus-article-browse-html-article): Pass message header to it.
8035         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8037 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8039         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8040         or password compatible with XEmacs.
8042 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8044         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8045         format document.
8046         (gnus-mime-delete-part): Don't write description line if empty.
8047         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8049 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8051         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8052         (gnus-summary-mark-read-and-unread-as-read)
8053         (gnus-summary-mark-current-read-and-unread-as-read)
8054         (gnus-summary-mark-unread-as-ticked): Doc fix.
8055         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8057 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8059         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8060         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8062 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8064         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8065         yes-or-no-p.
8067 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8069         * mm-decode.el (mm-add-meta-html-tag): New function.
8070         (mm-save-part-to-file, mm-pipe-part): Use it.
8072         * gnus-art.el (gnus-article-browse-delete-temp-files):
8073         Use gnus-y-or-n-p instead of y-or-n-p.
8074         (gnus-article-browse-html-parts): Work with message/external-body; use
8075         mm-add-meta-html-tag.
8077 2007-12-11  Glenn Morris  <rgm@gnu.org>
8079         * gnus-cache.el: Require gnus-sum not just when compiling.
8081         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8083         * gnus-int.el (gnus-server-opened, gnus-status-message):
8084         Move definitions before use.
8086         * mm-decode.el: Require gnus-util.
8087         (mm-remove-part): Only call delete-annotation on XEmacs.
8089         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8091         * nnmail.el: Require gnus-int.
8093         * spam.el: Move `require's before `eval-when-compile's.
8095         * gnus-ems.el (gnus-alive-p):
8096         * gnus-fun.el (message-goto-eoh):
8097         * gnus-util.el (gnus-group-name-decode):
8098         * mail-source.el (gnus-compress-sequence):
8099         * message.el (Info-goto-node, format-spec):
8100         * mm-bodies.el (message-options-get):
8101         * mm-decode.el (mm-view-pkcs7):
8102         * mm-util.el (gmm-write-region):
8103         * mml-smime.el (mml-compute-boundary)
8104         (gnus-completing-read-with-default):
8105         * mml.el (widget-button-press, gnus-make-hashtable):
8106         * mml1991.el (mm-decode-content-transfer-encoding)
8107         (mm-encode-content-transfer-encoding)
8108         (message-options-get, message-options-set):
8109         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8110         * nnfolder.el (gnus-request-group):
8111         * nnheader.el (ietf-drums-unfold-fws):
8112         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8113         * smime.el (gnus-run-mode-hooks):
8114         * spam-stat.el (gnus-message): Autoload.
8116         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8117         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8118         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8119         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8120         Add declare-function compatibility definition.
8122         * gnus-cache.el (nnvirtual-find-group-art):
8123         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8124         (gnus-add-image, gnus-add-wash-type):
8125         * gnus-group.el (nnkiboze-score-file):
8126         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8127         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8128         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8129         (message-tokenize-header, gnus-get-buffer-create)
8130         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8131         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8132         * gnus.el (gnus-group-decoded-name):
8133         * mail-source.el (imap-capability):
8134         * mm-bodies.el (message-options-set):
8135         * mm-decode.el (gnus-configure-windows):
8136         * mm-extern.el (message-goto-body):
8137         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8138         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8139         (epg-sub-key-validity, message-options-set):
8140         * mml.el (widget-event-point, gnus-configure-windows):
8141         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8142         * mml2015.el (epg-check-configuration, epg-configuration)
8143         (message-options-set):
8144         * nndb.el (nndb-request-article):
8145         * nnfolder.el (gnus-request-create-group):
8146         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8147         * nnmaildir.el (gnus-group-mark-article-read):
8148         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8149         * rfc1843.el (message-fetch-field):
8150         * spam.el (gnus-extract-address-components):
8151         Declare as functions.
8153 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8155         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8157 2007-12-09  Glenn Morris  <rgm@gnu.org>
8159         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8161         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8162         * message.el, mm-view.el, sieve-manage.el, smime.el:
8163         Add declare-function compatibility definition.
8165         * gnus-art.el (w3-region, w3m-region, Info-menu):
8166         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8167         * gnus-sum.el (gnus-get-predicate):
8168         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8169         * message.el (mail-abbrev-in-expansion-header-p):
8170         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8171         (w3m-detect-meta-charset, w3m-region):
8172         * sieve-manage.el (password-read, password-cache-add)
8173         (password-cache-remove):
8174         * smime.el (password-read-and-add): Declare as functions.
8176 2007-12-08  David Kastrup  <dak@gnu.org>
8178         * gnus-sum.el (gnus-summary-simplify-subject-query):
8179         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8180         `message'.
8182 2007-12-07  Glenn Morris  <rgm@gnu.org>
8184         * gnus-art.el (article-make-date-line): Revert previous change.
8186 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8188         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8190 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8192         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8193         Call gnus-add-to-range ranges only once with a prepared article-list.
8195 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8197         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8198         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8199         group names with backslashes.
8200         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8202 2007-12-06  Deepak Goel  <deego3@gmail.com>
8204         * gnus-art.el (article-make-date-line):
8205         * gnus-start.el (gnus-load):
8206         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8208 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8210         * gnus-art.el (gnus-use-idna)
8211         * gnus-start.el (gnus-site-init-file)
8212         * message.el (message-use-idna)
8213         * mm-uu.el (mm-uu-hide-markers)
8214         * smiley.el (smiley-style): Revert changes that suppress warnings.
8216 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8218         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8219         specify charset to html source.
8220         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8222 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8224         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8225         idna-program in order to suppress byte compile warning issued by XEmacs
8226         that came to byte compile the default value section of defcustom forms
8227         recently.
8229         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8230         value of installation-directory.
8232         * message.el (message-use-idna): Don't directly refer to the value of
8233         idna-program.
8235         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8237         * smiley.el (smiley-style): Don't directly call face-attribute.
8239 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8241         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8243         * gnus-dired.el: Reduce Gnus dependencies.
8244         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8245         Don't require.  Use autoloads instead.
8246         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8247         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8248         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8249         (gnus-dired-mode): Adjust doc string.
8250         (gnus-dired-mail-mode): New variable.
8251         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8252         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8253         (gnus-dired-mail-buffers): New function.  Return mail or message
8254         composition buffers.
8255         (gnus-dired-attach): Use it.
8256         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8257         NO-DECODE.
8258         (gnus-dired-print): Use `gnus-print-buffer' depending on
8259         `gnus-dired-mail-mode'.
8261 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8263         * rfc2047.el (rfc2047-encoded-word-regexp)
8264         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8265         explaining what regexp patterns are for.
8267 2007-12-04  Glenn Morris  <rgm@gnu.org>
8269         * password.el: Move to ../password-cache.el.
8271         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8272         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8273         * mml-smime.el (password-read, password-cache-add)
8274         (password-cache-remove):
8275         No need to autoload, since mml-sec requires password.
8277         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8278         * message.el (gnus-extract-address-components):
8279         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8281         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8282         password.
8284 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8286         * mailcap.el: Reduce dependencies.
8287         (mail-header-parse-content-type): Autoload.
8288         (mailcap-delete-duplicates): New alias.
8289         (mailcap-mime-info): Add optional argument NO-DECODE.
8290         (mailcap-mime-types): Use mailcap-delete-duplicates.
8292         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8294 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8296         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8297         function.
8299         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8300         (gnus-uu-yenc-article): New function.
8302         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8304         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8306 2007-12-02  Glenn Morris  <rgm@gnu.org>
8308         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
8309         Move to ../net.
8311         * binhex.el, uudecode.el: Move to ../mail.
8313         * encrypt.el: Remove file.
8315 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8317         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8318         matches on patches.
8320         * gnus-art.el (gnus-article-browse-html-article):
8321         Mention `mm-text-html-renderer' in the doc string.
8323         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8324         string.  Add comments.
8326         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8327         if rhs is ASCII.
8329 2007-12-01  Glenn Morris  <rgm@gnu.org>
8331         * dig.el, dns.el: Move to ../net.
8332         * format-spec.el, hex-util.el, sha1.el: Move to ../.
8334         * mail-source.el (top-level): Require format-spec before
8335         eval-when-compile.
8337 2007-11-30  Glenn Morris  <rgm@gnu.org>
8339         * encrypt.el: Require password, rather than autoloading password-read.
8341 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8343         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8344         caller can indicate whether the cache should be disregarded for this
8345         call.  This way the result of the call is reproducible at all times and
8346         can be considered a canonical server name for the supplied method.
8347         (gnus-agent-method-p): Canonicalize server names by pushing their
8348         method through `gnus-method-to-server' using the no-cache argument.
8350         * gnus-srvr.el (gnus-server-insert-server-line):
8351         Call `gnus-method-to-server' with `no-cache' argument.
8353         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8354         gnus-agent-possibly-synchronize-flags as this should be called when the
8355         server is actually being opened.
8356         (gnus-agent-possibly-synchronize-flags)
8357         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8358         flags file of an agentized server to the latter function.
8360         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8361         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8362         after a connection has been established successfully.
8364 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8366         * gnus-art.el (article-display-face): Force to display face if called
8367         interactively; check if gnus-article-x-face-too-ugly matches author.
8368         (article-display-x-face): Display face even if From header is missing
8369         as article-display-face does.
8371 2007-11-28  Richard Stallman  <rms@gnu.org>
8373         * md4.el: Move to ../.
8374         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
8376 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8378         * mail-source.el (mail-sources): Default to fetch from file for
8379         compatibility with default of nnmail-spool-file.
8381 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8383         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8384         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8385         to look for encoded word that should be encoded again.
8386         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8387         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8388         encoding pattern.
8389         (rfc2047-decode-region): Switch strict regexp and loose one according
8390         to rfc2047-allow-irregular-q-encoded-words.
8392 2007-11-26  Simon Josefsson  <simon@josefsson.org>
8394         * imap.el: Move to ../net directory.
8396 2007-11-25  Romain Francoise  <romain@orebokech.com>
8398         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8400 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8402         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8403         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8405         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8406         `nnmail-spool-file'.
8408         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8409         `nnmail-spool-file'.
8411         * gnus-move.el (gnus-change-server): Ditto.
8413         * gnus-kill.el (gnus-batch-score): Ditto.
8415         * gnus-cache.el (gnus-jog-cache): Ditto.
8417         * gnus-msg.el (gnus-summary-reply):
8418         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8420 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8422         * gnus-cache.el (gnus-cache-generate-nov-databases):
8423         Use nnml-generate-nov-databases-directory instead of
8424         nnml-generate-nov-databases-1.
8426 2007-11-24  Glenn Morris  <rgm@gnu.org>
8428         * message.el (message-tool-bar-retro): Update for rename
8429         mail_send.xpm->mail-send.xpm.
8431 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8433         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8434         `smime-ldap-search' for Emacs 22 and up.
8436 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8438         * hashcash.el: Move to ../mail directory.
8440         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
8442         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8443         `smime-ldap-search' for Emacs 22 and up.
8445 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8447         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8449         * message.el (message-send-mail-function): Fix error convention.
8450         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8451         (message-widen-reply, message-send-mail, message-talkative-question)
8452         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8453         (message-clone-locals, message-send-news): Use with-current-buffer.
8454         (message-insert-or-toggle-importance): Remove unused var `valid'.
8455         (message-make-references): Remove unused var `new-references'.
8456         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8458 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8460         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8461         (spam-split-symbolic-return-positive): Reflow docstring.
8462         (spam-backends, spam-summary-exit-behavior)
8463         (spam-mark-ham-unread-before-move-from-spam-group)
8464         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8465         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8466         (spam-clear-cache, spam-backend-check, spam-install-backend)
8467         (spam-install-statistical-backend, spam-list-of-processors)
8468         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8469         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8470         (spam-check-crm114, spam-initialize, spam-unload-hook):
8471         Fix typos in docstrings.
8473 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8475         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8476         been checked if they have never been read and those group levels are
8477         higher than the one that a user specified.
8479 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8481         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8482         foreign groups unless a group level is specified by a user.
8483         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8485 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8487         * message.el (message-send-mail-function): Require sendmail.
8489 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8491         * message.el (message-send-mail-function): Check for smtpmail too.
8493         * utf7.el (utf7-encode, utf7-decode): Use coding system
8494         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8496         * message.el (message-send-mail-function): New function.
8497         (message-send-mail-function): Set default using
8498         message-send-mail-function.  Adjust doc string.
8499         (message-send-mail-with-mailclient): New function.
8501 2007-11-17  Richard Stallman  <rms@gnu.org>
8503         * assistant.el: Remove file.
8505 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8507         * smime.el (from):
8508         * rfc2047.el (message-posting-charset):
8509         * qp.el (mm-use-ultra-safe-encoding):
8510         * pop3.el (parse-time-months):
8511         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8512         * nnml.el (files):
8513         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8514         (jka-compr-compression-info-list, ange-ftp-path-format)
8515         (efs-path-regexp):
8516         * nndiary.el (files):
8517         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8518         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8519         (epg-digest-algorithm-alist, inhibit-redisplay)
8520         (password-cache-expiry):
8521         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8522         (pgg-output-buffer, password-cache-expiry):
8523         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8524         (efs-path-regexp):
8525         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8526         (inhibit-redisplay):
8527         * mm-uu.el (file-name, start-point, end-point, entry)
8528         (gnus-newsgroup-name, gnus-newsgroup-charset):
8529         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8530         (latin-unity-ucs-list):
8531         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8532         (mm-uu-binhex-decode-function):
8533         * message.el (gnus-message-group-art, gnus-list-identifiers)
8534         (rmail-enable-mime-composing, gnus-local-organization)
8535         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8536         (gnus-read-active-file, facemenu-add-face-function)
8537         (facemenu-remove-face-function, gnus-article-decoded-p)
8538         (tool-bar-mode):
8539         * mail-source.el (display-time-mail-function):
8540         * gnus-util.el (nnmail-pathname-coding-system)
8541         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8542         (gnus-original-article-buffer, gnus-user-agent)
8543         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8544         (xemacs-codename, sxemacs-codename, emacs-program-version):
8545         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8546         * gnus-start.el (gnus-agent-covered-methods)
8547         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8548         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8549         (gnus-newsgroup-headers, gnus-group-list-mode)
8550         (gnus-group-mark-positions, gnus-newsgroup-data)
8551         (gnus-newsgroup-unreads, nnoo-state-alist)
8552         (gnus-current-select-method, mail-sources)
8553         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8554         (nnmail-spool-file, gnus-cache-active-hashtb):
8555         * gnus-mh.el (mh-lib-progs):
8556         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8557         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8558         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8559         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8560         (gnus-group-buffer):
8561         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8562         (font-lock-set-defaults):
8563         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8564         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8565         (gnus-summary-post-menu, total-parts, type, condition, length):
8566         * gnus-agent.el (gnus-agent-read-agentview):
8567         * flow-fill.el (show-trailing-whitespace):
8568         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8569         eval-and-compile wrappers for byte compiler pacifiers.
8571         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8572         (mm-display-inline-fontify): Check for featurep 'xemacs not
8573         extent-list.
8575         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8576         itimer-list.
8577         (mm-create-image-xemacs): Only do something for XEmacs.
8578         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8580         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8582         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8583         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8585 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8587         * nnimap.el (nnimap-split-download-body):
8588         * gnus-demon.el (gnus-demon):
8589         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8591 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8593         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8594         New macros.
8595         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8596         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8597         copy data from unibyte buffer to multibyte current buffer.
8598         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8599         to copy data from unibyte current buffer to multibyte buffer.
8600         (nntp-make-process-buffer): Make process buffer unibyte.
8602         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8604 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8606         * pop3.el (pop3-open-server): Accept and process data more robustly at
8607         connexion start to avoid spurious "POP SSL connexion failed" errors.
8609 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8611         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8612         read group names.
8614 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8616         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8618 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8620         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8621         (nnmail-save-active): Use a unibyte buffer when saving active file,
8622         which may contain non-ASCII group names.
8624         * nnml.el (nnml-request-group): Decode group names in messages.
8626 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8628         * message.el (message-citation-line-function)
8629         (message-insert-formatted-citation-line): Fix spelling of
8630         `message-insert-formated-citation-line'.
8632 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8634         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8636 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8638         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8639         nnmail-pathname-coding-system.
8641         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8642         that a user enters; decode group names in messages.
8644         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8646 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8648         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8650         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8652         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8653         risky local variable.
8655         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8657 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8659         * encrypt.el: Improve documentation to fix function name typo.
8660         Reported by Daiki Ueno <ueno@unixuser.org>.
8662 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8664         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8665         even if the point is not in the last page of an article.
8666         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8667         back to the previous page.
8669 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8671         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8673 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8675         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8677 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8679         * message.el (message-check-news-body-syntax):
8680         Avoid mm-string-as-multibyte.
8681         (message-hide-headers): Don't assume (point-min)==1.
8683 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8685         * message.el (message-remove-blank-cited-lines): Fix if remove is
8686         given.
8687         (message-bogus-address-regexp): New variable.
8688         (message-bogus-recipient-p): New function.
8689         (message-check-recipients): New command.
8690         (message-syntax-checks): Add `bogus-recipient'.
8691         (message-fix-before-sending): Add `bogus-recipient'.
8693         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8694         (gnus-treat-body-boundary): Don't test window-system.
8696 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8698         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8700 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8702         * gnus.el: Bump version to Gnus v5.13.
8704 2007-10-28  Miles Bader  <miles@gnu.org>
8706         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8707         at compile-time too.
8709 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8711         * gnus-msg.el (gnus-message-setup-hook):
8712         Add `message-remove-blank-cited-lines' to options.
8714 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8716         * message.el (message-remove-blank-cited-lines): New function.
8717         Suggested by Karl Plästerer.
8719 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8721         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8722         mapc.
8724         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8725         (top-level): Use mapc to set functions to be traced for debugging.
8727         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8728         called for effect with while loop.
8730         * message.el (message-talkative-question): Replace mapcar called for
8731         effect with mapc.
8733         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8734         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8735         called for effect with dolist.
8737         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8739         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8740         gnus-extra-headers and nnmail-extra-headers.
8742         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8743         called for effect with dolist.
8744         (top-level): Use mapc to set functions to be traced for debugging.
8746         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8747         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8748         dolist.
8750         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8751         Replace mapcar called for effect with mapc.
8752         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8753         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8754         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8755         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8757         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8758         remove-if that's a cl function.
8760         * webmail.el (webmail-debug): Replace mapcar called for effect with
8761         dolist.
8763 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8765         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8766         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8767         with while loop.
8769         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8770         functions from article-* functions.
8771         (gnus-multi-decode-header): Replace mapcar called for effect with
8772         dolist.
8774         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8775         (gnus-bookmark-show-details): Replace mapcar called for effect with
8776         while loop.
8778         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8779         called for effect with while loop.
8781         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8782         with dolist.
8784         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8785         Replace mapcar called for effect with dolist.
8787         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8789         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8790         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8791         Replace mapcar called for effect with dolist.
8792         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8793         mapc.
8795         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8796         Replace mapcar called for effect with dolist.
8797         (gnus-topic-list): Replace mapcar called for effect with mapc.
8799         * gnus.el: Use mapc instead of mapcar to add autoloads.
8801 2007-10-23  Richard Stallman  <rms@gnu.org>
8803         * gnus-group.el (gnus-group-highlight): Mark as risky.
8805 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8807         * gnus.el (gnus-server-to-method): Return method found first in
8808         gnus-newsrc-alist.
8810         * gnus-art.el (gnus-article-highlight-signature)
8811         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8812         button overlay without the front stickiness.
8814 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8816         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8817         overview buffer needed a catch to receive its throw.
8818         (gnus-agent-flush-cache): Declare as interactive to make this function
8819         easier to use.
8821 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8823         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8824         `next-line'.
8826 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8828         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8829         exclude address matching message-dont-reply-to-names.
8831 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8833         * gnus-util.el (gnus-string<): New function.
8835         * gnus-sum.el (gnus-article-sort-by-author)
8836         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8838 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8840         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8841         the frame-focus tag is set in gnus-buffer-configuration.
8843 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8845         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8846         the front stickiness.
8848 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8850         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
8851         url pattern; remove duplicate one.
8852         (gnus-article-extend-url-button): New function.
8853         (gnus-article-add-buttons): Use it.
8854         (gnus-button-push): Use concatenated url that it makes.
8856 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
8858         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
8859         (sieve-manage-open): Use `mapc' instead of `mapcar'.
8861 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8863         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
8864         Don't hardcode point-min==1.
8866 2007-09-30  David Kastrup  <dak@gnu.org>
8868         * gnus-art.el (gnus-article-reply-with-original)
8869         (gnus-article-followup-with-original): When `transient-mark-mode' is
8870         off, refrain from active-region behavior for followups.
8872 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
8874         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
8875         Fix comment about "iso8859-1".
8877 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
8879         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
8880         ones returned from the verify-function.
8882         * mm-uu.el (mm-uu-pgp-signed-extract-1):
8883         Call mml2015-extract-cleartext-signature if extraction failed.
8885 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
8887         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
8888         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
8889         failed.
8891 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
8893         * Relicense "GPLv2 or later" files to "GPLv3 or later".
8895 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
8897         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
8898         to mark a thread as expirable.  Add variable `hide' to handle hiding of
8899         thread for both the null and zero (kill/expire thread) universal prefix
8900         cases.
8901         (gnus-summary-expire-thread): Add new function to expire a thread,
8902         using gnus-summary-kill-thread.
8903         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
8904         shortcuts for gnus-summary-expire-thread.
8905         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
8906         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
8908 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
8910         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
8911         extras value, so an extras entry can be deleted.
8912         (gnus-registry-delete-extra-entry): Use it.
8913         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
8914         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
8915         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
8916         storage through the gnus-registry, and provide an appropriate API for
8917         it.
8919 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8921         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
8922         Suggested by Leo <sdl.web@gmail.com>.
8924         * gnus.el: Do.
8926 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8928         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
8929         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
8931         * gnus-agent.el (gnus-agent-fetch-headers): Do.
8933         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
8934         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
8936 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
8938         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
8939         newline.
8940         (nnmbox-request-accept-article): Don't change article in source buffer;
8941         narrow to header to use message-fetch-field rather than
8942         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
8943         (nnmbox-request-replace-article): Quote lines that'll be misidentified
8944         as delimiters; make sure article ends with newline.
8945         (nnmbox-delete-mail): Correct last position of article to be deleted;
8946         ignore X-Gnus-Newsgroup header in article body.
8947         (nnmbox-save-mail): Quote lines looking like delimiters at the right
8948         positions; make sure article ends with newline.
8950         * message.el (message-display-abbrev): Don't infloop when a user
8951         inserts SPC in the beginning of header.
8953 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
8955         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
8956         list of groups not followed by default.  Fix type to be regexp.
8957         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
8959 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
8961         * hmac-def.el (define-hmac-function): Switch from old-style to
8962         new-style backquotes.
8964         * md4.el (md4-make-step): Likewise.
8966 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8968         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
8969         raw-text coding system when saving .newsrc file, which may contain
8970         non-ASCII group names.
8972 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8974         * gnus-cus.el (gnus-score-extra): New widget.
8975         (gnus-score-extra-convert): New function.
8976         (gnus-score-customize): Use it for Extra.
8978 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
8980         * mml2015.el (mml2015-extract-cleartext-signature): New function.
8981         (mml2015-mailcrypt-clear-verify): Use it.
8982         (mml2015-gpg-clear-verify): Use it.
8983         (mml2015-pgg-clear-verify): Use it.
8984         (mml2015-epg-clear-verify): Replace the current part with the output
8985         from GnuPG; don't extract the plaintext by itself.
8987         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
8988         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
8989         mml2015-clear-verify-function; don't touch the armor headers or
8990         dash-escaped text here.
8992 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8994         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
8995         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
8996         parts, or application/octet-stream as a last resort.
8997         (gnus-mime-view-part-as-type): Don't toggle display.
8998         (gnus-mime-view-part-as-charset): Don't turn off display before
8999         querying charset.
9001         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9002         stuff to undisplayer function in Emacs.
9003         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9005         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9006         text/calendar parts.
9008 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9010         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9011         decoding text/calendar parts.
9013         * message.el (message-forward-make-body-mime): Always mark body as
9014         having no illegible text; remove signed-or-encrypted argument.
9015         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9017         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9018         (mml-generate-mime-1): Don't encode body if it is specified to be in
9019         raw form; don't make buffer be unibyte when inserting multibyte string.
9021 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9023         * sha1.el: Fix up comment style.
9024         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9025         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9027         * hex-util.el: Fix up comment style.
9028         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9030         * gnus-salt.el: Use with-current-buffer.
9031         (gnus-pick-setup-message): Fix long-standing typo.
9033 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9035         * imap.el (imap-logout-timeout): New variable.
9036         (imap-logout, imap-logout-wait): New functions.
9037         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9039         * nnimap.el (nnimap-logout-timeout): New server variable.
9040         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9041         nnimap-logout-timeout.
9043         * gnus-art.el (gnus-article-summary-command-nosave)
9044         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9046 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9048         * gnus.el (gnus-maximum-newsgroup): New variable.
9050         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9051         according to gnus-maximum-newsgroup.
9053         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9054         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9055         Limit the range of articles according to gnus-maximum-newsgroup.
9057 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9059         * gnus-art.el (gnus-sticky-article): Fix problems described in
9060         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9061         Don't perform gnus-configure-windows here; reuse existing sticky
9062         article buffer.
9064         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9065         it doesn't exist in gnus-article-mode.
9067 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9069         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9070         (gnus-agent-decoded-group-name): New function.
9071         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9072         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9074 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9076         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9077         Add binding for gnus-sticky-article.
9078         (gnus-summary-exit): Don't kill sticky article buffers.
9080         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9081         article buffer.
9082         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9083         (gnus-kill-sticky-article-buffers): New commands.
9085 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9087         * nntp.el (nntp-xref-number-is-evil): New server variable.
9088         (nntp-find-group-and-number): If it is non-nil, don't trust article
9089         numbers in the Xref header.
9091 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9093         * gnus-agent.el (gnus-agent-read-group): New function.
9094         (gnus-agent-flush-group, gnus-agent-expire-group)
9095         (gnus-agent-regenerate-group): Use it.
9096         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9097         nnmail-pathname-coding-system.
9099 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9101         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9103         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9104         that are unread as unread, and also as selected so that information of
9105         marks having been changed by a user may be updated when exiting group.
9107 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9109         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9111 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9113         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9114         calculated ignoring signature parts to gnus-treat-article.
9116 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9118         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9119         a point here in order to keep the window start.
9120         (gnus-insert-mime-security-button): Make a button overlay without the
9121         front stickiness.
9122         (gnus-mime-display-security): Goto the end of a button.
9124         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9126 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9128         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9129         group-name-at-point.
9130         (gnus-group-completing-read): New function that offers decoded
9131         non-ASCII group names for completion.
9132         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9133         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9134         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9135         (gnus-group-fetch-control): Use it.
9136         (gnus-fetch-group): Use group-name-at-point for the initial value
9137         rather than the default value; use gnus-alive-p.
9139         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9140         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9141         (gnus-summary-post-news): Use gnus-group-completing-read.
9143         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9144         (gnus-read-move-group-name): Decode group name for completion.
9146 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9148         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9149         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9150         Yamaoka slightly modified the code).
9152 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9154         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9155         (nnmail-split-incoming): Bind it.
9157         * nnml.el (nnml-group-name-charset): New function.
9158         (nnml-decoded-group-name): Use it; don't decode group name if
9159         nnmail-group-names-not-encoded-p is non-nil.
9160         (nnml-encoded-group-name): New function.
9161         (nnml-group-pathname): Inline nnml-decoded-group-name.
9162         (nnml-request-expire-articles): Decode group name in message.
9163         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9164         nnmail-pathname-coding-system.
9165         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9166         not decoded ones according to nnmail-group-names-not-encoded-p.
9167         (nnml-generate-active-info): Use nnml-encoded-group-name.
9169 2007-08-08  Glenn Morris  <rgm@gnu.org>
9171         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9172         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9173         doc-strings and comments.
9175 2007-07-25  Glenn Morris  <rgm@gnu.org>
9177         * Relicense all FSF files to GPLv3 or later.
9179 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9181         * gnus-sum.el (gnus-summary-move-article):
9182         Make gnus-summary-respool-article work.
9184 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9186         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9187         string.
9189 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9191         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9192         that should be ignored when comparing distant RSS articles with local
9193         ones.
9194         (nnrss-make-hash-index): New function.  Create a hash index according
9195         to the ignored fields.
9196         (nnrss-check-group): Use it.
9198 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9200         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9202         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9204         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9205         the new optional argument ENCODED is non-nil.
9206         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9207         coding system for encoding group name.
9208         (gnus-group-make-rss-group): Pass un-encoded group name to
9209         gnus-group-make-group.
9210         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9211         encoded.
9213         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9214         Encode group name to which articles are moved or copied.
9215         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9216         coding system for encoding Newsgroup, Followup-To and Xref headers.
9218         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9219         marks; use nnheader-file-coding-system to write a file.
9220         (nnagent-retrieve-headers): Bind file-name-coding-system to
9221         nnmail-pathname-coding-system.
9223         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9225         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9226         (nnml-request-article, nnml-request-create-group)
9227         (nnml-request-rename-group, nnml-find-id)
9228         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9229         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9230         (nnml-save-marks): Use nnml-group-pathname instead of
9231         nnmail-group-pathname.
9233         (nnml-request-create-group, nnml-request-expire-articles)
9234         (nnml-request-move-article, nnml-request-delete-group)
9235         (nnml-deletable-article-p, nnml-possibly-create-directory)
9236         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9237         (nnml-open-marks): Bind file-name-coding-system to
9238         nnmail-pathname-coding-system.
9240         (nnml-request-article): Pass server argument to nnml-find-group-number.
9241         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9242         Pass server argument to nnml-possibly-create-directory.
9243         (nnml-request-accept-article): Pass server argument to
9244         nnml-active-number and nnml-save-mail.
9245         (nnml-find-group-number): Pass server argument to nnml-find-id.
9246         (nnml-request-update-info): Pass server argument to
9247         nnml-marks-changed-p.
9249         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9250         (nnml-save-mail, nnml-active-number): Add server argument.
9252         (nnml-request-delete-group): Warn if group is missing.
9253         (nnml-get-nov-buffer): Decode group name.
9254         (nnml-generate-active-info): Encode group name.
9255         (nnml-open-marks): Decode group name in messages.
9257 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9259         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9260         if it is not specified.
9261         (gnus-article-pipe-part, gnus-article-save-part)
9262         (gnus-article-interactively-view-part, gnus-article-copy-part)
9263         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9264         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9265         (gnus-article-replace-part, gnus-article-delete-part)
9266         (gnus-article-view-part-as-type): Pass raw prefix argument to
9267         gnus-article-part-wrapper.
9269 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9271         * gnus-agent.el (gnus-agent-save-active):
9272         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9274         * gnus-cache.el (gnus-cache-save-buffers)
9275         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9276         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9277         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9278         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9279         (gnus-cache-generate-active, gnus-cache-rename-group)
9280         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9281         (gnus-cache-update-overview-total-fetched-for):
9282         Bind file-name-coding-system to nnmail-pathname-coding-system.
9283         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9284         New variables.
9285         (gnus-cache-decoded-group-name): New function.
9286         (gnus-cache-file-name): Use it.
9287         (gnus-cache-generate-active): Use non-decoded group name for active.
9289         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9290         right place.
9291         (gnus-write-active-file): Don't break non-ASCII group names.
9293         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9294         nnmail-pathname-coding-system.
9296         * gnus-uu.el (gnus-uu-decode-save): Typo.
9298 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9300         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9302 2007-07-14  David Kastrup  <dak@gnu.org>
9304         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9305         finishing actions if we did not edit the article.
9307 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9309         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9310         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9311         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9312         (gnus-agent-flush-group, gnus-agent-flush-cache)
9313         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9314         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9315         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9316         (gnus-agent-regenerate-group)
9317         (gnus-agent-update-files-total-fetched-for)
9318         (gnus-agent-update-view-total-fetched-for):
9319         Bind file-name-coding-system to nnmail-pathname-coding-system.
9320         (gnus-agent-group-pathname): Don't encode file names by
9321         nnmail-pathname-coding-system.
9322         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9323         coding-system-for-write instead of buffer-file-coding-system to
9324         gnus-agent-file-coding-system.
9326         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9327         Decode group name.
9329         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9331         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9332         (gnus-read-newsrc-el-file): Make group names unibyte.
9334         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9335         nnmail-pathname-coding-system.
9337         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9338         (nnrss-request-delete-group): Bind file-name-coding-system to
9339         nnmail-pathname-coding-system.
9340         (nnrss-read-server-data, nnrss-read-group-data):
9341         Bind file-name-coding-system correctly.
9342         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9344         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9345         (nntp-server-to-method-cache): New variable.
9346         (nntp-group-pathname): New function that decodes non-ASCII group names.
9347         (nntp-possibly-create-directory, nntp-marks-changed-p)
9348         (nntp-save-marks, nntp-open-marks): Use it.
9349         (nntp-possibly-create-directory, nntp-open-marks):
9350         Bind file-name-coding-system to nnmail-pathname-coding-system.
9351         (nntp-open-marks): Decode group names when bootstrapping marks.
9353         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9354         Newsgroups and Folowup-To headers.
9356 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9358         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9359         (gnus-server-closed-face, gnus-server-denied-face)
9360         (gnus-server-offline-face): Remove variable.
9361         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9363         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9364         of modifying message-stack directly for XEmacs.
9366         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9367         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9368         if the coding-system argument is nil for XEmacs.
9370         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9371         mm-charset-override-alist.
9373         * rfc2047.el: Don't require base64; require rfc2045 for the function
9374         rfc2045-encode-string.
9375         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9376         to quote the parameter value.
9378 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9380         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9381         form in gnus-group-name-charset-method-alist.
9383         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9384         overrides the default layout edit-form.
9386         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9388         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9390 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9392         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9393         as unfetched articles.
9395 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9397         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9399 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9401         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9402         original back end that keeps marks in the local system.
9404 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9406         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9407         arg of pop-to-buffer for XEmacs.
9408         (gnus-article-read-summary-keys): Ditto; don't restore window
9409         configuration if summary command ends up with neither article buffer
9410         nor summary buffer; describe bindings if summary keys end with C-h.
9412 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9414         * message.el (message-fix-before-sending): Skip raw message part to be
9415         forwarded while checking illegible text.
9416         (message-forward-make-body-mime, message-forward-make-body):
9417         Mark signed or encrypted raw message as having no illegible text.
9419 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9421         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9422         (gnus-message-with-timestamp-1): New macro.
9423         (gnus-message-with-timestamp): New function.
9424         (gnus-message): Use them.
9426         * nnheader.el (nnheader-message): Use them.
9428 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9430         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9431         .newsrc.eld file.
9433 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9435         * gnus-agent.el (gnus-agent-fetch-headers)
9436         (gnus-agent-retrieve-headers):
9437         Bind gnus-decode-encoded-address-function to identity.
9439         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9440         available also when the server returns simply a dot.
9442         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9444 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9446         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9448 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9450         * gnus-ems.el (gnus-x-splash): Make it work.
9452         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9453         from being used.
9455 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9457         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9458         the front stickiness.
9459         (gnus-article-summary-command-nosave): Correct the order of the
9460         arguments passed to pop-to-buffer.
9461         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9462         summary command ends up with the article buffer.
9464         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9465         the same faces.
9467 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9469         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9471 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9473         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9474         * gnus-sum.el (gnus-summary-highlight):
9475         * mail-source.el (mail-source-delete-old-incoming-confirm):
9476         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9478 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9480         * gnus-art.el (gnus-mime-view-part-externally)
9481         (gnus-mime-view-part-internally): Fix predicate function passed to
9482         completing-read.
9484         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9486         * gnus.el (gnus-update-message-archive-method): Add :version.
9488 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9490         * gnus.el (gnus-update-message-archive-method): New variable.
9492         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9493         according to gnus-message-archive-method if
9494         gnus-update-message-archive-method is non-nil.
9496 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9498         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9499         Suggested by Loic Dachary <loic@dachary.org>.
9500         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9502 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9504         * message.el (message-pop-to-buffer): Add switch-function argument.
9505         (message-mail): Pass switch-function argument to it.
9507 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9509         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9510         Improve doc string.
9512 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9514         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9515         (gnus-header-content)
9516         * gnus-cite.el (gnus-cite-10)
9517         * gnus-srvr.el (gnus-server-closed)
9518         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9519         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9520         (gnus-group-mail-3-empty, gnus-group-mail-low)
9521         (gnus-group-mail-low-empty, gnus-splash)
9522         * message.el (message-header-to, message-header-cc)
9523         (message-header-subject, message-header-other, message-header-name)
9524         (message-header-xheader, message-separator, message-cited-text)
9525         (message-mml): Lighten colors of faces used for dark background.
9527 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9529         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9530         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9532 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9534         * message.el (message-narrow-to-headers-or-head):
9535         Ignore mail-header-separator in the body.
9537 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9539         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9540         same as window size.
9542 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9544         * message.el (message-font-lock-keywords): Use message-header-xheader
9545         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9546         ahead of the anything pattern, to get it recognised.
9548 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9550         * gnus-sum.el (gnus-articles-to-read)
9551         (gnus-summary-insert-old-articles): Don't truncate group name for
9552         `read-string'.
9554         * gnus-util.el (gnus-limit-string): Delete this function.
9556         * gnus-sum.el (gnus-simplify-subject-fully):
9557         Use `truncate-string-to-width' instead.
9559 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9561         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9562         Tell if, on summary exit, the next group has to be selected.
9563         (gnus-summary-exit): Use it.
9565 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9567         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9568         non-break space.
9570 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9572         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9573         Check if group is not a directory.
9574         (nnfolder-request-expire-articles): Don't delete articles if the target
9575         group is not available.
9577         * nnml.el (nnml-request-create-group): Properly check if group is not a
9578         file.
9579         (nnml-request-expire-articles): Don't delete articles if the target
9580         group is not available.
9582         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9583         Don't quote characters that are within parentheses.
9585 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9587         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9588         (gnus-handle-ephemeral-exit): Select article according to it.
9590 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9592         * message.el (message-insert-formated-citation-line): Remove newline.
9593         (message-citation-line-format): Add final \n here so that the user can
9594         avoid a blank line.
9596 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9598         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9599         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9600         Update lanl/arXiv support.
9602 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9604         * gnus.el: Bump version number.
9606 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9608         * gnus.el (gnus-version-number): Bump version.
9610 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9612         * gnus.el: No Gnus v0.6 is released.
9614 2007-04-27  Didier Verna  <didier@xemacs.org>
9616         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9617         * gmm-utils.el (gmm-regexp-concat): ... here.
9618         * message.el: Don't require 'gnus-util.
9619         (message-dont-reply-to-names): Handle name change above.
9620         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9622 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9624         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9625         since the initial value varies according to the system.
9627 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9629         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9631 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9633         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9635 2007-04-24  Didier Verna  <didier@xemacs.org>
9637         Improve the type of gnus-ignored-from-addresses.
9638         * gnus-util.el (gnus-orify-regexp): New function.
9639         * message.el (gnus-util): Require it.
9640         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9641         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9642         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9644 2007-04-24  Didier Verna  <didier@xemacs.org>
9646         * gnus-sum.el:
9647         * gnus-utils.el: Fix some trailing whitespaces.
9649 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9651         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9652         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9653         article's Message-ID; refer parent article in summary buffer.
9655         * message.el (message-bounce): Call mime-to-mml.
9657 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9659         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9661 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9663         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9664         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9665         displayed of multipart/alternative part if it is invoked from summary
9666         buffer.
9668         * mm-view.el (mm-inline-text-html-render-with-w3m)
9669         (mm-inline-text-html-render-with-w3m-standalone)
9670         (mm-inline-render-with-function): Use mail-parse-charset by default.
9672 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9674         * parse-time.el (parse-time-string-chars): Check if CHAR
9675         is less than the length of parse-time-syntax.
9677 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9679         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9680         from gnus-newsgroup-processable.
9682 2007-04-16  Didier Verna  <didier@xemacs.org>
9684         * gnus-msg.el (gnus-configure-posting-styles):
9685         Handle message-signature-directory properly with :file syntax.
9686         Reported by "Leo".
9688 2007-04-11  Didier Verna  <didier@xemacs.org>
9690         New user option: message-signature-directory.
9691         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9692         * message.el (message-insert-signature): Ditto.
9693         * message.el (message-signature-file): Doc update.
9694         * message.el (message-signature-directory): New.
9696 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9698         * gnus-msg.el (gnus-inews-yank-articles):
9699         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9701 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9703         * message.el (message-yank-original): Make sure cited text ends with
9704         newline; don't exchange point and mark.
9706 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9708         * tls.el (open-tls-stream): Properly handle case where there
9709         is no associated buffer.
9711 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9713         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9714         message-yank-original, make sure (< mark TEXT point).
9716 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9718         * message.el (message-fill-column): New variable.
9719         (message-mode): Use it.  Add comment on a possible new hook.
9721         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9722         (nnmail-get-new-mail): Reformat.
9724         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9726         * gmm-utils.el: Fix Commentary.
9727         (gmm-tool-bar-from-list): Fix typo in doc string.
9729 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9731         * message.el (message-yank-original): Don't switch point and mark
9732         unnecessarily to put point and mark as documented.
9734 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9736         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9737         from the message heads.
9739 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9741         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9742         article buffer does not have a window.  This may not be the best
9743         solution but is certainly better than setting the start of the null,
9744         that is the current, window.
9746 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9748         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9749         (gnus-draft-setup): Run it.
9751         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9752         gnus-score-fast-scoring.  Allow regexp.
9753         (gnus-score-headers): Use it.
9755         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9756         XEmacs.
9758         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9759         string.
9760         (gnus-button-alist): Also catch `<f1> k ...'.
9761         (gnus-treat-display-x-face): Fix doc string.
9763 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9765         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9766         evaluation of gnus-extended-version to ensure correct generation of the
9767         User-Agent header when message-generate-headers-first is used.
9769 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9771         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9772         hashcash-path is nil.  Don't call callback with incorrect number of
9773         parameters if val is 0.
9775 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9777         * message.el (message-required-news-headers):
9778         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9780 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9782         * message.el (message-generate-new-buffers): Change the meaning of the
9783         nil value; add `standard' to the choices; treat t as `unique'; improve
9784         doc string.
9785         (gnus-select-frame-set-input-focus): Autoload.
9786         (message-buffer-name): Search for the existing message buffer if
9787         message-generate-new-buffers is nil or `standard'; treat the value t of
9788         message-generate-new-buffers as `unique'.
9789         (message-pop-to-buffer): Raise the frame already displaying the message
9790         buffer; clear the echo area after querying.
9791         (message-setup): Pass the `continue' argument to compose-mail.
9792         (message-mail): Prefer `switch-function' if it is given; search for the
9793         existing message buffer if the `continue' argument is non-nil; pass
9794         continue and switch-function arguments to compose-mail by way of
9795         message-setup.
9796         (message-mail-other-window): Adjust argument of message-setup.
9797         (message-mail-other-frame): Ditto.
9799 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9801         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9802         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9803         to turn font-lock on when turning gnus-message-citation-mode on.
9805 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9807         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9808         (mml-smime-function-alist): New variable; add epg as the backend.
9809         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9810         mml-smime- functions instead.
9811         * mm-view.el: Require smime.
9813 2007-03-05  Didier Verna  <didier@xemacs.org>
9815         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9816         instead of just inheritance for posting styles.
9817         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9819 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9821         * tls.el (tls-certtool-program): Fix custom type.
9823 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9825         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9826         and point-at-eol instead of line-(beginning|end)-position.
9828         * assistant.el (assistant-parse-buffer): Ditto.
9830 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9832         * mml2015.el (mml2015-epg-find-usable-key): New function.
9833         (mml2015-epg-sign): Use it.
9834         (mml2015-epg-encrypt): Use it.
9836 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9838         * message.el (message-make-in-reply-to): Quote name containing
9839         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9840         if there are special characters.  Reported by NAKAJI Hiroyuki
9841         <nakaji@jp.freebsd.org>.
9843 2007-02-27  Didier Verna  <didier@xemacs.org>
9845         Include the group parameters as well as the topic ones in the
9846         inheritance filter process.
9847         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
9848         argument GROUP-PARAMS-LIST.
9849         * gnus-topic.el (gnus-group-topic-parameters): Use it.
9851 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9853         * nntp.el (nntp-never-echoes-commands)
9854         (nntp-open-connection-functions-never-echo-commands): New variables.
9855         (nntp-send-command): Use them.
9857 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
9859         * mml2015.el (mml2015-epg-verify): Simplify.
9861 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9863         * mml.el (mml-content-disposition-alist): New user option.
9864         (mml-content-disposition): New function.
9865         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
9866         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
9868 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
9870         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
9871         verification.
9873 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9875         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
9876         articles posted in the last 24 hours.
9878 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
9880         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
9882 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
9884         * nntp.el (nntp-send-command): Don't wait for echoes when
9885         nntp-open-ssl-stream is used.
9887 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9889         * gnus-cite.el (gnus-test-font-lock-add-keywords)
9890         (gnus-message-add-citation-keywords)
9891         (gnus-message-remove-citation-keywords): Remove.
9892         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
9893         directly, make the variables in font-lock-defaults buffer-local, add
9894         gnus-message-citation-keywords to them and then update the value of
9895         font-lock-keywords.
9897 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9899         * message.el (message-cite-original-1): Don't call
9900         gnus-article-highlight-citation.
9902         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
9903         citations; fix line count.
9905 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9907         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
9908         (gnus-message-add-citation-keywords)
9909         (gnus-message-remove-citation-keywords): Use it; fix the emulating
9910         versions of font-lock-add-keywords and font-lock-remove-keywords to
9911         work with XEmacs correctly.
9913 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9915         * gnus-cite.el (gnus-cite-face-list): Set the values of
9916         gnus-message-max-citation-depth and gnus-message-citation-keywords.
9917         (gnus-message-max-citation-depth): Use defvar rather than defconst.
9918         (gnus-message-cite-prefix-regexp): New variable.
9919         (gnus-message-search-citation-line): Use it; protect against long
9920         citation prefix; fill match data with nil rather than 0 for XEmacs; set
9921         the 0th match data for Emacs.
9922         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
9923         (gnus-message-add-citation-keywords): Append keywords rather than
9924         prepending; emulate font-lock-add-keywords if it is not available.
9925         (gnus-message-remove-citation-keywords):
9926         Emulate font-lock-remove-keywords if it is not available.
9928         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
9930         * message.el (message-cite-prefix-regexp): Set the value of
9931         gnus-message-cite-prefix-regexp.
9933 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9935         * nnweb.el (nnweb-google-parse-1): Update parser.
9937 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
9939         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
9941 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9943         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
9944         regexp.
9946 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9948         * uudecode.el (uudecode-string-to-multibyte): New function emulating
9949         string-to-multibyte.
9950         (uudecode-decode-region-internal): Use it.
9952 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
9954         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
9955         Fix custom choice.
9957         * gnus-art.el (gnus-signature-limit): Fix custom choice.
9959 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
9961         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
9963         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
9964         `write-region' to respect `mm-inhibit-file-name-handlers'.
9966 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
9968         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
9969         Use gnus-home-directory instead of "~/" or "$HOME".
9971 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
9973         * encrypt.el (encrypt-insert-file-contents): Add better prompt
9974         to mention filename.
9975         Add comments at beginning regarding usage.
9976         (encrypt-write-file-contents): Change interactive so a string is
9977         acceptable.  If the file has no associated model, show an error instead
9978         of a nonsense prompt.
9980 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
9982         * spam.el (spam-bsfilter-ham-switch): Fix typo.
9983         Thanks to Yoshihiko Yamada for kind notification of this typo.
9985 2007-01-12  Kenichi Handa  <handa@m17n.org>
9987         * uudecode.el (uudecode-decode-region-internal): Make it work in a
9988         multibyte buffer.
9990 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9992         * gnus-score.el (gnus-score-fast-scoring): New variable.
9993         (gnus-score-headers): Use it.
9995         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
9997         * message.el (message-cite-original-1):
9998         Call gnus-article-highlight-citation if requested.
9999         (message-make-from): Allow name and address as optional arguments.
10001         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10003         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10004         bugs to doc string.
10005         (gnus-button-alist): Add mid\\|message-id.
10006         (gnus-button-fetch-group): Extend for use in
10007         `browse-url-browser-function'.
10008         (gnus-button-url-regexp): Try to catch paired parentheses like in
10009         Wikipedia URLs.
10011         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10012         Suggested by Simon Krahnke <overlord@gmx.li>.
10014 2007-01-13  Romain Francoise  <romain@orebokech.com>
10016         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10017         Update copyright.
10019 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10021         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10023 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10025         * gnus-registry.el (gnus-registry-unfollowed-groups)
10026         (gnus-registry-split-fancy-with-parent): Fix documentation.
10028 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10030         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10031         from nnweb groups.
10033 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10035         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10036         Xref urls.  Erase buffer before requesting head.
10038         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10040 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10042         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10043         customizable.
10045 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10047         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10048         no signing key is found.
10049         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10050         no encrypting and/or signing key is found.
10052 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10054         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10056 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10058         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10059         headers read from disk with the ones newly found in the current search.
10060         This should no longer cause problems, because the article numbers in
10061         Gmane's `nov.php' output are ignored since the previous change.
10063 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10065         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10067 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10069         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10071 2007-01-01  Romain Francoise  <romain@orebokech.com>
10073         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10075 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10077         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10078         `define-minor-mode' macro definition expanded properly.
10079         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10080         exclude it there.
10082         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10083         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10084         `fboundp' test.
10085         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10086         This is OK to autoload in (S)XEmacs now.
10088 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10090         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10091         keystroke.
10092         (gnus-summary-limit-to-singletons): Fix typo.
10094         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10095         else fails.
10097 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10099         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10100         docstring.
10102         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10103         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10104         (gnus-summary-insert-dormant-articles): Fix typo in message.
10106 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10108         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10109         nil for XEmacs.
10110         (gnus-message-citation-mode): Don't autoload in XEmacs.
10112         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10114 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10116         * nnimap.el (nnimap-expunge-search-string):
10117         Mention nnimap-search-uids-not-since-is-evil in docstring.
10119 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10121         * spam.el: Revert to make-obsolete-variable because
10122         define-obsolete-variable-alias is not supported in Emacs 21.
10124         * spam.el (spam-ifile-path, spam-ifile-database-path)
10125         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10126         make-obsolete-variable.
10127         (spam-bsfilter-path, spam-bsfilter-program)
10128         (spam-spamassassin-path, spam-spamassassin-program)
10129         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10130         Don't use "path" inappropriately.
10131         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10132         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10133         variable names.
10135 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10137         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10138         summary buffer.
10140         * password.el (password-cache-remove): Use clear-string to burn
10141         password, if available.
10143 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10145         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10147         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10149         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10150         (gnus-message-highlight-citation): Move defcustom here from
10151         gnus-cite.el.
10152         (gnus-message-citation-mode): Autoload.
10154         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10155         checks to make it compile with XEmacs.
10156         (gnus-message-citation-mode): New minor mode.
10157         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10158         (gnus-message-highlight-citation): New variables.
10159         (gnus-message-search-citation-line)
10160         (gnus-message-add-citation-keywords)
10161         (gnus-message-remove-citation-keywords)
10162         (turn-on-gnus-message-citation-mode)
10163         (turn-off-gnus-message-citation-mode): New functions.
10165 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10167         * gnus-cite.el: Enable highlighting of different citation levels in
10168         message-mode.
10170 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10172         * message.el (message-make-fqdn): Fix comment.
10173         (message-bogus-system-names): Add ".local".
10175         * spam.el (spam-ifile-path, spam-ifile-program)
10176         (spam-ifile-database-path, spam-ifile-database)
10177         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10178         Don't use "path" inappropriately.
10179         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10180         strings.
10181         (spam-check-ifile, spam-ifile-register-with-ifile)
10182         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10183         Use new variable names.
10185         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10186         (gnus-treat-display-smileys): Simplify using
10187         gnus-image-type-available-p.
10189         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10190         available.
10192 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10194         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10195         one after turning on the buffer's multibyteness instead of decoding
10196         them directly in the unibyte buffer that causes unexpected conversion
10197         in Emacs 23 (unicode).
10199 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10201         * message.el (message-generate-hashcash): Fix custom type.
10203 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10205         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10207 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10209         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10210         disconnect icons.  Add help text.
10212 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10214         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10215         negated to be consistent with the others we handle.
10217 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10219         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10220         version of gnus-summary-buffer to something, so that we can use two
10221         article buffers at the same time.
10223 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10225         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10226         trigger all the extra headers.
10227         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10228         sorting.
10230 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10232         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10233         solid groups.
10235 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10237         * legacy-gnus-agent.el: Add Copyright notice.
10239 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10241         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10243 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10245         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10247         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10248         to make it work reliably in CVS Emacs.
10249         (gnus-summary-limit-strange-charsets-predicate)
10250         (gnus-summary-limit-to-predicate): New functions.
10252 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10254         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10255         specifying array size.
10256         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10257         array if it is too small.
10258         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10259         (gnus-sort-threads-loop): New function.
10261 2006-12-06  Chris Moore  <dooglus@gmail.com>
10263         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10264         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10266 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10268         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10269         options.
10271 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10273         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10274         DOS-ing the recipient.
10276         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10277         the headers when creating the mapping to avoid mismappings.
10278         (nnweb-gmane-create-mapping): Always nix out old mapping.
10280 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10282         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10283         and mm-verify-option to never.
10285 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10287         * message.el (message-signed-or-encrypted-p): New function.
10288         (message-forward-make-body): Use it.
10290         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10291         Replace encode-coding-string with mm-encode-coding-string.
10293 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10295         * nneething.el (nneething-decode-file-name):
10296         Replace decode-coding-string with mm-decode-coding-string.
10298         * gnus-int.el (gnus-open-server): Say failed server's name.
10300 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10302         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10303         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10305         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10306         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10307         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10308         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10309         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10310         (gnus-subscribe-newsgroup, gnus-1):
10311         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10312         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10313         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10314         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10316 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10318         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10319         keystroke.
10320         (gnus-summary-limit-to-bodies): Implement headersp.
10322 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10324         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10326 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10328         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10330 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10332         * message.el (message-generate-hashcash): Expand range of values to
10333         include `opportunistic'.
10334         (message-send-mail): Use it.
10336 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10338         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10339         and comment it.
10341         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10343 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10345         * gnus-util.el (gnus-extract-address-components): Improve comment.
10347 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10349         * gnus-util.el (gnus-extract-address-components): Work with address in
10350         which the name portion contains @.
10352 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10354         * gnus.el (gnus-start): Move custom group up.
10355         (gnus-select-method): Don't autoload, but make it available for
10356         `customize-variable'.
10357         (gnus-getenv-nntpserver): Don't autoload.
10359 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10361         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10363 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10365         * message.el (message-sendmail-extra-arguments): New variable.
10366         (message-send-mail-with-sendmail): Use it.
10368 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10370         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10371         mm-with-unibyte-current-buffer to make string unibyte.
10373         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10374         mm-string-as-multibyte.
10376 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10378         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10379         Reported by Werner Koch <wk@gnupg.org>.
10381 2006-11-14  Daiki Ueno  <ueno@p360>
10383         * mml2015.el: Autoload epa-select-keys when compiling.
10385 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10387         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10388         message-options.
10389         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10391 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10393         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10394         EasyPG (< 0.0.6).
10395         (mml2015-always-trust): New user option.
10396         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10397         prompt.
10399 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10401         * nntp.el (nntp-authinfo-force): New variable.
10402         (nntp-send-authinfo): Use it.
10404 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10406         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10407         decode encoded words.  Improve prompt.  Add comment about forwarding.
10408         (message-replacement-char): Move up.
10410 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10412         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10413         instead of gnus-intersection because arguments of gnus-sorted-nunion
10414         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10416 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10418         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10419         (message-simplify-subject-functions):
10420         Enable message-strip-subject-encoded-words by default.
10422 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10424         * message.el (message-strip-subject-encoded-words): New function.
10425         (message-simplify-subject-functions): New variable.
10426         (message-simplify-subject): Use it.  Fix typo in doc string.
10427         Support message-strip-subject-encoded-words.
10429 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10431         * gnus-diary.el (gnus-diary-delay-format-function):
10432         * nndiary.el (nndiary-reminders):
10433         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10435 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10437         * gnus-art.el (article-hide-boring-headers): Fetch date from
10438         gnus-original-article-buffer to avoid problems with localized date
10439         strings.
10441 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10443         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10445 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10447         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10448         New variables.
10449         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10450         (mm-charset-synonym-alist): Move some entries to
10451         mm-codepage-iso-8859-list.
10452         (mm-charset-synonym-alist, mm-charset-override-alist):
10453         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10455 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10457         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10459 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10461         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10462         with Emacs 21 and XEmacs.
10464 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10466         * spam.el (spam-parse-address): New function for better parsing,
10467         catching errors, etc.
10468         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10470 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10472         * mm-view.el: Add interactive arg to html2text autoload.
10474 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10476         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10478 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10480         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10481         New variables.
10482         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10483         (mm-charset-synonym-alist): Move some entries to
10484         mm-codepage-iso-8859-list.
10486         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10488 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10490         * message.el (message-citation-line-format)
10491         (message-insert-formated-citation-line): Fix implementation of %E, %N
10492         and %n according to the doc string.
10494 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10496         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10497         Use car-safe to avoid bad parses.
10499 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10501         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10502         names.
10504         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10506 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10508         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10509         header.
10511         * message.el (message-draft-headers): Add Date.
10512         (message-headers-to-generate): Fix typo in docstring.
10514         * nndraft.el (nndraft-required-headers): New variable.
10515         (nndraft-generate-headers): Use it.
10517         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10519 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10521         * gnus-registry.el (gnus-registry-wash-for-keywords)
10522         (gnus-registry-find-keywords): New functions to allow easy searching of
10523         articles that are in the registry.
10525 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10527         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10528         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10529         Reported by Damien Elmes <damien@repose.cx>.
10531 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10533         * gnus.el (gnus-mime): Remove unused custom group.
10535 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10537         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10538         "blank line" when searching for end of armor headers.
10540 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10542         * gmm-utils.el (gmm-write-region): Fix variable name.
10544 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10546         * gmm-utils.el (gmm-write-region): New function based on compatibility
10547         code from `mm-make-temp-file'.
10549         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10551         * nnmaildir.el (nnmaildir--update-nov)
10552         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10553         Use `gmm-write-region'.
10555 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10557         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10558         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10560         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10562         * message.el (message-replacement-char): New variable.
10563         (message-fix-before-sending): Use it.
10564         (message-simplify-subject): New function to remove duplicate code.
10565         (message-reply, message-followup): Use it.
10567         * gnus-sum.el (gnus-summary-make-menu-bar):
10568         Clarify gnus-summary-limit-to-articles.
10570 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10572         * gnus-util.el (gnus-with-local-quit): New macro.
10574         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10576 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10578         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10579         ignore non-string data.
10581 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10583         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10584         non-string data (needs to be done in the registry too).
10586 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10588         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10589         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10590         (gnus-registry-split-fancy-with-parent)
10591         (gnus-registry-fetch-simplified-message-subject-fast)
10592         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10593         Remove text properties on ingress into the registry and when it's saved.
10594         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10595         registry from entries with no groups.
10597 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10599         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10600         function to remove string properties.
10602 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10604         * gmm-utils.el (gmm): Adjust custom version.
10606         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10607         Adjust custom version.
10609         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10611 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10613         * gnus-art.el (gnus-insert-prev-page-button)
10614         (gnus-insert-next-page-button): Simplify.  Reformat.
10616 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10618         * gnus-art.el (gnus-insert-prev-page-button)
10619         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10621 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10623         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10625 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10627         * gnus-art.el (gnus-insert-mime-button)
10628         (gnus-insert-mime-security-button):
10629         Apply gnus-article-button-face to MIME and security buttons.
10631 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10633         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10634         readable.
10636 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10638         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10639         `browse-url-of-file' instead of `browse-url'.
10641 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10643         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10644         regexp.  Articles containing quotation were cut prematurely.
10646 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10648         * message.el (message-cite-original-1): Use nobody by default for the
10649         value of From header.
10650         (message-reply): Ditto.
10652 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10654         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10655         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10656         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10658 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10660         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10661         mails in the doc string.  Add some URLs in comment.
10662         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10664 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10666         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10667         backslashes handling and the way to find boundaries of quoted strings.
10669 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10671         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10672         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10673         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10674         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10676 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10678         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10679         doc string.
10680         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10682 2006-09-06  Simon Josefsson  <jas@extundo.com>
10684         * mml2015.el (mml2015-use): Doc fix, mention epg.
10686 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10688         * mml2015.el (mml2015-use): Default to epg, if available.
10690 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10692         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10693         message-sender.
10694         (mml1991-epg-encrypt): Ditto.
10695         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10696         message-sender.
10697         (mml2015-epg-encrypt): Ditto.
10699 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10701         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10702         several common directories.
10704 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10706         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10707         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10709 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10711         * gnus-art.el (article-decode-encoded-words): Make it fast.
10713 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10715         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10717         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10718         in quoted string into `\'.
10720 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10722         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10723         Use standard-syntax-table.
10725 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10727         * gnus-art.el (gnus-decode-address-function): New variable.
10728         (article-decode-encoded-words): Use it to decode headers which are
10729         assumed to contain addresses.
10730         (gnus-mime-delete-part): Remove useless `or'.
10732         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10733         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10734         (gnus-nov-parse-line): Use it to decode From header.
10735         (gnus-get-newsgroup-headers): Ditto.
10736         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10738         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10739         (mail-decode-encoded-address-string): New alias.
10741         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10742         New function.
10743         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10744         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10745         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10746         (rfc2047-decode-string): Ditto.
10747         (rfc2047-decode-address-region): New function.
10748         (rfc2047-decode-address-string): New function.
10750 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10752         * message.el (message-caesar-buffer-body): Allow rotating headers.
10754         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10756         * message.el (message-insert-formated-citation-line): Fix %f.
10757         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10759 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10761         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10762         (gnus-bookmark-mouse-available-p): New macro.
10763         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10764         (gnus-bookmark-bmenu-show-infos): Use it.
10765         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10766         (gnus-bookmark-bmenu-hide-infos): Ditto.
10767         (gnus-bookmark-remove-properties): New function.
10768         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10769         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10770         (gnus-bookmark-write-file): Bind coding-system-for-write.
10771         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10772         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10773         group before selecting it.
10774         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10775         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10776         quit-window if it is not available; use gnus-mouse-2 and bind it to
10777         gnus-bookmark-bmenu-select-by-mouse.
10778         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10779         (gnus-bookmark-bmenu-select-by-mouse): New function.
10781 2006-08-13  Romain Francoise  <romain@orebokech.com>
10783         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10784         space.
10786 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10788         * compface.el (uncompface): Use binary rather than raw-text-unix.
10790 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10792         * compface.el (uncompface): Make sure the eol conversion doesn't take
10793         place when communicating with the external programs.
10794         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10796 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10798         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10800 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10802         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10803         Make it more robust by parsing author and date independently.
10805 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10807         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10809 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10811         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10812         first matching secret key.
10813         (mml2015-epg-encrypt): Ditto.
10815         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10816         first matching secret key.
10817         (mml1991-epg-encrypt): Ditto.
10819         * mml2015.el (mml2015-encrypt-to-self): New user option.
10820         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10821         mml2015-epg-encrypt-to-self is set.
10823         * mml1991.el (mml1991-encrypt-to-self): New variable.
10824         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10825         mml1991-epg-encrypt-to-self is set.
10827         * mml2015.el (mml2015-signers): New user option.
10828         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10829         (mml2015-epg-encrypt): Allow to select signing keys.
10831         * mml1991.el (mml1991-signers): New variable.
10832         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10833         (mml1991-epg-encrypt): Allow to select signing keys.
10835 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10837         * nnheader.el (nnheader-insert-head): Make it work even if the file
10838         uses CRLF for the line-break code.
10840 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10842         * mml2015.el: Require mml-sec instead of password.
10843         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10844         (mml2015-cache-passphrase): Inherit the default value from
10845         mml-secure-cache-passphrase.
10846         (mml2015-passphrase-cache-expiry): Inherit the default value from
10847         mml-secure-passphrase-cache-expiry.
10849         * mml1991.el: Require mml-sec instead of password.
10850         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
10851         (mml1991-cache-passphrase): Inherit the default value from
10852         mml-secure-cache-passphrase.
10853         (mml1991-passphrase-cache-expiry): Inherit the default value from
10854         mml-secure-passphrase-cache-expiry.
10856         * mml-sec.el: Require password.
10857         (mml-secure-verbose): New user option.
10858         (mml-secure-cache-passphrase): New user option.
10859         (mml-secure-passphrase-cache-expiry): New user option.
10861 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
10863         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
10864         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
10865         andreas@altroot.de (Andreas Vögele).
10867         FIXME: Use `tiny change'?
10869 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10871         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
10872         workaround for the url package included with Emacs.
10874         * nnweb.el (nnweb-google-create-mapping): Update regexp.
10876 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10878         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
10879         correctly.  This fixes a bug caused by the 2006-05-12 change.
10881 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
10883         * nnmail.el (nnmail-article-group): If splitting raises an error, give
10884         some information about the error when saying that the `bogus' mail
10885         group will be used.
10887 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
10889         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
10890         string.
10892 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
10894         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
10896 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10898         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
10900 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10902         * mml1991.el (mml1991-function-alist): Add epg.
10903         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
10904         (mml1991-epg-encrypt): New functions.
10906 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
10908         * mml2015.el (mml2015-verbose): New variable.
10909         (mml2015-cache-passphrase): Ditto.
10910         (mml2015-passphrase-cache-expiry): Ditto.
10911         (mml2015-function-alist): Add epg.
10912         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
10913         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
10914         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
10915         New functions.
10917 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10919         * message.el (message-cite-original-1): Preserve region when removing
10920         quoted text due to X-No-Archive in order to avoid bogus attribution
10921         when citing multiple messages.
10923 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10925         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
10926         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
10928 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
10930         * gnus-diary.el (gnus-user-format-function-d)
10931         (gnus-user-format-function-D): Autoload.
10933         * imap.el (Commentary): Fix typo.
10935         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
10936         2006-04-22 contribution.
10938 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10940         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
10941         It didn't really fix the bogosity I'm seeing with solid web groups.
10943 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10945         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
10946         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
10947         created using server names.  If we use the feature without declaring
10948         it, Gnus does not properly manage server and group state.
10950         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
10951         bound.
10953 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10955         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
10956         looking up the method using GROUP's prefix before inventing a new one.
10957         It is used on killed/unknown groups in various places where returning
10958         an all-new method isn't expected by the caller.
10960         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
10961         and match semantics of gnus-group-real-prefix.
10963 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
10965         * nnmail.el (nnmail-broken-references-mailers): New variable.
10966         (nnmail-ignore-broken-references): New function generalizing
10967         nnmail-fix-eudora-headers.
10968         (nnmail-fix-eudora-headers): Now obsolete.
10970         * gnus-art.el (gnus-button-handle-custom):
10971         Support `customize-apropos*'.
10973 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10975         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
10977         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
10978         articles.
10980 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
10982         * message.el (message-cite-reply-above): New variable.
10983         (message-yank-original): Use it.
10985 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10987         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
10989 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
10991         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
10992         as read.
10994         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
10996 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
10998         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
10999         (gnus-bookmark-default-file): Use gnus-directory.
11000         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11001         Remove "*" in doc string.
11002         (gnus-bookmark-write-file): Simplify.
11003         (gnus-bookmark-maybe-sort-alist): Use `when'.
11004         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11005         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11006         Add FIXME about Emacs 21 and XEmacs compatibility.
11007         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11008         compatibility.
11009         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11010         compatibility.
11011         (gnus-bookmark-menu-heading): Fix version.
11013 2006-06-19  Bastien Guerry  <bzg@altern.org>
11015         * gnus-bookmark.el: New file.
11017 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11019         * message.el (message-syntax-checks): Doc fix.
11021 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11023         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11024         unsubscribed groups as if they were killed ones.  It causes duplicate
11025         entries in gnus-newsrc-alist.
11027 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11029         * message.el (message-syntax-checks): Doc fix.
11030         (message-send-mail): Add check for continuation headers.
11031         (message-check-news-header-syntax): Fix regexp used to check for
11032         continuation headers.
11034 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11036         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11038 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11040         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11042 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11044         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11045         default-truncate-lines.
11047 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11049         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11050         to fill the utf-8 entry.
11052 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11054         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11056 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11058         * gnus-agent.el (directory-files-and-attributes): Move all the way
11059         forward (the third and final move).
11060         (gnus-agent-read-agentview): Trap reconstruction errors due to
11061         nonexistent directory.  Handle by returning nil.
11063 2006-05-30  Didier Verna  <didier@xemacs.org>
11065         * message.el (message-dont-reply-to-names): Update the custom type.
11066         * message.el (message-dont-reply-to-names): New defsubst: potentially
11067         convert a list of regexps into a single one.
11068         * message.el (message-get-reply-headers): Use it.
11069         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11071 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11073         * gnus-agent.el (directory-files-and-attributes): Move forward.
11075 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11077         * gnus-ml.el (gnus-mailing-list-subscribe)
11078         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11079         (gnus-mailing-list-message): Fix doc strings.
11081 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11083         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11084         of doing it manually.
11086 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11088         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11089         comment.
11091 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11093         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11094         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11095         (gnus-agent-read-local): All symbols allocated in my-obarray.
11096         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11097         (gnus-agent-regenerate-group): Check numeric names to see if they are
11098         messages or groups.
11099         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11100         better way of do this...)
11102         * gnus-cache.el (gnus-agent-total-fetched-for):
11103         Ignore 'dummy.group' (there should be a better way of do this...)
11105 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11107         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11108         (gnus-saved-headers): Ditto.
11109         (gnus-default-article-saver): Mention functions may have properties.
11110         (gnus-article-save): Override gnus-save-all-headers and
11111         gnus-saved-headers by :headers property which saver function may have.
11112         (gnus-summary-save-in-file): Add :headers property.
11113         (gnus-summary-write-to-file): Ditto.
11115         * gnus-sum.el (gnus-summary-save-article): Bind
11116         gnus-prompt-before-saving to t when saving many articles in a file;
11117         always show all headers.
11119 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11121         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11122         marks.
11124         * message.el (message-indent-citation): Add optional arguments to allow
11125         using it outside of message buffers.
11127         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11128         (gnus-article-treat-unfold-headers): Use it.
11129         (gnus-article-truncate-lines): New variable.
11130         (gnus-article-mode): Use it.
11131         (gnus-article-toggle-truncate-lines): New function.
11133         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11134         Add gnus-article-toggle-truncate-lines.
11136         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11137         coding system in XEmacs, use binary.
11139 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11141         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11142         after-load-alist.
11144         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11145         this function should save decoded articles.
11146         (gnus-summary-write-to-file): Use property to specify this function
11147         should save decoded articles and specify gnus-summary-save-in-file
11148         should be used to save articles other than the first one when saving
11149         many articles.
11150         (gnus-summary-save-body-in-file): Use property to specify this
11151         function should save decoded articles.
11152         (gnus-summary-write-body-to-file): Use property to specify this
11153         function should save decoded articles and specify
11154         gnus-summary-save-body-in-file should be used to save articles other
11155         than the first one when saving many articles.
11157         * gnus-sum.el (gnus-summary-save-article): Simplify.
11159 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11161         * gnus-art.el (gnus-default-article-saver):
11162         Add gnus-summary-write-body-to-file.
11163         (gnus-article-save-coding-system): Don't use coding system object
11164         in XEmacs.
11165         (gnus-read-save-file-name): Add optional `dir-var' argument which
11166         specifies directory in which files are saved; work even if optional
11167         `variable' argument is not specified.
11168         (gnus-summary-write-to-file): Read file name.
11169         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11170         (gnus-summary-write-body-to-file): New function.
11172         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11173         (gnus-summary-local-variables): Add it.
11174         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11175         (gnus-summary-save-article): Remove optional `decode' argument;
11176         determine whether to decode articles by the value of
11177         gnus-default-article-saver; when saving many files using
11178         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11179         it first and use gnus-summary-save-in-file or
11180         gnus-summary-save-body-in-file thereafter unless
11181         gnus-prompt-before-saving is always; move point to article which
11182         will be saved.
11183         (gnus-summary-save-article-file): Revert.
11184         (gnus-summary-write-article-file): Revert.
11185         (gnus-summary-save-article-body-file): Revert.
11186         (gnus-summary-write-article-body-file): New function.
11188 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11190         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11192 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11194         * gnus-art.el (gnus-default-article-saver): Doc fix.
11195         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11196         from gnus-summary-save-article-coding-system, and default to a
11197         certain coding system.
11198         (gnus-output-to-file): Add coding cookie and encode text according
11199         to gnus-article-save-coding-system; don't use mm-append-to-file.
11201         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11202         gnus-art.el and rename to gnus-article-save-coding-system.
11203         (gnus-summary-save-article): Require gnus-art; don't show all
11204         headers if it decodes articles; don't add coding cookie here;
11205         don't bind mm-text-coding-system-for-write.
11206         (gnus-summary-save-article-file): Save decoded articles.
11207         (gnus-summary-write-article-file): When saving many files, use
11208         gnus-summary-write-to-file first and gnus-summary-save-in-file
11209         thereafter unless gnus-prompt-before-saving is always.
11210         (gnus-summary-save-article-body-file): Save decoded articles.
11212 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11214         * nnrss.el (nnrss-check-group): Bind hash-index.
11216 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11218         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11219         its hash index.  Store this hash in `nnrss-group-data'.
11220         (nnrss-read-group-data): Update accordingly.
11222 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11224         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11225         entry.
11227         * gnus-sum.el (gnus-summary-make-menu-bar):
11228         Add gnus-article-browse-html-article.
11230 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11232         * gnus-sum.el (gnus-summary-mime-map):
11233         Add gnus-article-browse-html-article.
11235 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11237         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11238         suitable coding systems in customize.
11240 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11242         * mail-source.el (mail-sources): Fix custom type.
11244 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11246         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11247         (gnus-summary-expire-articles-now): Shorten prompt.
11249         * gmm-utils.el (wid-edit): Require.
11250         (defun-gmm): Rename from `gmm-defun-compat'.
11251         (gmm-image-search-load-path): Use it.
11252         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11254 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11256         * gnus-sum.el (gnus-summary-save-article-coding-system):
11257         New variable.
11258         (gnus-summary-save-article): Add optional `decode' argument.
11259         If it is set and gnus-summary-save-article-coding-system is non-nil,
11260         save decoded article.
11261         (gnus-summary-write-article-file): Save decoded article if
11262         gnus-summary-save-article-coding-system is non-nil.
11264         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11265         type.
11267 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11269         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11271 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11273         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11274         first to test gnus-single-article-buffer which may be buffer-local.
11276         * gnus-sum.el (gnus-summary-setup-buffer):
11277         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11278         group; make gnus-article-buffer, gnus-article-current, and
11279         gnus-original-article-buffer always buffer-local.
11280         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11281         group.
11282         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11284 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11286         * nnml.el (nnml-request-compact-group): Compressed files might not
11287         have .gz extension.
11289 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11291         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11292         (mm-copy-to-buffer): Use with-current-buffer.
11293         (mm-display-part): Simplify.
11294         (mm-inlinable-p): Add optional arg `type'.
11296 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11298         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11299         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11300         Try harder to show the attachment internally or externally using
11301         gnus-mime-view-part-as-type.
11303 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11305         * message.el (message-from-style, message-signature-separator)
11306         (message-user-organization-file, message-send-mail-function)
11307         (message-citation-line-function, message-yank-prefix)
11308         (message-indent-citation-function, message-signature)
11309         (message-signature-file, message-signature-insert-empty-line):
11310         Remove autoloads.
11312         * gnus-art.el (gnus-buttonized-mime-types):
11313         Remove "multipart/signed".  Revert 2006-04-26 change.
11315 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11317         * gnus.el (gnus-version-number): Bump version.
11319 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11321         * gnus.el: No Gnus v0.5 is released.
11323 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11325         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11326         fetching articles by message-id.
11328 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11330         * message.el (hashcash): Require hashcash as normal.
11332         * ecomplete.el (ecomplete-highlight-match-line):
11333         Use point-at-eol.
11334         (ecomplete-highlight-match-line): Use `highlight', because that
11335         face exists in both Emacs and XEmacs.
11337         * message.el (message-display-abbrev): Use point-at-bol.
11339         * mail-source.el: Don't require timer/timer-funcs.
11341         * gnus-async.el: Ditto.
11343         * password.el: Ditto.
11345         * mm-url.el: Ditto.
11347         * mm-util.el: Require timer/timer-funcs.
11349 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11351         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11352         Close.
11354 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11356         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11357         unibyte after clear-decrypt function runs.
11359         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11360         returns as a unibyte string.
11362 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11364         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11365         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11366         (mml1991-pgg-encrypt): Ditto.
11368 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11370         * message.el (message-user-organization-file): Check several
11371         locations of the organization file.
11373         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11374         Add gnus-article-view-part-as-type.
11376         * gnus-art.el (gnus-article-view-part-as-type): New function.
11378         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11379         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11381         * mml.el: Simplify autoload.
11382         (mml-mode): defvar dnd-protocol-alist instead of using
11383         symbol-value.
11384         (mml-default-directory): New variable.
11385         (mml-minibuffer-read-file): Use it.
11386         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11388         * message.el (message-citation-line-format): New variable.
11389         (message-insert-formated-citation-line): New function.
11390         (message-citation-line-function):
11391         Add `message-insert-formated-citation-line' to custom type.
11393         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11394         to doc string.
11396         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11397         depending on mm-verify-option.
11399 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11401         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11402         binding pgg-* variables; reimplement the section which prevents
11403         MIME header from being signed.
11404         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11405         pgg-text-mode; remove a blank line at the top of body.
11407         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11408         lines at the top of body; use gnus-newsgroup-charset if there's no
11409         Charset header.
11411 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11413         * message.el (message-self-insert-commands): Doc fix.
11415         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11416         (mm-uu-pgp-encrypted-test): Ditto.
11417         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11418         between header and body; return application/pgp-encrypted handle
11419         if decryption failed; decode decrypted body by charset.
11421         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11422         element match to application/pgp-*.
11424 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11426         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11427         HTML.
11429 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11431         * mail-source.el (mail-source-call-script): Message the error
11432         string.
11434 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11436         * gnus-util.el (gnus-byte-compile): Use it.
11438 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11440         * gnus-util.el (kill-empty-logs): New function.
11442 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11444         * message.el (message-mail-alias-type): Doc fix.
11445         (message-mail-alias-type-p): New function.
11446         (message-send): Use it.
11447         (message-mode): Ditto.
11448         (message-strip-forbidden-properties): Ditto.
11450         * ecomplete.el (ecomplete-database-file-coding-system):
11451         New variable.
11452         (ecomplete-save): Use it.
11453         (ecomplete-setup): Use it.
11455 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11457         * message.el (message-self-insert-commands): New variable.
11458         (message-strip-forbidden-properties): Use it.
11460 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11462         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11463         that doesn't make XEmacs choke.
11465 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11467         * gnus-util.el (gnus-replace-in-string):
11468         Prefer replace-regexp-in-string over of replace-in-string.
11470 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11472         * gnus-util.el (gnus-select-frame-set-input-focus):
11473         Use select-frame-set-input-focus if it is available in XEmacs; use
11474         definition defined in Emacs 22 for old Emacsen.
11476 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11478         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11480 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11482         * gnus-registry.el (gnus-registry-cache-save): Remove text
11483         properties when saving via the temp buffer.
11485 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11487         * message.el (message-generate-hashcash): Honor custom type.
11489 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11491         * message.el (message-generate-hashcash): Default to non-nil when
11492         hashcash is found.
11494         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11495         (gnus-refer-thread-limit): Increase default to 500.
11497         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11499         * flow-fill.el (fill-flowed): Allow delete-space.
11501 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11503         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11504         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11505         Remove autoloads.
11507 2006-04-18  Simon Josefsson  <jas@extundo.com>
11509         * message.el (message-generate-hashcash): Default to.
11511 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11513         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11514         concatenating segments rather than before concatenating them.
11516 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11518         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11520         * imap.el (imap-quote-specials): New function.
11521         (imap-login-auth): Quote specials.
11523 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11525         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11527         * message.el (message-forward-make-body-plain):
11528         Allow message-forward-ignored-headers to be a list.
11529         (message-remove-ignored-headers): Factor out into function.
11530         (message-forward-make-body-mml): Use it.
11531         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11532         (rfc2231-parse-string): Allow concatanation of parameters that
11533         aren't contiguous.  The test case is
11534           (mail-header-parse-content-type "message/external-body;
11535             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11536             access-type=LOCAL-FILE;
11537             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11539 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11541         * nntp.el (nntp-accept-process-output): Return the value of
11542         `nnheader-accept-process-output'.
11544 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11546         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11547         (gnus-button-alist): Recognize more diff formats.
11548         (gnus-button-patch): Strip directory.
11550 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11552         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11553         Emacs 22 when setting focus.
11555 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11557         * gnus-art.el (gnus-article-treat-types): Do treatment of
11558         text/x-verbatim parts.
11559         (gnus-button-patch): New command.
11561         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11562         addresses that contain invalid characters.
11564 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11566         * message.el (message-put-addresses-in-ecomplete):
11567         Use gnus-replace-in-string.
11568         (message-is-yours-p): Use the more correct
11569         mail-header-parse-address instead of
11570         mail-extract-address-components.
11571         (message-put-addresses-in-ecomplete): Fix typo.
11573         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11574         keystroke.
11576         * gnus-art.el (gnus-treatment-function-alist): Change order of
11577         newsgroups/generic header folding to avoid double-folding.
11579         * message.el (message-hidden-headers): Add X-Draft-From.
11581         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11582         New command.
11583         (gnus-summary-repeat-search-article-backward): New command.
11585         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11586         groups in the parent topic.
11588 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11590         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11591         (spam-extra-header-to-number): Return the CRM114 number as a
11592         number instead of a string.
11594 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11596         * gnus-art.el (gnus-face-properties-alist): Move here from
11597         gnus-fun.
11599         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11601 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11603         * message.el (message-strip-forbidden-properties): Only display on
11604         self-insert-command.
11606         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11607         reindent.
11608         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11610 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11612         * smiley.el (smiley-style): Fix typo.
11614 2006-03-23  Kenichi Handa  <handa@m17n.org>
11616         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11617         instead of set-buffer-multibyte.
11619 2006-03-23  Kenichi Handa  <handa@m17n.org>
11621         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11622         buffer and then decode the buffer text if necessary.
11623         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11624         first, and after mm-encode-body, change the buffer to unibyte.
11626 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11628         * hashcash.el (hashcash-insert-payment-async-2):
11629         Use message-goto-eoh instead of doing it manually.
11630         (mail-add-payment): Use message-narrow-to-header instead of trying
11631         to do the same itself.
11633         * message.el (message-hidden-headers): Add Face.
11635         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11636         reparenting code.
11637         (gnus-summary-reparent-children): Refactored out code.
11638         (gnus-summary-thread-map): New keystroke.
11639         (gnus-summary-reparent-children): Make into command.
11641         * smiley.el (smiley-style): Default to `medium' if using a large
11642         font.
11644         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11645         does it itself.
11647         * message.el (message-point-in-header-p): Simplify definition.
11649 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11651         * nnagent.el (nnagent-request-set-mark): Silence log file
11652         writing.
11653         (nnagent-request-set-mark): Use write-region instead of
11654         append-to-file.
11656         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11657         strange select method.
11659         * ecomplete.el (ecomplete-display-matches): Get highlightling
11660         right.
11661         (ecomplete-display-matches): Use literals.
11662         (ecomplete-display-matches): Disable message logging.
11664         * message.el (message-display-abbrev): Small optimization.
11666         * ecomplete.el (ecomplete-display-matches): Allow automatic
11667         display.
11669         * message.el (message-strip-forbidden-properties):
11670         Display abbrevs.
11671         (message-display-abbrev): Get automatic display right.
11673         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11674         keystrokes.
11676 2006-04-13  Romain Francoise  <romain@orebokech.com>
11678         TODO: Backport to v5-10!
11680         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11681         Move here (and rename) from gnus-registry.el.
11683         * gnus-registry.el: Require gnus-util.
11684         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11686 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11688         * gnus-group.el (gnus-group-catchup-current):
11689         Change if-then-else-if-then-else into cond.
11690         (gnus-group-catchup): Indent.
11691         (group-name-at-point): New function.
11692         (gnus-fetch-group): Provide default from thing at point.
11694 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11696         * message.el (message-display-abbrev): Fix regexp.
11698         * ecomplete.el (ecomplete-highlight-match-line):
11699         Reimplement choosing.
11700         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11701         dead variables.
11703         * message.el (message-newline-and-indent): Remove debugging.
11704         (message-display-abbrev): Use new implementation.
11706 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11708         * gnus-art.el (gnus-article-mode):
11709         Set cursor-in-non-selected-windows to nil.
11711         * smiley.el: Revert previous change.
11712         (smiley-data-directory): defvar it before using it in the
11713         defcustom of `smiley-style'.
11715 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11717         * message.el (message-newline-and-indent): New function.
11719         * ecomplete.el: Implement more bits.
11721         * message.el (message-put-addresses-in-ecomplete): Clean up the
11722         string.
11724         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11726         * gnus-sum.el (gnus-summary-save-parts):
11727         Bind gnus-summary-save-parts-counter and use it to make unique file
11728         names.
11730         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11732         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11733         parameter to say whether to actually parse the individual
11734         addresses.
11736         * message.el (message-put-addresses-in-ecomplete): New function.
11737         (ecomplete): Require.
11738         (message-mail-alias-type): Add ecomplete as an option.
11740 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11742         * flow-fill.el (fill-flowed): Remove trailing space from blank
11743         quoted lines.
11745 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11747         * smiley.el (smiley-style): Move definition later to avoid a
11748         compilation warning.
11750 2006-04-12  Kenichi Handa  <handa@m17n.org>
11752         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11753         buffer and then decode the buffer text if necessary.
11754         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11755         first, and after mm-encode-body, change the buffer to unibyte.
11756         Use mm-disable-multibyte instead of set-buffer-multibyte.
11758 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11760         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11761         Content-Type header instead of Content-Disposition header.
11762         (gnus-mime-inline-part): Ditto.
11763         (gnus-mime-view-part-as-charset): Ignore charset that the part
11764         specifies.
11766         * mm-decode.el (mm-display-part): Work with external parts and
11767         usual parts similarly.
11769         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11770         instead of gnus-display-mime.
11772         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11773         instead of with-temp-buffer.
11775         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11776         tag to summarized topics part in order to encode non-ASCII text.
11778 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11780         * smiley.el (smiley-style): New variable.
11781         (smiley-directory): New function.
11782         (smiley-data-directory): Derive from `smiley-style' using
11783         `smiley-directory'.
11784         (smiley-regexp-alist): Add new entries.
11786         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11787         (gnus-article-browse-delete-temp): Add :version.
11789 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11791         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11792         the sieve region.
11794 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11796         * gnus.el (gnus-version-number): Bump version.
11798 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11800         * gnus.el: No Gnus v0.4 is released.
11802 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11804         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11805         layout.
11807         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11808         unknown charset.
11810         * message.el (message-header-synonyms): Add Original-To to the
11811         default.
11813         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11814         optional parameter.
11816 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11818         * gnus-fun.el (gnus): Require it for gnus-directory.
11820 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11822         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11824 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11826         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11828 2006-04-05  Simon Josefsson  <jas@extundo.com>
11830         * password.el (password-reset): New function.
11832 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11834         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11835         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11837 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11839         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11840         Some whitespace was matched into the url, which broke browsing hits
11841         > 100 when mm-url-use-external was nil.
11843 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11845         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11846         Check gnus-extra-headers for 'Newsgroups.
11848         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
11849         bound.
11851 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
11853         * pgg-gpg.el: Clean up process buffers every time gpg processes
11854         complete.
11856 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
11858         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
11859         doc string.
11861 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
11863         * pgg-gpg.el (pgg-gpg-process-filter)
11864         (pgg-gpg-wait-for-completion): Check if buffer is alive.
11866         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
11867         lines, temporary fix.
11869 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
11871         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
11873 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
11875         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
11876         default-enable-multibyte-characters.  This reverts the change from
11877         revision 6.17 which is no longer necessary because the passphrase
11878         is sent separately now.  GnuPG messages are unreadable under
11879         multibyte locales with default-enable-multibyte-characters set to
11880         nil.
11882 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
11884         * message.el (message-tool-bar-gnome): Move "spell".
11886 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
11888         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
11889         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
11890         instead.
11892 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
11894         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11895         Improve newsgroups handling for NNTP overviews which don't include
11896         Newsgroups.
11898 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11900         * message.el (message-resend): Bind message-generate-hashcash to nil.
11902 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11904         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
11905         when searching for already-paid recipients.
11907 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
11909         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
11910         passphrases when it is not needed.
11911         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
11912         passphrase stuff from gpg, should only be necessary when you use
11913         gpg with a smartcard.
11915 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
11917         * mml.el (mml-insert-mime): Ignore cached contents of
11918         message/external-body part.
11920         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
11921         (mm-insert-part): Ditto.
11923 2006-03-23  Simon Josefsson  <jas@extundo.com>
11925         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
11926         Reiner.
11927         (pgg-gpg-use-agent-p): Use it again.
11929 2006-03-23  Simon Josefsson  <jas@extundo.com>
11931         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
11932         older emacsen.
11933         (pgg-gpg-use-agent-p): Don't use it.
11935 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
11937         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
11938         if we can.
11940 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
11942         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
11943         (pgg-gpg-update-agent): New function.
11944         (pgg-gpg-use-agent-p): New function.
11945         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
11946         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
11947         (pgg-gpg-sign-region): Use it.
11949 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11951         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
11952         Reported by Ralf Wachinger <rwachinger@gmx.de>.
11954 2006-03-21  Simon Josefsson  <jas@extundo.com>
11956         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
11957         <wilde@sha-bang.de>.
11958         (pgg-gpg-use-agent): New variable.
11959         (pgg-gpg-process-region): Use it.
11960         (pgg-gpg-encrypt-region): Likewise.
11961         (pgg-gpg-encrypt-symmetric-region): Likewise.
11962         (pgg-gpg-decrypt-region): Likewise.
11963         (pgg-gpg-sign-region): Likewise.
11964         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
11966 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
11968         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
11970         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
11971         Add comment on version.
11973 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
11975         * smiley.el: Add missing test smiley.
11977 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11979         * mm-decode.el (mm-with-part): New macro.
11980         (mm-get-part): Use it; work with message/external-body as well.
11981         (mm-save-part): Treat name and filename equally.
11983         * mm-extern.el (mm-extern-cache-contents): New function.
11984         (mm-inline-external-body): Use it; force the part to be displayed;
11985         move undisplayer added to the cached handle to the parent.
11987         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
11988         (gnus-mime-view-part-as-type): Work with message/external-body.
11990         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
11992 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
11994         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
11995         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
11996         Emacs.]
11998 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12000         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12001         path rather than symbol.  Always return list of directories.
12002         Guarantee that image directory comes first.  [Sync with image.el,
12003         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
12005         * message.el (message-make-tool-bar): Adjust to new API of
12006         `gmm-image-load-path-for-library'.
12008         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12010         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12012 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12014         * gnus-art.el (gnus-article-only-boring-p):
12015         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12016         intangible text.
12017         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12019 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12021         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12022         Use `defun' instead of `gmm-defun-compat'.
12024 2006-03-14  Simon Josefsson  <jas@extundo.com>
12026         * message.el (message-unique-id): Don't use message-number-base36
12027         if (user-uid) is a float.
12028         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12030 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12032         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12034         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12035         empty line between a part and a message part.
12037 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12039         * smiley.el: Add more test smileys.
12040         (smiley-data-directory, smiley-regexp-alist)
12041         (gnus-smiley-file-types): Fix doc strings.
12042         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12043         adding new elements.
12044         (smiley-mouse-map): Unused code.  Make it a comment.
12046 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12048         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12049         scan latest NoCeM messages instead of old ones.
12050         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12051         delimiters that are recently used.
12052         (gnus-nocem-load-cache): Add autoload cookie.
12054         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12056         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12057         level which is larger than gnus-use-nocem is specified.
12059         * gnus-group.el (gnus-group-get-new-news): Ditto.
12061 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12063         * gnus-util.el (gnus-tool-bar-update): New function.
12065         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12066         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12068         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12070         * gnus-group.el (gnus-group-redraw-when-idle)
12071         (gnus-group-redraw-check): Remove.
12072         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12074 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12076         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12077         if optional last element is specified in splits (FIELD VALUE...).
12079 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12081         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12082         to gmm-image-load-path-for-library.  Call with no-error argument.
12083         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12085         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12087         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12089         * gmm-utils.el (gmm-image-load-path): Remove alias.
12091 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12093         * gmm-utils.el (gmm-image-load-path): Add alias.
12095         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12096         nnml-generate-nov-databases-1.
12097         (nnml-generate-nov-databases): Use it.
12098         (nnml-generate-nov-databases-directory): Document no-active
12099         argument.
12101         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12102         directory if path is t.  Add no-error.
12104         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12105         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12107         * gnus-art.el (gnus-article-browse-delete-temp-files):
12108         Simplify resetting gnus-article-browse-html-temp-list.
12110         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12111         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
12112         Add example to docstring.  Rename local variables.  Move error
12113         checks to default case in cond and simplify.
12115 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12117         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12118         handle is multipart when calling it recursively.
12119         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12121 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12123         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12124         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12126 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12128         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12129         is loaded.
12131         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12132         loaded.
12134 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12136         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12137         to "Emacs 23 (unicode)" in doc string.
12139         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12140         "Emacs 23 (unicode)" in comment.
12142 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12144         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12146         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12147         characters 160 through 255 in Emacs 23.
12149 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12151         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12152         gnus-article-browse-html-temp.
12153         (gnus-article-browse-delete-temp): Make it customizable.
12154         Add `file'.  Adjust doc string.
12155         (gnus-article-browse-delete-temp-files): Add argument.
12156         Allow query for each file.  Adjust doc string.
12157         (gnus-article-browse-html-parts):
12158         Add `gnus-article-browse-delete-temp-files' to
12159         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12161 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12163         * gnus-art.el (gnus-article-browse-html-temp)
12164         (gnus-article-browse-delete-temp): New variables.
12165         (gnus-article-browse-delete-temp-files): New function.
12166         (gnus-article-browse-html-parts): Use it.
12168 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12170         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12172         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12173         string.
12175         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12176         gnus-summary-insert-new-articles when unplugged.
12177         Remove gnus-summary-search-article-forward.
12179         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12180         display-visual-class instead of display-color-cells.
12182 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12184         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12185         message/* containing non-ASCII text properly.
12187 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12189         * message.el: Require gmm-utils, remove autoloads.
12190         (message-tool-bar): Set default based on
12191         gmm-tool-bar-style.
12192         (message-tool-bar-gnome): Add gmm-customize-mode.
12194         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12195         gmm-tool-bar-style.
12196         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12198         * gnus-group.el (gnus-group-tool-bar): Set default based on
12199         gmm-tool-bar-style.
12200         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12202         * gmm-utils.el (gmm-image-directory): Rename variable from
12203         gmm-image-load-path.
12204         (gmm-image-load-path): Use gmm-image-directory.
12205         (gmm-customize-mode): New function.
12206         (gmm-tool-bar-style): New variable.
12208         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12209         gnus-group-redraw-line-number.
12210         (gnus-group-redraw-check): Simplify.
12211         (gnus-group-tool-bar-update): Remove redraw check.
12212         (gnus-group-make-tool-bar): Add redraw check.
12214 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12216         * gnus-art.el (gnus-button): Add missing parentheses.
12218 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12220         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12222 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12224         * gnus-art.el (gnus-button): New face.
12225         (gnus-article-button-face): Use it.
12227         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12228         Add gnus-summary-next-page.  Re-order.
12230         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12231         next-node are now included.
12232         (gnus-group-redraw-line-number): New internal variable.
12233         (gnus-group-redraw-check): Helper function for updating the tool
12234         bar.
12235         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12237         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12239         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12240         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12241         Use it to match format of Spamassassin 3.0 and later.
12242         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12243         (spam-check-bogofilter)
12244         (spam-bogofilter-register-with-bogofilter): Fix args of
12245         `gnus-error' calls.
12247 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12249         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12250         unnecessary interaction when sending queued mails.
12251         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12253 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12255         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12256         first or last are nil.
12258 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12260         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12262 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12264         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12266 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12268         * dns.el (query-dns): Protect more against buggy tcp output.
12270 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12272         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12273         nov.php.
12275 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12277         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12278         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12279         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12280         output on the server side.
12281         (nnweb-google-create-mapping): Update regexps and add some
12282         progress indication.
12284 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12286         * gnus-group.el (gnus-group-tool-bar-gnome):
12287         Fix gnus-agent-toggle-plugged.  Re-order icons.
12288         (gnus-group-tool-bar-gnome):
12289         Add gnus-group-{prev,next}-unread-group.
12290         (gnus-group-tool-bar-gnome): Re-order icons.
12292         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12293         Move gnus-summary-insert-new-articles.
12295         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12296         Fix comments.
12298         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12299         also available in Emacs 21.3.
12301         * message.el (message-fix-before-sending): Change "Emacs 22" to
12302         "Emacs 23 (unicode)" in comment.
12304         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12305         "Emacs 23 (unicode)" in comment.
12307         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12308         comment.
12309         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12311         * mm-view.el (mm-fill-flowed): Add :version.
12313 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12315         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12316         and load-path.
12318 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12320         * message.el: Autoload gmm-image-load-path.
12321         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12322         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12323         consitency.
12325         * gmm-utils.el (gmm-image-load-path): Also search in
12326         "../etc/images".  Don't set gmm-image-load-path if we don't find
12327         the image.
12329 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12331         * gmm-utils.el (gmm-image-load-path): Don't make
12332         `gmm-image-load-path' include subdirectories which the second arg
12333         `image' might specify.
12335         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12336         subdirectory to icon file names.
12338         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12340 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12342         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12343         gmm-image-load-path calls.
12345         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12347         * message.el (message-make-tool-bar): Ditto.
12349         * mml.el (mml-preview): Add comment concerning tool bar icons.
12351         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12352         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12354         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12355         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12357         * message.el (message-tool-bar-gnome): Use new icon names.
12358         (message-make-tool-bar): Use `gmm-image-load-path'.
12360         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12361         New functions from MH-E.
12362         (gmm-image-load-path): New variable from MH-E.
12363         (gmm-image-load-path): New function from MH-E.  Add arguments
12364         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12365         *-image-load-path-called-flag.
12367 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12369         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12371 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12373         * nnimap.el (nnimap-request-move-article): Change folder back to
12374         source group before deleting.
12376 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12378         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12380         * gnus-art.el (mm-url-insert-file-contents-external):
12381         Autoload mm-url.
12383         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12385 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12387         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12388         coding system which mm-charset-to-coding-system returns for a
12389         given charset is valid.
12391 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12393         * html2text.el (html2text-remove-tag-list):
12394         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12396 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12398         * gnus-cus.el: Revert 2005-10-17 change.
12400 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12402         * gnus-art.el (article-strip-banner):
12403         Call article-really-strip-banner only when the regexp match is made.
12405 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12407         * gnus-art.el (article-strip-banner):
12408         Use gnus-extract-address-components instead of
12409         mail-header-parse-addresses to make it work with non-ASCII text;
12410         remove mail-encode-encoded-word-string.
12412         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12413         values which are surrounded with \"...\"; make it never cause a
12414         Lisp error; give up parsing of parameters if it failed in
12415         extracting type.
12417 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12419         * smime.el (smime-cert-by-ldap-1): Fix bug where
12420         `smime-ldap-search' returns results without userCertificates.
12422 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12424         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12426 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12428         * spam.el (spam-check-spamassassin-headers): Adapt format for
12429         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12430         <ari@mbf.ocn.ne.jp>.
12431         (spam-list-of-processors): Add spam-use-gmane.
12433 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12435         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12436         make-temp-file; make it work with XEmacs as well.
12438         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12439         mm-make-temp-file.
12441         * mm-decode.el (mm-display-external): Use the 3rd arg of
12442         mm-make-temp-file.
12443         (mm-create-image-xemacs): Ditto.
12445 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12447         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12448         with message-narrow-to-headers.
12449         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12450         (gnus-draft-check-draft-articles): New function.
12451         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12453 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12455         * gnus-art.el (gnus-article-browse-html-parts):
12456         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12457         Don't use suffix argument for mm-make-temp-file for Emacs 21
12458         compatibility.  Remove useless `format'.
12460 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12462         * nnweb.el (nnweb-google-wash-article): Update regexps.
12463         (nnweb-group-alist): Use defvoo instead of defvar.
12465 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12467         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12468         re-loading nn* modules.
12470 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12472         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12473         for `tool-bar-mode' and don't check it's default-value.
12475         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12477         * message.el (message-make-tool-bar): Ditto.
12479         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12480         `substring'.  Shorten tmp-file name.
12482         * gnus.el: Remove bogus comment.
12484 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12486         * gnus-art.el (gnus-article-browse-html-parts): New function.
12487         (gnus-article-browse-html-article): New function for viewing html
12488         articles with a browser.
12490 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12492         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12493         (mml2015-pgg-encrypt): Ditto.
12495         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12496         (mml1991-pgg-encrypt): Ditto.
12498 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12500         * nnfolder.el (nnfolder-insert-newsgroup-line):
12501         Use message-make-date instead of current-time-string.
12503         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12504         to gnus-decoded which mm-uu might set.
12506 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12508         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12509         don't decode quoted parameters; remove misimported Emacs code.
12510         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12511         (rfc2231-decode-encoded-string): Don't use split-string which
12512         behaves differently according to Emacs version; use
12513         mm-decode-coding-region to convert charset to coding-system.
12514         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12515         (rfc2231-encode-string): Remove misimported Emacs code.
12517 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12519         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12520         when calling mail-header-parse-content-type.
12521         (article-de-quoted-unreadable): Ditto.
12522         (article-de-base64-unreadable): Ditto.
12523         (article-wash-html): Ditto.
12525         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12526         calling mail-header-parse-content-type and
12527         mail-header-parse-content-disposition.
12528         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12529         mail-header-parse-content-type.
12531         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12532         insert charset and format parameters; encode description after
12533         inserting it to buffer.
12534         (mml-insert-parameter): Fold lines properly even if a parameter is
12535         segmented into two or more lines; change the max column to 76.
12537         * rfc1843.el (rfc1843-decode-article-body): Don't use
12538         ignore-errors when calling mail-header-parse-content-type.
12540         * rfc2231.el (rfc2231-parse-string): Return at least type if
12541         possible; don't cause an error even if it fails in parsing of
12542         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12543         (rfc2231-encode-string): Don't break lines at the beginning, leave
12544         it to mml-insert-parameter.
12546         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12547         calling mail-header-parse-content-type.
12549 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12551         * spam-report.el (spam-report-gmane-use-article-number):
12552         Improve doc string.
12553         (spam-report-gmane-internal): Check if a suitable header was found
12554         in the article.
12556 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12558         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12559         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12561 2006-02-05  Romain Francoise  <romain@orebokech.com>
12563         Update copyright notices of all files in the gnus directory.
12565 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12567         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12569 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12571         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12572         segmented lines of parameter value to cope with Thunderbird 1.5
12573         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12574         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12575         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12577 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12579         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12580         parts.
12582 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12584         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12585         there's only one active file for all servers.
12586         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12587         solid groups.  Gnus might have used a FAST request to select the group.
12588         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12589         and nnweb-search redundantly in the active file.
12590         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12591         (nnweb-request-create-group): Don't use ARGS.
12592         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12593         initialisations.  Let nnoo do the work.
12595 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12597         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12598         Say the part has been decoded.
12600         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12602 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12604         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12605         mailcap-viewer-test-cache when there's no 'test clause, since that
12606         will invert the meaning of a "nil" test previously determined by
12607         mailcap-mailcap-entry-passes-test.
12609 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12611         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12612         compiling.
12614         * gnus-sum.el: Ditto.
12616         * message.el: Don't bind tool-bar-map when compiling.
12618 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12620         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12622 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12624         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12625         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12626         current Google Groups.
12628 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12630         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12631         and tool-bar-mode.
12633         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12634         and tool-bar-mode.
12636         * message.el (message-tool-bar-update): Simplify.
12637         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12639         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12640         gnus-summary-buffer.
12641         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12642         gnus-summary-reply.
12644         * gmm-utils.el (gmm): Add :version.
12646 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12648         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12649         Don't autoload.
12651 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12653         * gmm-utils.el (gmm-verbose): Add :group.
12655 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12657         * message.el: Change some comments WRT tool-bars.
12659         * gnus-sum.el (gnus-summary-tool-bar)
12660         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12661         (gnus-summary-tool-bar-zap-list): New variables.
12662         (gnus-summary-make-tool-bar): Complete rewrite using
12663         `gmm-tool-bar-from-list'.
12665         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12666         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12667         New variables.
12668         (gnus-group-make-tool-bar): Complete rewrite using
12669         `gmm-tool-bar-from-list'.
12670         (gnus-group-tool-bar-update): New function.
12672         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12674 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12676         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12677         is dissected into a single part of which the type is the same as
12678         the given one; decode charset.
12680 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12682         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12683         into alists as symbol not string, since that's what
12684         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12685         look for.
12687 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12689         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12690         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12692         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12694 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12696         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12697         (gnus-mime-security-button-menu): New definition.
12698         (gnus-mime-security-button-map): Use them.
12699         (gnus-mime-security-button-menu): New function.
12700         (gnus-insert-mime-security-button): Addition to help echo.
12701         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12702         (gnus-mime-security-pipe-part): New functions.
12704         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12705         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12707         * mm-decode.el (mm-handle-set-disposition): Remove.
12708         (mm-handle-set-description): Remove.
12710 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12712         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12713         (mm-w3m-standalone-supports-m17n-p): New function.
12714         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12715         w3m usage.
12717         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12718         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12720 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12722         * message.el (message-tool-bar-zap-list):
12723         Use gmm-tool-bar-zap-list as custom type.
12724         (message-tool-bar-update): New function.
12725         (message-tool-bar, message-tool-bar-gnome)
12726         (message-tool-bar-retro): Add message-tool-bar-update.
12727         (message-tool-bar-gnome): Add flyspell-buffer.
12729         * gnus-util.el (gnus-error): Describe `args'.
12731         * gmm-utils.el (gmm-error): Describe `args'.
12732         (gmm-tool-bar-zap-list): New widget.
12733         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12735 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12737         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12738         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12739         the number of recursive calls.
12741         * mm-decode.el (mm-handle-set-disposition): New macro.
12742         (mm-handle-set-description): New macro.
12744 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12746         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12747         encoding.
12749 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12751         * message.el (message-tool-bar-zap-list, message-tool-bar)
12752         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12753         (message-tool-bar-local-item-from-menu): Remove.
12754         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12755         (message-make-tool-bar): New function.
12756         (message-mode): Use `message-make-tool-bar'.
12758         * gmm-utils.el: New file.
12759         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12760         (gmm-lazy): New widget copied from `nnmail.el'.
12761         (gmm-tool-bar-from-list): New function for creating customizable
12762         tool bars.
12763         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12764         output.
12765         (gmm): Add :prefix to defgroup.
12767 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12769         * gmm-utils.el (gmm-widget-p): New function.
12771 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12773         * mml.el (mml-attach-file): Describe `description' in doc string.
12774         (mml-menu): Add Emacs MIME manual and PGG manual.
12776 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12778         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12780 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12782         * nntp.el (nntp-end-of-line): Doc fix.
12784 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12786         * imap.el (imap-open): Handle case where buffer is a buffer
12787         object.
12789 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12791         * gnus-delay.el (gnus-delay): Don't autoload.
12792         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12793         to be re-loaded when customizing the `gnus-delay' group.
12795 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12797         * message.el (message-insert-citation-line): Use newlines.
12799 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12801         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12803         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12805 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12807         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12809 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12811         * mm-decode.el (mm-inlined-types): Add application/pgp.
12812         (mm-automatic-display): Ditto.
12814         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12815         part as text.
12817 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12819         * nnrss.el: Update copyright.
12820         (nnrss-opml-import): Query whether to subscribe to each entry.
12822         * gnus-art.el:
12823         * gnus-sum.el:
12824         * mm-uu.el:
12825         * mm-view.el: Update copyright.
12827 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12829         * message.el (message-info): New function.
12830         (message-mode-menu): Add it.
12831         Update copyright.
12833         * ChangeLog: Fix and update copyright.
12835 2006-01-13  Romain Francoise  <romain@orebokech.com>
12837         * message.el (message-forward-subject-name-subject): Prefer the
12838         address to 'nowhere' if the sender has no name.
12839         Fix typo.  Update copyright year.
12841 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12843         * gnus-art.el (article-wash-html):
12844         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12845         (gnus-article-wash-html-with-w3m-standalone): New function.
12847         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
12848         mm-inline-text-html-render-with-w3m-standalone.
12849         (mm-text-html-washer-alist): Map w3m-standalone to
12850         gnus-article-wash-html-with-w3m-standalone.
12851         (mm-inline-text-html-render-with-w3m-standalone): New function.
12853 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
12855         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
12856         Improve LaTeX.
12858 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12860         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
12861         (nnrss-request-article): Render text/plain parts as HTML.
12863         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
12864         the buffer.
12866 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
12868         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
12869         custom definition of `gnus-posting-styles'.
12871         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
12872         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
12874 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
12876         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
12877         Use nntp for bug archive.
12879 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
12881         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
12882         parts.
12883         (nnrss-normalize-date): New function converts ISO 8601 date into
12884         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12885         (nnrss-check-group): Use it.
12887 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12889         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
12891         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
12892         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
12893         (nnrss-insert-w3): Ditto.
12895 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12897         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
12898         the articles to be forwarded including the case where neither a
12899         number of articles nor a region is specified.
12901 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
12903         * nnrss.el (nnrss-request-article): Fix last change; fill
12904         text/plain parts.
12906 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12908         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
12909         in text/plain part.
12910         (nnrss-check-group): Don't add excessive newline to dc:subject.
12912 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
12914         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
12915         article.
12917 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
12919         * nnml.el: Don't require gnus-bcklg.  Autoload it.
12920         (nnml-use-compressed-files, nnml-save-mail): Support other
12921         comression programs such as bzip2.
12923 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12925         * dns.el (query-dns): Make sure we check the buffer size before
12926         removing tcp headers.
12928 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12930         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
12931         remove MIME buttons associated with multipart/alternative parts.
12932         (gnus-mime-display-alternative): Tag buttons using `article-type'
12933         text property.
12935         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
12936         associated with multipart/alternative parts.
12938         * gnus-art.el (gnus-signature-separator): Fix custom type.
12940         * mm-decode.el (mm-inlined-types): Fix custom type.
12941         (mm-keep-viewer-alive-types): Ditto.
12942         (mm-automatic-display): Ditto.
12943         (mm-attachment-override-types): Ditto.
12944         (mm-inline-override-types): Ditto.
12945         (mm-automatic-external-display): Ditto.
12947 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
12949         * spam-report.el (spam-report-user-mail-address)
12950         (spam-report-user-agent): New variables.
12951         (spam-report-url-ping-plain): Use spam-report-user-agent.
12953 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
12955         * gnus-art.el (gnus-button-handle-custom): Do not just use
12956         `customize-apropos' for any "M-x customize-*" button but the
12957         function called for.  Accept both the function name and its
12958         argument in order to achieve this.
12959         (gnus-button-alist): Remove support for "custom:" URL's.
12960         Pass function name to `gnus-button-handle-custom' in case of "M-x
12961         customize-*" buttons.
12963 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12965         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
12966         multipart/alternative and add xref to mm-discouraged-alternatives
12967         in doc string.
12969         * mm-decode.el (mm-discouraged-alternatives): Add xref to
12970         gnus-buttonized-mime-types in doc string.
12972 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
12974         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
12975         Suggest image/.* in the doc string.
12977 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
12979         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
12980         message-marks (Debian bug #342521).
12982 2005-12-12  Simon Josefsson  <jas@extundo.com>
12984         * password.el (password-read-from-cache): Add.
12985         (password-read): Use it.
12987 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12989         * rfc2047.el (rfc2047-charset-to-coding-system):
12990         Recognize us-ascii as a MIME charset.
12992         * mm-bodies.el (mm-decode-content-transfer-encoding):
12993         Protect against the case where the 2nd arg TYPE is nil.
12995 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
12997         * pop3.el (pop3-stream-type): Fix custom version.
12999         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13001 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13003         * mm-decode.el (mm-display-external): Add missing cdr.
13005 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13007         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13008         RFC1524) if it is in mailcap or add a suffix according to
13009         mailcap-mime-extensions when generating a temp filename; postpone
13010         deleting a temp file for 2 seconds for some wrappers, shell
13011         scripts, and so on, which might exit right after having started a
13012         viewer command as a background job.
13014 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13016         * nntp.el (nntp-marks-directory): Fix custom group.
13018         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13019         steps when < 10.
13021         * gnus-start.el (gnus-no-server-1):
13022         Mention `gnus-level-default-subscribed' in doc string.
13024 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13026         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13027         parens.
13029 2005-11-26  Dave Love  <fx@gnu.org>
13031         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13032         (tls-program, tls-success): Provide openssl alternative.
13034         * starttls.el: Doc fixes.
13035         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13036         SERVICE to PORT.
13038         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13039         port null or service name.
13040         (starttls-negotiate): Autoload.
13042 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13044         * message.el (message-kill-to-signature): Fix interactive spec.
13046 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13048         * pop3.el (pop3-open-server): Recognize a string as a service name.
13050 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13052         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13054 2005-11-23  Dave Love  <fx@gnu.org>
13056         Add pop3s, pop3/starttls.
13058         * pop3.el (pop3-authentication-scheme): Clarify doc.
13059         (open-tls-stream, starttls-open-stream): Autoload.
13060         (pop3-stream-type): New.
13061         (pop3-open-server): Use it.
13063         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13064         for POP.
13065         (mail-source-keyword-map): Add :stream for POP.
13066         (mail-source-fetch-pop): Use pop3-stream-type.
13068 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13070         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13071         of current-time-string.
13073 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13075         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13076         date header.
13078 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13080         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13081         it can seriously impact performance as it bypasses the agent's
13082         local caches.
13084 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13086         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13087         must be explicitly online rather than "not explicitly offline" for
13088         its flags to be synchronized.
13090         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13091         that gnus-uu-unmark-thread will function correctly.
13093         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13094         1024K is instead displayed as 1M.
13096 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13098         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13100 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13102         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13104 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13106         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13107         error message to display actual error condition.
13108         (gnus-agent-save-local): Avoid saving symbols that are bound to
13109         nil as they simply result in a warning message in
13110         gnus-agent-read-local.
13112 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13114         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13115         rather than make-variable-buffer-local for file-precious-flag.
13117 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13119         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13120         for duplicates which are removed.  The invalid sort check then
13121         triggers a rescan after the sort as sorting may have moved
13122         duplicate entries such that they can be cheaply detected.
13124 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13126         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13128 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13130         * gnus-agent.el (gnus-agent-article-alist-save-format):
13131         Change internal variable to a custom variable.  Change default value
13132         from compressed(2) to uncompressed(1).
13133         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13134         support for uncompressed agentview files.  Taken together, reading
13135         the agentview file should now be 6-7 times faster.
13137 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13139         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13140         as a buffer-local variable.  This avoids creating truncated
13141         dribble files as a result of a hang up, eg.
13143 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13145         * gnus-start.el (gnus-start-draft-setup):
13146         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13148         * gnus.el (gnus-splash): Change custom group.
13149         (gnus-group-get-parameter, gnus-group-parameter-value):
13150         Describe allow-list argument.
13152         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13153         string.
13155 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13157         * gnus-art.el (gnus-default-article-saver): Add user-defined
13158         `function' to custom type.
13160 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13162         * imap.el (imap-open): Handle case where buffer is a buffer
13163         object.
13165 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13167         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13168         long lines.
13169         (gnus-cache-delete-group): Wrap doc strings.
13171         * gnus-agent.el (gnus-agent-rename-group)
13172         (gnus-agent-delete-group): Wrap doc strings.
13174 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13176         * gnus-start.el (gnus-1): Add "native" to
13177         gnus-predefined-server-alist.
13179         * gnus.el (gnus-method-to-server): Don't add "native" to the
13180         lists here, because that leads to problems when
13181         gnus-select-method is bound.
13183 2005-11-09  Simon Josefsson  <jas@extundo.com>
13185         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13186         use (not sort-by-date) instead.
13188 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13190         * gnus-delay.el (gnus-delay-group): Don't autoload.
13191         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13192         to be re-loaded when customizing the `gnus-delay' group.
13194 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13196         * message.el: Revert last changes.
13197         (message-insert-citation-line): Use newlines.
13199 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13201         * message.el (message-courtesy-message)
13202         (message-mark-insert-begin, message-mark-insert-end)
13203         (message-elide-ellipsis, message-cancel-message)
13204         (message-add-header, message-change-subject)
13205         (message-cross-post-followup-to-header)
13206         (message-cross-post-insert-note, message-reduce-to-to-cc)
13207         (message-widen-reply, message-delete-not-region)
13208         (message-kill-to-signature, message-insert-signature)
13209         (message-insert-importance-high, message-insert-importance-low)
13210         (message-insert-or-toggle-importance)
13211         (message-insert-disposition-notification-to)
13212         (message-indent-citation, message-yank-original)
13213         (message-cite-original-without-signature, message-cite-original)
13214         (message-insert-citation-line, message-position-on-field)
13215         (message-fix-before-sending, message-send-mail-partially)
13216         (message-send-mail, message-send-mail-with-sendmail)
13217         (message-send-mail-with-qmail, message-send-news)
13218         (message-check-news-header-syntax, message-generate-headers)
13219         (message-insert-courtesy-copy, message-fill-address)
13220         (message-fill-header, message-shorten-references)
13221         (message-setup-1, message-cancel-news)
13222         (message-forward-make-body-plain, message-forward-make-body-mime)
13223         (message-forward-make-body-mml, message-encode-message-body)
13224         (message-forward-make-body-digest-plain)
13225         (message-forward-make-body-digest-mime)
13226         (message-use-alternative-email-as-from): Insert `hard-newline'
13227         instead of ordinary newlines.
13229 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13231         * message.el (message-generate-headers): Downcase the argument
13232         given to message-check-element.
13234 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13236         * nntp.el (nntp-authinfo-rejected): New error condition.
13237         (nntp-wait-for): Use new error condition to signal authentication
13238         error.
13239         (nntp-retrieve-data): Rethrow new error condition to break out of
13240         recursive call to nntp-send-authinfo.
13242 2005-11-08  Romain Francoise  <romain@orebokech.com>
13244         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13245         (gnus-summary-exit-map): Bind to `Z p'.
13246         (gnus-summary-make-menu-bar): Add menu item.
13248 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13250         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13251         (gnus-treat-*): Add `first' in all doc strings.
13253         * gnus-group.el (gnus-group-compact-group): Fix typo.
13255 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13257         * gnus.el (gnus-parameters-case-fold-search): New variable.
13258         (gnus-parameters-get-parameter): Use it.
13260         * gnus-score.el (gnus-home-score-file): Doc fix.
13262 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13264         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13266 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13268         * mm-util.el (mm-special-display-p): New function.
13270         * mml.el (mml-preview): Use it; doc fix.
13272 2005-10-29  Romain Francoise  <romain@orebokech.com>
13274         * message.el (message-fix-before-sending): Fix comment.
13276 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13278         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13280 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13282         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13283         Used in gnus-score.el.
13285 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13287         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13289 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13291         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13292         whitespace removed in revision 7.8.  Use concatenated string to
13293         protect trailing whitespace.
13295 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13297         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13298         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13299         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13300         Courier IMAP ("some version from 2004").  Mostly based on similar
13301         code in the same function.
13303 2005-10-26  Didier Verna  <didier@xemacs.org>
13305         * gnus-group.el (gnus-group-compact-group): Invalidate original
13306         article buffer.
13307         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13308         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13309         NOV database and in article itself.
13310         Invalidate article backlog.
13312 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13314         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13316 2005-10-26  Simon Josefsson  <jas@extundo.com>
13318         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13319         part of 2004-07-25 change.
13321 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13323         * message.el (message-display-completion-list): New function.
13324         (message-expand-group): Use it; make sure the Completions buffer
13325         is modifiable.
13327 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13329         * imap.el (imap-open): Handle case where buffer is a buffer object.
13331 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
13333         * pgg-def.el:
13334         * pgg-gpg.el:
13335         * pgg-parse.el:
13336         * pgg-pgp.el:
13337         * pgg-pgp5.el:
13338         * pgg.el: Move to the parent lisp directory.
13340 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13342         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13343         user-mail-name is an empty string.
13345 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13347         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13348         depending on gnus-score-decay-constant.
13350         * encrypt.el (encrypt-insert-file-contents)
13351         (encrypt-write-file-contents): Don't use `gnus-message'.
13353         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13354         arguments.
13355         (mm-uu-type-alist): Add message-marks and insert-marks.
13356         Pass arguments to mm-uu-verbatim-marks-extract.
13357         (mm-uu-hide-markers): New variable.
13358         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13360         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13361         (gnus-convert-image-to-face-command): Use "convert" by default to
13362         allow other input image formats.
13363         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13364         accordingly.
13366 2005-10-23  Simon Josefsson  <jas@extundo.com>
13368         * imap.el (imap-gssapi-program): Align command line parameters
13369         with latest GNU SASL.
13370         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13372 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13374         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13375         HTML.
13376         (nnslashdot-request-article): Ditto.
13378 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13380         * mail-source.el (mail-source-fetch-pop): Require pop3.
13381         (mail-source-check-pop): Ditto.
13383 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13385         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13386         errors.
13388 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13390         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13391         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13393         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13395         * mm-bodies.el (mm-decode-string):
13396         Call `mm-charset-to-coding-system' with allow-override argument.
13398 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13400         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13401         (rfc2047-charset-to-coding-system): New function.
13402         (rfc2047-decode-encoded-words): New function.
13403         (rfc2047-decode-region): Use them.
13404         (rfc2047-decode-cte): Remove.
13405         (rfc2047-parse-and-decode): Remove.
13406         (rfc2047-decode): Remove.
13408 2005-10-15  Kenichi Handa  <handa@m17n.org>
13410         * rfc2047.el (rfc2047-decode-cte): New function.
13411         (rfc2047-decode-region): Change the way to decode successive
13412         encoded-words: decode B- or Q-encoding in each encoded-word,
13413         concatenate them, and decode it as charset.
13415 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13417         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13418         widget-move-and-invoke.
13419         (gnus-custom-mode): Use gnus-custom-map.
13421 2005-10-15  Bill Wohler  <wohler@newt.com>
13423         * message.el (message-tool-bar-map): Rename image file from
13424         mail_send to mail/send.
13426 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13428         * message.el (message-expand-group): Pass the common
13429         prefix substring of completion to `display-completion-list'.
13431 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13433         * mml-sec.el (mml-secure-method): New internal variable.
13434         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13435         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13436         New functions using mml-secure-method.
13438         * mml.el (mml-mode-map): Add key bindings for those functions.
13439         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13440         Harder <harder@myrealbox.com>.
13441         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13442         Goto end of message if point is the headers of the message.
13444         * message.el (message-in-body-p): New function.
13446         * assistant.el: Autoload gnus-util and netrc.
13448         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13449         Use `mm-charset-override-alist' only when decoding.
13451         * mm-bodies.el (mm-decode-body):
13452         Call `mm-charset-to-coding-system' with allow-override argument.
13454         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13455         `filename' from Content-Disposition if Content-Type doesn't
13456         provide `name'.
13457         (gnus-mime-view-part-as-type): Set default instead of
13458         initial-input.
13460 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13462         * format-spec.el (format-spec): Propagate text properties of % spec.
13464 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13466         * gnus-art.el (gnus-treat-predicate): Add `first'.
13468 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13470         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13471         (mm-charset-override-alist): New variable.
13472         (mm-charset-to-coding-system): Use it.
13473         (mm-codepage-setup): New helper function.
13474         (mm-charset-eval-alist): New variable.
13475         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13476         Warn about unknown charsets.
13478 2005-10-04  David Hansen  <david.hansen@gmx.net>
13480         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13481         (nnrss-check-group): Ditto.
13483 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13485         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13486         Rename x-gnus-verbatim to x-verbatim.
13487         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13489         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13490         x-verbatim.
13492         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13494         * gnus-util.el (gnus-remove-duplicates): Remove.
13496         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13497         instead of gnus-remove-duplicates.
13499         * message.el (message-remove-duplicates): Remove.
13500         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13501         message-remove-duplicates.
13503         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13504         available, else use implementation from `delete-dups'.
13506         * message.el (message-insert-expires): New function.
13507         (message-mode-map): Add key binding.
13508         (message-mode-field-menu): Add menu entry.
13509         (message-mode): Document it.
13510         (message-make-expires-date): Use `message-make-date'.
13512 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13514         * message.el (message-make-expires-date): New function.
13516 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13518         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13520 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13522         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13523         function rather than the diff-mode.el package.
13524         (mm-display-external): Use with-current-buffer.
13525         (mm-viewer-completion-map, mm-viewer-completion-map):
13526         Move initialization inside declaration.
13528 2005-09-29  Simon Josefsson  <jas@extundo.com>
13530         * spam.el: Load hashcash when compiling, to avoid warnings.
13531         Don't autoload mail-check-payment.
13532         (spam-check-hashcash): Define unconditionally, since hashcash.el
13533         is part of Gnus now.  Ignore errors from payment checking.
13535 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13537         * message.el (message-bold-region, message-unbold-region):
13538         Rename from `bold-region' and `unbold-region'.
13540         * message.el: Remove useless autoloads.
13542 2005-09-28  Simon Josefsson  <jas@extundo.com>
13544         * message.el (message-use-idna): Default to t.
13545         (message-use-idna): Test whether encoding works too.  Doc fix.
13547 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13549         * nntp.el (nntp-warn-about-losing-connection): Remove.
13551 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13553         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13554         customizable.  Change default value.
13555         (mm-uu-diff-groups-regexp): Change default value.
13556         (mm-uu-type-alist): Add doc string.
13557         (mm-uu-configure): Add doc string.  Make it interactive.
13558         (mm-uu-tex-groups-regexp): New variable.
13559         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13560         (mm-uu-type-alist): Add LaTeX documents.
13561         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13562         of "text/verbatim".
13563         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13565         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13566         instead of "text/verbatim".
13568         * message.el (message-mark-inserted-region)
13569         (message-mark-insert-file): Use slrn style marks when called with
13570         prefix argument.
13572 2005-09-27  Simon Josefsson  <jas@extundo.com>
13574         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13576 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13578         * message.el (message-remove-duplicates): New function.
13579         Implementation borrowed from `gnus-remove-duplicates'.
13580         (message-idna-to-ascii-rhs): Also encode idna addresses in
13581         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13582         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13583         only ask about the same idna domain once per header and also tell
13584         in what header to replace the idna domain.
13586         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13587         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13588         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13589         a header is decoded and not just the last one.
13591 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13593         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13594         has been decoded.
13596         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13597         (mm-insert-part): Don't modify text if it has been decoded.
13599         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13600         decoded.
13602         * mm-view.el (mm-inline-text): Don't strip text props unless
13603         decoding enriched or richtext parts.
13605 2005-09-25  Romain Francoise  <romain@orebokech.com>
13607         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13608         * gnus-start.el (gnus-subscribe-interactively):
13609         * gnus-uu.el (gnus-uu-grab-articles):
13610         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13611         space.
13613 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13615         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13616         * mm-view.el (mm-view-pkcs7-decrypt):
13617         * gnus-sum.el (gnus-summary-limit-to-extra)
13618         (gnus-summary-respool-article, gnus-read-move-group-name):
13619         * gnus-score.el (gnus-summary-increase-score):
13620         * gnus-util.el (gnus-completing-read-with-default):
13621         * gnus-art.el (gnus-read-save-file-name)
13622         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13623         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13624         * message.el (message-check-news-header-syntax):
13625         Follow convention for reading with the minibuffer.
13627 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13629         * spam-report.el (spam-report-url-ping-plain):
13630         Use gnus-extended-version as User-Agent.
13632         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13633         default value is nil.
13635         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13636         (mm-uu-verbatim-marks-extract): New function.
13637         (mm-uu-extract): New face.
13638         (mm-uu-copy-to-buffer): Use it.
13640         * spam-report.el (spam-report-gmane-ham): Rename from
13641         `spam-report-gmane-unspam'.
13642         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13643         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13645         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13646         Autoload.
13647         (spam-report-gmane-unregister-routine):
13648         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13650 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13652         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13653         (spam-report-gmane-unregister-routine): Add support for gmane
13654         unregistration.
13656         * spam-report.el (spam-report-gmane-unspam)
13657         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13658         (spam-report-gmane): Change to take a single article and do unspam
13659         registration.
13661 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13663         * mm-url.el (mm-url-decode-entities): Fix regexp.
13665 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13667         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13668         default to nil, to be able to use Gnus at all.  If the default
13669         switches to something else, then the function should be fixed not
13670         be exceedingly slow.
13672 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13674         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13675         fail hard.
13677         * spam-report.el: Add better Keywords line.
13679         * spam.el: Add Maintainer and better Keywords line.
13681 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13683         * gnus-art.el (gnus-article-replace-part)
13684         (gnus-mime-replace-part): New functions.
13685         (gnus-mime-action-alist, gnus-mime-button-commands)
13686         (gnus-mime-save-part-and-strip): Add file argument.
13687         (gnus-article-part-wrapper): Add interactive argument.
13689         * gnus-sum.el (gnus-summary-mime-map):
13690         Add `gnus-article-replace-part'.
13692 2005-09-19  Didier Verna  <didier@xemacs.org>
13694         The nnml compaction feature:
13695         * nnml.el (nnml-request-compact-group): New function.
13696         * nnml.el (nnml-request-compact): New function.
13697         * gnus-int.el (gnus-request-compact-group): New function.
13698         * gnus-int.el (gnus-request-compact): New function.
13699         * gnus-group.el (gnus-group-compact-group): New function.
13700         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13701         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13702         * gnus-srvr.el (gnus-server-compact-server): New function.
13703         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13704         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13706 2005-09-18  Deepak Goel  <deego@gnufans.org>
13708         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13709         format spec.
13711 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13713         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13715 2005-09-15  Romain Francoise  <romain@orebokech.com>
13717         * message.el (message-fill-paragraph): Clarify docstring.
13719 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13721         * gnus-art.el (gnus-mime-display-part): Protect against broken
13722         MIME messages.
13724 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13726         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13727         before parsing header.
13729 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13731         * html2text.el (html2text-replace-list): Add new entities.
13733 2005-09-11  Romain Francoise  <romain@orebokech.com>
13735         * message.el (message-alternative-emails): Improve docstring.
13736         (message-setup-1): Call `message-use-alternative-email-as-from'
13737         after `message-setup-hook' to give it precedence over posting
13738         styles, etc.
13739         (message-use-alternative-email-as-from): Add docstring.
13740         Remove the original From header if present.
13742         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13743         (nnml-save-mail): Use it.
13745         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13746         articles.  Add new argument `silent'.
13747         (gnus-uu-mark-all): Report the total number of marked articles.
13749 2005-09-10  Romain Francoise  <romain@orebokech.com>
13751         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13752         (gnus-uu-mark-series): Likewise.
13754 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13756         * spam-report.el (spam-report-gmane): Fix generation of spam
13757         report URL.
13759 2005-09-10  Simon Josefsson  <jas@extundo.com>
13761         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13762         t, based on discussion on the ding list with Robert Epprecht
13763         <epprecht@solnet.ch>.
13765 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13767         * spam-report.el (spam-report-gmane): Make it work without
13768         X-Report-Spam header.  Gmane now only provides Archived-At.
13769         This is only used if `spam-report-gmane-use-article-number' is nil.
13770         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13772         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13773         make `gnus-summary-sort-by-recipient' work with threading.
13775         * nnweb.el (nnweb-google-wash-article): Print a message if article
13776         is not available.
13778 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13780         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13781         change.  Decode text/* parts content before displaying.
13783 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13785         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13787 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13789         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13791 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13793         * message.el (message-tab-body-function): Fix mismatched custom type.
13795         * gnus.el (gnus-group-change-level-function): Ditto.
13797         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13799         * gnus-art.el (gnus-signature-limit)
13800         (gnus-article-mime-part-function): Ditto.
13802 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13804         * mml.el (mml-mode): Silence the byte compiler.
13806         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13807         using `(sit-for 0)' before moving the point to the specified part;
13808         skip unbuttonized parts.
13809         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13810         return to the summary window if gnus-auto-select-part is non-nil.
13812 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13814         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13815         New variables.
13816         (mml-dnd-attach-file, mml-mode): Use them.
13818         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13819         Make fetching article by MID work again for Google Groups.
13820         Add FIXME concerning gnus-group-make-web-group.
13822         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13823         Don't depend on Gnus by using mail-extract-address-components if
13824         gnus-extract-address-components is not bound.
13826 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13828         * gnus-art.el (gnus-mime-display-security): Don't display the
13829         signature, but only the signed part.
13831 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13833         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13835         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13836         list, not listp.
13838 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13840         * mm-encode.el (mm-encode-content-transfer-encoding):
13841         Likewise when encoding.
13843         * mm-bodies.el (mm-decode-content-transfer-encoding):
13844         De-canonicalize CRLF for all text content types, not just
13845         text/plain.
13847 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13849         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
13850         valid article; point arrow and cursor at the MIME button.
13852 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13854         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
13855         Suggested by Dan Christensen <jdc@uwo.ca>.
13857         * mm-decode.el (mm-save-part): Enable change of prompt.
13859 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
13861         * gnus-msg.el (gnus-inews-add-send-actions):
13862         Make `message-post-method' lambda parameter ARG `&optional'.
13864 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13866         * gnus-sum.el (gnus-summary-mime-map):
13867         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
13868         gnus-article-jump-to-part.
13870         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
13871         (gnus-article-edit-part): Use it.
13872         (gnus-article-part-wrapper): Add no-handle argument.
13873         (gnus-article-save-part-and-strip, gnus-article-delete-part):
13874         New functions.
13876 2005-08-29  Romain Francoise  <romain@orebokech.com>
13878         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13879         docstring.
13880         (gnus-face-from-file): Likewise.
13882 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
13884         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
13885         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
13886         non-nil.
13887         (gnus-auto-select-part): New variable.
13888         (gnus-article-jump-to-part): New function.
13889         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
13890         (gnus-mime-delete-part): Allow selecting specified part after
13891         deleting or stripping parts.
13892         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
13893         part if argument is bogus.
13895 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
13897         * gnus-art.el (w3m-minor-mode-map):
13898         * gnus-spec.el (gnus-newsrc-file-version):
13899         * gnus-util.el (nnmail-active-file-coding-system)
13900         (gnus-original-article-buffer, gnus-user-agent):
13901         * gnus.el (gnus-ham-process-destinations)
13902         (gnus-parameter-ham-marks-alist)
13903         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
13904         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
13905         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
13906         * mm-decode.el (gnus-current-window-configuration):
13907         * mm-extern.el (gnus-article-mime-handles):
13908         * mm-url.el (url-current-object, url-package-name)
13909         (url-package-version):
13910         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
13911         (smime-keys, w3m-cid-retrieve-function-alist)
13912         (w3m-current-buffer, w3m-display-inline-images)
13913         (w3m-minor-mode-map):
13914         * mml-smime.el (gnus-extract-address-components):
13915         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
13916         (gnus-newsrc-hashtb, message-default-charset)
13917         (message-deletable-headers, message-options)
13918         (message-posting-charset, message-required-mail-headers)
13919         (message-required-news-headers):
13920         * mml1991.el (mc-pgp-always-sign):
13921         * mml2015.el (mc-pgp-always-sign):
13922         * nnheader.el (nnmail-extra-headers):
13923         * rfc1843.el (gnus-decode-encoded-word-function)
13924         (gnus-decode-header-function, gnus-newsgroup-name):
13925         * spam-stat.el (gnus-original-article-buffer): Add defvars.
13927 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
13929         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
13930         the end of the date treatments.
13932 2005-08-15  Simon Josefsson  <jas@extundo.com>
13934         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
13935         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
13936         Capello and Romain Francoise.
13937         (pgg-fetch-key-function): Remove, not used?
13938         (pgg-insert-url-with-w3): Require url, to get
13939         url-insert-file-contents regardless of where it is defined.
13941 2005-08-13  Romain Francoise  <romain@orebokech.com>
13943         * message.el (message-cite-original-1): New function.
13944         (message-cite-original): Use it.
13945         (message-cite-original-without-signature): Ditto.
13947 2005-08-08  Romain Francoise  <romain@orebokech.com>
13949         * message.el (message-yank-empty-prefix): New variable.
13950         (message-indent-citation): Use it.
13951         (message-cite-original-without-signature): Respect X-No-Archive.
13953 2005-08-08  Simon Josefsson  <jas@extundo.com>
13955         * pgg.el: Autoload url-insert-file-contents instead of loading
13956         w3/url.
13957         (pgg-insert-url-with-w3): Don't load url here.
13959 2005-08-07  Jesper Harder  <harder@phys.au.dk>
13961         * message.el (message-kill-to-signature): Don't insert newline at
13962         bol.
13963         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
13965 2005-08-06  Romain Francoise  <romain@orebokech.com>
13967         * message.el (message-user-fqdn): Fix typo in docstring.
13969 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
13971         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
13973         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
13975 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13977         * mm-bodies.el (mm-encode-body): Use coding system rather than
13978         charset to encode text.
13980         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
13981         number of charsets if utf-8 is available (XEmacs).
13983 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
13985         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
13986         taken from `gnus-button-mid-or-mail-regexp'.
13987         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
13988         (gnus-button-alist): Improve regexp for domain part of the MIDs
13989         for news:localpart@domain buttons.
13990         (gnus-button-ctan-directory-regexp): Update.
13992 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13994         * sieve-manage.el (sieve-manage-interactive-login):
13995         Use make-local-variable rather than make-variable-buffer-local.
13996         (sieve-manage-open): Ditto.
13997         (sieve-manage-authenticate): Ditto.
13999         * mml.el (mml-generate-mime-1): Make the content type default to
14000         text/plain if the filename is not specified.
14002 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14004         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14005         instead of insert-buffer.
14007         * message.el (message-yank-original): Ditto; set the mark at the
14008         end of the yanked message.
14010 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14012         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14013         lines to scroll rather than to stop it.
14015         * mml.el (mml-generate-default-type): Add doc string.
14016         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14017         default to application/octet-stream when determining the content
14018         type if it is not specified for the part or the mml contents; add
14019         a comment about mml-generate-default-type.
14021 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14023         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14024         make it default to application/octet-stream when determining the
14025         content type if it is not specified for the external contents.
14027 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14029         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14030         segmented parameter but also other parameters might be there.
14032 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14034         * mm-decode.el (mm-display-external): Delete temp file, directory
14035         and buffer immediately if the external process is exited.
14037 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14039         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14040         fewer lines than that of scroll-margin.
14041         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14043 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14045         * gnus-art.el (gnus-article-next-page): Revert.
14046         (gnus-article-beginning-of-window): New macro.
14047         (gnus-article-next-page-1): Use it.
14048         (gnus-article-prev-page): Ditto.
14049         (gnus-article-edit-part): Use insert-buffer-substring instead of
14050         insert-buffer.
14051         (gnus-article-edit-exit): Ditto.
14053         * gnus-util.el (gnus-beginning-of-window): Remove.
14054         (gnus-end-of-window): Remove.
14056 2005-07-25  Simon Josefsson  <jas@extundo.com>
14058         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14059         to have the url package without w3.  Reported by Daiki Ueno
14060         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14062 2005-07-20  Didier Verna  <didier@xemacs.org>
14064         * gnus-diary.el: Remove the description comment (nndiary is now
14065         properly documented in the Gnus manual).
14066         Fix the spelling of "Back End".
14067         * nndiary.el: Ditto.
14068         Fix the copyright notice.
14070 2005-07-18  Romain Francoise  <romain@orebokech.com>
14072         * gnus-sum.el (gnus-summary-to-prefix)
14073         (gnus-summary-newsgroup-prefix): New variables.
14074         (gnus-summary-from-or-to-or-newsgroups): Use them.
14076 2005-07-17  Romain Francoise  <romain@orebokech.com>
14078         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14079         space as it's generally not especially interesting to the user.
14081 2005-07-16  Romain Francoise  <romain@orebokech.com>
14083         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14084         nil to avoid prompting and file modification if one of the
14085         messages at the top of the nnfolder file contains a copyright
14086         notice.
14087         Update copyright notice.
14089         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14090         instead of `current-time-string' as the latter creates a time
14091         string that is not RFC 2822 compliant (it lacks the zone).
14092         Update copyright notice.
14094 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14096         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14097         for text/rtf.  Display default in prompt.  Pass default for M-n.
14099         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14101 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14103         * gnus-msg.el (gnus-button-mailto):
14104         Remove save-selected-window-window hackery because it relies on
14105         save-selected-window internals.
14107 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14109         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14110         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14111         (gnus-article-prev-page): Ditto.
14113         * gnus-util.el (gnus-beginning-of-window): New function.
14114         (gnus-end-of-window): New function.
14116 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14118         * gnus-score.el (gnus-score-edit-all-score):
14119         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14120         gnus-message.
14122 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14124         * gnus-msg.el (gnus-button-mailto):
14125         Remove save-selected-window-window hackery because it relies on
14126         save-selected-window internals.
14128 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14130         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14131         add-minor-mode.
14132         (gnus-binary-mode): Ditto.
14134         * gnus-topic.el (gnus-topic-mode): Ditto.
14136 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14138         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14139         (gnus-article-prev-page): Take scroll-margin into consideration.
14141 2005-07-04  Lute Kamstra  <lute@gnu.org>
14143         Update FSF's address in GPL notices.
14145 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14147         * gnus.el (gnus-exit):
14148         * gnus-group.el (gnus-group-icons):
14149         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14151         * gnus-nocem.el (gnus-nocem):
14152         * message.el (message-various, message-buffers, message-sending)
14153         (message-interface, message-forwarding, message-insertion)
14154         (message-headers, message-news, message-mail):
14155         * pgg-gpg.el (pgg-gpg):
14156         * pgg-parse.el (pgg-parse):
14157         * pgg-pgp.el (pgg-pgp):
14158         * pgg-pgp5.el (pgg-pgp5):
14159         * pop3.el (pop3): Finish `defgroup' description with period.
14161 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14163         * gnus-art.el (article-display-face): Improve the efficiency.
14164         (article-display-x-face): Ditto; remove grey x-face stuff.
14166 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14168         * gnus-art.el (article-display-face): Correct the position in
14169         which Faces are inserted.
14171 2005-06-29  Didier Verna  <didier@xemacs.org>
14173         * gnus-art.el (article-display-face): Display faces in correct
14174         order.
14176 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14178         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14179         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14180         (gnus-nocem-check-article): Fetch the Type header.
14181         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14182         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14183         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14184         make sure gnus-nocem-hashtb is initialized.
14185         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14186         (gnus-nocem-unwanted-article-p): Ditto.
14188         * pgg.el (pgg-verify): Return the verification result.
14190 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14192         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14193         is ascii.
14195 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14197         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14198         `show-nonbreak-escape'.
14200 2005-06-23  Lute Kamstra  <lute@gnu.org>
14202         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14204         * dig.el (dig-mode):
14205         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14207 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14209         * nnimap.el (nnimap-split-download-body): Fix spellings.
14211 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14213         * gnus-art.el (gnus-article-encrypt-body):
14214         * gnus-cus.el (gnus-score-customize):
14215         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14216         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14218 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14220         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14221         header by looking for magic "MII" at the beginnig.
14223 2005-06-16  Miles Bader  <miles@gnu.org>
14225         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14226         (assistant-field-face): New backward-compatibility alias for renamed
14227         face.
14228         (assistant-render-text): Use renamed assistant-field face.
14230         * spam.el (spam): Remove "-face" suffix from face name.
14231         (spam-face): New backward-compatibility alias for renamed face.
14232         (spam-face, spam-initialize): Use renamed spam face.
14234         * message.el (message-header-to, message-header-cc)
14235         (message-header-subject, message-header-newsgroups)
14236         (message-header-other, message-header-name)
14237         (message-header-xheader, message-separator, message-cited-text)
14238         (message-mml): Remove "-face" suffix from face names.
14239         (message-header-to-face, message-header-cc-face)
14240         (message-header-subject-face, message-header-newsgroups-face)
14241         (message-header-other-face, message-header-name-face)
14242         (message-header-xheader-face, message-separator-face)
14243         (message-cited-text-face, message-mml-face):
14244         New backward-compatibility aliases for renamed faces.
14245         (message-font-lock-keywords): Use renamed message faces.
14247         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14248         (sieve-test-commands, sieve-tagged-arguments):
14249         Remove "-face" suffix from face names.
14250         (sieve-control-commands-face, sieve-action-commands-face)
14251         (sieve-test-commands-face, sieve-tagged-arguments-face):
14252         New backward-compatibility aliases for renamed faces.
14253         (sieve-control-commands-face, sieve-action-commands-face)
14254         (sieve-test-commands-face, sieve-tagged-arguments-face):
14255         Use renamed sieve faces.
14257         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14258         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14259         (gnus-group-news-3-empty, gnus-group-news-4)
14260         (gnus-group-news-4-empty, gnus-group-news-5)
14261         (gnus-group-news-5-empty, gnus-group-news-6)
14262         (gnus-group-news-6-empty, gnus-group-news-low)
14263         (gnus-group-news-low-empty, gnus-group-mail-1)
14264         (gnus-group-mail-1-empty, gnus-group-mail-2)
14265         (gnus-group-mail-2-empty, gnus-group-mail-3)
14266         (gnus-group-mail-3-empty, gnus-group-mail-low)
14267         (gnus-group-mail-low-empty, gnus-summary-selected)
14268         (gnus-summary-cancelled, gnus-summary-high-ticked)
14269         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14270         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14271         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14272         (gnus-summary-low-undownloaded)
14273         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14274         (gnus-summary-low-unread, gnus-summary-normal-unread)
14275         (gnus-summary-high-read, gnus-summary-low-read)
14276         (gnus-summary-normal-read, gnus-splash):
14277         Remove "-face" suffix from face names.
14278         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14279         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14280         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14281         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14282         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14283         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14284         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14285         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14286         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14287         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14288         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14289         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14290         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14291         (gnus-summary-normal-ticked-face)
14292         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14293         (gnus-summary-normal-ancient-face)
14294         (gnus-summary-high-undownloaded-face)
14295         (gnus-summary-low-undownloaded-face)
14296         (gnus-summary-normal-undownloaded-face)
14297         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14298         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14299         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14300         (gnus-splash-face):
14301         New backward-compatibility aliases for renamed faces.
14302         (gnus-group-startup-message): Use renamed gnus faces.
14304         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14305         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14306         (gnus-server-agent): Remove "-face" suffix from face names.
14307         (gnus-server-agent-face, gnus-server-opened-face)
14308         (gnus-server-closed-face, gnus-server-denied-face)
14309         (gnus-server-offline-face):
14310         New backward-compatibility aliases for renamed faces.
14311         (gnus-server-agent-face, gnus-server-opened-face)
14312         (gnus-server-closed-face, gnus-server-denied-face)
14313         (gnus-server-offline-face): Use renamed gnus faces.
14315         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14316         Remove "-face" suffix from face names.
14317         (gnus-picon-xbm-face, gnus-picon-face):
14318         New backward-compatibility aliases for renamed faces.
14320         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14321         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14322         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14323         (gnus-cite-11): Remove "-face" suffix from face names.
14324         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14325         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14326         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14327         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14328         New backward-compatibility aliases for renamed faces.
14329         (gnus-cite-attribution-face, gnus-cite-face-list)
14330         (gnus-article-boring-faces): Use renamed gnus faces.
14332         * gnus-art.el (gnus-signature, gnus-header-from)
14333         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14334         (gnus-header-content): Remove "-face" suffix from face names.
14335         (gnus-signature-face, gnus-header-from-face)
14336         (gnus-header-subject-face, gnus-header-newsgroups-face)
14337         (gnus-header-name-face, gnus-header-content-face):
14338         New backward-compatibility aliases for renamed faces.
14339         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14341         * gnus-sum.el (gnus-summary-selected-face)
14342         (gnus-summary-highlight): Use renamed gnus faces.
14343         * gnus-group.el (gnus-group-highlight): Likewise.
14345 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14347         * gnus-sieve.el (gnus-sieve-article-add-rule):
14348         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14349         * spam-stat.el (spam-stat-buffer-change-to-spam)
14350         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14352         * message.el (message-is-yours-p):
14353         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14355 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14357         * mm-view.el (mm-inline-text): Withdraw the last change.
14359 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14361         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14362         executing enriched-decode.
14364 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14366         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14367         charset of tar files.
14369 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14371         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14373 2005-06-04  Lute Kamstra  <lute@gnu.org>
14375         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14376         information is never recorded.
14378 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14380         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14382 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14384         * pop3.el (pop3-apop): Run md5 in the binary mode.
14386         * starttls.el (starttls-set-process-query-on-exit-flag):
14387         Use eval-and-compile.
14389 2005-05-31  Simon Josefsson  <jas@extundo.com>
14391         * smime.el (smime-replace-in-string): Define.
14392         (smime-cert-by-ldap-1): Use it.
14394 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14396         * gnus-art.el (article-display-x-face): Replace
14397         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14399         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14400         set-process-query-on-exit-flag or process-kill-without-query.
14402         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14403         loop instead of replace-regexp.
14405         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14406         instead of process-kill-without-query if it is available.
14408         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14409         instead of find-file-hooks if it is available.
14411         * mml1991.el: Bind pgg-default-user-id when compiling.
14413         * mml2015.el: Bind pgg-default-user-id when compiling.
14415         * nndraft.el (nndraft-request-associate-buffer):
14416         Use write-contents-functions instead of write-contents-hooks if it is
14417         available.
14419         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14420         instead of find-file-hooks if it is available.
14422         * nntp.el (nntp-open-connection): Replace
14423         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14424         (nntp-open-ssl-stream): Ditto.
14425         (nntp-open-tls-stream): Ditto.
14427         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14428         set-process-query-on-exit-flag or process-kill-without-query.
14429         (starttls-open-stream-gnutls): Use it instead of
14430         process-kill-without-query.
14431         (starttls-open-stream): Ditto.
14433 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14435         * smime.el (smime-cert-by-ldap-1): Don't use
14436         replace-regexp-in-string.
14438 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14440         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14442         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14443         in PEM format.  Adjust to the XEmacs compability.
14445 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14447         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14448         by `string-to-number'.
14449         * gnus-agent.el (gnus-agent-regenerate-group)
14450         (gnus-agent-fetch-articles): Ditto.
14451         * gnus-art.el (gnus-button-fetch-group): Ditto.
14452         * gnus-cache.el (gnus-cache-generate-active)
14453         (gnus-cache-articles-in-group): Ditto.
14454         * gnus-group.el (gnus-group-set-current-level)
14455         (gnus-group-insert-group-line): Ditto.
14456         * gnus-score.el (gnus-score-set-expunge-below)
14457         (gnus-score-set-mark-below, gnus-summary-score-effect)
14458         (gnus-summary-score-entry): Ditto.
14459         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14460         (gnus-soup-pack): Ditto.
14461         * gnus-spec.el (gnus-xmas-format): Ditto.
14462         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14463         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14464         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14465         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14466         * nndb.el (nndb-get-remote-expire-response): Ditto.
14467         * nndiary.el (nndiary-parse-schedule-value)
14468         (nndiary-string-to-number, nndiary-request-replace-article)
14469         (nndiary-request-article): Ditto.
14470         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14471         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14472         * nneething.el (nneething-make-head): Ditto.
14473         * nnfolder.el (nnfolder-request-article)
14474         (nnfolder-retrieve-headers): Ditto.
14475         * nnheader.el (nnheader-file-to-number): Ditto.
14476         * nnkiboze.el (nnkiboze-request-article): Ditto.
14477         * nnmail.el (nnmail-process-unix-mail-format)
14478         (nnmail-process-babyl-mail-format): Ditto.
14479         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14480         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14481         (nnmh-request-create-group, nnmh-request-list-1)
14482         (nnmh-request-group, nnmh-request-article): Ditto.
14483         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14484         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14485         * nnsoup.el (nnsoup-make-active): Ditto.
14486         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14487         * nntp.el (nntp-find-group-and-number)
14488         (nntp-retrieve-headers-with-xover): Ditto.
14489         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14490         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14491         (pgg-format-key-identifier): Ditto.
14492         * pop3.el (pop3-last, pop3-stat): Ditto.
14493         * qp.el (quoted-printable-decode-region): Ditto.
14495         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14496         of concat.
14498 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14500         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14502         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14504         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14506         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14508         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14510         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14512         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14513         (gnus-carpal-mode): Ditto.
14515         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14516         (gnus-browse-mode): Ditto.
14518         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14520         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14522 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14524         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14526 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14528         * gnus-util.el (gnus-run-mode-hooks): New function.
14530         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14532 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14534         * gnus-agent.el (gnus-agent-make-mode-line-string):
14535         Use mode-line-highlight as mouse-face.
14537 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14539         * canlock.el (canlock): Change the parent group to news.
14541         * deuglify.el (gnus-outlook-deuglify): Add :group.
14543         * dig.el (dig): Add :group.
14545         * dns-mode.el (dns-mode): Add :group.
14547         * encrypt.el (encrypt): Add :group.
14549         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14550         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14551         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14552         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14553         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14555         * gnus-diary.el (gnus-diary): Add :group.
14557         * gnus.el (gnus-group-news-1-face): Add :group.
14558         (gnus-group-news-1-empty-face): Ditto.
14559         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14560         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14561         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14562         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14563         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14564         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14565         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14566         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14567         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14568         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14569         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14570         (gnus-summary-high-ticked-face): Ditto.
14571         (gnus-summary-low-ticked-face): Ditto.
14572         (gnus-summary-normal-ticked-face): Ditto.
14573         (gnus-summary-high-ancient-face): Ditto.
14574         (gnus-summary-low-ancient-face): Ditto.
14575         (gnus-summary-normal-ancient-face): Ditto.
14576         (gnus-summary-high-undownloaded-face): Ditto.
14577         (gnus-summary-low-undownloaded-face): Ditto.
14578         (gnus-summary-normal-undownloaded-face): Ditto.
14579         (gnus-summary-high-unread-face): Ditto.
14580         (gnus-summary-low-unread-face): Ditto.
14581         (gnus-summary-normal-unread-face): Ditto.
14582         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14583         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14585         * hashcash.el (hashcash): New custom group.
14586         (hashcash-default-payment): Add :group.
14587         (hashcash-payment-alist): Ditto.
14588         (hashcash-default-accept-payment): Ditto.
14589         (hashcash-accept-resources): Ditto.
14590         (hashcash-path): Ditto.
14591         (hashcash-extra-generate-parameters): Ditto.
14592         (hashcash-double-spend-database): Ditto.
14593         (hashcash-in-news): Ditto.
14595         * message.el (message-minibuffer-local-map): Add :group.
14597         * netrc.el (netrc): Add :group.
14599         * sieve-manage.el (sieve-manage-log): Add :group.
14600         (sieve-manage-default-user): Diito.
14601         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14602         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14603         (sieve-manage-authenticators): Ditto.
14604         (sieve-manage-authenticator-alist): Ditto.
14605         (sieve-manage-default-port): Ditto.
14607         * sieve-mode.el (sieve-control-commands-face): Add :group.
14608         (sieve-action-commands-face): Ditto.
14609         (sieve-test-commands-face): Ditto.
14610         (sieve-tagged-arguments-face): Ditto.
14612         * smime.el (smime): Add :group.
14614         * spam-report.el (spam-report): Add :group.
14616         * spam.el (spam, spam-face): Add :group.
14618 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14620         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14621         return \n.\n.\n at the end of articles.  Protect against that.
14622         (nntp-with-open-group): Allow debugging.
14624         * nnheader.el (mail-header-set-extra): Make into a function
14625         because I just could't understand how to quote the list properly.
14627         * dns.el (query-dns-cached): New function.
14629 2005-05-26  Lute Kamstra  <lute@gnu.org>
14631         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14633 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14635         * gnus-art.el: Don't autoload mail-extract-address-components.
14637         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14638         eval-and-compile to evaluate it.
14640         * hashcash.el: Don't autoload executable-find.
14642         * nndb.el: Don't declare the nndb back end two or more times; don't
14643         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14645         * nntp.el: Autoload format-spec instead of format; use
14646         eval-and-compile to evaluate autoload forms.
14648 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14650         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14652 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14654         * gnus.el (gnus-version-number): Bump version.
14656 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14658         * gnus.el: No Gnus v0.3 is released.
14660 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14662         * gnus-art.el (gnus-article-edit-part): Disable undo.
14664 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14666         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14667         gnus-article-date-lapsed-new-header is t if date timer is active;
14668         skip headers in which the original date value is empty.
14669         (gnus-article-save-original-date): Redefine it as a macro.
14670         (gnus-display-mime): Use it.
14672 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14674         * gnus-art.el (article-date-ut): Support converting date in
14675         forwarded parts as well.
14676         (gnus-article-save-original-date): New function.
14677         (gnus-display-mime): Use it.
14679 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14681         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14682         enclosure element of <item>.
14684 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14686         * message.el (message-kill-buffer-query): Rename from
14687         `message-kill-buffer-query-if-modified'.  Add :version.
14689 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14691         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14692         window layout.
14694 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14696         * mml.el: Autoload dnd when compiling.
14698 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14700         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14701         x-dnd-*.
14703 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14705         * qp.el (quoted-printable-encode-region): Save excursion.
14707 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14709         * message.el (message-kill-buffer-query-if-modified): Add new variable
14710         so the user can kill a modified message buffer quickly.
14711         (message-kill-buffer): Use it.
14713 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14715         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
14716         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14718 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14720         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14721         contained in text because xml.el decodes entities) with LFs.
14723 2005-04-11  Lute Kamstra  <lute@gnu.org>
14725         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14726         differently.
14728 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14730         * mm-util.el (mm-detect-coding-region): Typo.
14732 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14734         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14736 2005-04-06  Deepak Goel  <deego@gnufans.org>
14738         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14739         user-function allow user modifications of the scores.
14740         (spam-stat-score-buffer-user): New function, to allow
14741         user-computed modifications to the score.
14742         (spam-stat-score-buffer-user-functions): List of additional
14743         scoring functions.
14744         (spam-stat-error-holder): Global temporary error holder.
14745         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14746         variable.
14748 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14750         * gnus-registry.el (gnus-registry-clean-empty-function)
14751         (gnus-registry-trim, gnus-registry-fetch-groups)
14752         (gnus-registry-delete-group): Groups that match
14753         `gnus-registry-ignored-groups' are removed from the registry
14754         entries, not just ignored for splitting.  This helps clean up the
14755         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14756         to get all the groups a message ID is in.
14758         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14759         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14760         (spam-stat-score-buffer-user-functions): Add :number custom type.
14762 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14764         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14765         argument in XEmacs.
14767         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14768         (nnrss-request-group): Decode group name first.
14769         (nnrss-request-article): Make a text/plain article if mml-to-mime
14770         failed.
14771         (nnrss-get-encoding): Return a compatible encoding according to
14772         nnrss-compatible-encoding-alist.
14773         (nnrss-find-el): Use consp instead of listp.
14774         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14776 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14778         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14779         which Emacs 20 doesn't support.
14780         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14782 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14784         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14785         silence the byte compiler inside the defun.
14787         * gnus-demon.el (parse-time-string): Add autoload.
14789         * gnus-delay.el (parse-time-string): Add autoload.
14791         * gnus-art.el (parse-time-string): Add autoload.
14793         * nnultimate.el (parse-time): Require for `parse-time-string'.
14795 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14797         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14799         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14801         * smime.el (smime-ldap-host-list): Add :version.
14803 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14805         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14806         pass it to `gnus-browse-read-group'.
14807         (gnus-browse-read-group): Add NUMBER argument and pass it to
14808         `gnus-group-read-ephemeral-group'.
14810         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14811         argument and pass it to `gnus-group-read-group'.
14813 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14815         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14816         mm-xemacs-find-mime-charset-1 if we have the mule feature
14817         available at runtime.
14819 2005-03-25  Werner Lemberg  <wl@gnu.org>
14821         * nnmaildir.el: Replace `illegal' with `invalid'.
14823 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14825         * gnus-start.el (gnus-display-time-event-handler):
14826         Check display-time-timer at runtime rather than only at load time
14827         in case display-time-mode is turned off in the mean time.
14829 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14831         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14832         used.
14834         * nneething.el (nneething-map-file-directory): Derive from
14835         `gnus-directory'.
14837         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14838         the To/Cc button.
14840 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14842         * nnmaildir.el (nnmaildir-request-accept-article):
14843         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14845 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14847         * gnus-async.el: Require timer-funcs at compile time when in
14848         XEmacs for `run-with-idle-timer'.
14850 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14852         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
14853         autoloaded function.
14855 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14857         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
14859 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
14861         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
14863 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14865         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
14866         Add gnus-expert-user to default.
14868 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
14870         * nnimap.el (nnimap-open-server): Ditto.
14872         * imap.el (imap-authenticate): Fix typo.
14874 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
14876         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
14877         buffer (since IMAP server might return FETCH response out of
14878         order, and the nntp buffer must be sorted).
14880 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
14882         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
14883         comparison on string.
14885         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
14886         (gnus-agent-score): Rename category keywords to match gnus-cus.
14887         (gnus-agent-summary-fetch-series): Modify to protect against
14888         gnus-agent-summary-fetch-group clearing processable flags.
14889         (gnus-agent-synchronize-group-flags): Update live group buffer as
14890         synchronization may occur due to the user toggle the plugged
14891         status.
14892         (gnus-agent-fetch-group-1): Clear downloadable flag when article
14893         successfully downloaded.
14894         (gnus-agent-expire-group-1): Avoid using markers when the overview
14895         is in ascending order; greatly improves performance.
14896         (gnus-agent-regenerate-group):
14897         Use gnus-agent-synchronize-group-flags to reset read status in both
14898         gnus and server.
14899         (gnus-agent-update-files-total-fetched-for): Fix initial size.
14901 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
14903         * message.el: Don't autoload former message-utils variables.
14904         (message-strip-subject-trailing-was): Change doc string.
14906         * nnweb.el: Fixes for `gnus-group-make-web-group'.
14907         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
14908         (nnweb-google-search): Add "hl=en" here.
14909         (nnweb-google-parse-1, nnweb-google-create-mapping):
14910         Don't hardcode URL.
14912 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
14914         * message.el (message-get-reply-headers, message-followup):
14915         Mention related variables `message-use-followup-to' and
14916         `message-use-mail-followup-to', in the information buffer.
14918         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
14919         of broken groups(-beta).google.com.
14921 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
14923         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
14924         parameter to invoked gnus-request-move-article; remove the
14925         redundant gnus-sum-hint-move-is-internal variable; apply the marks
14926         all at once instead of once per article.
14927         (gnus-summary-remove-process-mark): Accept a list of articles as
14928         well as a single article for processing.
14930         * gnus-int.el (gnus-request-move-article): Add move-is-internal
14931         parameter.
14933         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
14935         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
14937         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
14938         parameter.
14940         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
14941         parameter.
14943         * nnimap.el (nnimap-request-move-article): Add move-is-internal
14944         parameter and remove the gnus-sum-hint-move-is-internal variable.
14946         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
14947         parameter.
14949         * nndraft.el (nndraft-request-move-article): Add move-is-internal
14950         parameter.
14952         * nndiary.el (nndiary-request-move-article): Add move-is-internal
14953         parameter.
14955         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
14957         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
14958         parameter.
14960         * nnagent.el (nnagent-request-move-article): Add move-is-internal
14961         parameter.
14963 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
14965         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
14966         a more conservative way.
14968 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
14970         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
14971         buffer, so it moves the window's cursor.
14973 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
14975         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
14976         `mm-dissect-multipart' and receive the from field as an (optional)
14977         argument from `mm-dissect-multipart'.
14978         (mm-dissect-multipart): Receive the from field as an argument and
14979         pass it on when we call `mm-dissect-buffer' on MIME parts.
14980         Fixes verification/decryption of signed/encrypted MIME parts.
14982 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
14984         * gnus-sum.el (gnus-summary-move-article):
14985         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
14986         whatever it calls (right now, only nnimap-request-move article
14987         respects it).
14989         * nnimap.el (nnimap-request-move-article):
14990         When gnus-sum-hint-move-is-internal is set, don't do the extra
14991         nnimap-request-article.
14993 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
14995         * nnheader.el (nnheader-find-file-noselect): Add doc string.
14997         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
14998         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15000         * gnus-sum.el (gnus-summary-caesar-message):
15001         Apply `gnus-treat-article' after rotation.
15003         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15004         doc string.
15006 2005-02-22  Simon Josefsson  <jas@extundo.com>
15008         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15009         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15010         <arne@arnested.dk>.
15011         (encrypt): Add password-cache and password-cache-expiry as group
15012         members.
15014 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15016         * smime.el (smime-ldap-host-list): Doc fix.
15017         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15018         cache) password.
15019         (smime-sign-region): Use it.
15020         (smime-decrypt-region): Use it.
15021         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15022         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15023         fails.
15024         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15025         certificate from DER to PEM format rather than calling openssl.
15027         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15029         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15030         for signing/encryption.
15032         * mml.el (mml-parse-1): Use them.
15034 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15036         * nnrss.el (nnrss-verbose): Remove.
15037         (nnrss-request-group): Use `nnheader-message' instead.
15039 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15041         * nnrss.el (nnrss-verbose): New variable.
15042         (nnrss-request-group): Make it say nnrss is requesting a group.
15044 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15046         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15047         Handle news URL with given port correctly.
15049 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15051         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15052         containing special characters.
15054         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15056         * mml.el (mime-to-mml): Ditto.
15058         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15059         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15060         (rfc2047-decode-region): Quote decoded words containing special
15061         characters when rfc2047-quote-decoded-words-containing-tspecials
15062         is non-nil.
15064 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15066         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15068         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15070 2005-02-15  Simon Josefsson  <jas@extundo.com>
15072         * nnimap.el (nnimap-debug): Doc fix.
15074         * imap.el (imap-debug): Doc fix.
15076 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15078         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15080 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15082         * gnus.el (spam-contents): Improve docs for spam-contents
15083         parameter in its variable incarnation.
15085 2005-02-14  Simon Josefsson  <jas@extundo.com>
15087         * smime-ldap.el: Use require instead of load-library for ldap.
15088         (smime-ldap-search): Indent.
15089         (smime-ldap-search-internal): Shorten line.
15091         * smime.el (smime-cert-by-dns): Add doc-string.
15092         (smime-cert-by-ldap-1): Indent.
15094         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15095         mml-smime-get-dns-ldap.
15096         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15098 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15100         * smime.el: Require smime-ldap.
15101         (smime-ldap-host-list): New variable.
15102         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15104         * mml-smime.el (mml-smime-encrypt-query): New function.
15105         (mml-smime-encrypt-query): Use it.
15107         * smime-ldap.el: New file.
15109 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15111         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15113 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15115         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15116         argument in doc string.  Make query for type more clear.
15118 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15120         * gnus.el (gnus-group-startup-message): Search for gnus images in
15121         etc/images/gnus.
15122         * mm-util.el (mm-image-load-path): Likewise.
15123         * smiley.el (smiley-data-directory): Search for smilies in
15124         etc/images/smilies.
15126 2005-02-09  Kim F. Storm  <storm@cua.dk>
15128         Change Emacs release version from 21.4 to 22.1 throughout.
15129         Change Emacs development version from 21.3.50 to 22.0.50.
15131 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15133         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15135         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15136         non-Mule XEmacs as well.
15137         (mm-decompress-buffer): Signal an error intentionally if it does
15138         not decompress compressed data because auto-compression-mode is
15139         disabled.
15141 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15143         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15144         an ID in the registry even if it has no groups.
15146 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15148         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15149         merge it into mm-decompress-buffer.
15150         (gnus-mime-copy-part): Use the MIME part charset, the value which
15151         a user specified or gnus-newsgroup-charset for decoding, like
15152         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15153         save-buffer what was used.  Suggested by Kevin Ryde
15154         <user42@zip.com.au>.
15155         (gnus-mime-inline-part): Allow the name parameter as well as the
15156         filename parameter; force decompressing of compressed data; always
15157         display contents being not decoded as unibyte.
15159         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15160         as well as the filename parameter.
15162         * mm-util.el (mm-decompress-buffer):
15163         Merge gnus-mime-jka-compr-maybe-uncompress.
15164         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15165         of compressed data.
15167 2005-02-08  Simon Josefsson  <jas@extundo.com>
15169         * imap.el (imap-log): Doc fix.
15171 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15173         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15174         the coding cookies; decompress compressed parts.
15176         * mml.el (mml-generate-mime-1): Add the charset parameter according
15177         to the value which a user specified manually or the coding cookie.
15179         * mm-util.el (mm-string-to-multibyte): New function.
15180         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15181         (mm-coding-system-to-mime-charset): New function.
15182         (mm-decompress-buffer): New function.
15183         (mm-find-buffer-file-coding-system): New function.
15185         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15186         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15187         parts.
15189 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15191         * mm-view.el (mm-display-inline-fontify): Decode a part according
15192         to the charset parameter.
15194 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15196         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15197         prefix arg is neither nil nor a number, as info specifies.
15199 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15201         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15202         timestamps.
15204 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15206         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15207         groups error checking and notify user.
15209 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15211         * message.el (message-send-mail-function): Check existence of
15212         sendmail-program first before using default value
15213         `message-send-mail-with-sendmail'.  Otherwise use more generic
15214         `smtpmail-send-it'.
15216 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15218         * nntp.el (nntp-request-update-info): Always return nil.
15220 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15222         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15224 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15226         * message.el (message-beginning-of-line): Change the behavior when
15227         invoked between BOL and : so that it first moves backward.
15229 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15231         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15232         article buffer when editing of the article is discarded.
15233         (gnus-article-prepare): Revert.
15235 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15237         * gnus-art.el (gnus-article-prepare):
15238         Remove message-strip-forbidden-properties from the local hook.
15240 2005-01-27  Simon Josefsson  <jas@extundo.com>
15242         * password.el (password-cache-add): Only start one timer per key.
15243         Reported by Derek Atkins <warlord@MIT.EDU>.
15245 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15247         * run-at-time.el: Remove.  It is no longer needed as
15248         timer-funcs.el in the xemacs-base package has a working version of
15249         `run-at-time'.
15251         * password.el: Require timer-funcs instead of run-at-time in
15252         XEmacs.
15253         Remove `password-run-at-time' macro.
15254         (password-cache-add): Use `run-at-time' instead of
15255         `password-run-at-time'.
15257         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15258         for `run-with-idle-timer'.
15260         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15261         for `run-at-time'.
15263         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15264         for `with-timeout'.
15266 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15268         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15269         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15271 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15273         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15274         sensitively.
15276 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15278         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15280 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15282         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15283         which will be inserted according to the multibyteness of a buffer
15284         rather than the type of contents.  Suggested by ARISAWA Akihiro
15285         <ari@mbf.ocn.ne.jp>.
15287         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15288         of string which old xml.el may return rather than a string.
15290 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15292         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15294 2005-01-16  Simon Josefsson  <jas@extundo.com>
15296         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15297         idn/idna.el isn't available.
15298         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15299         <michael@waxrat.com>.
15301         * hashcash.el: Remove non-FSF copyright header.
15303         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15304         (hashcash-generate-payment): Use it.
15305         (hashcash-generate-payment-async): Use it.
15307 2005-01-15  Simon Josefsson  <jas@extundo.com>
15309         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15310         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15312         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15313         gnus-summary-idna-message.
15314         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15315         (gnus-summary-idna-message): New function.
15317 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15319         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15320         gnus-novice-user.
15322 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15324         * nnrss.el (nnrss-request-delete-group): Delete entries in
15325         nnrss-group-alist as well.
15326         (nnrss-save-server-data): Insert newline.
15328 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15330         * gnus.el (gnus-user-agent): Use list of symbols instead of
15331         symbols.  Display full version number for (S)XEmacs.
15332         Optionally display (S)XEmacs codename.
15334         * gnus-util.el (gnus-emacs-version): Update for new
15335         `gnus-user-agent'.
15337         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15338         Gnus version.
15340 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15342         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15343         which is unreadable in some setups.
15345 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15347         * gnus-spec.el (gnus-update-format-specifications): Flush the
15348         group format spec cache if it doesn't support decoded group names.
15350 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15352         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15353         Allow to apply decay on score files matching a regexp.
15355 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15357         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15358         compatibility in %g and %c.
15360 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15362         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15363         name for only %g and %c.
15364         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15365         of gnus-tmp-group to decoded group name.
15366         (gnus-group-make-rss-group): Exclude `/'s from group names.
15368 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15370         * nnrss.el (nnrss-get-encoding): Fix regexp.
15372 2004-12-27  Simon Josefsson  <jas@extundo.com>
15374         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15375         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15376         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15378 2004-12-17  Kim F. Storm  <storm@cua.dk>
15380         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15382         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15384 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15386         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15388 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15390         * nnrss.el: Require rfc2047 and mml.
15391         (nnrss-file-coding-system): New variable.
15392         (nnrss-format-string): Redefine it as an inline function.
15393         (nnrss-decode-group-name): New function.
15394         (nnrss-string-as-multibyte): Remove.
15395         (nnrss-retrieve-headers): Decode group name; don't use
15396         nnrss-format-string.
15397         (nnrss-request-group): Decode group name.
15398         (nnrss-request-article): Decode group name; allow a Message-ID as
15399         well as an article number; don't use nnrss-format-string; encode a
15400         Message-ID string which may contain non-ASCII characters; use
15401         mml-to-mime to compose a MIME article.
15402         (nnrss-request-expire-articles): Decode group name.
15403         (nnrss-request-delete-group): Decode group name.
15404         (nnrss-fetch): Clarify error message.
15405         (nnrss-read-server-data): Use insert-file-contents instead of load;
15406         bind file-name-coding-system; use multibyte buffer.
15407         (nnrss-save-server-data): Bind coding-system-for-write to the
15408         value of nnrss-file-coding-system; bind file-name-coding-system;
15409         add coding cookie.
15410         (nnrss-read-group-data): Use insert-file-contents instead of load;
15411         bind file-name-coding-system; use multibyte buffer.
15412         (nnrss-save-group-data): Bind coding-system-for-write to the
15413         value of nnrss-file-coding-system; bind file-name-coding-system.
15414         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15415         make it work with non-ASCII text.
15416         (nnrss-find-el): Make it work with old xml.el as well.
15418 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15420         * nnrss.el (nnrss-get-encoding): New function.
15421         (nnrss-fetch): Use unibyte buffer initially; bind
15422         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15423         decode contents according to the encoding attribute.
15424         (nnrss-save-group-data): Add coding cookie.
15425         (nnrss-mime-encode-string): New function.
15426         (nnrss-check-group): Use it to encode subject and author.
15428 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15430         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15431         imaginary variable.
15433 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15435         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15436         correctly even if there are wide characters.
15438 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15440         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15441         downcased symbol names; make a new cache instead of reusing
15442         bbdb-hashtable.
15444 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15446         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15447         concatenating segments rather than before concatenating them.
15448         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15450         * message.el (message-get-reply-headers): Bind `extra'.
15452 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15454         * message.el (message-extra-wide-headers): New variable.
15455         (message-get-reply-headers): Use it.
15457 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15459         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15460         (gnus-agent-group-pathname): Ditto.
15462         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15464         * gnus-group.el (gnus-group-make-group): Decode group name.
15465         (gnus-group-make-rss-group): Register the group data after opening
15466         the nnrss group.
15468 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15470         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15471         by expiry now get marked as read.
15473 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15475         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15477 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15479         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15480         unify Latin characters in XEmacs.
15481         (mm-find-mime-charset-region): Use it.
15483 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15485         * gnus-util.el (gnus-delete-directory): New function.
15487         * gnus-agent.el (gnus-agent-delete-group): Use it.
15489         * gnus-cache.el (gnus-cache-delete-group): Use it.
15491 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15493         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15494         names.
15496 2004-12-16  Simon Josefsson  <jas@extundo.com>
15498         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15500 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15502         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15504         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15505         (gnus-group-set-current-level): Decode group name.
15507 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15509         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15510         failed.
15512 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15514         * gnus-group.el (gnus-group-delete-group): Decode group name.
15515         (gnus-group-make-rss-group): Encode group name.
15516         (gnus-group-catchup-current): Decode group name.
15517         (gnus-group-kill-group): Decode group name.
15519 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15521         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15523 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15525         * gnus-group.el (gnus-group-make-rss-group):
15526         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15528         * gnus-start.el (gnus-setup-news): Honor user's setting to
15529         gnus-message-archive-method.  Suggested by Lute Kamstra
15530         <lute@gnu.org>.
15532 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15534         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15535         global counterparts of the buffer-local variables.
15537 2004-11-16  Romain Francoise  <romain@orebokech.com>
15539         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15540         counterparts of the buffer-local variables.
15542 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15544         * message.el (message-forbidden-properties): Fix typo in doc
15545         string.
15547 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15549         * gnus-util.el (gnus-replace-in-string): Add doc string.
15551         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15552         to avoid problems when splitting mails with many recipients.
15554 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15556         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15557         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15559 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15561         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15562         if there is no hashtable in memory or file modification time is
15563         newer than cached timestamp.
15565 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15567         * gnus-sum.el (gnus-summary-limit-to-recipient):
15568         Implement not-matching option.
15570 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15572         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15573         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15574         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15575         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15576         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15577         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15579 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15581         * message.el (message-forward-make-body-mml): Remove headers
15582         according to message-forward-ignored-headers if a message is decoded.
15584 2004-12-02  Romain Francoise  <romain@orebokech.com>
15586         * message.el (message-forward-make-body-plain): Always remove
15587         headers according to message-forward-ignored-headers.
15589 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15591         * spam.el (spam-summary-prepare-exit): Remove the
15592         gnus-summary-limit pop for now, it has problems with ham marks for
15593         me.
15595 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15597         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15598         correctly.
15600 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15602         * format-spec.el (format-spec): Message the char.
15604 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15606         * gnus-art.el (gnus-split-methods): Reformat comments.
15608         * spam.el (spam-summary-prepare-exit): Remove article limits
15609         before exiting the summary buffer.
15611 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15613         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15614         order to silence the byte compiler.
15616         * spam.el: Fix the way to silence the byte compiler, which
15617         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15618         bbdb-search-simple, spam-BBDB-register-routine,
15619         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15620         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15621         spam-stat-buffer-is-spam, spam-stat-load,
15622         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15623         spam-stat-save and spam-stat-split-fancy.
15625 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15627         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15628         which may confuse users.
15629         (canlock-password-for-verify): Ditto.
15631         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15633         * gnus-art.el (gnus-emphasis-alist): Ditto.
15635         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15637         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15639         * gnus-start.el (gnus-save-killed-list): Ditto.
15641         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15642         (gnus-sum-thread-tree-root): Ditto.
15643         (gnus-sum-thread-tree-false-root): Ditto.
15644         (gnus-sum-thread-tree-single-indent): Ditto.
15646         * message.el (message-courtesy-message): Ditto.
15647         (message-archive-note): Ditto.
15648         (message-subscribed-address-file): Ditto.
15649         (message-user-fqdn): Ditto.
15651         * spam-report.el (spam-report-gmane-regex): Ditto.
15653         * spam.el (spam-blackhole-good-server-regex): Ditto.
15655 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15657         * mml.el (mml-preview): Widen the message buffer before copying
15658         the contents to the preview buffer; sort headers before previewing.
15660         * message.el (message-hidden-headers): Fix the way to avoid a bug
15661         in the `repeat' widget in Emacs 21.3 or earlier.
15663 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15665         * message.el (message-hidden-headers): Default to "^References:".
15666         Improve customization type.  Suggested by Reiner Steib
15667         <Reiner.Steib@gmx.de>.
15669 2004-11-25  Romain Francoise  <romain@orebokech.com>
15671         * message.el (message-strip-forbidden-properties): Remove check for
15672         obsolete `message-hidden' text property, hidden headers are not
15673         accessible in the buffer anymore.
15675 2004-11-22  Romain Francoise  <romain@orebokech.com>
15677         * message.el (message-header-format-alist): Add `From' in list
15678         so that it can be sorted.
15679         (message-fix-before-sending): Widen and sort headers before
15680         sending.
15681         (message-hide-headers): Use narrowing to hide headers by moving
15682         them to the top of the buffer and narrowing to the region
15683         underneath.
15685 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15687         * message.el (message-strip-forbidden-properties):
15688         Bind buffer-read-only (etc) to nil.
15690 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15692         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15693         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15695 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15697         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15699 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15701         * dns.el (query-dns): Use sit-for to time instead of
15702         accept-process-output, since that doesn't seem to work on udp
15703         sockets.
15705 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15707         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15709 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15711         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15712         doc string.  Improve doc string.
15714 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15716         * nntp.el (nntp-request-update-info): Return nil if
15717         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15718         may not call gnus-activate-group which uselessly issues the GROUP
15719         commands for all nntp groups and wastes time.  Reported by Romain
15720         Francoise <romain@orebokech.com>.
15722         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15724 2004-11-15  Simon Josefsson  <jas@extundo.com>
15726         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15727         headers separately.
15728         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15729         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15731 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15733         * gnus-start.el (gnus-convert-old-newsrc):
15734         Assign legacy-gnus-agent to 5.10.7.
15736 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15738         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15739         start of the lines.
15741 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15743         * hashcash.el (hashcash-default-payment): Change default to 20.
15744         (hashcash-default-accept-payment): Change default to 20.
15745         (hashcash-process-alist): New variable.
15746         (hashcash-generate-payment-async): Add.
15747         (hashcash-already-paid-p): Add.
15748         (hashcash-insert-payment): Don't generate payments twice.
15749         (hashcash-insert-payment-async): Add.
15750         (hashcash-insert-payment-async-2): Add.
15751         (hashcash-cancel-async): Add.
15752         (hashcash-wait-async): Add.
15753         (hashcash-processes-running-p): Add.
15754         (hashcash-wait-or-cancel): Add.
15755         (mail-add-payment): New optional argument.  Conditionally start
15756         asynchronous calculation.
15757         (mail-add-payment-async): Add.
15759         * message.el (message-send-mail): Wait for asynchronous hashcash
15760         results.  Don't clobber existing X-Hashcash headers.
15761         (message-setup-1): Call mail-add-payment-async when
15762         message-generate-hashcash is non-nil.
15764 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15766         * message.el (message-use-alternative-email-as-from): Examine the
15767         From header as well; use message-make-from in order to include a
15768         user's full name.
15770 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15772         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15773         default; improve customization type.
15774         (gnus-emphasis-custom-with-format): New macro.
15775         (gnus-emphasis-custom-value-to-external): New function.
15776         (gnus-emphasis-custom-value-to-internal): New function.
15778 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15780         * dns.el (query-dns): Resolve reverse addresses.
15782 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15784         * gnus-group.el (gnus-group-get-new-news): Use it.
15786         * gnus-start.el (gnus-check-reasonable-setup): New function.
15788 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15790         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15791         "Args out of range" error.  Reported by Arnaud Giersch
15792         <arnaud.giersch@free.fr>.
15794 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15796         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15798 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15800         * spam.el (spam group): Add :version.
15802         * pgg-def.el (pgg group): Add :version.
15804 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15806         * gnus-art.el (gnus-article-edit-article): Don't associate the
15807         article buffer with a draft file.  This is a temporary measure
15808         against the 2004-08-22 change to gnus-article-edit-mode.
15810 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15812         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15813         (html2text-format-tags): Remove unused variable `attr'.
15815 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15817         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15819         * spam-stat.el (spam-stat): Add :version.
15821         * sieve.el (sieve): Add :version.
15823         * sha1.el (sha1): Add :version.
15824         (sha1-use-external): Remove redundant version.
15826         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15827         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15828         (nnmail-split-fancy-match-partial-words)
15829         (nnmail-split-lowercase-expanded): Add :version.
15831         * nndiary.el (nndiary): Add :version.
15833         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15835         * mml-sec.el (mml-default-sign-method)
15836         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15837         Add :version.
15839         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15841         * mm-url.el (mm-url-use-external, mm-url-program)
15842         (mm-url-arguments): Add :version.
15844         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15845         (mm-attachment-file-modes, mm-decrypt-option)
15846         (mm-w3m-safe-url-regexp): Add :version.
15848         * message.el (message-cite-prefix-regexp)
15849         (message-sendmail-envelope-from, message-minibuffer-local-map)
15850         (message-user-fqdn, message-completion-alist): Add :version.
15852         * gnus-win.el (gnus-configure-windows-hook)
15853         (gnus-use-frames-on-any-display): Add :version.
15855         * gnus-art.el (gnus-article-address-banner-alist)
15856         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
15857         (gnus-treat-from-picon, gnus-treat-mail-picon)
15858         (gnus-treat-x-pgp-sig): Add :version.
15860         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
15861         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
15862         (gnus-summary-article-delete-hook)
15863         (gnus-summary-display-while-building): Add :version.
15865         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
15866         (gnus-get-top-new-news-hook): Add :version.
15868         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
15869         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
15871         * gnus-registry.el (gnus-registry): Add :version.
15873         * gnus-spec.el (gnus-use-correct-string-widths)
15874         (gnus-make-format-preserve-properties): Add :version.
15876         * gnus.el (gnus-group-charter-alist)
15877         (gnus-group-fetch-control-use-browse-url)
15878         (gnus-install-group-spam-parameters): Add :version.
15880         * gnus-diary.el (gnus-diary): Add :version.
15882         * gnus-delay.el (gnus-delay): Add :version.
15884         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
15885         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
15886         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
15887         Add :version.
15889         * gnus-agent.el (gnus-agent-max-fetch-size)
15890         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
15891         (gnus-agent-prompt-send-queue): Add :version.
15893         * deuglify.el (gnus-outlook-deuglify): Add :version.
15895         * html2text.el: Beautify code.  Improve doc strings.
15896         Some checkdoc cleanup.
15897         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
15899 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
15901         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
15903 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
15905         * gnus-registry.el (gnus-registry-hashtb): Create the registry
15906         when package is loaded.
15908         * spam.el (spam-summary-score-preferred-header): Add global preference
15909         for people who want to override the default SpamAssassin over
15910         Bogofilter preference (when both are set).
15911         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
15912         (spam-user-format-function-S):
15913         Check spam-summary-score-preferred-header.
15914         (spam-extra-header-to-number): Add X-Bogosity header parsing.
15915         (spam-user-format-function-S): Format the score correctly.
15917 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15919         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
15920         signature file.  Suggested by Manoj Srivastava
15921         <srivasta@golden-gryphon.com>.
15923         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
15924         iso-2022-jp even in the Japanese language environment.
15925         Suggested by Jason Rumney <jasonr@gnu.org>.
15927 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15929         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
15930         use the same characters as the dummy marks; make it free from
15931         getting affected by the language environment.
15932         (gnus-summary-read-group-1): Update mark positions only when the
15933         format spec is updated.
15935         * gnus-spec.el (gnus-update-format-specifications): Return a list
15936         of updated types.
15938 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15940         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
15941         of boundp to check if display-warning is available.
15943 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
15945         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
15947 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15949         * nnspool.el (nnspool-spool-directory): Use news-path if the
15950         news-directory variable is not bound.
15952         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
15953         function instead of display-warning if it is not available.
15955 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
15957         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
15958         v5-10: Use `point-at-bol'.
15960 2004-10-26  Simon Josefsson  <jas@extundo.com>
15962         * hashcash.el: Fix URL in comment, reported by Cheng Gao
15963         <chenggao@gmail.com>.
15965 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
15967         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
15968         instead.
15970 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
15972         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
15973         to remove a server from the nnimap-server-buffer-alist.
15974         (nnimap-open-connection, nnimap-close-server): Use it.
15976         * gnus-encrypt.el: Remove file in favor of encrypt.el.
15978 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15980         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
15981         running the major-mode function.
15983 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15985         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
15986         dummy marks in the right way.
15988 2004-10-18  David Edmondson  <dme@dme.org>
15990         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
15991         excessively.
15993 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
15995         * gnus-util.el (gnus-split-references): Accept a nil references
15996         string and go on blissfully.
15998         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
15999         cases where the references string is non-nil but has no references.
16001         * encrypt.el: Add autoload tags.
16003         * spam.el (spam-resolve-registrations-routine): Remove article
16004         from unregistration list too.  Reported by David Hanak
16005         <dhanak@isis.vanderbilt.edu>
16007 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16009         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16010         nil.  Change custom type.
16012 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16014         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16016         * gnus-sum.el (gnus-summary-move-article): Use it.
16018 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16020         * encrypt.el: Add autoload cookies.
16022         * spam.el (spam-backend-article-list-property)
16023         (spam-backend-get-article-todo-list)
16024         (spam-backend-put-article-todo-list)
16025         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16026         Resolve registrations separately.
16027         (spam-register-routine): Format comments.
16028         (spam-unregister-routine, spam-register-routine): Always call with
16029         specific-articles, no default list.
16030         (spam-summary-prepare-exit): Use the spam-classifications function.
16032         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16033         gnus-encrypt.el.
16035         * encrypt.el: Copied from gnus-encrypt.el.
16037         * gnus-encrypt.el: Commented that it's obsolete.
16039 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16041         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16042         (gnus-score-save): Use it.
16044         * message.el (message-bury): Use `window-dedicated-p'.
16046 2004-10-15  Simon Josefsson  <jas@extundo.com>
16048         * pop3.el (top-level): Don't require nnheader.
16049         (pop3-read-timeout): Add.
16050         (pop3-accept-process-output): Add.
16051         (pop3-read-response, pop3-retr): Use it.
16053 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16055         * spam.el (spam-register-routine): Move comment.
16056         (spam-verify-bogofilter): Use 'unknown for the initial
16057         spam-bogofilter-valid state, not 'never.
16059         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16060         for netrc-machine.
16062         * nnimap.el (nnimap-open-connection):
16063         Use netrc-machine-user-or-password.
16065 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16067         * gnus-registry.el (gnus-registry-unload-hook):
16068         Set as a variable with add-hook.
16070         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16071         of news-path.
16073         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16075         * spam.el: Delete duplicate `provide'.
16076         (spam-unload-hook): Set as a variable with add-hook.
16078 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16080         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16081         in the doc string.
16083         * message.el (message-ignored-news-headers)
16084         (message-ignored-supersedes-headers)
16085         (message-ignored-resent-headers)
16086         (message-forward-ignored-headers): Improve custom type.
16088 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16090         * message.el (message-tokenize-header): Fix 2004-09-06 change
16091         which used point-min in the wrong place.
16093 2004-10-12  Simon Josefsson  <jas@extundo.com>
16095         * tls.el (tls-certtool-program): New variable.
16096         (tls-certificate-information): New function, based on
16097         ssl-certificate-information.
16099 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16101         * compface.el: Move the version of ELisp-based uncompface program
16102         to the contrib directory because of the copyright problem.
16104 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16106         * message.el (message-kill-buffer): Raise the current frame.
16108 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16110         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16112         * gnus.el (message-y-or-n-p): Autoload.
16114         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16115         (pop3-password-required, pop3-authentication-scheme)
16116         (pop3-leave-mail-on-server): Make customizable.
16117         (pop3): New custom group.
16118         (pop3-retr): Remove `sleep-for' statements.
16119         Suggested by Dave Love <fx@gnu.org>.
16121         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16122         Windows/DOS.
16124         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16125         (imap-parse-body): Fix incorrect use of `assert'.
16126         Suggested by Dave Love <fx@gnu.org>.
16128         * mml.el (mml-minibuffer-read-disposition): Require match.
16129         Suggested by Dave Love <fx@gnu.org>.
16131 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16133         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16134         doc string.
16136 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16138         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16140 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16142         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16143         instead of calling `mm-insert-inline', to decode text/* parts
16144         before displaying them.
16146 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16148         * mm-uu.el (mm-uu-text-plain-type): New variable.
16149         (mm-uu-pgp-signed-extract-1): Use it.
16150         (mm-uu-pgp-encrypted-extract-1): Use it.
16151         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16152         bind mm-uu-text-plain-type with that value.
16153         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16154         mm-uu-dissect.
16156 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16158         * gnus-group.el (gnus-update-group-mark-positions):
16159         * gnus-sum.el (gnus-update-summary-mark-positions):
16160         * message.el (message-check-news-body-syntax):
16161         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16162         of string-as-multibyte.
16164 2004-10-05  Juri Linkov  <juri@jurta.org>
16166         * gnus-group.el (gnus-update-group-mark-positions):
16167         * gnus-sum.el (gnus-update-summary-mark-positions):
16168         * message.el (message-check-news-body-syntax):
16169         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16170         8-bit unibyte values to a multibyte string for search functions.
16172 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16174         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16175         (mm-uu-dissect-text-parts): New function.
16177         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16178         dissect text parts.
16180         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16181         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16183         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16185         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16186         Use gnus-current-topics instead of gnus-current-topic.
16188 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16190         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16192 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16194         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16195         where approriate.
16197         * nnml.el (nnml-generate-active-info): do.
16199         * nndiary.el (nndiary-generate-active-info): do.
16201         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16202         (gnus-topic-move): do.
16204         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16205         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16207         * gnus-srvr.el (gnus-server-prepare)
16208         (gnus-server-open-all-servers): do.
16210         * gnus-msg.el (gnus-summary-cancel-article)
16211         (gnus-summary-resend-message)
16212         (gnus-summary-mail-crosspost-complaint): do.
16214         * gnus-move.el (gnus-change-server): do.
16216         * gnus-group.el (gnus-group-unmark-all-groups)
16217         (gnus-group-set-current-level): do.
16219 2004-10-04  Simon Josefsson  <jas@extundo.com>
16221         * message.el (message-generate-hashcash): Doc fix.
16223 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16225         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16226         avoid infinite recursion via gnus-get-function.
16228 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16230         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16232         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16234         * nnmail.el (nnmail-split-history): do.
16236         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16237         (nnml-request-delete-group): do.
16239         * nnslashdot.el (nnslashdot-read-groups): do.
16241         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16242         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16244         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16245         (nnspool-sift-nov-with-sed): Use last.
16246         (nnspool-retrieve-headers-with-nov): Use mapc.
16247         (nnspool-request-newgroups): Use dolist.
16248         (nnspool-request-group): Use last.
16250         * nntp.el (nntp-read-server-type): Use dolist.
16252         * nnvirtual.el (nnvirtual-create-mapping)
16253         (nnvirtual-update-read-and-marked): Use dolist.
16254         (nnvirtual-convert-headers): Simplify.
16256 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16258         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16259         Add support for sync'ing tick marks.
16261 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16263         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16264         there's no visible header.
16266 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16268         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16269         When necessary, pass full group name to gnus-request-set-marks.
16271 2004-10-01  Simon Josefsson  <jas@extundo.com>
16273         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16274         acroread.
16276 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16278         * spam-report.el (spam-report-gmane): Fix interactive.
16280         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16282         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16283         when writing file.
16284         (gnus-agent-synchronize-flags): Don't default to being
16285         interactive.
16287 2004-09-30  Simon Josefsson  <jas@extundo.com>
16289         * message.el (message-generate-hashcash): Add.
16290         (message-send-mail): Use it, call mail-add-payment.
16292 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16294         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16296 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16298         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16299         gnus-requst-update-info with explicit code to sync the in-memory
16300         info read flags with the marks being sync'd to the backend.
16302         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16304 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16306         * spam.el (spam-verify-bogofilter): Add new function.
16307         (spam-check-bogofilter)
16308         (spam-bogofilter-register-with-bogofilter): Use it.
16309         (spam-verify-bogofilter): Add small fixes.
16311 2004-09-28  Simon Josefsson  <jas@extundo.com>
16313         * hashcash.el (hashcash-generate-payment): Revert.
16315 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16317         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16318         Use gnus-extract-references instead of gnus-split-references.
16320         * gnus-util.el (gnus-extract-references): Add new function, analogous
16321         to gnus-split-references but extracts only the message-ID without
16322         anything extra.
16324         * hashcash.el (hashcash-generate-payment)
16325         (hashcash-check-payment): Do the right thing if hashcash-path is
16326         nil (because the hashcash program could not be found).
16328         * spam.el (spam-use-hashcash): Remove comment.
16330 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16332         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16333         (gnus-cache-enter-article, gnus-cache-remove-article)
16334         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16336         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16338         * gnus-art.el (article-hide-boring-headers)
16339         (article-translate-strings, article-display-face)
16340         (gnus-article-mime-match-handle-first)
16341         (gnus-article-highlight-headers)
16342         (gnus-article-add-buttons-to-head): do.
16344 2004-09-27  Simon Josefsson  <jas@extundo.com>
16346         * hashcash.el: New version, from
16347         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16348         ../contrib/.
16350 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16352         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16354 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16356         * gnus-dup.el (gnus-dup-open): Use mapc.
16357         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16359         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16360         Reported by Stefan Wiens <s.wi@gmx.net>.
16362         * gnus.el (gnus-shutdown): Use dolist.
16364         * gnus-undo.el (gnus-undo): Use mapc.
16366         * nnrss.el (nnrss-generate-active): do.
16368         * message.el (message-cite-original-without-signature)
16369         (message-cite-original): Use mapc.
16370         (message-do-actions, message-make-forward-subject): Use dolist.
16372 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16374         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16375         deletion to remove entire duplicate line.  Fixes merged article
16376         number bug.
16378 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16380         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16381         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16382         first ask if you want to open a server and then, even when you
16383         responded with no, asking if you want to synchronize the server's
16384         flags.
16385         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16386         multi-line expressions.
16387         (gnus-agent-synchronize-group-flags): New internal function.
16388         Updates marks in memory (in the info structure) AND in the
16389         backend.
16391         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16393         * nnagent.el (nnagent-request-set-mark):
16394         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16395         method, to ensure that synchronization updates marks in the
16396         backend and in the info (in memory) structure.
16398 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16400         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16401         convention fully; don't miss the root article of a thread; make
16402         the X-Draft-From header with correct article numbers.
16404 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16406         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16407         unless plugged.  Disable the agent so that an open failure causes
16408         an error.
16410         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16411         Revert 2004-09-21 change.  The backend must be opened while
16412         synchronizing flags even when the backend stores the flags
16413         locally.
16415 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16417         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16418         in `header' match.  Reported by Svend Tollak Munkejord.
16420         * message.el (message-cite-original): Fix use of
16421         `message-cite-articles-with-x-no-archive'.
16423 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16425         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16426         (gnus-window-to-buffer): Ditto.
16428         * mml.el (mml-preview-buffer): New variable.
16429         (mml-preview): Manage window layout with gnus-buffer-configuration.
16431         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16432         X-Draft-From header even if those articles aren't quoted.
16434 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16436         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16437         (gnus-request-set-mark, gnus-request-update-mark): Use new
16438         g-s-t-u-l-m to decide to use backend even when unplugged.
16440 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16442         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16443         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16445 2004-09-20  Simon Josefsson  <jas@extundo.com>
16447         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16448         "utf-16-le".
16450 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16452         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16454 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16456         * uudecode.el (uudecode-use-external): Add :version.
16458         * smime.el (smime-CA-file, smime-encrypt-cipher)
16459         (smime-dns-server): Add :version.
16461         * smiley.el (gnus-smiley-file-types): Add :version.
16463         * sha1.el (sha1-use-external): Add :version.
16465         * pgg-def.el (pgg-query-keyserver): Add :version.
16467         * nnmail.el (nnmail-fancy-expiry-targets)
16468         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16469         Add :version.
16471         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16472         (nnimap-retrieve-groups-asynchronous): Add :version.
16473         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16475         * mml.el (mml-content-disposition-parameters)
16476         (mml-insert-mime-headers-always): Add :version.
16478         * mm-util.el (mm-coding-system-priorities): Add :version.
16480         * mm-decode.el (mm-inline-text-html-with-images)
16481         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16482         (mm-verify-option): Add :version.
16483         (mm-text-html-renderer): Change :version.
16485         * message.el (message-fcc-externalize-attachments)
16486         (message-required-headers, message-draft-headers)
16487         (message-subject-trailing-was-query)
16488         (message-subject-trailing-was-ask-regexp)
16489         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16490         (message-mark-insert-end, message-archive-header)
16491         (message-archive-note, message-cross-post-default)
16492         (message-cross-post-note, message-followup-to-note)
16493         (message-cross-post-note-function, message-use-mail-followup-to)
16494         (message-subscribed-address-functions)
16495         (message-subscribed-address-file, message-subscribed-addresses)
16496         (message-subscribed-regexps, message-allow-no-recipients)
16497         (message-yank-cited-prefix, message-signature-insert-empty-line)
16498         (message-hidden-headers, message-hierarchical-addresses)
16499         (message-mail-user-agent, message-use-idna)
16500         (message-valid-fqdn-regexp)
16501         (message-strip-special-text-properties, message-header-synonyms)
16502         (message-beginning-of-line, message-tab-body-function): Add :version.
16503         (message-insert-canlock, message-wide-reply-confirm-recipients):
16504         Change :version.
16506         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16507         and :version.
16508         (mail-source-delete-old-incoming-confirm)
16509         (mail-source-movemail-program): Add :version.
16511         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16512         (gnus-agent-cache, gnus-agent): Change :version.
16514         * gnus-util.el (gnus-use-byte-compile): Change :version.
16516         * gnus-sum.el (gnus-summary-make-false-root-always)
16517         (gnus-summary-default-high-score)
16518         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16519         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16520         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16521         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16522         (gnus-sum-thread-tree-single-indent)
16523         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16524         (gnus-sum-thread-tree-leaf-with-other)
16525         (gnus-sum-thread-tree-single-leaf): Add :version.
16526         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16527         (gnus-article-loose-mime): Change :version.
16529         * gnus-start.el (gnus-backup-startup-file)
16530         (gnus-save-startup-file-via-temp-buffer): Add :version.
16532         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16533         (gnus-server-offline-face): Add :version.
16535         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16537         * gnus-msg.el (gnus-gcc-externalize-attachments)
16538         (gnus-debug-files, gnus-debug-exclude-variables)
16539         (gnus-discouraged-post-methods): Change :version.
16540         (gnus-confirm-mail-reply-to-news)
16541         (gnus-confirm-treat-mail-like-news): Add :version.
16543         * gnus-int.el (gnus-server-unopen-status): Add :version.
16545         * gnus-group.el (gnus-group-jump-to-group-prompt)
16546         (gnus-large-ephemeral-newsgroup)
16547         (gnus-fetch-old-ephemeral-headers): Add :version.
16549         * gnus-fun.el (gnus-x-face-directory)
16550         (gnus-convert-pbm-to-x-face-command)
16551         (gnus-convert-image-to-x-face-command)
16552         (gnus-convert-image-to-face-command): Add :version.
16554         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16556         * gnus-cite.el (gnus-cite-blank-line-after-header)
16557         (gnus-article-boring-faces): Add :version.
16559         * gnus-art.el (gnus-buttonized-mime-types)
16560         (gnus-inhibit-mime-unbuttonizing)
16561         (gnus-treat-display-face)
16562         (gnus-treat-body-boundary): Change :version.
16563         (gnus-body-boundary-delimiter, gnus-picon-databases)
16564         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16565         (gnus-treat-date-english, gnus-treat-fold-headers)
16566         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16567         (gnus-treat-mail-picon, gnus-treat-wash-html)
16568         (gnus-article-encrypt-protocol)
16569         (gnus-use-idna, gnus-article-over-scroll)
16570         (gnus-mime-display-multipart-alternative-as-mixed)
16571         (gnus-mime-display-multipart-related-as-mixed)
16572         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16573         (gnus-ctan-url, gnus-button-ctan-handler)
16574         (gnus-button-handle-ctan-bogus-regexp)
16575         (gnus-button-ctan-directory-regexp)
16576         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16577         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16578         (gnus-button-man-level, gnus-button-emacs-level)
16579         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16581         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16582         (gnus-agent-go-online): Change :version.
16583         (gnus-agent-expire-unagentized-dirs)
16584         (gnus-agent-auto-agentize-methods): Add :version.
16586         * flow-fill.el (fill-flowed-display-column)
16587         (fill-flowed-encode-column): Add :version.
16589         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16590         (gnus-outlook-deuglify-unwrap-max)
16591         (gnus-outlook-deuglify-cite-marks)
16592         (gnus-outlook-deuglify-unwrap-stop-chars)
16593         (gnus-outlook-deuglify-no-wrap-chars)
16594         (gnus-outlook-deuglify-attrib-cut-regexp)
16595         (gnus-outlook-deuglify-attrib-verb-regexp)
16596         (gnus-outlook-deuglify-attrib-end-regexp)
16597         (gnus-outlook-display-hook): Add :version.
16599         * binhex.el (binhex-use-external): Add :version.
16601 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16603         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16604         and `invisible'.
16606 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16608         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16609         in gnus-registry-trim.
16611 2004-09-13  Simon Josefsson  <jas@extundo.com>
16613         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16615         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16617         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16618         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16619         <yamaoka@jpl.org>.
16620         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16621         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16622         <yamaoka@jpl.org>.
16624         * sieve.el (sieve-manage-mode): Ditto.
16626 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16628         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16630 2004-09-11  Simon Josefsson  <jas@extundo.com>
16632         * dns-mode.el: Add.
16634         * mm-view.el (mm-display-dns-inline): Add.
16636         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16637         (mm-automatic-display): Ditto.
16639         * mailcap.el (mailcap-mime-data): Add text/dns.
16640         (mailcap-mime-extensions): Map .soa to text/dns.
16642 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16644         * gnus-art.el (article-decode-mime-words, article-babel)
16645         (gnus-article-highlight-signature, gnus-article-add-buttons)
16646         (gnus-signature-toggle): Remove unnecessary bindings of
16647         `inhibit-read-only' inherited from v5.10 merge.
16649 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16651         * nntp.el (nntp): New customization group.
16652         (nntp-authinfo-file): Add customization group.
16654         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16656         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16658         * gnus.el (to-address, to-list, subscribed)
16659         (large-newsgroup-initial): Ditto.
16661         * flow-fill.el (fill-flowed-display-column)
16662         (fill-flowed-encode-column): Ditto.
16664 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16666         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16667         Use point-min rather than 1.
16668         (message-send-mail): Use buffer-size rather than point-max.
16670         * gnus-sum.el (gnus-summary-search-article-forward):
16671         Signal a specific `search-failed' rather than a generic `error'.
16673         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16674         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16675         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16677 2004-09-10  Simon Josefsson  <jas@extundo.com>
16679         * nndb.el (require): Remove tcp and duplicate cl.
16681 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16683         * gnus-agent.el (directory-files-and-attributes): Move forward.
16685 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16687         * gnus-agent.el (directory-files-and-attributes):
16688         Optionally defined to support XEmacs.
16690 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16692         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16693         to avoid run-time CL dependencies.
16694         (gnus-agent-unfetch-articles): New function.
16695         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16696         article numbers even when local .overview file is missing.
16697         (gnus-agent-read-article-number): New function.  Only accepts
16698         27-bit article numbers.
16699         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16700         Use gnus-agent-read-article-number.
16701         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16702         from backend while recognizing that article numbers in .overview
16703         must be valid.
16704         (gnus-agent-update-files-total-fetched-for):
16705         Use directory-files-and-attributes to improve performance.
16706         * gnus-int.el (gnus-request-move-article):
16707         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16708         improve performance.
16710         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16711         some users confused by references to .newsrc when they only have a
16712         .newsrc.eld file.
16713         (gnus-convert-mark-converter-prompt)
16714         (gnus-convert-converter-needs-prompt): Fix use of property list.
16715         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16716         New function.  Used internally to only display 'gnus converting
16717         files' message when actually necessary.
16719         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16720         methods now autoloaded.
16722 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16724         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16725         identifiers.
16727 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16729         * gnus-picon.el: Fix indentation and closing parenthesis.
16731 2004-09-01  Simon Josefsson  <jas@extundo.com>
16733         * message.el (message-canlock-generate): Require sha1, not
16734         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16735         to require within a function.  Sadly, if sha1.el isn't loaded, the
16736         let binding in m-c-g will hide the defcustom definition, which is
16737         bad.)
16739         * canlock.el: Require sha1, not sha1-el.
16741         * message.el: Don't autoload sha1 (there is a autoload cookie in
16742         sha1.el).
16744         * sha1-el.el: Rename to sha1.el.
16746 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16748         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16750 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16752         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16754 2004-08-30  Kim F. Storm  <storm@cua.dk>
16756         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16758         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16759         Add :group 'nnimap.
16761 2004-08-30  Andreas Schwab  <schwab@suse.de>
16763         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16764         ?* and ?\;.
16766         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16767         and ?\' to symbol instead of whitespace.
16769 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16771         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16773         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16774         instead of re-search-forward.
16776         * gnus-uu.el (gnus-uu-save-article): Ditto.
16777         (gnus-uu-post-encode-uuencode): Ditto.
16779         * html2text.el (html2text-clean-list-items): Ditto.
16780         (html2text-clean-dtdd): Ditto.
16781         (html2text-format-tags): Ditto.
16783         * message.el (message-send-mail-with-sendmail): Fix regexp.
16784         (message-fill-field-general): Use search-forward instead of
16785         re-search-forward.
16786         (unbold-region): Ditto.
16788         * nnrss.el (nnrss-request-article): Ditto.
16790         * nnslashdot.el (nnslashdot-request-article): Ditto.
16792         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16794         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16795         "Unrecognized menu descriptor" error in XEmacs.
16797 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16799         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16800         parent article of a sparse article in the thread hashtb.
16802 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16804         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16805         (nnmail-expand-newtext): Lowercase expanded entries if
16806         nnmail-split-lowercase-expanded is non-nil.
16808 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16810         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16812         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16813         of gnus-tmp-news-method into string under XEmacs.  It will be
16814         passed to gnus-correct-length which takes only a string argument.
16816 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16818         * gnus-util.el (gnus-bind-print-variables): New macro.
16819         (gnus-prin1): Use it.
16820         (gnus-prin1-to-string): Use it.
16821         (gnus-pp): New function.
16822         (gnus-pp-to-string): New function.
16824         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16825         Replace pp-to-string with gnus-pp-to-string.
16826         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16827         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16828         * gnus-msg.el (gnus-debug): Ditto.
16829         * gnus-score.el (gnus-score-save): Ditto.
16830         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16831         gnus-pp-to-string.
16832         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16833         with gnus-pp.
16834         * score-mode.el (gnus-score-pretty-print): Ditto.
16835         * webmail.el (webmail-debug): Ditto.
16837 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16839         * gnus-art.el (article-display-face, article-display-x-face):
16840         Use buffer-read-only.
16842 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16844         * gnus-art.el (article-hide-list-identifiers):
16845         Bind inhibit-read-only as t.
16847 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
16849         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
16851 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16853         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
16854         (gnus-narrow-to-page): Don't assume point-min == 1.
16855         (gnus-article-edit-mode): Derive from message-mode.
16857         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
16858         point-min == 1.
16860         * imap.el (imap-parse-address-list, imap-parse-body-ext):
16861         Disable incorrect use of `assert'.
16863         * message.el (message-mode): Set comment-start-skip.
16865 2004-08-22  Sam Steingold  <sds@gnu.org>
16867         * pop3.el (pop3-leave-mail-on-server): New user variable.
16868         (pop3-movemail): Delete mail only when it is nil.
16870 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
16872         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
16874         * mml.el (mml-preview): Use `pop-to-buffer'.
16876         * message.el (message-goto-mail-followup-to): Insert after "To".
16877         (message-carefully-insert-headers): Add comment.
16879         * gnus.el: Remove unused variable `gnus-article-check-size'.
16881         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
16883         * gnus-art.el (gnus-button-alist):
16884         Improve `gnus-button-handle-library' entry.
16886 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
16888         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
16889         Use downcase, since XEmacs capitalizes error messages differently.
16891 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
16893         * nntp.el: Add (require 'gnus) due to reference to
16894         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
16896 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
16898         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
16899         Bind `mm-fill-flowed'.
16901         * mm-decode.el (mm-dissect-singlepart): Check it.
16903 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
16905         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
16906         'imap' for netrc parsing.
16908 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
16910         * mailcap.el (mailcap-mime-data): Mark as risky.
16912 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16914         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
16915         may be included in the encoded word.
16916         (rfc2047-encode): Don't append a space if the encoded word
16917         includes close parenthesis.
16919 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16921         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
16922         of text within parentheses.
16924 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
16926         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
16927         (gnus-encrypt-write-file-contents): Make the password key the file
16928         name PLUS the cipher, not just the cipher.  Also remove failed
16929         passwords from the cache.
16931 2004-08-06  Simon Josefsson  <jas@extundo.com>
16933         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
16934         Doc fix.
16936 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
16938         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
16939         LWSP.
16941 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
16943         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16944         Try to append in-reply-to: data to the references: header.
16946         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
16947         (netrc-parse): Use gnus-encrypt.el functions.
16949         * gnus-encrypt.el: Add new file for encryption support; currently
16950         does only a few GPG ciphers and an internal XOR cipher.
16952         * password.el: Add comments on using password-read-and-add.
16953         (password-read-and-add): Add function to read and add the
16954         password to the cache at once.
16956 2004-07-28  Simon Josefsson  <jas@extundo.com>
16958         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
16959         parameter (but don't use it, for now).
16961         * imap.el (imap-ssl-open): Use imap-process-connection-type,
16962         instead of hard coding to nil.
16964 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16966         * mm-view.el (mm-inline-image-emacs): Open lines under an image
16967         as mm-inline-image-xemacs does.
16969 2004-07-26  Simon Josefsson  <jas@extundo.com>
16971         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
16972         Revert part of 2004-07-17 change below.
16974 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16976         * rfc2047.el (rfc2047-encode-region): Don't infloop.
16977         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
16979 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16981         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
16982         quotes that actually start with ">" at the beginning of the
16983         lines.
16985 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16987         * rfc2047.el (rfc2047-encode-region): Fix last change.
16988         (rfc2047-encode-parameter): Remove useless concat.
16990 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16992         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
16993         encode special characters; fix some kind of misconfigured headers;
16994         signal a real error if debug-on-quit or debug-on-error is non-nil.
16995         (rfc2047-encode-max-chars): New variable.
16996         (rfc2047-encode-1): Use it.
16997         (rfc2047-encode-parameter): New function.
16999         * mml.el (mml-insert-parameter): Remove an excessive space.
17001 2004-07-17  Simon Josefsson  <jas@extundo.com>
17003         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17004         Kai Grossjohann <kai@emptydomain.de>.
17005         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17006         (gnus-group-make-menu-bar): Ditto.
17008         * gnus-util.el (gnus-group-server): Add.
17010 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17012         * message.el (message-clone-locals): Clone sendmail and smtp
17013         variables.
17015 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17017         * rfc2047.el (rfc2047-encode-region): Fix last change.
17019 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17021         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17022         characters as non-special.
17024 2004-07-09  Simon Josefsson  <jas@extundo.com>
17026         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17027         Users will lose all flag changes made while unplugged with
17028         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17029         good default.  See numerous reports on ding mailing list.
17031 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17033         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17034         add generate-head-function and generate-article-function to the
17035         rfc822-forward entry.
17036         (nndoc-rfc822-forward-generate-article): New function.
17037         (nndoc-rfc822-forward-generate-head): New function.
17039         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17041 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17043         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17044         respect display group parameter and gnus-summary-expunge-below.
17045         (gnus-articles-to-read): Remove unused reference to display group
17046         parameter.
17048 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17050         * nnheader.el (nnheader-uniquify-message-id): New experimental
17051         variable.
17052         (nnheader-nov-read-message-id): Use it.
17054         * spam-report.el (spam-report-gmane): Add interactive.
17056 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17058         * mm-encode.el (mm-content-transfer-encoding-defaults):
17059         Use qp-or-base64 for the application/* types.
17061 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17063         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17065 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17067         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17068         trim value.
17070 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17072         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17073         New macro and function.
17074         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17076 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17078         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17079         after-load-alist.
17081 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17083         * gnus-group.el (gnus-group-get-new-news-this-group):
17084         Don't update info that isn't there.
17086 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
17088         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17089         entry.
17091 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17093         * mm-view.el (mm-inline-render-with-function): Use multibyte
17094         buffer; decode html source by charset.
17096         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17098         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17099         Mule-UCS is loaded under XEmacs.
17100         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17102 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17104         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17106 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17108         * mm-util.el (mm-coding-system-p): Return a coding-system.
17109         (mm-mime-mule-charset-alist): Use shift_jis instead of
17110         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17111         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17112         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17113         instead of japanese-shift-jis and iso-latin-1 respectively in
17114         order to share the default value with both Emacs and XEmacs-mule.
17115         (mm-mule-charset-to-mime-charset):
17116         Make mm-coding-system-priorities effective.
17117         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17118         while predicating of candidates upon the priorities.
17120 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17122         * gnus-sum.el (gnus-summary-make-menu-bar):
17123         Add gnus-uu-invert-processable.
17125         * gnus.el: Autoload gnus-uu-invert-processable.
17127 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17129         * mm-util.el (mm-with-multibyte-buffer): New macro.
17131         * rfc2047.el (rfc2047-encode-string): Use it.
17132         (rfc2047-encode-region): Move point to the end of the region after
17133         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17135 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17137         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17138         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17140 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17142         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17143         (gnus-cite-parse): Ignore quoted envelope From_.
17144         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17146 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17148         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17149         invalid addresses.
17151 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17153         * spam.el: Change section markers, revise TODO list.
17154         (spam-backends): Make new master list of all installed backends.
17155         (spam-summary-exit-behavior): Add new variable to determine how
17156         messages moves are done at summary exit.
17157         (spam-move-spam-nonspam-groups-only)
17158         (spam-process-ham-in-nonham-groups)
17159         (spam-process-ham-in-spam-groups): Remove variables, the
17160         spam-summary-exit-behavior variable should be used to manage this
17161         behavior.
17162         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17163         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17164         and spam-old-spam-articles.
17165         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17166         Add empty variables, placeholders for the backends they represent.
17167         (spam-set-difference): Move, unchanged.
17168         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17169         unless the user has a processor variable.
17170         (spam-classifications, spam-classification-valid-p)
17171         (spam-backend-properties, spam-backend-property-valid-p)
17172         (spam-backend-function-type-valid-p)
17173         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17174         (spam-report-articles-gmane, spam-report-articles-resend):
17175         Remove functions, they are not needed.
17176         (spam-install-backend-super, spam-backend-list)
17177         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17178         (spam-backend-function, spam-backend-ham-registration-function)
17179         (spam-backend-spam-registration-function)
17180         (spam-backend-ham-unregistration-function)
17181         (spam-backend-spam-unregistration-function)
17182         (spam-backend-statistical-p, spam-backend-mover-p)
17183         (spam-install-backend-alias, spam-install-checkonly-backend)
17184         (spam-install-mover-backend, spam-install-nocheck-backend)
17185         (spam-install-backend, spam-install-statistical-backend)
17186         (spam-install-statistical-checkonly-backend): Add backend installation
17187         support.
17188         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17189         (spam-group-processor-p): Use the new backend code and respect the
17190         summary exit behavior.
17191         (spam-mark-spam-as-expired-and-move-routine): Remove.
17192         (spam-summary-prepare): Change to use the new spam-old-articles
17193         variable.
17194         (spam-copy-or-move-routine, spam-copy-spam-routine)
17195         (spam-move-spam-routine, spam-copy-ham-routine)
17196         (spam-move-ham-routine): Add code to copy/move ham or spam.
17197         (spam-fetch-field-fast): Improve doc and code, plus allow the
17198         'number request.
17199         (spam-list-of-checks, spam-list-of-statistical-checks):
17200         Remove variables.
17201         (spam-split, spam-find-spam): Use the new backend code.
17202         (spam-registration-functions): Remove variable.
17203         (spam-unregister-routine): Add convenience wrapper.
17204         (spam-log-undo-registration, spam-register-routine)
17205         (spam-log-processing-to-registry)
17206         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17207         where possible.
17208         (spam-check-gmane-xref, spam-check-regex-headers)
17209         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17210         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17211         (spam-check-bogofilter-headers, spam-check-spamoracle)
17212         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17213         (spam-check-crm114-headers): Use the spam-split-group that
17214         spam-split prepares, no need to determine it every time.
17216         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17217         to the nnheader-parse-naked-head call.
17219         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17221         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17222         the nnheader-nov-read-message-id call.
17224 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17226         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17227         gnus-activate-group twice.  Suggested by Markus Peter
17228         <warp@spin.de>.
17230 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17232         * gnus-art.el (gnus-article-time-format): Exchange the order of
17233         day and month in the default value; fix customization type.
17234         (article-date-ut): Use add-text-properties.
17235         (article-make-date-line): Use message-make-date instead of
17236         current-time-string.
17238         * message.el (message-fetch-field): Don't use set-text-properties.
17239         (message-make-date): Simplify.
17241 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17243         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17244         (rfc2047-encode-region): Treat text within parentheses as special;
17245         show the original text when error has occurred.
17247         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17248         already-computed method to gnus-activate-group.
17250         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17251         same select-methods identical Lisp objects.
17253         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17254         object when modifying the info.
17256 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17258         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17259         gnus-opened-servers since it has never been opened with the new
17260         configuration yet.
17262 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17264         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17265         arg to nnheader-generate-fake-message-id.
17267 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17269         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17270         number and build a fake message ID localized to a group and
17271         article number (so it's repeatable from that point on).
17272         (nnheader-fake-message-id-p): Change regex to accommodate new fake
17273         ID format.
17275         * gnus-sum.el (gnus-get-newsgroup-headers):
17276         Call nnheader-generate-fake-message-id with the article number.
17278 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17280         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17281         end-of-buffer.
17283 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17285         * message.el (message-ignored-supersedes-headers): Add Approved.
17287 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17289         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17290         goto-char.
17291         (rfc2047-encode): Fold the line before encoding.
17293 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17295         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17296         folding -- not all headers can be folded, and this should be done
17297         by the message composition mode.  Probably.  I think.
17299 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17301         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17302         fast.
17304         * gnus-ems.el (gnus-remove-image): Don't use
17305         message-text-with-property; remove only the image found first.
17307 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17309         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17311 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17313         * message.el (message-text-with-property): Make it fast and accept
17314         optional arguments.
17315         (message-strip-forbidden-properties): Use it.
17316         (message-fix-before-sending): Follow the m-t-w-p change.
17318         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17320 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17322         * gnus-art.el (article-hide-headers): Don't change the buffer
17323         mistakenly when performing mml-preview even if
17324         gnus-single-article-buffer is nil.
17326 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17328         * message.el (message-expand-name-databases): New user option.
17329         (message-expand-name): Use it.
17331 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17333         * spam.el (spam-report-articles-resend)
17334         (spam-report-resend-register-routine): Allow ham reporting.
17335         (spam-report-resend-register-ham-routine): Add wrapper.
17336         (spam-registration-functions): Add ham resending functions.
17337         (spam-list-of-processors): Add ham resend processor.
17339         * gnus.el (ham-resend-to): Add new group parameter.
17340         (spam-process): Add ham resend option.
17342         * spam-report.el (spam-report-resend): Allow reporting ham.
17343         (spam-report-resend-ham): Add wrapper.
17345 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17347         * message.el (message-cite-articles-with-x-no-archive):
17348         New variable.
17349         (message-cite-original): Use it.
17351 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17353         * message.el (message-cite-original): Respect X-No-Archive.
17355 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17357         * gnus-art.el (article-hide-headers): Refer to the values for
17358         gnus-ignored-headers and gnus-visible-headers in the summary
17359         buffer since a user may have set them as group parameters.
17361 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17363         * assistant.el (assistant-node-name): Add convenience function.
17364         (assistant-render-text, assistant-render-node): Add error handling,
17365         plus handle multiple next nodes.
17366         (assistant-find-next-node): Comment out for now.
17367         (assistant-find-next-nodes): Add function, returns list of next
17368         nodes.
17370 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17372         * mail-source.el (mail-source-directory): Fix doc-string.
17374 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17376         * assistant.el (assistant-render-text, assistant-eval): Add :set
17377         widget type, which is different because it takes and returns a
17378         list.  Much hilarity ensues.
17380 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17382         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17384         * gnus-group.el (gnus-group-get-new-news-this-group):
17385         Add doc-string.
17387         * gnus-start.el (gnus-activate-group): Add doc-string.
17389 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17391         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17393 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17395         * assistant.el (assistant-render-text): Try to add a :set
17396         widget, more to come.
17398         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17399         strings.
17400         (spam-report-articles-resend)
17401         (spam-register-routine): Do registration iff any articles warrant
17402         it.
17403         (spam-summary-prepare-exit): Change log message for nil group
17404         destinations.
17406 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17408         * spam.el (spam-report-resend-register-routine):
17409         Allow spam-report-resend-to to be a group parameter or a global value.
17411 2004-05-26  Simon Josefsson  <jas@extundo.com>
17413         * starttls.el: Merge with my GNUTLS based starttls.el.
17414         (starttls-gnutls-program, starttls-use-gnutls)
17415         (starttls-extra-arguments, starttls-process-connection-type)
17416         (starttls-connect, starttls-failure, starttls-success):
17417         New variables.
17418         (starttls-program, starttls-extra-args): Doc fix.
17419         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17420         New functions.
17421         (starttls-negotiate, starttls-open-stream):
17422         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17423         function if it is set.
17425 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17427         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17428         structured fields.
17430 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17432         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17434 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17436         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17437         Add variable.
17438         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17439         assigning the spam-mark to new messages.
17441 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17443         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17445 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17447         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17448         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17449         default.
17451 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17453         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17454         correct data.
17456 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17458         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17459         (spam-group-processor-p): Fix function.
17460         (spam-group-processor-multiple-p)
17461         (spam-group-spam-processor-report-gmane-p)
17462         (spam-group-spam-processor-report-resend-p)
17463         (spam-group-spam-processor-bogofilter-p)
17464         (spam-group-spam-processor-blacklist-p)
17465         (spam-group-spam-processor-ifile-p)
17466         (spam-group-ham-processor-ifile-p)
17467         (spam-group-spam-processor-spamoracle-p)
17468         (spam-group-spam-processor-crm114-p)
17469         (spam-group-ham-processor-bogofilter-p)
17470         (spam-group-spam-processor-stat-p)
17471         (spam-group-ham-processor-stat-p)
17472         (spam-group-ham-processor-whitelist-p)
17473         (spam-group-ham-processor-BBDB-p)
17474         (spam-group-ham-processor-spamoracle-p)
17475         (spam-group-ham-processor-copy-p): Remove functions with some
17476         prejudice against unneeded code.
17477         (spam-report-articles-resend)
17478         (spam-report-resend-register-routine): Allow the group/topic
17479         spam-resend-to value to override spam-report-resend-to.
17480         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17481         properly now.
17483         * gnus.el (spam-resend-to): Add group/topic parameter.
17484         (spam-process): Move the OBSOLETE processors to the end of the
17485         choices.
17487 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17489         * spam-report.el (spam-report-resend-to, spam-report-resend):
17490         Start with resend-to set to nil, and then ask the user if necessary.
17491         (spam-report-resend): spam-report-resend takes a list of articles, not
17492         separate article numbers.
17494 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17496         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17497         addition to emacs-w3m.
17499 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17501         * assistant.el (assistant-authinfo-data): New function.
17502         (assistant-eval): Eval for entire assistant.
17504         * netrc.el (netrc-services-file): New variable.
17505         (netrc-parse-services): New function.
17506         (netrc-find-service-name): New function.
17507         (netrc-find-service-number): New function.
17508         (netrc-port-equal): New function.
17509         (netrc-machine): Use it.
17511         * nnimap.el (nnimap-open-connection): Use netrc.
17513         * gnus-util.el (gnus-netrc-get): Remove aliases.
17515         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17517         * assistant.el (wid-edit): Fix compilation.
17519         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17521 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17523         * gnus-util.el (gnus-set-file-modes): New function.  (small
17524         patch).
17526 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17528         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17530         * assistant.el (assistant-render-node): Fix up rendering and
17531         read-only text.
17532         (assistant-render-node): Reset.
17533         (assistant-make-read-only): Not sticky.
17535 2004-05-20  Danny Siu  <dsiu@adobe.com>
17537         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17538         centered even when gnus-auto-center-summary is t
17540 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17542         * dns.el (dns-get-txt-answer): New function.
17543         (dns-read-txt): Ditto.
17544         (query-dns): Use it.
17546 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17548         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17549         active for foreign groups even if the group level is higher than
17550         the specified value.
17552 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17554         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17555         non-active groups.
17557         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17559 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17561         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17563 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17565         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17566         (spam-crm114-header, spam-crm114-spam-switch)
17567         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17568         (spam-crm114-positive-spam-header)
17569         (spam-crm114-database-directory, spam-list-of-processors)
17570         (spam-group-spam-processor-crm114-p)
17571         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17572         (spam-generic-score, spam-list-of-checks)
17573         (spam-list-of-statistical-checks, spam-registration-functions)
17574         (spam-check-crm114-headers, spam-crm114-score)
17575         (spam-check-crm114, spam-crm114-register-with-crm114)
17576         (spam-crm114-register-spam-routine)
17577         (spam-crm114-unregister-spam-routine)
17578         (spam-crm114-register-ham-routine)
17579         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17580         From asjo@koldfront.dk (Adam Sjøgren).
17582         * gnus.el: Add spam-use-crm114.
17584         * spam.el (spam-list-of-processors, spam-registration-functions):
17585         Add spam-use-resend.
17586         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17587         (spam-report-articles-gmane): Add doc fix.
17588         (spam-report-articles-resend, spam-report-resend-register-routine):
17589         Add wrappers around spam-report-resend-to.
17591         * spam-report.el (spam-report-resend-to, spam-report-resend):
17592         Add support for resending spam.
17593         (spam-report-gmane): Fix line length >80.
17595         * gnus.el (spam-process): Add spam-use-resend.
17597 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17599         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17600         number of processed spam messages.
17601         (spam-ham-copy-or-move-routine): Return the number of processed
17602         ham messages.
17603         (spam-summary-prepare-exit): Use the above values to decide
17604         whether status messages shouled be displayed.
17606 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17608         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17609         `rfc2047-encoding-function-alist' in order to avoid conflicting
17610         with the old version.
17611         (rfc2047-encode-region): Concatenate words containing non-ASCII
17612         characters in structured fields; don't encode space-delimited
17613         ASCII words even in unstructured fields; don't break words at
17614         char-category boundaries.
17615         (rfc2047-encode-1): New function.
17616         (rfc2047-encode): Use it; encode text so that it occupies the
17617         maximum width within 76-column; work correctly on Q encoding for
17618         iso-2022-* charsets.
17619         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17620         sure not to break a line just after the header name.
17621         (rfc2047-b-encode-region): Remove.
17622         (rfc2047-b-encode-string): New function.
17623         (rfc2047-q-encode-region): Remove.
17624         (rfc2047-q-encode-string): New function.
17626         * mm-util.el (mm-replace-in-string): New function.
17628 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17630         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17631         Really get it right.
17632         (gnus-inews-make-draft): Really.
17634 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17636         * nnmh.el (nnmh-request-list-1): Don't check the link count
17637         before descending.  (small patch)
17639 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17641         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17642         stuff.
17644         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17645         Match on real group name.
17647         * gnus-art.el (gnus-signature-limit): Doc fix.
17649         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17651 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17653         * gnus-draft.el (gnus-draft-send):
17654         Bind rfc2047-encode-encoded-words.
17656         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17657         (rfc2047-encodable-p): Say that =? needs encoding.
17658         (rfc2047-encode-encoded-words): New variable.
17660         * gnus-group.el (gnus-group-select-group): Doc fix.
17662         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17664         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17665         to nil.
17667         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17669         * nnheader.el (nnheader-get-lines-and-char): New function.
17671 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17673         * gnus-msg.el (gnus-summary-followup-with-original):
17674         Document yanking of region when active.
17676 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17678         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17679         groups if the group level is higher than the specified value.
17681 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17683         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17684         (gnus-group-jump-to-group): Add prefix argument using
17685         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17686         non-active group.
17688         * compface.el (uncompface): Be verbose when changing
17689         `uncompface-use-external'.
17691         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17692         handle manual section.
17694 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17696         * gnus-art.el (gnus-button-alist): Revert previous change.
17698 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17700         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17702 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17704         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17705         whether backend can accept message.
17707         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17709 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17711         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17712         Avoid creating directory when nntp-marks-is-evil is true.
17713         Reported by Reiner Steib.
17715 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17717         * gnus-picon.el (gnus-picon-style): New variable.
17718         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17719         (gnus-picon-transform-address): Support `gnus-picon-style'.
17720         From Jesper Harder <harder@ifa.au.dk>.
17722 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17724         * message.el (message-fill-field): Return point.
17725         (message-generate-headers): Go to end of field.
17727         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17728         stuff for non-living groups.
17730 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17732         * gnus-art.el (gnus-article-followup-with-original)
17733         (gnus-article-reply-with-original): gnus-mark-active-p ->
17734         gnus-region-active-p.
17736 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17738         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17739         only when there is spam or ham to be processed.
17741 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17743         * mail-source.el (mail-source-delete-crash-box): Refactor.
17744         (mail-source-fetch): Use it.
17745         (mail-source-fetch-file): Ditto.
17746         (mail-source-fetch-directory): Run postscript in loop.
17747         (mail-source-fetch-pop): Delete.
17748         (mail-source-fetch-maildir): Ditto.
17749         (mail-source-fetch-imap): Ditto.
17751         * imap.el (imap-authenticators): Comment out sasl.
17753         * message.el (message-skip-to-next-address): New function.
17754         (message-fill-header-address): Refactor.
17755         (message-fill-address): Use it.
17756         (message-delete-address): Use it.
17757         (message-fill-header-general): Refactor.
17758         (message-fill-field-address): Rename.
17759         (message-narrow-to-field): Find the start of the header.
17760         (message-header-format-alist): Don't pre-fill.
17761         (message-fill-header): Remove.
17762         (message-insert-header): New function.
17763         (message-shorten-references): Use it.
17765         * rfc2047.el (rfc2047-field-value): Strip props.
17767         * mail-parse.el (mail-header-make-address): New alias.
17769         * ietf-drums.el (ietf-drums-make-address): New function.
17771         * imap.el: Add compiler directives.
17773         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17775         * gnus-art.el (article-decode-idna-rhs): Don't use
17776         message-idna-inside-rhs-p.
17778 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17780         * message.el (message-idna-inside-rhs-p): Remove.
17781         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17783         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17784         false positives.
17786 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17788         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17790 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17792         * nneething.el (nneething-file-name): Don't create spurious
17793         files.
17795         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17796         (gnus-inews-do-gcc): Remove sleep.
17798         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17799         part under point.
17801         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17802         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17804 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17806         * spam.el (spam-summary-prepare-exit): Fix (length).
17808 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17810         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17811         as expired without moving it" message when there are spam
17812         messages left.
17814 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17816         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17817         header is not nil.
17819 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17821         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17822         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17823         (nntp-marks-changed-p): New arg SERVER.
17824         (nntp-request-update-info): Adjust caller.
17826 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17828         * nntp.el (nntp-save-marks): Pass missing arg.
17830 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17832         * nntp.el: Support marks.
17833         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17834         (nntp-marks-modtime, nntp-marks-directory): New variables.
17835         (nntp-request-set-mark, nntp-request-update-info)
17836         (nntp-possibly-create-directory, nntp-marks-changed-p)
17837         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17838         New functions.
17840 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17842         * gnus-score.el (gnus-score-insert-help):
17843         Use gnus-select-lowest-window.
17845         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17846         appt-select-lowest-window and rename to gnus-select-lowest-window.
17848         * gnus.el: do.
17850 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17852         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
17853         encodings of MIME-encoded words, in order to improve
17854         interoperability with several broken MUAs.
17856 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17858         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
17859         tags, only when charsets are not specified in headers.
17860         (mm-inline-text-html-render-with-w3m): Ditto.
17862 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17864         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
17865         instead of MIME-decoded from fields when checking
17866         `gnus-article-address-banner-alist'.
17868 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
17870         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
17871         description rather than subject.
17873 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17875         * gnus.el (gnus-version-number): Bump.
17877 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
17879         * gnus.el: No Gnus v0.2 is released.
17881 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17883         * gnus-agent.el (gnus-agent-read-agentview):
17884         Inline gnus-uncompress-range.
17886 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17888         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
17889         `exec-installed-p'.
17891 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17893         * gnus.el (spam-process, spam-autodetect-methods):
17894         Add bsfilter and bsfilter-headers.
17896         * spam.el (spam-bsfilter): New customize group.
17897         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
17898         (spam-bsfilter-header, spam-bsfilter-probability-header)
17899         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
17900         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
17901         (spam-bsfilter-database-directory): New options.
17902         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
17903         (spam-list-of-statistical-checks, spam-registration-functions):
17904         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
17905         (spam-bsfilter-score): New command.
17906         (spam-check-bsfilter-headers, spam-check-bsfilter)
17907         (spam-bsfilter-register-with-bsfilter)
17908         (spam-bsfilter-register-spam-routine)
17909         (spam-bsfilter-unregister-spam-routine)
17910         (spam-bsfilter-register-ham-routine)
17911         (spam-bsfilter-unregister-ham-routine): New functions.
17912         (spam-generic-score): Support bsfilter; Accept an optional argument
17913         to recalcurate spam score even if scoring header has already been
17914         added.
17915         (spam-bogofilter-score, spam-spamassassin-score): Accept an
17916         optional argument to recalcurate spam score even if scoring header
17917         has already been added.
17919 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
17921         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
17922         strings!  Reported by David D. Smith <davidsmith@acm.org>.
17923         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
17924         link is missing.
17926 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
17928         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
17929         (html2text-get-attr): Rewrite.
17931         * message.el (message-setup-1): Remove redundant put-text-property
17932         on mail-header-separator.
17934 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
17936         * gnus-registry.el (gnus-registry-cache-whitespace)
17937         (gnus-registry-action, gnus-registry-spool-action)
17938         (gnus-registry-split-fancy-with-parent): Change message levels
17939         from 5 to 3 or 7, as needed.
17941         * spam.el (spam-summary-prepare-exit)
17942         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
17943         (spam-split, spam-find-spam, spam-log-undo-registration)
17944         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
17945         level from 5 to 6.
17947 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17949         * gnus-ems.el: Autoload appt-select-lowest-window (revert
17950         2004-03-04 change).
17952 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
17954         * sieve-manage.el (sieve-manage-open):
17955         * nnweb.el (nnweb-insert-html):
17956         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
17957         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
17958         * nnspool.el (nnspool-request-group):
17959         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
17960         * nnml.el (nnml-request-update-info):
17961         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
17962         (nnmh-request-create-group, nnmh-update-gnus-unreads):
17963         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
17964         (nnimap-request-set-mark):
17965         * nnfolder.el (nnfolder-request-update-info):
17966         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
17967         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
17968         * gnus-uu.el (gnus-uu-find-articles-matching):
17969         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
17970         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
17971         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
17972         * gnus-nocem.el (gnus-nocem-scan-groups):
17973         * gnus-int.el (gnus-start-news-server):
17974         * gnus-group.el (gnus-group-make-kiboze-group)
17975         (gnus-group-browse-foreign-server):
17976         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
17977         Use mapc when appropriate.
17979 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
17981         FIXME: Make separate entries for each person.
17983         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
17984         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
17985         <shields@msrl.com>:
17987         * spam.el (spam-necessary-extra-headers): Get the extra headers we
17988         may need for spam sorting and scoring.
17989         (spam-user-format-function-S): Add user format function suitable for
17990         general use.
17991         (spam-article-sort-by-spam-status): Add sorting function for summary
17992         sorting.
17993         (spam-extra-header-to-number): Add function to get a score from a
17994         header.
17995         (spam-summary-score): Add function to  get a numeric score from the
17996         headers.
17997         (spam-generic-score): Fix function doc, was in wrong place.
17998         (spam-initialize): Take symbols when it's run, and install the
17999         extra headers that spam-necessary-extra-headers thinks we need.
18001 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18003         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18004         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18006 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18008         * gnus-sum.el (gnus-set-global-variables)
18009         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18010         (gnus-article-get-xrefs, gnus-summary-best-group)
18011         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18012         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18013         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18014         Use with-current-buffer.
18016 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18018         * spam.el (spam-summary-prepare-exit): Simplify logic.
18019         (spam-fetch-article-header): Read the article header if it's not
18020         available.
18021         (spam-list-articles): Simplify logic.
18022         (spam-filelist-register-routine): Fix bug with unregister-list.
18024         * gnus-registry.el: Fix comments at beginning.
18026 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18028         * message.el (message-cater-to-broken-inn): Remove.
18029         (message-shorten-references): Make sure the total folded length of
18030         References is shorter than 998 characters to cater to a bug in INN
18031         2.3.  Also, don't pretend that references aren't folded -- this
18032         hasn't worked for a while.
18034 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18036         * gnus-agent.el (gnus-agentize):
18037         gnus-agent-send-mail-real-function no longer set to current value
18038         of message-send-mail-function but rather a lambda that calls
18039         message-send-mail-function.  The change makes the agent real-time
18040         responsive to user changes to message-send-mail-function.
18042 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18044         * legacy-gnus-agent.el
18045         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18046         help from Florian Weimer <fw@deneb.enyo.de>
18048 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18050         * nnmail.el (nnmail-cache-insert): Revert last change.
18052 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18054         * nnmail.el (nnmail-cache-insert): Always check whether
18055         nnmail-cache-ignore-groups matches a group name.
18057 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18059         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18060         (spam-find-spam, spam-log-processing-to-registry)
18061         (spam-log-registered-p, spam-log-unregistration-needed-p)
18062         (spam-log-undo-registration): Use gnus-message instead of
18063         gnus-error, none of these errors are fatal.
18065         * gnus-registry.el (gnus-registry-clean-empty-function)
18066         (gnus-registry-clean-empty): Remove only empty entries without
18067         extra data.
18069 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18071         * spam-stat.el (spam-stat-buffer-change-to-spam)
18072         (spam-stat-buffer-change-to-non-spam): Change (error) to
18073         (gnus-message 8) invocation.
18075 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18077         * nntp.el (nntp-via-netcat-command): New variable.
18078         (nntp-via-netcat-switches): New variable.
18079         (nntp-open-via-rlogin-and-netcat): New function.
18080         (nntp-open-connection-function): Doc fix.
18081         (nntp-telnet-command): Doc fix.
18082         (nntp-end-of-line): Doc fix.
18083         (nntp-via-rlogin-command): Doc fix.
18084         (nntp-via-user-name): Doc fix.
18085         (nntp-via-address): Doc fix.
18087 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18089         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18090         error in Emacs 21.1.
18092 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18094         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18096 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18098         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18099         (gnus-agent-with-refreshed-group): New macro.
18100         (gnus-agent-rename-group): New function.
18101         (gnus-agent-delete-group): New function.
18102         (gnus-agent-save-group-info): Use gnus-command-method when
18103         `method' parameter is nil.  Don't write nil entries into the
18104         active file.
18105         (gnus-agent-get-group-info): New function.
18106         (gnus-agent-fetch-articles):
18107         Use gnus-agent-update-files-total-fetched-for to increment disk space
18108         used.
18109         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18110         Use gnus-agent-update-view-total-fetched-for to increment disk space
18111         used.
18112         (gnus-agent-get-local): Add optional parameters to avoid calling
18113         gnus-group-real-name and gnus-find-method-for-group.
18114         (gnus-agent-set-local): Delete stored entry if either min, or max,
18115         are nil.
18116         (gnus-agent-fetch-session): Reworded error/quit messages.
18117         On quit, use gnus-agent-regenerate-group to record existence of any
18118         articles fetched to disk before the quit occurred.
18119         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18120         gnus-agent-update-view-total-fetched-for, and
18121         gnus-agent-update-files-total-fetched-for to decrement disk space
18122         used.
18123         (gnus-agent-retrieve-headers):
18124         Use gnus-agent-update-view-total-fetched-for to increment disk space
18125         used.
18126         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18127         with gnus-agent-update-files-total-fetched-for to decrement disk
18128         space and fresh group buffer.
18129         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18130         (gnus-agent-need-update-total-fetched-for): New variable.
18131         (gnus-agent-update-files-total-fetched-for): New function.
18132         (gnus-agent-update-view-total-fetched-for): New function.
18133         (gnus-agent-total-fetched-for): New function.
18135         * gnus-cache.el (gnus-cache-save-buffers):
18136         Use gnus-cache-update-overview-total-fetched-for to change disk space
18137         used by this group.
18138         (gnus-cache-possibly-enter-article):
18139         Use gnus-cache-update-file-total-fetched-for to increment disk space
18140         used by this group.
18141         (gnus-cache-possibly-remove-article):
18142         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18143         used by this group.
18144         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18145         (gnus-cache-rename-group): New function.
18146         (gnus-cache-delete-group): New function.
18147         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18148         (gnus-cache-need-update-total-fetched-for): New variable.
18149         (gnus-cache-with-refreshed-group): New macro.
18150         (gnus-cache-update-file-total-fetched-for): New function.
18151         (gnus-cache-update-overview-total-fetched-for): New function.
18152         (gnus-cache-rename-group-total-fetched-for): New function.
18153         (gnus-cache-delete-group-total-fetched-for): New function.
18154         (gnus-cache-total-fetched-for): New function.
18156         * gnus-group.el: Require gnus-sum and autoload functions to
18157         resolve warnings when gnus-group.el compiled alone.
18158         (gnus-group-line-format): Documented new %F.
18159         (size of Fetched data) group line format; identifies disk space
18160         used by agent and cache.
18161         (gnus-group-line-format-alist): Defined new F format.
18162         (gnus-total-fetched-for): New function.
18163         (gnus-group-delete-group): No longer update
18164         gnus-cache-active-altered as gnus-request-delete-group now keeps
18165         the cache in sync.
18166         (gnus-group-list-active): Let the agent store a server's active
18167         list if currently plugged.
18169         * gnus-int.el (gnus-request-delete-group):
18170         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18171         local disk in sync with the server.
18172         (gnus-request-rename-group):
18173         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18174         local disk in sync with the server.
18176         * gnus-start.el (gnus-get-unread-articles):
18177         Cosmetic simplification to logic.
18179         * gnus-util.el (gnus-rename-file): New function.
18181 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18183         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18185 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18187         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18188         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18190 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18192         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18193         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18195 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18197         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18199 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18201         * spam.el (spam-set-difference): Add function to replace
18202         gnus-set-difference in spam.el.
18203         (spam-summary-prepare-exit): Use spam-set-difference.
18205 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18207         * gnus-registry.el (gnus-registry-cache-file): Update to use
18208         gnus-dribble-directory OR gnus-home-directory OR ~.
18209         (gnus-registry-split-fancy-with-parent): Fix doc.
18211 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18213         * message.el (message-exchange-point-and-mark):
18214         Use message-mark-active-p.  Suggested by Jesper Harder
18215         <harder@ifa.au.dk>.
18217 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18219         * message.el (message-exchange-point-and-mark): Don't activate
18220         region if it was inactive.  Suggested by Hiroshi Fujishima
18221         <pooh@nature.tsukuba.ac.jp>.
18223 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18225         * gnus-art.el (article-display-face): Display Faces in the same
18226         order as X-Faces.
18228 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18230         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18232 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18234         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18235         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18236         (gnus-article-mime-hierarchy): Remove.
18237         (gnus-article-mime-hierarchy-next): Remove.
18238         (gnus-article-mode): Revert 2004-03-19 change.
18239         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18240         (gnus-insert-mime-button): Revert 2004-03-19 change.
18241         (gnus-mime-accumulate-hierarchy): Remove.
18242         (gnus-mime-enter-multipart): Remove.
18243         (gnus-mime-leave-multipart): Remove.
18244         (gnus-mime-display-part): Revert 2004-03-19 change.
18245         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18247         * mml.el (mml-preview): Revert 2004-03-19 change.
18249 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18251         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18253 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18255         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18256         t while entering a file name using the mm-with-multibyte macro.
18257         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18259         * mm-util.el (mm-with-multibyte): New macro.
18261 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18263         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18264         New user option.
18265         (gnus-mime-multipart-functions): Doc and customization fix.
18266         (gnus-article-mime-hierarchy): New variable.
18267         (gnus-article-mime-hierarchy-next): New variable.
18268         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18269         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18270         gnus-article-mime-hierarchy-next to nil.
18271         (gnus-insert-mime-button): Show hierarchy numbers.
18272         (gnus-mime-accumulate-hierarchy): New function.
18273         (gnus-mime-enter-multipart): New function.
18274         (gnus-mime-leave-multipart): New function.
18275         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18276         (gnus-mime-display-alternative): Show hierarchy numbers.
18278         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18279         gnus-article-mime-hierarchy-next to nil.
18281 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18283         * dns.el: Don't require gnus-xmas.
18285 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18287         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18288         inline PGP.
18289         (mml-menu): Disable mml-quote-region if mark is inactive.
18291 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18293         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18294         when the group's active is not available.
18296 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18298         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18299         error.
18301 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18303         * imap.el (imap-store-password): New variable.
18304         (imap-interactive-login): Use it.
18305         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18307 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18309         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18310         window-start and hscroll to summary window.
18312 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18314         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18315         conversion message to newsrc-dribble when an actual conversion is
18316         performed.
18318 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18320         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18322 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18324         * mm-decode.el (mm-complicated-handles): New function reviving
18325         former definition of mm-multiple-handles.
18327         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18328         (gnus-mime-delete-part): Use it.
18330 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18332         * gnus-agent.el (gnus-agent-read-local):
18333         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18334         avoid the implicit assumption that they will always be equal.
18335         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18336         coding-system-for-write, as the with-temp-file macro first prints
18337         to a buffer then saves the buffer.
18339 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18341         * gnus-art.el (gnus-article-edit-part): New function.
18342         (gnus-mime-save-part-and-strip): Use it; do query instead of
18343         signaling an error; don't use mm-multiple-handles.
18344         (gnus-mime-delete-part): Ditto.
18346 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18348         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18349         old file versions.
18350         (gnus-group-prepare-hook): Remove function that converted list
18351         form of gnus-agent-expire-days to group properties.
18353         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18354         (gnus-request-accept-article): Re-indented.
18356         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18357         converters to handle old agent file formats.  Add logic for a
18358         "backup before upgrading warning".
18359         (gnus-convert-mark-converter-prompt): Developers can mark
18360         functions as needing (default), or not needing,
18361         gnus-convert-old-newsrc's "backup before upgrading warning".
18362         (gnus-convert-converter-needs-prompt): Tests whether the user
18363         should be protected from potentially irreversable changes by the
18364         function.
18366         * legacy-gnus-agent.el: New.  Provides converters that are only
18367         loaded when gnus-convert-old-newsrc needs to call them.
18369 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18371         * mail-source.el (mail-source-touch-pop): Doc fix.
18373         * message.el (message-smtpmail-send-it): Doc fix.
18375 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18377         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18379         * nnmail.el (nnmail-split-fancy): do.
18381         * gnus-kill.el (gnus-kill, gnus-execute): do.
18383 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18385         * gnus-sum.el (gnus-widget-reversible-match)
18386         (gnus-widget-reversible-to-internal)
18387         (gnus-widget-reversible-to-external): New functions.
18388         (gnus-widget-reversible): New widget.
18389         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18391 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18393         * gnus-sum.el (gnus-thread-sort-functions)
18394         (gnus-article-sort-functions): Document `(not F)' items.
18396 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18398         * spam.el (spam-use-gmane-xref): Add new backend.
18399         (spam-gmane-xref-spam-group): Add variable to control the name of the
18400         Gmane spam group.
18401         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18402         (spam-regex-headers-spam, spam-regex-headers-ham)
18403         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18404         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18405         backends and checks.
18406         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18408         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18409         an autodetect method.
18411 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18413         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18414         articles are being added to a group.
18415         (gnus-request-replace-article): Inform the agent that articles
18416         need to be uncached as the cached contents are no longer valid.
18418 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18420         * binhex.el: Don't autoload executable-find.
18422         * canlock.el: Don't autoload mail-fetch-field.
18424         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18426         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18427         rmail-dont-reply-to and rmail-output.
18429         * gnus-score.el: Don't autoload ffap-string-at-point.
18431         * gnus-setup.el: Don't autoload sc-cite-original.
18433         * imap.el: Don't autoload base64-decode-string,
18434         base64-encode-string and md5.
18436         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18437         and rmail-msg-restore-non-pruned-header.
18439         * mm-decode.el: Don't autoload executable-find.
18441         * mm-url.el: Don't autoload executable-find.
18443         * mm-view.el: Don't autoload diff-mode.
18445         * nndb.el: Don't autoload news-reply-mode, news-setup,
18446         cancel-timer and telnet.
18448         * password.el: Don't autoload run-at-time for Emacs.
18450         * sha1-el.el: Don't autoload executable-find.
18452         * sieve-mode.el: Don't autoload c-mode.
18454         * uudecode.el: Don't autoload executable-find.
18456 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18458         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18459         (gnus-agent-possibly-alter-active): Avoid null in numeric
18460         comparison.
18461         (gnus-agent-set-local): Refuse to save null in local object table.
18462         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18463         list of articles that will be marked as unread.
18465 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18467         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18469 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18471         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18472         language tags.
18474 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18476         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18477         Don't bind "obarray".
18479         * gnus-sum.el (gnus-thread-sort-functions):
18480         Add `gnus-thread-sort-by-most-recent-number' and
18481         `gnus-thread-sort-by-most-recent-date'.
18482         Reported by Kai Grossjohann <kai@emptydomain.de>.
18484 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18486         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18488 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18490         * gnus-cus.el (gnus-agent-customize-category):
18491         Remove ignore-errors macro reference that required cl to be loaded at
18492         run-time.
18494         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18495         single-interval range of the form (min . max).  Previously the
18496         range had to look like ((min . max)).  Likewise, return
18497         (min . max) rather than ((min . max)).
18498         (gnus-range-map): Use gnus-range-normalize to accept
18499         single-interval range.
18501         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18502         the cache, but not the agent, now appear with their usual face.
18504 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18506         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18507         w3m-safe-url-regexp variable buffer-local.
18509         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18511 2004-02-27  Simon Josefsson  <jas@extundo.com>
18513         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18514         gnus-group-real-prefix.
18515         (gnus-summary-move-article): Use it, instead of
18516         gnus-group-real-prefix.
18518 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18520         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18521         w3m-safe-url-regexp variable buffer-local and set it as the value
18522         of mm-w3m-safe-url-regexp.
18524         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18526         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18527         parsing gnus-posting-styles when the message is not for replying.
18529         * nnrss.el (nnrss-opml-export):
18530         Use mm-set-buffer-file-coding-system instead of
18531         set-buffer-file-coding-system.
18533 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18535         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18536         of checkdoc.el).
18537         * nnrss.el: do.
18538         * gnus-mlspl.el: do.
18539         * gnus-ml.el: do.
18540         * gnus-srvr.el: do.
18542         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18544 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18546         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18547         Corrections to custom-manual links.
18549         * gnus-art.el (gnus-article): Ditto.
18551         * mm-decode.el (mime-display, mime-security): Ditto.
18553 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18555         * flow-fill.el: Typo.
18557 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18559         * spam-wash.el: New file.
18561 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18563         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18565 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18567         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18568         to be run with new-articles as LIST1, not LIST2.
18569         (spam-registration-functions): Add spam-use-ham-copy as a nil
18570         registration backend.
18572 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18574         * spam-stat.el (spam-stat-washing-hook): New option.
18575         (spam-stat-buffer-words): Use it.
18576         (spam-stat-process-directory, spam-stat-test-directory):
18577         Use insert-file-contents-literally.
18578         (spam-stat-coding-system): New variable.
18579         (spam-stat-load, spam-stat-save): Use it.
18581 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18583         * spam-report.el (spam-report-plug-agent):
18584         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18586 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18588         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18589         Allow / in mailto URLs.
18591 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18593         * spam-report.el (spam-report-process-queue): Fix interactive use.
18594         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18595         (spam-report-unplug-agent): Doc fixes.
18596         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18597         (spam-report-agentize, spam-report-deagentize):
18598         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18600         * message.el (message-setup-fill-variables): Add mml tags to
18601         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18602         <ajk@iu.edu>.
18603         (message-mode): Don't modify paragraph-separate there.
18605 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18607         * compface.el (uncompface-use-external): Default to undecided.
18608         (uncompface-use-external-threshold): New variable.
18609         (uncompface-float-time): New macro.
18610         (uncompface): Determine whether to use the external decoder if
18611         uncompface-use-external is undecided.
18613 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18615         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18616         after images.
18618         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18620 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18622         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18624         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18626         * gnus-sum.el (gnus-summary-limit-to-age)
18627         (gnus-summary-limit-children): do.
18629         * gnus-int.el (gnus-request-scan): do.
18631         * gnus-group.el (gnus-group-suspend): do.
18633         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18635         * gnus-cite.el (gnus-cite-parse-attributions): do.
18637         * gnus-agent.el (gnus-summary-set-agent-mark)
18638         (gnus-agent-regenerate-group): do.
18640         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18642         * binhex.el (binhex-decode-region-internal): do.
18644 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18646         * gnus-fun.el (gnus-face-properties-alist): New user option.
18647         (gnus-display-x-face-in-from): Use it.
18649         * gnus-art.el (article-display-face): Ditto.
18651         * compface.el (uncompface-use-external): Default to nil.
18653 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18655         * nntp.el (nntp-erase-buffer): New function.
18656         (nntp-retrieve-data, nntp-send-command)
18657         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18658         (nntp-possibly-change-group): Use it.
18660         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18661         Use with-current-buffer.
18663 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18665         * compface.el: Merge the ELisp-based uncompface program.
18666         (compface): New customization group.
18667         (uncompface-use-external): New user option.
18668         (uncompface): Call uncompface-internal if uncompface-use-external
18669         is nil.
18670         (uncompface-internal): New function.  Note that there are also
18671         some other functions and variables added for this function.
18673 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18675         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18676         if necessary.
18678 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18680         * spam-report.el (spam-report-unplug-agent)
18681         (spam-report-plug-agent, spam-report-deagentize)
18682         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18683         Add support for the Agent in spam-report: when unplugged, report to a
18684         file; when plugged, submit all the requests.
18686         * spam.el (spam-register-routine): Fix message about
18687         registration.
18689 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18691         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18692         dependencies.
18693         (rfc2047-encode): Use it.
18695         * gnus-art.el (gnus-button-marker-list): Move before first
18696         reference.
18698         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18699         (imap-parse-body): Fix format string mismatch.
18701         * gnus-score.el (gnus-summary-increase-score): do.
18703         * nnrss.el (nnrss-close): New function.
18705 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18707         * nnrss.el (nnrss-make-filename): New function.
18708         (nnrss-request-delete-group, nnrss-read-server-data)
18709         (nnrss-save-server-data, nnrss-read-group-data)
18710         (nnrss-save-group-data): Use it.
18711         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18712         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18713         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18715 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18717         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18719 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18721         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18722         files.
18724         * message.el (message-generate-headers-first): Don't quote nil
18725         and t in docstrings.
18727         * imap.el (imap-id): do.
18729         * gnus-agent.el (gnus-agent-consider-all-articles)
18730         (gnus-agent-queue-mail): do.
18732 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18734         * spam-report.el (spam-report-process-queue): New function.
18735         Process requests from `spam-report-requests-file'.
18736         (spam-report-process-queue): Doc fix.
18738 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18740         * spam.el (spam-register-routine)
18741         (spam-log-processing-to-registry, spam-log-registered-p)
18742         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18743         Change "check" to "spam-check" for semi-clarity.
18745 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18747         * pop3.el: Require nnheader.
18749         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18751         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18753         * gnus-picon.el: Require cl.
18755         * gnus-fun.el: Require gnus-ems and gnus-util.
18757         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18759         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18761         * gnus-art.el (gnus-article-edit-mode): Define before first
18762         reference.
18764 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18766         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18767         (gnus-uu-post-encoded): Use point-at-bol.
18769         * gnus-topic.el (gnus-group-active-topic-p): do.
18771         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18773         * gnus-group.el (gnus-group-kill-region): do.
18775         * gnus-art.el (article-date-ut): do.
18777         * message.el (message-fetch-field): Remove redundant
18778         case-fold-search binding.
18779         (message-narrow-to-field): Simplify.
18781 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18783         * spam.el (spam-directory): Derive from `gnus-directory'.
18785         * spam-report.el (spam-report-url-to-file)
18786         (spam-report-requests-file): New function and variable for offline
18787         reporting.
18788         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18789         and user defined function.
18790         (spam-report-url-ping-mm-url): Remove doubled slash.
18792 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18794         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18796 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18798         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18799         Fix format string mismatch.
18801         * sieve.el (sieve-deactivate-all): do.
18803         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18805         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18807         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18809         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18811 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18813         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18814         the list of checks.
18816 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18818         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18819         padding.
18821 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18823         * mm-view.el (mm-fill-flowed): New variable.
18824         (mm-inline-text): Use it.
18826 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18828         * spam.el (spam-spamassassin-register-ham-routine)
18829         (spam-spamassassin-register-spam-routine): Fix function names.
18831 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18833         * gnus.el (gnus-tmp-grouplens): Remove.
18834         (gnus-summary-line-format): Remove grouplens.
18836         * gnus-group.el (gnus-group-line-format): Ditto.
18838         * gnus-spec.el (gnus-format-specs): Ditto.
18839         (gnus-update-format-specifications): Flush the group format spec
18840         cache if there's the grouplens stuff.
18841         (gnus-parse-simple-format): Replace %l with the empty string.
18843 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18845         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18846         omission.
18848 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18850         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
18851         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18853 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18855         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
18856         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
18857         New macros and functions.
18858         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
18859         Handle > NLINK_MAX messages.
18860         * nnmaildir.el (nnmaildir-request-set-mark):
18861         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
18863 2004-01-25  Alex Schroeder  <alex@gnu.org>
18865         * spam-stat.el (spam-stat-process-directory-age): New option.
18866         (spam-stat-process-directory): Use it.
18868 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
18870         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
18871         (spam-stat-save): Accept prefix argument.
18873 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
18875         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
18876         links" error.
18878 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18880         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
18881         compatibility with old .newsrc.eld files.
18883         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
18885         * gnus-start.el (gnus-1): do.
18887         * gnus-group.el (gnus-group-line-format-alist): do.
18889         * gnus.el (gnus-use-grouplens, gnus-visual): do.
18891         * gnus-gl.el: Remove.
18893 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18895         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
18896         marks consisting of a single range {for example, (3 . 5)} rather
18897         than a list of a single range { ((3 . 5)) }.
18899 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
18901         * spam-stat.el (spam-stat-store-gnus-article-buffer):
18902         Use with-current-buffer.
18903         (spam-stat-store-current-buffer): Use insert-buffer-substring to
18904         avoid consing a string.
18906         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
18907         Remove obsolete entries for big5 and gb2312.
18909 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18911         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
18912         uncompressed list.
18914 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
18916         * spam-stat.el (spam-stat-strip-xref): New function.
18917         (spam-stat-process-directory): Use it.
18919         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
18920         here -- it's done in message-fetch-field.
18922 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18924         * gnus-agent.el (gnus-agent-queue-mail)
18925         (gnus-agent-prompt-send-queue): New variables.
18926         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
18927         * gnus-draft.el (gnus-group-send-queue): Pass the group name
18928         "nndraft:queue" along to gnus-draft-send.
18929         Use gnus-agent-prompt-send-queue.
18930         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
18931         is "nndraft:queue".  Suggested by Gaute Strokkenes
18932         <gs234@srcf.ucam.org>
18934         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
18935         (agent-enable-undownloaded-faces): Add.
18936         (gnus-agent-cat-groups): Use eval-and-compile, not
18937         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
18938         method of gnus-agent-cat-groups even when the buffer has been
18939         evaled.
18940         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
18941         delete gnus-agent-save-active-1.
18942         (gnus-agent-save-groups): Delete.  Identical to
18943         gnus-agent-save-active.
18944         (gnus-agent-write-active): No longer adjust agent's copy of active
18945         file as agent's adjustments are now stored in their own
18946         file.  Remove optional parameter.
18947         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
18948         servers.  Add use of min/max range limits from server's local
18949         file.
18950         (gnus-agent-save-alist): Remove unused optional argument.
18951         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
18952         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
18953         (gnus-agent-set-local): A per-server file that keeps min/max range
18954         limits for articles known to the agent.  Provides a fast mechanism
18955         for altering many active ranges.
18956         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
18957         active file (local makes it unnecessary).
18958         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
18960         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
18961         (agent-enable-undownloaded-faces): Add.
18963         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
18964         disable it when sending to "nndraft:queue".
18965         (gnus-group-send-queue): Add safety check to avoid sending queue
18966         when unplugged.
18968         * gnus-group.el (gnus-group-catchup): Use new
18969         gnus-sequence-of-unread-articles, not
18970         gnus-list-of-unread-articles, to avoid exhausting memory with huge
18971         numbers of articles.  Use gnus-range-map to avoid having to
18972         uncompress the unread list.
18973         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
18974         Fix invalid ange-ftp reference.
18976         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
18977         (gnus-sorted-range-intersection): Intersection of two ranges
18978         without requiring that they first be uncompressed.
18980         * gnus-start.el (gnus-activate-group): Unless blocked by the
18981         caller, possibly expand the active range to include both cached
18982         and agentized articles.
18983         (gnus-convert-old-newsrc): Rewrote in anticipation of having
18984         multiple version-dependent converters.
18985         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
18986         gnus-agent-save-active.
18987         (gnus-save-newsrc-file): Save dirty agent range limits.
18989         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
18990         gnus-agent-possibly-alter-active.
18991         (gnus-adjust-marked-articles): Faster handling of simple lists
18993 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
18995         * spam-stat.el (spam-stat-test-directory): New optional argument
18996         displays a list of files detected.  Suggested by Andrew Cohen
18997         <cohen@andy.bu.edu>.
18998         (spam-stat-buffer-words-with-scores): Don't narrow and change
18999         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19001 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19003         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19004         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19005         (spam-spamassassin-arguments)
19006         (spam-spamassassin-spam-flag-header)
19007         (spam-spamassassin-positive-spam-flag-header)
19008         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19009         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19010         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19011         (spam-list-of-processors, spam-list-of-checks)
19012         (spam-list-of-statistical-checks, spam-registration-functions)
19013         (spam-check-spamassassin-headers, spam-check-spamassassin)
19014         (spam-spamassassin-score)
19015         (spam-spamassassin-register-with-sa-learn)
19016         (spam-spamassassin-register-spam-routine)
19017         (spam-spamassassin-register-ham-routine)
19018         (spam-assassin-register-spam-routine)
19019         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19020         (spam-bogofilter-score): Fix to show article before scoring.
19022 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19024         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19025         default scoring function.
19026         (spam-generic-score): Call spam-spamassassin-score if
19027         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19028         spam-bogofilter-score otherwise.
19030         * gnus.el (spam-process, spam-autodetect-methods):
19031         Add spamassassin and spamassassin-headers.
19033 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19035         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19036         Suppress unnecessary messages.
19038 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19040         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19041         make-hash-table.
19043 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19045         * canlock.el (base64-encode-string): Don't autoload it.
19047 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19049         * run-at-time.el: Remove useless (require 'itimer),
19050         eval-and-compile and (featurep 'xemacs).
19052 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19054         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19055         GROUP is a virtual group.
19057 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19059         * gnus.el: Autoload `message-y-or-n-p'.
19061 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19063         * pgg-parse.el: Remove unnecessary (require 'custom).
19065         * pgg-def.el: do.
19067         * nnmail.el: do.
19069         * gnus-undo.el: do.
19071         * gnus-picon.el: do.
19073         * gnus-util.el: do.
19075 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19077         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19079 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19081         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19082         handle, as well as a list.
19084         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19085         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19086         (mm-w3m-cid-retrieve): Simplify.
19088 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19090         * message.el (message-kill-to-signature): Allow prefix arg to
19091         specify number of lines to keep before signature.
19093 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19095         * message.el (message-kill-to-signature): Change docstring.
19097 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19099         * canlock.el: Always require sha1-el.
19100         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19102         * message.el: Autoload sha1 only when compiling.
19104 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19106         * message.el (message-canlock-generate): Require sha1-el.
19108 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19110         * message.el (message-expand-name): Silence the byte compiler.
19112 2004-01-13  Simon Josefsson  <jas@extundo.com>
19114         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19115         Invoke gnus-score-mode.
19116         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19118         * gnus-range.el (gnus-compress-sequence): Doc fix.
19119         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19121 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19123         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19125 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19127         * spam.el (spam-get-article-as-string): Update to use
19128         gnus-request-article-this-buffer, much simpler.
19129         (spam-get-article-as-buffer): Remove.
19131 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19133         * message.el (message-expand-name): Use EUDC if the user uses that.
19135 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19137         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19138         character for the encoding to avoid consing a string.
19140         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19141         unnecessarily.
19143         * mm-util.el (mm-replace-chars-in-string): Remove.
19145         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19146         of mm-replace-chars-in-string.
19148 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19150         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19152         * mm-util.el (mm-subst-char-in-string): Support inplace.
19154         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19155         a new string in every iteration.  Use shy groups.
19157 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19159         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19160         * gnus-soup.el (gnus-soup-group-brew):
19161         * gnus-msg.el (gnus-put-message):
19162         * gnus-move.el (gnus-group-move-group-to-server):
19163         * gnus-kill.el (gnus-batch-score):
19164         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19165         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19166         (gnus-group-update-group, gnus-group-read-group)
19167         (gnus-group-make-group, gnus-group-make-help-group)
19168         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19169         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19170         (gnus-group-sort-by-unread, gnus-group-catchup)
19171         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19172         (gnus-group-yank-group, gnus-group-set-info)
19173         (gnus-group-list-groups):
19174         * gnus.el (gnus-generate-new-group-name):
19175         * gnus-delay.el (gnus-delay-send-queue):
19176         * nnvirtual.el (nnvirtual-catchup-group):
19177         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19178         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19179         (gnus-group-prepare-topics, gnus-topic-check-topology):
19180         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19181         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19182         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19183         (gnus-group-make-articles-read):
19184         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19185         (gnus-group-change-level, gnus-kill-newsgroup)
19186         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19187         (gnus-get-unread-articles, gnus-make-articles-unread)
19188         (gnus-make-ascending-articles-unread): Use accessor
19189         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19190         to get group information for improved readability.
19192 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19194         * gnus-art.el (article-decode-mime-words, article-babel)
19195         (gnus-article-highlight-signature, gnus-article-add-buttons)
19196         (gnus-signature-toggle): Use gnus-with-article-buffer.
19198         * gnus-art.el (gnus-article-highlight-headers)
19199         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19201         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19202         (gnus-article-set-globals, gnus-request-article-this-buffer)
19203         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19204         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19205         (gnus-mime-display-alternative): Use with-current-buffer.
19207 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19209         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19210         also under 80 char limit, and call gnus-error if needed.
19211         (spam-fetch-article-header): Fix - it was a
19212         buffer-local variable (gnus-newsgroup-data).
19213         (spam-find-spam): Use spam-generate-fake-headers, forget about
19214         spam-insert-fake-headers.
19215         (spam-insert-fake-headers): Remove.
19217 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19219         * deuglify.el (gnus-article-outlook-unwrap-lines)
19220         (gnus-outlook-rearrange-article)
19221         (gnus-outlook-repair-attribution-outlook)
19222         (gnus-outlook-repair-attribution-block)
19223         (gnus-outlook-repair-attribution-other): Remove redundant
19224         save-excursion.
19226 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19228         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19229         (spam-fetch-field-subject-fast)
19230         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19231         (spam-fetch-article-header): Add functions to deal with Gnus
19232         internals for fast retrieval of article header data.
19233         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19235 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19237         * pop3.el (pop3-md5): Remove.
19238         (pop3-apop): Replace pop3-md5 with md5.
19240         * mm-bodies.el: base64 is always built-in.
19242         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19243         Use with-current-buffer.
19245 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19247         * canlock.el (canlock-insert-header): Remove excessive grouping in
19248         regexp.
19250         * gnus-sum.el (gnus-summary-read-document): Ditto.
19252         * gnus-uu.el (gnus-uu-part-number): Ditto.
19254         * html2text.el (html2text-remove-tags): Ditto.
19255         (html2text-format-tags): Ditto.
19256         (html2text-format-single-elements): Ditto.
19258         * mml.el (mml-parse-1): Ditto.
19260 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19262         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19264         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19266         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19268         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19270 2003-11-15  Simon Josefsson  <jas@extundo.com>
19272         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19273         (pgg-gpg-lookup-key): Use regexp match instead of
19274         split-string (split-string is different between emacs 21.2 and
19275         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19277 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19279         * gnus-art.el (gnus-mime-view-all-parts)
19280         (gnus-article-part-wrapper, gnus-article-view-part):
19281         Use with-current-buffer.
19283 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19285         * spam.el (spam-disable-spam-split-during-ham-respool)
19286         (spam-spamoracle-database, spam-cache-lookups)
19287         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19288         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19289         (spam-group-ham-marks, spam-group-spam-marks)
19290         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19291         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19292         also add spam-use-blackholes to the statistical checks.
19293         (spam-fetch-field-fast): Add interface to fetching fields, may
19294         become a macro.
19295         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19296         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19297         (spam-insert-fake-headers): Fake an article when needed.
19298         (spam-find-spam): Fake article when possible.
19299         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19300         (spam-check-bogofilter-headers): Use message-fetch-field instead
19301         of nnmail-fetch-field.
19303 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19305         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19307 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19309         * spam.el (spam-split): Do not require spam-use-CHECK to be
19310         enabled if that check is passed to spam-split explicitly; also
19311         fix so 'spam doesn't get converted to spam-split-group when
19312         spam-split-symbolic-return is t.
19313         (spam-find-spam): Find registrations of the article and use those
19314         instead of re-running spam-split to find the spam/ham
19315         classification of the article.
19316         (spam-log-processing-to-registry, spam-log-registered-p)
19317         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19318         Use gnus-error instead of gnus-message.
19319         (spam-log-registration-type): Add function to determine the
19320         classification of a message based on registry entries; will
19321         return nil if both 'spam and 'ham are found.
19322         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19323         a reasonably fast local cache without the loading errors.
19324         (spam-cache-lookups): Set to t by default.
19325         (spam-find-spam): Don't try to guess spam-cache-lookups.
19326         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19327         spam-caches entry.
19328         (spam-filelist-build-cache, spam-filelist-check-cache):
19329         Fix caching of whitelist/blacklist entries.
19330         (spam-check-whitelist, spam-check-blacklist):
19331         Invoke spam-from-listed-p with a type, not a cache variable.
19332         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19334 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19336         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19338         * nnmail.el (nnmail-split-fancy): do.
19340         * mml.el (mml-parse): do.
19342         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19343         (gnus-score-adaptive): do.
19345 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19347         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19348         (gnus-mime-button-map): Don't set keymap parent.
19349         (gnus-button-ctan-directory-regexp): Use shy grouping.
19350         (gnus-prev-page-map): Don't set keymap parent.
19351         (gnus-prev-page-map): Remove duplicated one.
19352         (gnus-next-page-map): Don't set keymap parent.
19353         (gnus-mime-security-button-map): Ditto.
19355         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19356         version number.
19358         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19360 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19362         * canlock.el (canlock-sha1-function): Remove.
19363         (canlock-sha1-function-for-verify): Remove.
19364         (canlock-openssl-program): Remove.
19365         (canlock-openssl-args): Remove.
19366         (canlock-ignore-errors): Remove.
19367         (canlock-sha1-with-openssl): Remove.
19368         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19369         (canlock-verify): Don't use canlock-ignore-errors.
19371         * sha1-el.el (sha1-string-external): Make it can return a string
19372         in binary form.
19373         (sha1-region-external): Ditto.
19374         (sha1-string-internal): Ditto.
19375         (sha1-region-internal): Ditto.
19376         (sha1-region): Ditto.
19377         (sha1-string): Ditto.
19378         (sha1): Ditto.
19380 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19382         * spam.el (spam-report-articles-gmane): New command.
19384 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19386         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19388         * run-at-time.el (run-at-time-saved): Remove.
19389         (run-at-time): Doc fix.
19391 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19393         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19394         (gnus-summary-limit-map): Add it.
19395         (gnus-summary-make-menu-bar): do.
19397 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19399         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19400         Make attempt at some caching support (done for BBDB only now).
19401         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19402         addresses to be checked.
19403         (spam-clear-cache-BBDB): Add function, to be invoked by
19404         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19405         (spam-check-BBDB): Check and use the caches, if
19406         spam-cache-lookups is on, remove superfluous (provide).
19408 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19410         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19412 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19414         * run-at-time.el (run-at-time-saved): Move to after the definition
19415         of `run-at-time'.
19417 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19419         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19420         mm-w3m-local-map-property.
19422         * mm-view.el (mm-w3m-mode-map): Remove.
19423         (mm-w3m-local-map-property): Remove.
19424         (mm-inline-text-html-render-with-w3m): Don't use
19425         mm-w3m-local-map-property.
19427 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19429         * run-at-time.el: New file.
19431         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19432         of gnus-set-text-properties.
19434         * gnus-uu.el (gnus-uu-save-article): Ditto.
19436         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19438         * gnus-cite.el (gnus-cite-parse): Ditto.
19440         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19441         of gnus-.
19443         * gnus.el: Change calls to nnheader-run-at-time and
19444         password-run-at-time throughout to use run-at-time directly.
19446         * password.el: Remove definition of run-at-time.
19448 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19450         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19451         in prompt.
19453 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19455         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19456         XEmacs version.
19458         * dns.el (dns-make-network-process): Use `open-network-stream'
19459         instead of `gnus-xmas-open-network-stream'.
19461         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19463 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19465         * gnus-art.el (gnus-mime-display-alternative)
19466         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19467         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19468         Don't use gnus-local-map-property.
19470         * gnus-util.el (gnus-local-map-property): Remove.
19472         * mm-view.el (mm-view-pkcs7-decrypt):
19473         Replace gnus-completing-read-maybe-default with completing-read.
19475         * gnus-util.el (gnus-completing-read): do.
19476         (gnus-completing-read-maybe-default): Remove.
19478 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19480         * password.el: Only autoload `run-at-time' if not XEmacs.
19481         Only autoload the itimer functions if XEmacs.
19483 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19485         * gnus-art.el (gnus-read-string): Remove.
19486         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19487         read-string.
19489 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19491         * netrc.el: Autoload password-read.
19492         (netrc): Add configuration group.
19493         (netrc-encoding-method, netrc-openssl-path):
19494         Add variables for encoding and decoding of files with symmetric
19495         ciphers.
19496         (netrc-encode): Add assistant function to encode a file with
19497         netrc-encoding-method.
19498         (netrc-parse): Add interactive parameter, added optional
19499         decoding if netrc-encoding-method is non-nil but otherwise
19500         behavior is standard.
19501         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19502         Do s/encode/encrypt/ everywhere.
19504         * spam.el: Remove executable-find autoload.
19506 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19508         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19510         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19512 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19514         * gnus-art.el (gnus-treat-ansi-sequences)
19515         (article-treat-ansi-sequences): New variable and function.
19516         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19518         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19519         Use it.
19521 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19523         * mm-util.el (mm-quote-arg): Remove.
19525         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19526         shell-quote-argument.
19528         * gnus-uu.el (gnus-uu-command): do.
19530         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19532         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19533         with make-char.
19535         * mm-util.el (mm-make-char): Remove.
19537         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19538         add-minor-mode.
19540         * gnus-undo.el (gnus-undo-mode): do.
19542         * gnus-topic.el (gnus-topic-mode): do.
19544         * gnus-sum.el (gnus-dead-summary-mode): do.
19546         * gnus-start.el (gnus-slave-mode): do.
19548         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19550         * gnus-ml.el (gnus-mailing-list-mode): do.
19552         * gnus-gl.el (gnus-grouplens-mode): do.
19554         * gnus-draft.el (gnus-draft-mode): do.
19556         * gnus-dired.el (gnus-dired-mode): do.
19558         * gnus-ems.el (gnus-add-minor-mode): Remove.
19560         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19561         Replace gnus-char-width with char-width.
19563         * gnus-ems.el (gnus-char-width): Remove.
19565         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19566         Replace gnus-char-width with char-width.
19568         * gnus-ems.el (gnus-char-width): Remove.
19570         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19571         definition.
19572         Remove Emacs 20 hash table compatibility code.
19574         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19575         20 compatibility code.
19577         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19579         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19581         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19582         Replace with point-at-{eol,bol}.
19584         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19586         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19588         * flow-fill.el (fill-flowed-point-at-bol)
19589         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19591         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19592         Replace with point-at-{eol,bol} throughout all files.
19594 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19596         * ntlm.el (ntlm-string-as-unibyte): New macro.
19597         (ntlm-build-auth-response): Use it.
19599         Remove Emacs 20 stuff:
19600         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19601         of delq and copy-sequence.
19602         * gnus-art.el (popup-menu): Remove the compiler macro.
19603         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19604         Emacs 20.
19606 2004-01-05  Simon Josefsson  <jas@extundo.com>
19608         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19609         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19610         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19611         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19612         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19613         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19614         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19615         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19616         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19617         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19618         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19619         string-xor into ntlm-string-xor.
19620         Suggested by Jesper Harder <harder@myrealbox.com>.
19622         * ntlm.el: Don't include poem.
19624         * md4.el (print-int32, print-string-hexa): Remove.
19625         Suggested by Jesper Harder <harder@myrealbox.com>.
19627         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19629         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19630         probably breaks emacs with DL patch, but do we care? Is anyone
19631         still using the DL stuff?)
19633         * sieve-manage.el: Use the password package.
19634         (sieve-manage-read-passwd): Remove.
19635         (sieve-manage-interactive-login): Use password.  Re-add
19636         condition-case around loop.
19638         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19639         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19640         Use the password package.
19642 2003-02-19  Simon Josefsson  <jas@extundo.com>
19644         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19645         token.
19647 2002-08-07  Simon Josefsson  <jas@extundo.com>
19649         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19650         (sieve-manage-authenticators):
19651         (sieve-manage-authenticator-alist): Add some SASL mechs.
19652         (sieve-sasl-auth): New function.
19653         (sieve-manage-cram-md5-auth):
19654         (sieve-manage-plain-auth): Rewrite using SASL library.
19655         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19656         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19657         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19658         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19660 2004-01-05  Simon Josefsson  <jas@extundo.com>
19662         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19663         New files.
19665 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19667         * gnus-group.el (gnus-no-groups-message): Update.
19669         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19671 2003-11-09  Simon Josefsson  <jas@extundo.com>
19673         * imap.el: Support for ID IMAP extension (RFC 2971).
19674         (imap-local-variables): Add imap-id.
19675         (imap-id): New variable.
19676         (imap-id): New function.
19677         (imap-parse-response): Parse untagged ID response.
19678         * nnimap.el (nnimap-id): New variable.
19679         (nnimap-open-connection): Use it.
19681 2003-12-28  Simon Josefsson  <jas@extundo.com>
19683         * gnus-score.el (gnus-score-edit-all-score): New.
19684         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19686 2004-01-04  Simon Josefsson  <jas@extundo.com>
19688         * password.el: Add.
19690 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19692         * dns.el (dns-query-types): Fix typo.
19693         (dns-query-types): New function.
19694         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19695         PTR and SOA replies, see RFC 1035.
19697 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19699         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19701         * Move to Changelog.2.
19703 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19705         * gnus.el (gnus-version-number): Bump version.
19707 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19709         * gnus.el: No Gnus v0.1 is released.
19711 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19713         * gnus.el: No Gnus v0.0 is released.
19715 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19717         * gnus.el (gnus-version-number): Bump.
19718         (gnus-version): No.
19720 See ChangeLog.2 for earlier changes.
19722   Copyright (C) 2004-2011  Free Software Foundation, Inc.
19724   This file is part of GNU Emacs.
19726   GNU Emacs is free software: you can redistribute it and/or modify
19727   it under the terms of the GNU General Public License as published by
19728   the Free Software Foundation, either version 3 of the License, or
19729   (at your option) any later version.
19731   GNU Emacs is distributed in the hope that it will be useful,
19732   but WITHOUT ANY WARRANTY; without even the implied warranty of
19733   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19734   GNU General Public License for more details.
19736   You should have received a copy of the GNU General Public License
19737   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19739 ;; Local Variables:
19740 ;; coding: utf-8
19741 ;; fill-column: 79
19742 ;; add-log-time-zone-rule: t
19743 ;; End: