* lisp/gnus/gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
[emacs.git] / lisp / gnus / ChangeLog
blobfae73613d1ffbf97e8a27aa96aaf5ebb1aeeaf16
1 2011-02-22  Sam Steingold  <sds@gnu.org>
3         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
5 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
7         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
8         after exit.
10         * gnus-sum.el (gnus-summary-show-article): When called with t as the
11         value, show the raw article.
13 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
15         * nnimap.el (nnimap-open-connection-1): Revert last change, since
16         auth-source now accepts numbers.
18         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
19         spec, too.
20         (auth-source-ensure-strings): New function.
22         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
23         (gnus-article-setup-buffer): Always restart the date timer so that user
24         changes to the frequency is respected.
26         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
27         port numbers, so make sure it gets that if nnimap-server-port is
28         explicit.
30 2011-02-21  Simon Josefsson  <simon@josefsson.org>
32         * nnimap.el (nnimap-inbox): Doc fix.
34 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
36         * shr-color.el (shr-color->hexadecimal): Use renamed function names
37         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
38         color-lab-to-srgb.
40 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
42         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
43         given method as in the group name if we're using an extended method.
44         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
45         command, if we're using that, instead of waiting for the beginning.
47         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
48         we're sure to get unique server names, and we don't output two async
49         commands in the same buffer.  This fixes an NNTP hang for some users.
51 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
53         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
54         summary buffer before reading going to the next buffer.  This avoids
55         putting the point in the group buffer if you `C-g' the command.
57         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
58         cache (for now) to make ~/.authinfo.gpg files usable.
60         * nnfolder.el (copyright-update): Define for the compiler.
62         * auth-source.el (auth-source-search): Fix unbound variable.
64 2011-02-19  Glenn Morris  <rgm@gnu.org>
66         * gnus.el (gnus-meta): Doc fix.
68 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
70         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
71         in case it's not yet loaded.
73 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
75         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
76         line we're waiting for.
78 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
80         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
81         face with line-width greater than zero will cause RET in gnus summary
82         buffer to scroll down article page-wise because auto vscroll happens,
83         it should be temporalily disabled when doing a scroll-up.
85 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
87         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
88         outputs from the server.
90 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
92         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
93         later so that bbdb can hook in easier.
95 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
97         * auth-source.el (auth-source-search): Don't try to create credentials
98         if the caller doesn't want that.
99         (auth-source-search): If we don't find a match, don't bug out on
100         non-bound variables.
101         (auth-source-search): Only ask a single backend to create the
102         credentials.
104         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
105         logging.
106         (nnimap-credentials): Protect against auth-source-search returning nil.
107         (nnimap-request-list): Protect against not being able to open the
108         server.
110 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
112         * auth-source.el (auth-source-search): Do a two-phase search, one with
113         no :create to get the responses from all backends.
115         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
116         when getting credentials.
118         * gnus-util.el (gnus-delete-duplicates): New function.
120 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
122         * nnimap.el (nnimap-credentials): Instead of picking the first port as
123         a creation default, pass the whole port list down.  It will be
124         completed.
126         * auth-source.el (auth-source-search): Updated docs to talk about
127         multiple creation choices.
128         (auth-source-netrc-create): Accept a list as a value (from the search
129         parameters) and do completion on that list.  Keep a separate netrc line
130         with the password obscured for showing the user.
132         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
133         first choice to `auth-source-search' so it will be used for entry
134         creation instead of the server's Gnus-specific name.
135         (nnimap-credentials): Rely on the auth-source library to select which
136         port is actually wanted in the new netrc entry, so don't override
137         `auth-source-creation-defaults'.
139         * auth-source.el (auth-source-netrc-parse): Use :port instead of
140         :protocol and accept a missing user, host, or port as a wildcard match.
141         (auth-source-debug): Default to off.
143         (auth-source-netrc-search, auth-source-netrc-create)
144         (auth-source-secrets-search, auth-source-secrets-create)
145         (auth-source-user-or-password, auth-source-backend, auth-sources)
146         (auth-source-backend-parse-parameters, auth-source-search): Use :port
147         instead of :protocol.
149         * nnimap.el (nnimap-credentials): Pass a port default to
150         `auth-source-search' in case an entry needs to be created.
151         (nnimap-open-connection-1): Use :port instead of :protocol.
153 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
155         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
156         instead of delete-dups that is not available in XEmacs 21.4.
158 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
160         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
161         nil means that nnimap doesn't get updated.
163 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
165         * auth-source.el (auth-source-netrc-create): Return a synthetic search
166         result when the user doesn't want to write to the file.
167         (auth-source-netrc-search): Expect a synthetic result and proceed
168         accordingly.
169         (auth-source-cache-expiry): New variable to override
170         `password-cache-expiry'.
171         (auth-source-remember): Use it.
173         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
174         parameter.  Create entry if necessary by using :create t.
175         (nnimap-open-connection-1): Don't pass `inhibit-create'.
177 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
179         * auth-source.el (auth-source-debug): Enable by default and don't
180         mention the obsolete `auth-source-hide-passwords'.
181         (auth-source-do-warn): New function to debug unconditionally.
182         (auth-source-do-debug): Use it.
183         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
184         and for Secrets API entries when the secrets.el library is not
185         available.
187 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
189         * gnus-sum.el (gnus-propagate-marks): Default to nil.
190         (gnus-summary-exit): Kill the correct article buffer on exit from a
191         `C-d' group.
193         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
194         gnus-propagate-marks.
196         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
197         before killing the buffers so that a non-full window conf gets handled
198         correctly.
199         (gnus-summary-exit): Ditto.
200         (gnus-summary-read-group-1): Ditto.
202         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
203         async code again so that we can debug it properly.
205         * message.el (message-reply): Take an optional switch-buffer parameter
206         so that Gnus window confs are respected better.
208 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
210         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
211         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
212         docstring.
213         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
214         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
215         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
216         Login collection is "Login" and not "login".
218 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
220         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
221         multiple headers.
223         * nnimap.el (nnimap-inhibit-logging): New variable.
224         (nnimap-log-command): Don't log login commands.
226         * auth-source.el (auth-source-netrc-search): The asserts seem to want
227         to have more parameters.
229         * nnimap.el (nnimap-send-command): Mark the command time for each
230         command, so that we don't get NOOPs stepping on our toes.
232         * gnus-art.el (article-date-ut): Get the date from the Date header on
233         `t'.
235 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
237         * auth-source.el (auth-source-search): Use copy-sequence instead of
238         the cl.el copy-list.
240 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
242         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
243         Improve prompt.
245 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
247         * gnus-art.el (gnus-article-mode-line-format): Remove the article
248         washing status from the default format.  It isn't very informative.
250 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
252         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
253         Gcc processing on imap.
255 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
257         * message.el (message-bury): Don't pop up a new window when selected
258         window is dedicated.
260 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
262         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
264 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
266         * sieve-manage.el: Autoload `auth-source-search'.
267         (sieve-sasl-auth): Use it.
269 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
271         * nnimap.el: Autoload `auth-source-forget+'.
272         (nnimap-open-connection-1): Use it if the connection fails.
274         * auth-source.el: Require `password-cache'.
275         (auth-source-hide-passwords, auth-source-cache): Remove and mark
276         obsolete.
277         (auth-source-magic): Marker for `password-cache' keys.
278         (auth-source-do-cache): Update docstring.
279         (auth-source-search): Use and check cache.
280         (auth-source-forget-all-cached, auth-source-remember)
281         (auth-source-recall, auth-source-forget, auth-source-forget+)
282         (auth-source-specmatchp): Caching support functions.
283         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
284         Remove and obsolete.
285         (auth-source-user-or-password): Remove caching to further discourage
286         using it.  Always hide passwords.
288 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
290         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
291         code for now, since it doesn't work for all users.
293 2011-02-09  Julien Danjou  <julien@danjou.info>
295         * message.el (message-options): Make message-options really buffer
296         local.
298 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
300         * mail-source.el: Autoload `auth-source-search'.
301         (mail-source-keyword-map): Note order matters.
302         (mail-source-set-1): Get all the mail-source source values and
303         defaults and search auth-source on those if needed.  This can all
304         probably be simplified.
306         * nnimap.el: Autoload `auth-source-search'.
307         (nnimap-credentials): Use it.
308         (nnimap-open-connection-1): Ask for the virtual server and physical
309         address in one shot.
311         * nntp.el: Autoload `auth-source-search'.
312         (nntp-send-authinfo): Use it.  Note TODO.
314 2011-02-08  Julien Danjou  <julien@danjou.info>
316         * shr.el (shr-tag-body): Add support for text attribute in body
317         markups.
319         * message.el (message-options): Make message-options a local variable.
321 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
323         * auth-source.el (auth-source-secrets-search)
324         (auth-source-user-or-password): Use `append' instead of `nconc'.
325         (auth-source-user-or-password): Build return list better and protect
326         against nil :secret.
328 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
330         * nnimap.el (nnimap-update-info): Refactor slightly.
331         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
332         (nnimap-update-info): Clean up slightly.
333         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
334         characters.
335         (nnimap-process-quirk): Rename function to avoid collision.
336         (nnimap-update-info): Fix macrology bug-out.
337         (nnimap-update-info): Simplify split history test.
339 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
341         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
342         `secrets-get-attributes' instead of `secrets-get-attribute'.
343         (auth-source-secrets-search): Limit search when `max' is greater than
344         number of results.
346 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
348         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
349         part not returning any data.
351         * proto-stream.el (open-protocol-stream): Document the return value.
353 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
355         * auth-source.el (auth-source-secrets-search): Add examples.
357 2011-02-06  Julien Danjou  <julien@danjou.info>
359         * message.el (message-setup-1): Handle message-generate-headers-first
360         set to t.
362 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
364         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
365         API with a string "secrets:collection-name" and with 'default.
366         (auth-source-backend-parse): Parse "secrets:collection-name" and
367         'default.  Recurse on parses instead of repeating code.  Use the
368         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
369         message when ignoring a source.
370         (auth-source-search): List ignored search keys at the top level.
371         (auth-source-netrc-create): Use `case' instead of `cond'.
372         (auth-source-secrets-search): Created with TODOs.
373         (auth-source-secrets-create): Created with TODOs.
374         (auth-source-retrieve, auth-source-create, auth-source-delete)
375         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
376         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
377         (auth-source-user-or-password-sftp)
378         (auth-source-user-or-password-smtp): Removed.
379         (auth-source-user-or-password): Deprecated and modified to be a wrapper
380         around `auth-source-search'.  Not tested thoroughly.
382 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
384         * auth-source.el: Bring in assoc and eioeio libraries.
385         (secrets-enabled): New variable to track the status of the Secrets API.
386         (auth-source-backend): New EIOEIO class to represent a backend.
387         (auth-source-creation-defaults): New variable to set prompt defaults
388         during token creation (see the `auth-source-search' docstring for
389         details).
390         (auth-sources): Simplify to allow a simple string as a netrc backend
391         spec.
392         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
393         (auth-source-backend-parse-parameters): Fill in the backend parameters.
394         (auth-source-search): Main auth-source API entry point.
395         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
396         (auth-source-search-collection): Helper function for searching.
397         (auth-source-netrc-parse, auth-source-netrc-normalize)
398         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
399         Supports search, create, and delete.
400         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
401         backend stubs.
402         (auth-source-user-or-password): Call `auth-source-search' but it's not
403         ready yet.
405 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
407         * message.el (message-setup-1): Remove the read-only stuff, since it
408         doesn't work under XEmacs, for some reason.
410         * gnus-sum.el (gnus-user-date): Rename back from
411         gnus-summary-user-date since user code refers to it.
413         * shr.el (shr-render-td): Store the actual background colour used.
415         * message.el (message-setup-1): Don't bind the constant
416         -forbidden-properties.
417         (message-setup-1): Revert previous change, since it needs to bind the
418         props to insert them.
419         (message-resend): Allow removing the read-only separator line.
421 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
423         * nnimap.el (nnimap-request-accept-article): Give an error message if
424         the APPEND wasn't successful.
426 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
428         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
429         that have no groups.
431 2011-02-03  Julien Danjou  <julien@danjou.info>
433         * gnus-draft.el: Remove progn around gnus-draft-setup.
435 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
437         * gnus-start.el (gnus-read-active-for-groups): This function is never
438         called with a nil `infos', so clean that up.
439         (gnus-get-unread-articles): Request active files from primary/secondary
440         methods that have no groups (yet).
442 2011-02-03  Julien Danjou  <julien@danjou.info>
444         * message.el (message-setup-1): Always generate References first.
445         (message-mail): Return the return value of message-setup, not always t.
446         (message-setup-1): Insert mail-header-separator with read-only and
447         intangible properties set.
449         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
450         user-date in docstring.
452         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
454         * gnus.el (gnus-summary-line-format): Mention &user-date format in
455         docstring.
457         * gnus.el (gnus-user-date-format-alist): Change default value. Use
458         defcustom, with type and group. Move from gnus-util.el. Rename to
459         gnus-summary-user-date-format-alist.
461 2011-02-03  Glenn Morris  <rgm@gnu.org>
463         * nnimap.el (gnus-fetch-headers): Declare.
465         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
467 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
469         * message.el (message-forward-make-body-digest-plain)
470         (message-followup, message-reply): Clean up things noted by Stefan.
472         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
473         gnus-article-update-date-headers is nil.
474         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
475         it didn't really work with defcustom.
476         (article-update-date-lapsed): Make sure the window start doesn't move,
477         either.
479 2011-02-01  Julien Danjou  <julien@danjou.info>
481         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
482         format.
484         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
485         standard in Emacs nowadays.
487 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
489         * message.el (message-expand-name): Don't trust the return value of
490         bbdb-complete-name.
491         (message-check-news-header-syntax): Remove unused var `start'.
492         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
493         (message-inhibit-body-encoding): Move to before first use.
494         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
495         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
496         (Organization, Message-ID, Date, mh-previous-window-config):
497         Defvar the vars using dynamic scoping.
499 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
501         * shr.el (shr-render-td): Only do colours at the final rendering.
502         Should be slightly faster.
503         (shr-insert-table): Fix up TD background colours when doing the
504         vertical padding.
506         * gnus-art.el (article-date-ut): Protect against articles with no Date
507         header.
508         (article-update-date-lapsed): Don't use current-column to find the
509         horizontal position.  It's fragile in the presence of \003 characters.
511         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
513 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
515         * gnus-art.el (article-transform-date): Rewrite to still work when
516         there are several rfc2822 parts.
517         (article-transform-date): Fix infinite recursion.
518         (article-date-ut): Replace infinitely many Date headers with a single
519         one when called interactively.
521         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
522         secure manner.
524         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
525         move around by not using save-window-excursion.  It seems to work...
527 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
529         * gnus-art.el (article-make-date-line): Work for user-defined format.
531 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
533         * nntp.el (nntp-retrieve-group-data-early)
534         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
535         fetching functions.
537         * gnus-start.el (gnus-read-active-for-groups): Read the active files
538         thoroughly for all backends that have no known groups.  This should
539         allow new nnml methods to retrieve mail.
541         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
542         that Gnus doesn't know exists again.
544         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
545         (gnus-treat-date-ut): Ditto.
546         (gnus-article-update-date-header): Renamed.
547         (gnus-treat-date-local): Removed.
548         (gnus-treat-date-english): Removed.
549         (gnus-treat-date-lapsed): Removed.
550         (gnus-treat-date-combined-lapsed): Removed.
551         (gnus-treat-date-original): Removed.
552         (gnus-treat-date-iso8601): Removed.
553         (gnus-treat-date-user-defined): Removed.
554         (gnus-article-date-headers): New variable to control all the date
555         header options.
556         (article-date-ut): Rewrite to allow using the new way to format date
557         headers(s).
559 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
561         * nnmail.el (nnmail-article-group): Check for a direct fancy split
562         method.
563         (nnmail-article-group): A better test for fanciness.
565         * nnimap.el (nnimap-request-head): Protect against not finding the
566         article by Message-ID.
568 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
570         * gnus-art.el (article-update-date-lapsed): Try a better way to really
571         keep point at the "same place".
573 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
575         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
576         data if the group is unactivated.
578 2011-01-28  Julien Danjou  <julien@danjou.info>
580         * gnus-win.el: Remove dead function gnus-window-configuration-element.
581         (gnus-all-windows-visible-p): Remove old compatibility code.
582         (gnus-window-top-edge): Add docstring.
584         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
586 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
588         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
589         older request-update-info.
591         * gnus-art.el (article-make-date-line): Limit the length a bit more.
593 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
595         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
596         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
598 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
600         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
601         groups.  This makes the nndraft:queue group pop up if it's not already
602         there.
604         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
605         messages" logic, which was reversed.
607         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
608         the "same place" even if point is on the line being replaced.
609         (article-update-date-lapsed): Allow updating both the combined lapsed
610         and the lapsed headers.
611         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
612         (article-make-date-line): Limit the number of segments dynamically to
613         avoid too-long lines.
615 2011-01-27  Julien Danjou  <julien@danjou.info>
617         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
618         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
620 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
622         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
623         Use plist-get instead of the cl function getf.
625 2011-01-27  Glenn Morris  <rgm@gnu.org>
627         * gnus-util.el (float-time): Get rid of compiler warning, again.
629 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
631         * shr.el (shr-put-color): Special-case background colours: Do put them
632         at the blank parts at the front of the lines.
634         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
635         exit hook to nix out all data on readedness on group exit.
637         * gnus-util.el (float-time): If float-time is bound, always use it on
638         all Emacsen.  It's unclear why the subrp check was there.
639         (time-date): Require to make some autoload issues on XEmacs go away.
641         * shr.el (shr-put-color): Don't do the box padding in tables, since
642         they're already padded.
644 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
646         * gnus-art.el (gnus-article-next-page): When the last line of the
647         article is displayed, scroll down once more instead of going to the
648         next article at once.
649         (article-lapsed-string): Refactor out and allow specifying how many
650         segments you want.
651         (gnus-article-setup-buffer): Start updating the lapsed header directly.
652         (gnus-article-update-lapsed-header): New variable.
654         * shr.el: Revert change that made headings use different-sized faces.
655         The Emacs display engine isn't advanced enough that, for instance,
656         tables can comfortably use differntly-sized faces.
658 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
660         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
661         used.
662         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
663         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
664         we're using an encrypted connection.
666         * proto-stream.el: Alter the interface functions to also return the
667         actual stream type used: network or tls.
669 2011-01-25  Julien Danjou  <julien@danjou.info>
671         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
672         (mm-display-javascript-inline): New function.
674         * mm-decode.el (mm-inline-media-tests): Add application/javascript
675         viewing function.
677 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
679         * shr.el (shr-expand-newlines): Fix variable name.
681 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
683         * shr.el (shr-expand-newlines): Make nested boxes work.
685 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
687         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
688         backgrounds.
689         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
690         in a more sensible manner.
692 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
694         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
695         if EPG is loaded.
697 2011-01-24  Julien Danjou  <julien@danjou.info>
699         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
700         tags.
702 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
704         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
705         commands.
707         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
708         in the article buffer.
709         (gnus-gravatar-insert): Use blank space from the current buffer to
710         avoid breaking text properties.  This makes X-Sent updating work again.
712         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
714 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
716         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
717         fix the bug in url-http.el instead.
719         * shr.el (shr-image-fetched): Ditto.
721         * shr.el (shr-image-fetched): Avoid having point move in the article
722         buffer.
724         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
725         buffer after being called.  It's apparently being killed by url.el, and
726         killing it made point move to end-of-buffer in a random buffer.
728         * shr.el (shr-image-fetched): Ditto.
730 2011-01-23  Julien Danjou  <julien@danjou.info>
732         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
734         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
735         text/x-org.
737 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
739         * gnus-sum.el (gnus-summary-move-article): Protect against backends
740         (i.e., nnimap) returning nil as the article number.
742 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
744         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
745         "DelSp" parameter in RFC3676.
747 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
749         * message.el (message-check-recipients): Display the encoded version of
750         the bogus address if they differ.
752         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
753         after sending.
755         * gnus-agent.el (gnus-agent-send-mail): Ditto.
757         * gnus-group.el (gnus-group-refresh-group): New convenience function.
759         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
760         group buffer after sending the queue.
762         * gnus-agent.el (gnus-agent-send-mail): Ditto.
764 2011-01-22  Julien Danjou  <julien@danjou.info>
766         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
768 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
770         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
771         nested related parts.
773         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
774         unexpired articles.  This fixes the regression that led expiry marks to
775         disappear from nnfolder groups.
777 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
779         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
780         Don't confuse the "ret" of "retrograde" with RET.
782 2011-01-21  Julien Danjou  <julien@danjou.info>
784         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
785         than mm-insert-inline.
787 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
789         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
790         Widen article buffer.
792 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
794         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
795         the temp buffer.
796         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
798 2011-01-20  Julien Danjou  <julien@danjou.info>
800         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
802         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
803         than mm-insert-inline to insert inline part: this respect
804         mm-inline-media-tests displayers.
806         * mm-view.el (mm-display-shell-script-inline): New function.
808         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
810         * mm-uu.el (mm-uu-type-alist): Add org block.
811         (mm-uu-org-src-code-block-extract): New function.
813         * mm-view.el (mm-display-org-inline): New function.
815         * mm-decode.el (mm-automatic-display): Add text/org.
817         * mailcap.el (mailcap-mime-extensions): Add .org.
819 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
821         * gnus-art.el (gnus-article-highlight): Remove argument passed to
822         gnus-article-add-buttons.
824 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
826         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
827         From header with a date and "nobody" as the sender.
829 2011-01-19  Julien Danjou  <julien@danjou.info>
831         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
832         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
833         if you have the same regexp several times.
834         (gnus-button-push): Fix matching when regexp is symbol.
836 2011-01-15  Glenn Morris  <rgm@gnu.org>
838         * message.el (message-mail): A compose-mail function should
839         accept headers as strings.
841 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
843         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
844         Add :vert-only tags.
845         (message-mail): New arg RETURN-ACTION.
846         (message-return-action): New var.
847         (message-bury): Use it.
848         (message-mode): Make it buffer-local.
849         (message-send-and-exit): Always call message-bury.
851         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
852         message-mail.
854 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
856         * nnimap.el (nnimap-convert-partial-article): Protect against
857         zero-length body parts.
859         * mm-decode.el (mm-preferred-alternative-precedence):
860         Discourage showing empty parts.
862         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
863         and stuff if the backend didn't return the article number.  This fixes
864         an Exchange-related nnimap bug.
866         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
867         group window, because it does the wrong thing when a separate frame
868         displays the group buffer.
870         * proto-stream.el (open-protocol-stream): Protect against the low-level
871         transport functions returning nil.
873 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
875         * mml2015.el (epg-sub-key-fingerprint): Autoload.
876         (mml2015-epg-find-usable-secret-key): New function.
877         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
878         mml2015-epg-find-usable-key (Bug#7797).
879         (mml2015-epg-encrypt): Ditto.
881 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
883         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
885 2011-01-03  Glenn Morris  <rgm@gnu.org>
887         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
889         * sieve.el (sieve-open-server): Give a more explicit error if
890         sieve-manage-open returns nil.  (Bug#7720)
892 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
894         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
896 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
898         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
899         This avoids sending passwords in plain text over non-encrypted
900         channels.
902         * shr.el (shr-rescale-image): Display all GIF images as animated images.
904         * nnimap.el (nnimap-login): Refactored out into own function, and
905         implement CRAM-MD5.
906         (nnimap-wait-for-line): Refactored out.
908         * mm-view.el (mml-smime): Require.
910 2010-12-20  David Engster  <deng@eml.cc>
912         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
913         use EPG to decrypt S/MIME messages instead of openssl.
915 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
917         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
919         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
920         status is the group clearly is unreachable.
922         * auth-source.el (auth-source-create): Add the optional second
923         parameter to `local-variable-p' to be compatible with XEmacs.
925 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
927         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
928         work when using a compressed nnml folder.
930 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
932         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
933         backends after sanitising on entry, because this never makes sense:
934         If the articles have gone missing, then the data no longer exists on
935         the backend, and if they haven't, then Gnus is wrong, and shouldn't
936         overwrite anything anyway.
938         * shr.el (shr-insert-document): Bind shr-width dynamically to
939         window-width if it's nil.
941 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
943         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
944         with the meaning of using the full emacs window width for rendering.
946 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
948         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
949         case when sender is not given.
951 2010-12-23  Julien Danjou  <julien@danjou.info>
953         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
954         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
955         the addresses, otherwise we might misplaced the gravatar.
957 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
959         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
960         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
961         obsolete in Emacs.
963 2010-12-20  Julien Danjou  <julien@danjou.info>
965         * gnus-util.el (gnus-rescale-image): Revert last change.
967 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
969         * gnus-group.el (gnus-group-delete-articles): New command.
971 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
973         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
975 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
977         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
978         here, since it's up to the backends to do CRLF removal if their
979         protocol has it.
981         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
983 2010-12-17  Julien Danjou  <julien@danjou.info>
985         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
986         they are from file. Can also scale up.
988 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
990         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
991         gnus-use-agent.
992         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
994         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
996 2010-12-17  Julien Danjou  <julien@danjou.info>
998         * gravatar.el (gravatar-retrieve-synchronously): New function.
999         (gravatar-get-data): Make more robust.
1001 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1003         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1004         to really consider the last line.
1006 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1008         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1009         list of recipient keys, or use symmetric encryption if not a list.
1010         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1011         EPA override, replacing the call to `netrc-store-data'.
1013 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1015         * gnus-srvr.el: Avoid passing nil regexp argument to
1016         delete-matching-lines.
1018 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1020         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1021         fetching stops when Gnus exits.
1023         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1024         function.
1025         (nnfolder-request-expire-articles): Save all the buffers after doing
1026         expiry.
1028         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1029         the last article", since that led to serious performance regressions
1030         when expiring nnml groups.
1032 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1034         * nnir.el: Improve customizations.
1036 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1038         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1040         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1041         group has been killed.
1042         (gnus-group-yank-group): Ditto.
1044         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1046         * nnimap.el (nnimap-request-update-group-status): New function.
1048         * gnus-int.el (gnus-request-update-group-status): New interface
1049         function.
1051         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1052         copying read-ness to the backends.
1054         * nnimap.el (nnimap-quirk): New function.
1055         (nnimap-retrieve-group-data-early): Use it.
1056         (nnimap-quirks): New alist.
1058 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1060         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1061         don't delete it within indentation.
1063 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1065         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1066         previous line.
1068 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1070         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1071         QRESYNC command by deleting a superfluous space which broke Cyrus
1072         servers.  This change will break other servers that are buggy the other
1073         way around.
1075 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1077         * spam.el: Reindent and fix long lines.
1078         (spam-copy-or-move-routine): Exclude invalid move destinations.
1080 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1082         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1083         installed the registry.
1085 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1087         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1088         groupname doesn't contain "gmane".
1090 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1092         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1093         (gnus-1): Don't create the nndrafts group twice.
1094         (gnus-setup-news): There's no need to read the active file here, since
1095         that's done again later on a per-backend basis.
1096         (gnus-start-draft-setup): Make sure that the new group is started out
1097         empty.
1099         * gnus-agent.el (gnus-agentize): Don't create the queue group
1100         automatically on startup.  It'll be created later, if needed.
1102         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1103         of automatically subscribed groups.
1104         (gnus-auto-subscribed-categories): New variable.
1105         (gnus-matches-options-n): Use it.
1106         (gnus-default-subscribed-newsgroups): Remove unused variable.
1107         (gnus-start-draft-setup): Message a bit less.
1109 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1111         * nnir.el (nnir-run-imap): Return article list in order of increasing
1112         UID.
1114 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1116         * gnus-sum.el (gnus-summary-enter-digest-group):
1117         Mention gnus-auto-select-on-ephemeral-exit.
1119         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1120         convention of the network-only option.
1122 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1124         * proto-stream.el (proto-stream-open-network-only): New function to
1125         have a way to specify non-STARTTLS upgrade connections.
1127 2010-12-10  Julien Danjou  <julien@danjou.info>
1129         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1130         email address is nil.
1132         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1134 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1136         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1137         deletion.
1138         (nnir-run-imap): Only need to parse list once.
1140 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1142         * shr.el (shr-tag-script): Ignore <script>.
1143         (shr-tag-label): Add <label> support.
1145 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1147         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1149         * shr.el (shr-image-displayer): Work for images lined side by side.
1151 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1153         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1154         parameter, since XEmacs doesn't accept t as a parameter.
1156 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1158         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1159         ids.
1160         (nnir-run-gmane): Simplify groupspec formatting.
1161         (nnir-request-expire-articles): New function.
1163 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1165         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1166         overflow, possibly.
1168         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1169         (shr-render-td): Handle td style="" better.
1170         (shr-tag-table): Use the color from the style sheet.
1171         (shr-render-td): Make sure we copy over all the overlays, too.
1173 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1175         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1176         (nnir-request-article): Improve article retrieval.
1178 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1180         * mm-util.el (mm-extra-numeric-entities): New variable.
1182         * mm-url.el (mm-url-decode-entities):
1183         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1185 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1187         * message.el: Use completion-at-point.
1188         (message-completion-function): New fun, extracted from message-tab.
1189         (message-mode): Use it for completion-at-point-functions.
1190         (message-tab): Use it and completion-at-point.
1192 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1194         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1195         character if a non-breakable character follows.
1197 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1199         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1200         any stream.
1202         * shr.el (shr-tag-font): Colorize the region.
1203         (shr-tag-body): Ditto.
1204         (shr-tag-font): Actually let the styles be inherited instead of
1205         overwriting them.
1206         (shr-tag-font): Get the background color right.
1207         (shr-tag-style): Ignore all <style> tags for the moment.
1209         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1210         a Message-ID to avoid having nnimap depend on gnus-sum.
1212         * shr.el (shr-descend): Only colorize something if we have a node that
1213         sets colors.
1215 2010-12-06  Julien Danjou  <julien@danjou.info>
1217         * shr.el (shr-render-td): Render td content with shr-descend, so style
1218         will be applied to <td> too.
1219         (shr-colorize-region): Colorize region even if we only have a background.
1220         (shr-tag-body): Fix color and background color inheritance.
1221         Do not recolorize after shr-generic.
1222         (shr-tag-font): Let shr-generic colorize via inheritance.
1224 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1226         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1228 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1230         * nnir.el (nnir-request-move-article): Remove obsolete code.
1232 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1234         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1236 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1238         * gnus-sum.el (gnus-summary-respool-article): The completion function
1239         expects a list instead of an alist.
1241         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1242         string as the parameter.
1244         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1246         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1247         styles.
1248         (shr-colorize-region): New function.
1249         (shr-insert-background-overlay): Remove.
1250         (shr-render-td): Background setting should be taken care of on a higher
1251         level.
1252         (shr-tag-body): Use post-hoc colorizations.
1253         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1254         (shr-put-color-1): Don't overwrite old colors.
1255         (shr-colorize-region): When the background color isn't explicit, use
1256         a fixed background.
1258         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1259         nnmail variables.
1261 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1263         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1264         unless necessary.
1266 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1268         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1269         server.
1271 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1273         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1274         so that TAB works.
1276         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1277         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1279         * shr.el (shr-urlify): Show the URL before the title to avoid
1280         misleading URLs.
1282 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1284         * shr.el (shr-urlify): Display the title in <a> tags.
1286 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1288         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1290 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1292         * nnir.el: Rearrange code to allow macros to be autoloaded by
1293         gnus-sum.el.
1294         (nnir-retrieve-headers-override-function): Make this variable
1295         customizable.
1296         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1298         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1299         from nnir.el.
1301 2010-12-03  Julien Danjou  <julien@danjou.info>
1303         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1305 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1307         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1308         allow optional argument `environment'.
1310 2010-12-03  Glenn Morris  <rgm@gnu.org>
1312         * mm-extern.el (message-goto-body): Update declaration.
1314 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1316         * gnus-util.el (gnus-macroexpand-all): New function.
1318         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1319         instead of macroexpand-all that is unavailable in XEmacs.
1321 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1323         * nnir.el (nnir-summary-line-format): New variable.
1324         (nnir-mode): Use it.
1325         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1326         (nnir-article-ids): Reimplement as defsubst.
1327         (nnir-retrieve-headers): Don't mangle the subject header.
1328         (nnir-run-imap): Use 100 as RSV score.
1329         (nnir-run-find-grep): Fix for full server searching.
1330         (nnir-run-gmane): Better restriction to gmane groups.
1332         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1333         summary buffers.
1335 2010-12-02  Julien Danjou  <julien@danjou.info>
1337         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1339         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1341         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1342         support.
1344 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1346         * nnir.el: Update to handle the registry better.
1347         (autoload): Silence byte-compiler.
1348         (nnir-open-server): Add a hook for nnir groups.
1349         (nnir-request-move-article): Don't mangle the header. Better to use
1350         formating variables (which will be added in the future).
1351         (nnir-registry-action): Update the registry using the original article
1352         group name.
1353         (nnir-mode): Install nnir-specific hooks for updating the registry.
1355         * gnus-sum.el
1356         (gnus-article-original-subject,gnus-newsgroup-original-name):
1357         Remove obsolete variables.
1358         (gnus-summary-move-article): Remove use of obsolete variables.
1359         (gnus-summary-local-variables): Make move and delete hooks local to
1360         summary buffers.
1362 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1364         * rtree.el: New file.
1366 2010-12-01  Julien Danjou  <julien@danjou.info>
1368         * message.el (message-user-organization): Do not use
1369         gnus-local-organization.
1371         * gnus.el: Remove gnus-local-organization.
1373         * gnus-msg.el: Remove nastygram thing.
1375 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1377         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1378         funcall.
1380 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1382         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1383         names.
1385         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1386         characters.
1388         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1389         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1390         Suggested by Štěpán Němec <stepnem@gmail.com>.
1391         (gnus-gravatar-transform-address): Use mail-extract-address-components
1392         that supports non-ASCII names rather than mail-header-parse-addresses.
1394 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1396         * proto-stream.el (open-protocol-stream): All starttls connections are
1397         handled by the network handler.
1399 2010-11-30  Julien Danjou  <julien@danjou.info>
1401         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1402         (nnimap-open-connection-1): Fix PREAUTH.
1404         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1406 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1408         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1409         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1410         (shr-insert): Use them.
1411         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1413 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1415         * nnir.el (nnir-request-move-article): Bail out if original group
1416         doesn't support article moves.
1417         (nnir-get-active): Improve active list retrieval.
1419 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1421         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1423 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1425         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1426         seem to accept strings-with-numbers as port numbers,
1428 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1430         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1431         change the registry.
1433 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1435         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1436         delete-dups that is not available in XEmacs 21.4.
1438         * mm-util.el (mm-delete-duplicates): Add comment.
1440 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1442         * nnir.el (nnir-ignored-newsgroups): New variable.
1443         (nnir-get-active): Use it.
1445 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1447         * proto-stream.el (proto-stream-open-network): Add some comments.
1449         * nntp.el (nntp-open-connection): Provide a :success condition.
1451         * nnimap.el (nnimap-open-connection-1): Ditto.
1453         * proto-stream.el (proto-stream-open-network): See what the response to
1454         the STARTTLS command is.
1456         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1457         backwards compatibility).
1458         (nnimap-open-connection-1): Really respect nnimap-server-port.
1460         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1461         TLS upgrades we don't really care about the identity of the peer.
1462         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1463         that what we've checked for.
1464         (proto-stream-always-use-starttls): Only default to t if
1465         open-gnutls-stream exists.
1466         (proto-stream-open-network): If STARTTLS failed, then just open a
1467         normal connection.
1468         (proto-stream-open-network): Wait until the greeting before doing
1469         STARTTLS.
1471         * nntp.el (nntp-open-connection): Report what the connection error is.
1473         * proto-stream.el (open-protocol-stream): Rename from
1474         open-proto-stream.
1476 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1478         * nnimap.el (nnimap-stream): Change default to `undecided'.
1479         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1480         first, and then network.
1481         (nnimap-open-connection-1): Respect nnimap-server-port.
1482         (nnimap-open-connection): Be more backwards-compatible.
1484         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1485         (proto-stream-open-starttls): De-duplicate the starttls code.
1486         (proto-stream-open-starttls): Folded back into the main function.
1487         (proto-stream-open-network): Fix typo in the gnutls path.
1488         (proto-stream-command): Refactor out.
1490         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1492         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1493         starttls.el STARTTLS.
1495         * color.el (color-lab->srgb): Fix function call name.
1497         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1498         if we're using tls.el.
1499         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1500         built in, then don't try to establish a STARTTLS connection.
1502         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1503         servers.
1505         * proto-stream.el (open-proto-stream): Use network, not stream.
1506         (open-proto-stream): Add a way to specify what the end of a command is.
1508         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1509         connections types.
1510         (nntp-open-network-stream): Remove.
1511         (nntp-open-ssl-stream): Remove.
1512         (nntp-open-tls-stream): Remove.
1513         (nntp-ssl-program): Remove.
1515         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1517 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1519         * nnir.el: Fix typos.
1520         (nnir-retrieve-headers-override-function): Rename variable to reflect
1521         new semantics.
1522         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1523         macros.
1524         (nnir-request-article, nnir-request-move-article): Use them.
1525         (nnir-categorize): New function.
1526         (nnir-run-query): Use it.
1527         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1528         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1529         sorted.
1530         (nnir-group-full-name): Use gnus-group-full-name instead.
1531         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1532         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1534 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1536         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1538         * proto-stream.el: New library to provide protocol-specific
1539         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1540         protocols.
1541         (open-proto-stream): Complete the documentation.
1542         (proto-stream-open-network): Fix some typos.
1544         * nnimap.el (nnimap-open-connection): Use it.
1546 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1548         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1549         negotiation.
1551 2010-11-26  Julien Danjou  <julien@danjou.info>
1553         * color.el: Rename various rgb functions to srgb.
1555 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1557         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1558         names.
1560 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1562         * shr.el (shr-insert): Revert last change.
1563         (shr-find-fill-point): Never leave point being at bol;
1564         relax the kinsoku limitation when rendering tables.
1566 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1568         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1569         results from -accept-article.
1571         * shr-color.el: Require cl when compiling.
1573         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1574         checkin.
1576         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1578         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1580         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1581         'add and 'delete to set backend marks.
1583         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1585         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1587         * nntp.el (nntp-request-set-mark): Use it.
1589         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1591         * nnml.el (nnml-request-set-mark): Ditto.
1593         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1594         introduces regressions in article selection.
1595         (nnimap-find-uid-response): New function.
1596         (nnimap-request-accept-article): Use the UID returned, if any.
1597         (nnimap-request-move-article): Use the UID returned, if any.
1598         (nnimap-get-groups): Reimplement to work with folded lines.
1599         (nnimap-find-uid-response): The UID is the last element in the list.
1600         (nnimap-request-set-mark): Extend syntax with 'set.
1602         * nnml.el (nnml-request-set-mark): Ditto.
1604         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1606         * nntp.el (nntp-request-set-mark): Ditto.
1608 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1610         * message.el (message-called-interactively-p): A temporary macro.
1611         (message-goto-body): Use it temporarily.
1613 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1615         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1616         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1617         (nnimap-last-response-string): Fix last unfolding fix.
1619 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1621         * shr.el (shr-insert): Fix the way to fold lines.
1623 2010-11-25  Julien Danjou  <julien@danjou.info>
1625         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1627         * color.el: Rename from color-lab.el
1628         (color-rgb->hex): Add.
1629         (color-complement): Add.
1630         (color-complement-hex): Add.
1632         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1634 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1636         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1637         don't exist.
1639 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1641         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1642         assuming that article displaying or another mml-preview may be
1643         interrupted for an error or for the like.
1645         * shr.el (shr-get-background): Fix argument name.
1647 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1649         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1651         * gnus-sum.el (gnus-summary-include-articles): New function.
1653         * message.el (message-goto-body): called-interactively-p needs a
1654         parameter, so use `any'.
1656         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1657         clear marks before moving, since they're synced from the Gnus side
1658         first.
1660         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1661         (gnus-summary-move-article): Copy over all marks before moving, so that
1662         IMAP doesn't think a new article has arrived.
1664 2010-11-24  Julien Danjou  <julien@danjou.info>
1666         * shr.el (shr-insert-background-overlay): Fix typo.
1667         (shr-render-td): Copy the background before rendering.
1669         * shr-color.el (shr-color-visible): Fix docstring.
1671         * shr.el (shr-tag-table): Add bgcolor support.
1672         (shr-render-td): Add bgcolor support.
1673         (shr-get-background): Add.
1674         (shr-insert-foreground-overlay): Use shr-get-background.
1676         * message.el (message-goto-body): Use called-interactively-p.
1677         (message-in-body-p): message-goto-body returns point.
1679 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1682         Fixes something or other in Emacs 23, and is backwards compatible.
1684         * message.el (message-goto-body): Remove the <#secure special-casing,
1685         which is too special.
1687         * shr.el (shr-parse-style): Drop !important from styles.
1689 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1691         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1692         this function to return incorrect results when calling it with an
1693         explicit article argument different from
1694         (gnus-summary-article-number).
1696 2010-11-24  Julien Danjou  <julien@danjou.info>
1698         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1699         (shr-tag-body): Add background support.
1700         (shr-descend): Add background support.
1701         (shr-tag-title): Add.
1703         * shr-color.el (shr-color-visible): Really return original background
1704         if fixed.
1706 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1708         * shr.el (shr-color-check): Protect against non-existant colour names.
1710 2010-11-24  Julien Danjou  <julien@danjou.info>
1712         * color-lab.el: Require 'cl when compiling.
1714         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1716         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1717         matched part.
1719         * color-lab.el: Fix all expt calls to use float type.
1721 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1723         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1724         expression to shr-color-check as is.
1726         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1728         * color-lab.el: Add coding cookie.
1729         (float-pi): Use eval-and-compile.
1731 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1733         * shr.el (shr-insert-color-overlay): Split stuff like
1734         "#444444 !important" to find the real colour.
1735         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1736         parse <font color="red"> entries.
1738 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1740         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1741         point when parsing headers.
1743         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1744         is positioned properly when parsing headers.
1746 2010-11-23  Julien Danjou  <julien@danjou.info>
1748         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1750         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1752         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1754         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1755         Use shr-color-hue-to-rgb.
1756         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1758 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1760         * shr.el (shr-color->hexadecimal): Autoload.
1761         (shr-descend): Add color to all tags.
1763 2010-11-22  Julien Danjou  <julien@danjou.info>
1765         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1766         shr-color->hexadecimal.
1768         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1769         RGB() or HSL() color representation.
1771         * shr.el (shr-tag-font): Add.
1772         (shr-tag-color-check): New function to get better colors.
1773         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1774         tag-span.
1776         * shr-color.el: New file.
1778         * color-lab.el: New file.
1780         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1782 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1784         * nnir.el: Fix typo in comments.
1785         (nnir-run-imap): Simplify code. No need to reverse artlist.
1786         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1788 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1790         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1792         * nnimap.el (nnimap-get-capabilities): Refactor out.
1793         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1795 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1797         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1798         appearing when `mm-uu-hide-markers' is nil.
1800 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1802         * nnimap.el (nnimap-unselect-group): Make into its own function.
1803         (nnimap-request-rename-group): Unselect group before renaming.
1804         This had gotten lost somewhere.
1805         (nnimap-request-accept-article): Keep track of examined groups, and
1806         unselect the group before APPENDing to read-only groups.
1807         (nnimap-request-move-article): Clear flags before moving so that they
1808         can be re-set later.
1810 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1812         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1813         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1815 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1817         * gnus-art.el (gnus-mime-display-single)
1818         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1819         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1820         parameter.
1822 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1824         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1825         (shr-table-vertical-line): New variable.
1826         (shr-insert-table): Use it.
1828 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1830         * gnus-html.el (gnus-html-wash-images): Don't display images if
1831         gnus-inhibit-images is non-nil; register displayer for cid images.
1832         (gnus-html-display-image): Work for cid image.
1833         (gnus-html-insert-image): Allow arguments.
1834         (gnus-html-put-image): Inhibit read-only.
1835         (gnus-html-prefetch-images): Don't prefetch images if
1836         gnus-inhibit-images is non-nil.
1838 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1840         * shr.el (shr-put-image): Break lines when inserting big pictures.
1842 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1844         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1845         sender, thanks Katsumi Yamaoka.
1847 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1849         * nnir.el (nnir-run-imap): Reverse the article list for each group
1850         rather than the whole list.
1852 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1854         * shr.el (shr-image-displayer): Protect function against non-existent
1855         image source.
1857         * gnus-art.el (gnus-inhibit-images): New user option.
1858         (gnus-mime-display-single): Don't display image if it is non-nil.
1860         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1861         gnus-inhibit-images.
1863         * shr.el (shr-image-displayer): New function.
1864         (shr-tag-img): Use it.
1866 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1868         * mml2015.el (mml2015-epg-sign): Use From header.
1870 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1872         * gnus-html.el (gnus-html-wash-images): Register a displayer.
1874         * gnus-util.el (gnus-find-text-property-region): Return markers.
1876         * shr.el (shr-tag-img): Put a displayer in the text property.
1878         * gnus-util.el (gnus-find-text-property-region): New utility function.
1880         * gnus-html.el (gnus-html-display-image): Make the alt optional.
1881         (gnus-html-show-images): Remove.
1883         * gnus-art.el (gnus-article-show-images): New, more general function.
1885         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
1886         image url text properties.
1888         * shr.el: Ditto.
1890         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
1891         gnus-agent-auto-agentize-methods is set.  Which it isn't.
1893 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1895         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
1896         work for two or more articles.
1898 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1900         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
1901         divide an image that's in an html article to two or more when washing
1902         non-ASCII characters in alt text of it.
1904 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1906         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
1907         smime-decrypt-region using function argument.
1908         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
1910         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
1912         * smime.el (smime-decrypt-region): Catch it.
1914 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
1916         * smime.el (smime-mode-map): Move initialization into declaration.
1917         (gnus-run-mode-hooks): Don't autoload.
1918         (smime-mode): Use define-derived-mode.
1920 2010-11-11  Glenn Morris  <rgm@gnu.org>
1922         * smime.el (from): Restrict declaration to XEmacs.
1924         * nnir.el (gnus-group-topic-name): Autoload.
1926 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1928         * shr.el (shr-insert): Don't break long line if it is because of
1929         kinsoku-bol characters in the line end.
1931 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
1933         * nnir.el (nnir-request-move-article): Fix to provide original group
1934         and subject.
1935         (nnir-warp-to-article): Don't fail on articles whose headers haven't
1936         been retrieved.
1938         * gnus-sum.el (gnus-summary-move-article): Use original group and
1939         subject for virtual articles such as those in an nnir summary buffer.
1941 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1943         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
1944         least 21.5).
1946         * smime.el (from): Declare it again for XEmacs.
1948 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1950         * message.el (message-resend): Don't disable encoding unless it's
1951         already encoded.
1953         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
1954         low-numbered articles.
1956 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1958         * rfc2047.el (rfc2047-syntax-table): Simplify.
1960         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
1961         set-char-table-range for XEmacs.
1963 2010-11-10  Glenn Morris  <rgm@gnu.org>
1965         * smime.el (from): Remove unused declaration.
1967         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
1968         (gnus-float-time): On Emacs, always an alias.
1970         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
1971         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
1973 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1975         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
1977 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1979         * shr.el (browse-url-mailto): Autoload.
1981         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
1983         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
1984         regexp doesn't need quoting.
1986 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
1988         * message.el (message-subject-trailing-was-ask-regexp)
1989         (message-subject-trailing-was-regexp): Match was: in addition to was.
1991 2010-11-09  Glenn Morris  <rgm@gnu.org>
1993         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
1994         (nnbabyl-check-mbox): Use point-at-bol.
1996 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1998         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2000         * message.el (message-mailto): New function.
2001         (message-mailto): Should accept other parameters.
2002         (message-mailto): Remove since it duplicates browse-url-mailto
2003         functionality.
2005 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2007         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2008         methods.
2009         (gnus-read-active-file): Ditto.
2011         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2012         ": " from the prompt.
2013         (gnus-group-make-group): Ditto.
2015 2010-11-07  Glenn Morris  <rgm@gnu.org>
2017         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2018         (gnus-bookmark-kill-line): Use point-at-eol.
2020 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2022         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2023         asterisks in From header.
2025 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2027         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2028         string to avoid making the From headers syntactically invalid.
2030         * message.el (message-send-mail): Don't insert courtesy messages if the
2031         message already has List-Post and List-ID messages.
2033 2010-11-06  Glenn Morris  <rgm@gnu.org>
2035         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2036         `condition', `type', `length' a prefix.
2037         (gnus-treat-predicate): Update for above name changes.
2039 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2041         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2042         binding.  Handled by `gnus-summary-refer-thread' instead.
2043         (nnir-warp-to-article): New backend function.
2045         * nnimap.el (nnimap-request-thread): Force dependency updating.
2047         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2048         (gnus-summary-refer-thread): Rework to improve thread-referral.
2050         * gnus-int.el (gnus-warp-to-article): New function.
2052         * gnus-sum.el (gnus-summary-article-map): Bind it.
2054 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2056         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2057         gnus-summary-refer-thread.
2059         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2060         headers.
2061         (gnus-summary-limit-include-thread): Prevent articles in thread from
2062         being cut in gnus-cut-threads.
2063         (gnus-summary-refer-thread): Limit retrieved headers to those in
2064         thread.
2066 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2068         * message.el (message-send-mail): Use the value of
2069         message-courtesy-message from the message buffer.
2071         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2073         * shr.el (shr-browse-url): Implement mailto: URLs.
2075         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2076         "raw".
2078         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2079         if it's already selected.
2081         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2083 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2085         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2086         to measure the length and truncate alt text.
2088 2010-11-03  Glenn Morris  <rgm@gnu.org>
2090         * nndiary.el (nndiary-generate-nov-databases-1)
2091         (nndiary-generate-active-info): Rename dynamic variable `files' to
2092         something less generic.
2094 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2096         * nnir.el (nnir-request-move-article): Call the underlying backend to
2097         move articles from nnir.
2099 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2101         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2103 2010-11-02  Julien Danjou  <julien@danjou.info>
2105         * nnir.el: Remove wais support.
2107 2010-11-02  Glenn Morris  <rgm@gnu.org>
2109         * gnus-html.el: Reorder requirements to quieten compiler.
2111 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2113         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2114         properly for XEmacs as well.
2115         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2116         (gnus-article-natural-long-line-p): Use window-width rather than
2117         frame-width.
2119 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2121         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2122         (nnir-read-parms): Don't modify query.
2123         (nnir-run-query): Add ability to search topic on current line.
2124         (nnir-get-active): Clean up.
2126 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2128         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2129         degenerate articles.
2131         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2132         (gnus-print-buffer): Just print the buffer as is, without any copying
2133         to a buffer and then re-highlighting.
2135         * nnimap.el (nnimap-request-group): Store the new updated info.
2136         (nnimap-request-group): Select the group when we don't know whether it
2137         exists or not.
2139         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2140         groups.
2142         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2143         groups.
2145         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2146         groups.
2148         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2149         long-lines case by only filling the long lines.
2151         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2152         (bug #7311).
2154 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2156         * shr.el: No need to declare `declare-function' since shr.el is for
2157         only Emacsen that provide `libxml-parse-html-region'.
2159 2010-11-01  Glenn Morris  <rgm@gnu.org>
2161         * mm-util.el (gnus-completing-read): Autoload.
2162         (mm-read-coding-system): Simplify Emacs definition.
2164         * nnmail.el (gnus-activate-group):
2165         * nnimap.el (gnutls-negotiate):
2166         * nntp.el (netrc-parse): Fix declarations.
2168 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2170         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2171         string-match-p in Emacs >=23.
2173         * gnus-msg.el (gnus-configure-posting-styles)
2174         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2176 2010-11-01  Glenn Morris  <rgm@gnu.org>
2178         * nnir.el (declare-function): Add compat stub.
2179         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2180         (nnir-run-gmane): Require 'mm-url.
2182         * mm-util.el (mm-string-to-multibyte): Simplify.
2184         * shr.el (declare-function): Add compat stub.
2185         (url-cache-create-filename): Declare.
2186         (mm-disable-multibyte, widget-convert-button): Autoload.
2188         * smime.el (ldap-search): Declare.
2189         (smime-cert-by-ldap-1): Require ldap on Emacs.
2191         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2192         (nnimap-keepalive): Use gnus-float-time.
2194         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2195         (mail-source-delete-crash-box): Use gnus-float-time.
2197         * gnus-dired.el (gnus-completing-read): Autoload.
2199         * mm-view.el (gnus-rescale-image): Autoload.
2201         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2203         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2205         * sieve-manage.el: Require 'cl when compiling.
2207         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2208         (gnus-iswitchb-completing-read): Require iswitchb.
2209         (gnus-select-frame-set-input-focus): Silence compiler.
2211 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2213         * message.el (message-subject-trailing-was-query): Change default to t,
2214         since I think that's what most people want.
2216         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2217         appending for easier debugging.
2218         (nnimap-wait-for-connection): Take a regexp.
2219         (nnimap-request-accept-article): Wait for the continuation line before
2220         sending anything unless we're streaming.
2222         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2223         leave the header washing to take place.
2225 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2227         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2228         regular expression match and replace in posting styles.
2230 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2232         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2233         an entire server.
2234         (nnir-get-active): New function.
2235         (nnir-run-imap): Use it.
2236         (nnir-run-gmane): Who knew, gmane search returns an article score!
2238         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2239         server on the current line with nnir.
2241 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2243         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2244         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2245         left edge.
2246         (gnus-article-foldable-buffer): Skip past the prefix when determining
2247         raggedness.
2249         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2250         the raw article, and change `C-u g' to show the article without doing
2251         treatments.
2253         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2254         on to `gnus-treat-article'.
2255         (gnus-inhibit-article-treatments): New variable.
2257         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2259         * gnus-art.el (gnus-treatment-function-alist): Have
2260         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2261         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2262         sections.
2264         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2265         parameter.
2266         (gnus-article-fill-cited-long-lines): New function.
2267         (gnus-article-fill-cited-article): Allow filling only long sections.
2269         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2270         and non-punctuation (like after the apostrophe in "'We").
2272         * gnus-sum.el (gnus-summary-select-article): Make sure
2273         gnus-original-article-buffer is alive.
2275         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2276         reflect the order they're in in the digest.
2278         * gnus.el (gnus-group-startup-message): Move point to the start of the
2279         buffer.
2281         * nnimap.el (nnimap-capability): New function.
2282         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2283         is set.
2285 2010-10-31  David Engster  <dengste@eml.cc>
2287         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2288         conform with changes to gnus-completing-read.
2290 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2292         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2294 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2296         * nnir.el: Move defvar, defcustom around to keep file organized
2297         and keep byte-compiler quiet.
2298         (nnir-read-parms): Accept search-engine as arg.
2299         (nnir-run-query): Pass search-engine as arg.
2300         (nnir-search-engine): Remove.
2302 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2304         * shr.el (shr-generic): The text nodes should be text, not :text.
2306         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2307         later in the file.
2309 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2311         * nnir.el: General clean up.  Allow searching with multiple engines.
2312         Allow separate extra-parameters for each engine.
2313         Batch queries when possible.
2314         (nnir-imap-default-search-key,nnir-method-default-engines):
2315         Add customize interface.
2316         (nnir-run-gmane): New engine.
2317         (nnir-engines): Use it.  Qualify all prompts with engine name.
2318         (nnir-search-engine): Remove global variable.
2319         (nnir-run-hyrex): Restore for now.
2320         (nnir-extra-parms,nnir-search-history): New variables.
2321         (gnus-group-make-nnir-group): Use them.
2322         (nnir-group-server): Remove in favor of gnus-group-server.
2323         (nnir-request-group): Avoid searching twice.
2324         (nnir-sort-groups-by-server): New function.
2326 2010-10-30  Julien Danjou  <julien@danjou.info>
2328         * gnus-group.el: Remove gnus-group-fetch-control.
2330         * gnus-start.el (gnus-find-new-newsgroups):
2331         Remove gnus-check-first-time-used.
2333         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2335 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2337         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2338         set on groups that don't have \* permanentflags.
2340 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2342         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2343         control the background color.
2344         (shr-tag-img): Ignore very small web bug type images.
2345         (shr-put-image): Add help-echo alt texts to the images.
2346         (shr-tag-video): Show the video poster image.
2348 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2350         * shr.el (shr-table-depth): New variable.
2351         (shr-tag-table-1): Only insert the images after the top-level table.
2353         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2355         * gnus-util.el (gnus-list-memq-of-list): New function.
2357         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2358         selected.
2359         (nnimap-unsplittable-articles): New slot.
2360         (nnimap-new-articles): Use it.
2362 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2364         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2365         move to the previous line on `M-g'.
2367 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2369         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2370         *-request-group, which seems unnecessary.
2372         * nnimap.el (nnimap-quote-specials): Function copied over from
2373         imap.el.
2374         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2375         they support that.  Suggested by Tom Regner.
2377 2010-10-29  Julien Danjou  <julien@danjou.info>
2379         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2380         defalias.
2381         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2383         * gnus.el: Remove `gnus-nntp-service' variable.
2384         (gnus-secondary-servers): Make obsolete.
2385         (gnus-nntp-server): Make obsolete.
2387         * gnus-start.el (gnus-1): Remove x-splash calls.
2389         * gnus-ems.el (gnus-x-splash): Remove.
2391         * gnus.el (gnus-group-startup-message): Simplify/update code.
2393         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2394         capability before doing anything.
2395         (gnus-group-insert-group-line): Remove useless
2396         gnus-group-remove-excess-properties.
2398 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2400         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2402 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2404         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2405         config after reselecting.
2407 2010-10-28  Julien Danjou  <julien@danjou.info>
2409         * shr.el (shr-put-image): Use point even if only inserting text.
2410         (shr-put-image): Save excursion when inserting alt text on non-graphic
2411         display, so the behaviour is the same when we are on a graphic display.
2413         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2415 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2417         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2418         (gnus-mime-copy-part): Check coding system, not charset.
2419         (gnus-mime-view-part-externally): Never remove part.
2420         (gnus-mime-view-part-internally): Don't remove part here.
2421         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2422         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2423         multipart/alternative.
2425         * mm-decode.el (mm-display-part): Take optional arg `force'.
2427 2010-10-26  Julien Danjou  <julien@danjou.info>
2429         * gnus-group.el (gnus-group-default-list-level): Add this function to
2430         compute the default list level.
2431         (gnus-group-default-list-level): Add possibility to use a function.
2433 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2435         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2437         * gnus-group.el (gnus-group-completing-read)
2438         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2439         gnus-replace-in-string.
2441 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2443         * shr.el (shr-tag-div): Add.
2445 2010-10-25  Julien Danjou  <julien@danjou.info>
2447         * gnus-util.el: Remove `gnus-with-local-quit'.
2449         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2451 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2453         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2454         the original article buffer.
2456 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458         * nnimap.el (nnimap-request-head): New function.
2459         (nnimap-request-move-article): Try to be slighly faster by not
2460         requesting the entire message when moving.
2461         (nnimap-transform-headers): Don't bug out on bodiless articles.
2462         (nnimap-send-command): Have no outstanding messages if the IMAP server
2463         doesn't support streaming.
2464         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2466 2010-10-24  Julien Danjou  <julien@danjou.info>
2468         * message.el (message-default-headers): Fix type.
2470 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2472         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2473         prefetching images.
2475         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2476         backend for unknown groups.  This is mainly useful for nnimap groups.
2478         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2479         group isn't covered by the agent.
2481 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2483         * nnir.el (nnir-method-default-engines): New variable.
2484         (nnir-run-query): Use it.
2485         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2486         (gnus-summary-nnir-goto-thread): Change group if needed.
2488         * gnus-group.el (gnus-group-group-map): Add key binding for
2489         gnus-group-make-nnir-group.
2491 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2493         * shr.el (shr-tag-object): Add.
2495         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2496         original article buffer live.
2497         (gnus-summary-select-article-buffer):
2498         Mention gnus-widen-article-buffer.
2500 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2502         * shr.el (shr-tag-strong): Add.
2504 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2506         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2507         group names.  They mess up the group buffer badly.
2509         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2511         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2512         instead of the summary one.
2514 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2516         * mml.el (mml-preview): Work properly when editing article.
2518         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2519         gnus-have-read-active-file if it's already been in.
2521 2010-10-22  Tom Tromey  <tromey@redhat.com>
2523         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2524         gnus-group-completing-read.
2526 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2528         * message.el (message-mode-map): Don't bind M-; to comment region, to
2529         allow the global comment-dwim to work.
2531 2010-10-21  Julien Danjou  <julien@danjou.info>
2533         * message.el (message-setup-1): Allow message-default-headers to be a
2534         function.
2536 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2538         * shr.el (shr-tag-table): Simplify.
2540 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2542         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2543         to avoid trying to snarf invalid stuff.
2545         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2547         * gnus.el (gnus-message-archive-group): Quote value.
2548         (gnus-message-archive-group): Mark as changed.
2550         * shr.el (shr-add-font): Don't put the font properties on the newline
2551         or the indentation.
2553         * message.el (message-fix-before-sending): Change options when sending
2554         non-printable characters.
2556         * gnus.el (gnus-message-archive-method): Change the default to
2557         monthly outgoing groups.
2559         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2560         that have gotten new numbers.
2562         * nnimap.el (nnimap-request-replace-article): New function.
2564 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2566         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2567         (nnrss-request-article): Don't use special html washing code.
2569 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2571         * shr.el (shr-tag-table): Remove useless nconc.
2573 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2575         * gnus-art.el (article-wash-html): Simplify and remove the charset
2576         stuff.  Use the normal html rendering code instead of the special html
2577         washing code.
2579         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2580         `gnus-w3m' symbols.
2581         (mm-text-html-washer-alist): Remove.
2583         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2584         (mm-inline-media-tests): Remove use.
2585         (mm-text-html-renderer): Change default to the `shr' symbol.
2587         * mm-view.el (mm-inline-text-html): Remove use.
2589         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2590         `gnus-blocked-images' to be a function.
2591         (gnus-article-wash-function): Remove.
2593 2010-10-20  Julien Danjou  <julien@danjou.info>
2595         * spam.el (spam-list-of-processors): Mark as obsolete.
2597         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2598         (nnimap-insert-partial-structure): Fix boundary detection.
2600 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2602         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2603         run file-truename on remote files.  This can be expensive and even
2604         prevent one from editing drafts if some unrelated buffer has a stale
2605         connection.
2607 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2609         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2610         kinsoku-eol regardless of shr-kinsoku-shorten.
2611         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2612         (shr-tag-table): Support caption, thead, and tfoot.
2614 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2616         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2617         lines.
2618         (shr-save-contents): New command and keystroke.
2620         * nndoc.el (nndoc-type-alist): Add git support.
2621         (nndoc-git-type-p): New function.
2622         (nndoc-transform-git-article): Ditto.
2623         (nndoc-transform-git-headers): Ditto.
2624         (nndoc-transform-git-headers): Generate Subject headers.
2626         * shr.el (shr-parse-style): New function.
2627         (shr-tag-span): Ditto.
2629         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2630         to `G G' to avoid collisions.
2632 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2634         * shr.el: Load kinsoku if necessary.
2635         (shr-kinsoku-shorten): New internal variable.
2636         (shr-find-fill-point): Make kinsoku shorten text line if
2637         shr-kinsoku-shorten is bound to non-nil.
2638         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2639         shr-indentation too when testing if table is wider than frame width.
2640         (shr-insert-table): Use `string-width' instead of `length' to measure
2641         text width.
2642         (shr-insert-table-ruler): Make sure indentation is done at bol.
2644 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2646         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2647         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2648         undecoded network data.
2650 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2652         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2653         name in the mode line spec so that the mode line menu works
2654         (bug #2431).
2656         * message.el (message-get-reply-headers): If we're fed `to-address',
2657         then always use that.
2659         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2660         aren't so wide as to need to switch off the edit menu.
2662         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2663         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2665         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2666         `M-g'.
2667         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2668         the permanent marks.
2670 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2672         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2673         Splitting according to references/in-reply-to obeys the ignore-groups
2674         variable, while splitting by sender and subject do not.
2676 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2678         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2679         alist, so that we can look for non-Unicode chars.
2680         (article-translate-strings): Allow both character and string maps.
2682 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2684         * shr.el (shr-insert): Don't insert space behind a wide character
2685         categorized as kinsoku-bol, or between characters both categorized as
2686         nospace.
2688 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2690         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2691         headers to gnus-newsgroup-headers.
2693 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2695         * shr.el (shr-tag-img): Don't align images -- since we're not
2696         rescaling, this often leads to ugly displays.
2698 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2700         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2701         duplicates.
2703 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2705         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2706         call.
2708 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2710         * gnus.el: Autoload gnus-html-show-images.
2712         * nnimap.el: Use nnheader-message throughout.
2714         * shr.el (shr-tag-img): Ignore images with no data.
2716 2010-10-15  Julien Danjou  <julien@danjou.info>
2718         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2719         a possibility to disable format=flow encoding when using hard newlines.
2721 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2723         * shr.el (shr-insert): Remove space inserted before or after a
2724         breakable character or at the beginning or the end of a line.
2725         (shr-find-fill-point): Do kinsoku; find the second best point or give
2726         it up if there's no breakable point.
2728 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2730         * nnimap.el (nnimap-open-connection): Message when opening connection
2731         for debugging purposes.
2733         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2734         on every setup buffer call to allow this to change from article to
2735         article.
2737         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2738         buffers where we have a wide table.
2740 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2742         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2743         uses *-request-thread.
2745 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2747         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2748         incantation, which is no longer valid.
2750 2010-10-14  Julien Danjou  <julien@danjou.info>
2752         * shr.el: Fix defcustom type (char -> character).
2754 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2756         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2757         programs.
2759 2010-10-14  Julien Danjou  <julien@danjou.info>
2761         * shr.el (shr-tag-a): Use url-link as widget type.
2763         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2764         `gnus-group-get-icon'.
2766 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2768         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2769         This should make server editing work better.
2771         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2773         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2774         (nnimap-parse-flags): Fix regexp.
2776         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2777         probably work for CJVK text, too.
2779         * nnimap.el (nnimap-extend-tls-programs): Remove.
2780         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2782 2010-10-13  Julien Danjou  <julien@danjou.info>
2784         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2785         responses.
2787 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2789         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2791         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2792         anything in Emacs.
2794         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2796 2010-10-13  Julien Danjou  <julien@danjou.info>
2798         * shr.el (shr-width): Make shr-width a defcustom with default to
2799         fill-column.
2800         (shr-tag-img): Use shr-width rather than fill-column.
2802 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2804         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2806         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2807         position when (X-)Faces exist.
2808         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2809         avatars when called interactively.
2811 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2813         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2814         gnus-article-x-face-too-ugly is bound.
2816 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2818         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2820         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2821         mailbox that doesn't exist.
2823 2010-10-12  Julien Danjou  <julien@danjou.info>
2825         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2826         (shr-get-image-data): Encode URL properly when fetching from cache.
2827         (shr-tag-img): Use aligned-to spaces to align correctly images.
2829         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2830         before inserting the Gravatar.
2832         * shr.el (shr-tag-img): Add align attribute support for <img>.
2834 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2836         * gnus-gravatar.el (gnus-art): Require.
2838         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2839         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2840         Remove long obsoleted functions.
2842 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2844         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
2846         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
2847         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
2848         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
2849         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
2850         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
2851         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
2852         Fix comment for declare-function.
2854 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2856         * nnimap.el (nnimap-request-rename-group): Select group read-only
2857         before renaming it.
2859         * shr.el (shr-insert): Fix up the white space only regexp.
2861         * nnimap.el (nnimap-transform-split-mail): Not all articles have
2862         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
2864         * shr.el (shr-current-column): New function.
2865         (shr-find-fill-point): New function.
2867 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
2869         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
2870         numbers.
2872 2010-10-11  Julien Danjou  <julien@danjou.info>
2874         * shr.el (shr-hr-line): Add.
2875         (shr-tag-hr): Use shr-hr-line to specify which character to use to
2876         display hr lines.
2877         (shr-max-columns): Do not change state to nil if we just inserting
2878         spaces.
2880 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2882         * gnus-topic.el (gnus-topic-read-group): If after the last group,
2883         select the last group.
2885 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
2887         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
2889 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2891         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
2892         for Gnus.
2893         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
2894         (nnimap-update-qresync-info): Mark \Seen articles as read.
2896         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
2897         non-variable, too.
2899         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
2900         available.
2901         (nnimap-update-info): Rely more on the current active than the param
2902         active to avoid marking articles as read too much.
2904         * auth-source.el (auth-source-create): Use (user-login-name) for the
2905         user name default.
2907         * nnimap.el (nnimap-update-info): If the server doesn't return any
2908         useful info, just use the previous info.
2909         (nnimap-update-info): Prefer old info over start-article.
2910         (nnimap-update-qresync-info): Finish implementing QRESYNC.
2912 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
2914         * nnir.el (autoload): Clean up autoloads.
2915         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
2916         Use key rather than value.
2917         (nnir-imap-search-other): New variable.
2918         (nnir-read-parm): Use it.
2919         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
2920         (gnus-summary-nnir-goto-thread): Modify to work with imap.
2922 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
2924         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
2925         the process, too.
2927 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2929         * spam.el (gnus-summary-mode-map): Bind to "$".
2930         Suggested by Russ Allbery.
2932         * shr.el: Rework the way things are indented by <li> slightly.
2934         * gnus.el (gnus-group-set-parameter): Fix typo.
2936         * nnimap.el: Start implementing QRESYNC support.
2938 2010-10-09  Julien Danjou  <julien@danjou.info>
2940         * nnir.el (nnir-engines): Fix too many arguments.
2942 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2944         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
2945         group is the "last", so that the backends like nnfolder actually save
2946         their folders.
2948         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
2949         try to use that for the tls stream.
2950         (nnimap-retrieve-group-data-early): Rework the marks code to heed
2951         UIDVALIDITY and find out which groups are read-only and not.
2952         (nnimap-get-flags): Use the same marks parsing code as the rest of
2953         nnimap.
2955 2010-10-09  Julien Danjou  <julien@danjou.info>
2957         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
2959         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
2960         retrieving gravatars.
2962         * shr.el (shr-table-corner): Add.
2963         (shr-table-line): Add.
2964         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
2966 2010-10-08  Julien Danjou  <julien@danjou.info>
2968         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
2970 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
2972         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
2974         * gnus-sum.el (gnus-mark-article-as-unread)
2975         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
2976         (gnus-summary-set-bookmark): Use it.
2978         * gnus-msg.el (gnus-setup-message): Use it.
2980         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2982         * gnus.el (gnus-group-remove-parameter): Use it.
2984         * gnus-group.el (gnus-group-make-web-group): Use it.
2986         * gnus-demon.el (gnus-demon-remove-handler): Use it.
2988         * nnregistry.el: Update docs to mention manual.
2990         * gnus-registry.el: Update docs to mention nnregistry.el.
2991         (gnus-registry-initialize): Don't install nnregistry refer method
2992         automatically.
2993         (gnus-registry-install-nnregistry): Remove it.
2995 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2997         * shr.el (shr-insert): Don't insert double spaces.
2999 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3001         * gnus-gravatar.el (gnus-treat-from-gravatar)
3002         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3003         called interactively.
3005         * gnus-art.el (gnus-mime-view-part-externally)
3006         (gnus-mime-view-part-internally): Make predicate function passed to
3007         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3008         of a mime type.
3010         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3012 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3014         * shr.el (require): Require cl when compiling.
3015         (shr-tag-hr): New function.
3017         * nnimap.el (nnimap-update-info): Remove double setting of high.
3018         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3019         This makes nnimap work properly on Courier again.
3021         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3022         the variable for backwards compatability.
3024         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3025         the file name before using to avoid setting mm-default-directory to
3026         nil.
3028         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3029         bidning gnus-agent variables.
3031         * shr.el (shr-render-td): Use a cache for the table rendering function
3032         to avoid getting an exponential rendering behaviour in nested tables.
3033         (shr-insert): Rework the line-breaking algorithm.
3034         (shr-insert): Don't leave trailing spaces.
3035         (shr-insert-table): Also insert empty TDs.
3036         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3038 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3040         * gnus-sum.el (gnus-number): Rename from `number'.
3041         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3042         (gnus-summary-limit-children): Update uses correspondingly.
3044 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3046         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3047         (gnus-gravatar-transform-address): Don't show avatars of people of
3048         which mail addresses match gnus-gravatar-too-ugly.
3050 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3052         * shr.el (shr-table-widths): Expand TD elements to fill available
3053         space.
3055 2010-10-07  Julien Danjou  <julien@danjou.info>
3057         * nnimap.el (nnimap-request-rename-group): Add this method.
3059 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3061         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3062         name from XEmacs' function-arglist.
3064         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3065         gravatar under XEmacs.
3067 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3069         * auth-source.el: Update docs with TODO items.
3071         * gnus-sync.el: Update docs to explain state and plans.
3073         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3074         Hooks for mark updates.
3075         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3077         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3078         hooks with arguments, which is needed for mark update hooks.
3080 2010-10-06  Julien Danjou  <julien@danjou.info>
3082         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3083         was matched.
3085         * sieve-manage.el: Update example in `Commentary'.
3087         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3089         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3090         not 2000.
3091         (sieve-manage-authenticate): Re-add function.
3093 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3095         * shr.el (shr-insert): Get 'space transition right.
3096         (shr-render-td): Only delete space at the end of the TD.
3098         * nnimap.el (nnimap-open-connection): Prepare to support
3099         open-gnutls-stream.
3101         * shr.el: Rearrange function order to be more logical.
3103 2010-10-06  Julien Danjou  <julien@danjou.info>
3105         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3106         (nnrss-discover-feed): Remove 404 URL in docstring.
3108         * nnir.el: Fix Swish-E URL.
3109         Fix Namazu URL.
3111         * message.el (message-change-subject): Remove 404 URL in a comment.
3113 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3115         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3116         called interactively.
3118         * gnus-util.el (gnus-remove-if): Allow hash table.
3119         (gnus-remove-if-not): New function.
3121         * gnus-art.el (gnus-mime-view-part-as-type)
3122         * gnus-score.el (gnus-summary-score-effect)
3123         * gnus-sum.el (gnus-read-move-group-name):
3124         Replace remove-if-not with gnus-remove-if-not.
3126         * gnus-group.el (gnus-group-completing-read):
3127         Regard collection as a hash table if it is not a list.
3129 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3131         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3133         * shr.el: Document the table-rendering algorithm.
3135         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3136         invalid URLs.
3138         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3139         line-broken.
3140         (shr-tag-img): Ignore image fetching errors.
3141         (shr-overlays-in-region): Compute overlay positions correctly.
3143         * mm-decode.el (mm-shr): Require shr.
3145         * gnus-art.el (gnus-blocked-images): Move variable here.
3147         * shr.el (shr-insert-table): Bind free variable.
3149         * mm-decode.el (mm-shr): Bind shr-content-function.
3151         * shr.el (shr-content-function): New variable.
3153         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3154         added for symmetry.
3156         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3158         * gnus-group.el (gnus-group-make-group): Doc fix.
3160         * nnimap.el (nnimap-request-newgroups): Return success.
3162         * shr.el (shr-find-elements): New function.
3163         (shr-tag-table): Put all the images after the table.
3164         (shr-tag-table): Really inhibit images inside the table.
3165         (shr-collect-overlays): Copy over overlays from the TD elements to the
3166         main document.
3168         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3169         gnus-blocked-images.
3171 2010-10-05  Julien Danjou  <julien@danjou.info>
3173         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3175         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3176         (gnus-html-maximum-image-size): Add this function.
3177         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3179         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3180         server-value of the capability is nil.
3182 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3184         * shr.el (shr-tag-em): Add <EM> tag.
3186 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3188         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3189         customizable.
3191         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3192         handing broken links to browse-url.
3194 2010-10-05  Julien Danjou  <julien@danjou.info>
3196         * gnus-util.el (gnus-emacs-completing-read)
3197         (gnus-iswitchb-completing-read): Use autoload rather than require.
3199 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3201         * gnus-util.el (gnus-completing-read-function): Exclude
3202         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3203         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3204         XEmacs.
3206         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3207         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3209         * gnus-html.el: Don't require help-fns under XEmacs.
3210         (gnus-html-schedule-image-fetching): Work for XEmacs.
3212         * mm-decode.el (mm-shr): Decode contents by charset.
3214 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3216         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3217         unknown.
3219         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3220         (shr-get-image-data): Ensure against the cache file missing.
3222         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3223         for data.
3225         * spam-report.el (spam-report-url-ping-plain): Don't query about
3226         killing the process.
3228         * shr.el (shr-render-td): Protect against too-wide text.
3230 2010-10-04  Julien Danjou  <julien@danjou.info>
3232         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3233         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3235         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3236         retrieved.
3238 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3240         * shr.el (browse-url): Require.
3241         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3242         lines.
3243         (shr-show-alt-text, shr-browse-image): New commands.
3244         (shr-browse-url, shr-copy-url): New commands.
3246         * gnus-sum.el (gnus-widen-article-window): New variable.
3247         (gnus-summary-select-article-buffer): Use it.
3249         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3250         without @ signs.
3252 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3254         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3256 2010-10-04  Julien Danjou  <julien@danjou.info>
3258         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3259         for XEmacs.
3261 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3263         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3265         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3266         (nnimap-close-server): Implement.
3268         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3269         (shr-insert): Tweak line breaking.
3270         (shr-insert): Handle <pre> better.
3271         (shr-tag-li): Get <li> indentation right.
3272         (shr-tag-li): Get <li> indentation even righter.
3273         (shr-tag-blockquote): Ensure paragraph start.
3274         (shr-make-table): Tweak table generation.
3275         (shr-make-table): Fix typo.
3277         * shr.el: Implement table rendering.
3279 2010-10-04  Julien Danjou  <julien@danjou.info>
3281         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3283 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3285         * shr.el (shr-insert): Use string anchors instead of line anchors.
3287 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3289         * shr.el: Add headings.
3290         (shr-ensure-paragraph): Actually work.
3291         (shr-tag-li): Make <ul> prettier.
3292         (shr-insert): Get white space at the beginning/end of elements right.
3293         (shr-tag-p): Collapse subsequent <p>s.
3294         (shr-ensure-paragraph): Don't insert double line feeds after blank
3295         lines.
3296         (shr-insert): \t is also space.
3297         (shr-tag-s): Fix "s" tag name function.
3298         (shr-tag-s): Fix face prop name.
3300 2010-10-03  Julien Danjou  <julien@danjou.info>
3302         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3304         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3305         gnus-window-inside-pixel-edges.
3307         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3308         gnus-ems.
3310         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3312         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3313         function.
3315         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3316         resize choice.
3318 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3320         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3321         beginning of the buffer.
3323         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3324         article buffer again.
3326         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3328         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3329         when it's at the start of the buffer.
3331         * shr.el (shr-tag-blockquote): Convert name.
3332         (shr-rescale-image): Use the right image-size variant.
3334         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3335         buffer isn't shown, then select the current article first instead of
3336         bugging out.
3337         (gnus-summary-select-article-buffer): Show both the article and summary
3338         buffers again.
3340         * shr.el (shr-fontize-cont): Protect against regions with no text.
3341         Rename tag functions to shr-tag-* for enhanced security.
3342         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3344 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3346         * shr.el (shr-insert):
3347         * pop3.el (pop3-movemail):
3348         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3349         loaded.
3351 2010-10-03  Glenn Morris  <rgm@gnu.org>
3353         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3355         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3357         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3359         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3361         * gnus-util.el (gnus-make-local-hook): Simplify.
3363 2010-10-02  Julien Danjou  <julien@danjou.info>
3365         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3366         (gnus-ido-completing-read): New function.
3367         (gnus-emacs-completing-read): New function.
3368         (gnus-completing-read): Use gnus-completing-read-function.
3369         Add gnus-completing-read-function.
3371 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373         * shr.el (shr-insert-document): Autoload.
3374         (shr-img): Be silent.
3375         (shr-insert): Add a newline after every picture before text.
3376         (shr-add-font): Use overlays for combining faces.
3377         (shr-insert): Pass upwards the text start point.
3379         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3380         possible.
3381         (mm-shr): New function.
3383 2010-10-02  Julien Danjou  <julien@danjou.info>
3385         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3386         should go backward.
3388 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3390         * shr.el (shr): Fix typo in provide call.
3392 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3394         * shr.el: New file.
3396         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3398         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3399         completing read.
3401 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3403         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3404         we're being queried about.  Suggested by Dan Jacobson.
3406         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3407         Suggested by Jason Eisner.
3409         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3410         table, too.  Suggested by Stefan Wiens.
3411         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3412         the table unnecessary.  Suggested by Stefan Wiens.
3414         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3415         longer needed, and probably doesn't work either, as pointed out by
3416         Stefan Wiens.
3417         (gnus-summary-exit): Remove call to the clearing function.
3418         (gnus-summary-exit-no-update): Ditto.
3420         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3421         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3422         Reported by Stefan Monnier.
3423         (gnus-summary-save-in-rmail): Ditto.
3425         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3426         article buffer, instead of both the article buffer and the summary
3427         buffer.  Sort of suggested by Dan Jacobson.
3429         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3431         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3432         Suggested by Dan Jacobson.
3434         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3435         documentation clearer.
3437         * message.el (message-shorten-references): Comment on the number "21".
3438         Suggested by Stefan Monnier.
3440         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3441         Suggested by Dan Jacobson.
3443         * gnus.el (gnus-large-newsgroup):
3444         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3446         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3447         externalize attachments.  Bug reported by Steve Wen.
3449         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3450         really message anything to the user.
3452         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3453         directly.
3455         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3456         messages in empty groups.
3458 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3460         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3461         non-UIDNEXT group.
3463 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3465         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3466         not the value from the collection.
3468         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3469         values.  This sometimes happens on some groups that have no info.
3470         (nnimap-request-newgroups): New function.
3472 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3474         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3475         check into `gnus-registry-initialize'.
3476         (gnus-registry-initialize): Ditto.
3477         Fix and extend header docs.
3479 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3481         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3482         regexp backtrace overflows.
3484         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3485         for starttls that tls.el implements; i.e. openssl.
3487 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3489         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3490         (gravatar-create-image): New function that's an alias to
3491         gnus-xmas-create-image, gnus-create-image, or create-image.
3492         (gravatar-data->image): Use it.
3494 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3496         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3497         install the nnregistry refer method.
3498         (gnus-registry-install-hooks): Use it.
3499         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3500         unfollowed groups.
3502 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3504         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3505         expanding threads.
3507 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3509         * nnir.el: Use the server names without suffixes (bug #7009).
3511         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3512         unencrypted to STARTTLS, if possible.
3514 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3516         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3517         headers before superseding.
3519 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3521         * nnrss.el (nnrss-use-local): Add documentation.
3523         * nnimap.el (nnimap-extend-tls-programs): New function.
3524         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3525         (nnimap-wait-for-connection): Accept the greeting from the stupid
3526         output from openssl s_client -starttls, too.
3528         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3529         article number.
3530         (nnimap-split-fancy): New variable.
3531         (nnimap-split-incoming-mail): Use it.
3533         * nntp.el (nntp-server-list-active-group): Document.
3535         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3536         SELECT to get the message-id.
3538         * mail-source.el (mail-sources): Remove webmail support.
3539         (defvar): Ditto.
3540         (mail-source-fetcher-alist): Ditto.
3541         (mail-source-fetch-webmail): Remove.
3543         * webmail.el: Remove -- doesn't seem relevant any more.
3545         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3547         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3548         the \r.
3550 2010-09-30  Julien Danjou  <julien@danjou.info>
3552         * gnus-agent.el (gnus-agent-add-group): Fix call to
3553         gnus-completing-read.
3555 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3557         * nndoc.el (nndoc-retrieve-groups): New function.
3559         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3560         `default', use nnmail-split-methods.
3561         (nnimap-request-article): Downcase the NILs so that they are nil.
3563         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3564         symbol.
3566         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3567         code, since if the user has requested network, that's what they ought
3568         to get.
3569         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3570         (nnimap-split-rule): Mark as obsolete.
3572         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3573         New variable.
3575         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3576         correct slot, too.
3578 2010-09-29  Julien Danjou  <julien@danjou.info>
3580         * gnus.el (gnus-local-domain): Declare variable obsolete.
3582         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3583         Fix history computing.
3584         (gnus-ido-completing-read): Require ido.
3586 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3588         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3589         build Gnus.
3591         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3592         when interpreting the structures.
3593         (nnimap-request-accept-article): Add \r\n to the lines to make this
3594         work with Cyrus.
3596         * nndraft.el (nndraft-request-expire-articles): Use the group name
3597         instead if "nndraft".  Fix found by Nils Ackermann.
3599 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3601         * nnregistry.el: Add.
3603 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3605         * nnmail.el (group, group-art-list, group-art):
3606         Remove unneeded directives.
3608 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3610         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3611         (mm-mime-charset)
3612         * rfc2047.el (rfc2047-syntax-table)
3613         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3615         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3616         rather than `insert-file-contents' and `eval-region'.
3618 2010-09-29  Julien Danjou  <julien@danjou.info>
3620         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3621         replacement of `gnus-gravatar-relief' to mimic
3622         `gnus-faces-properties-alist'.
3623         Add :version property.
3625 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3627         * mail-source.el (mail-source-report-new-mail)
3628         * message.el (message-default-mail-headers)
3629         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3631         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3633 2010-09-28  Julien Danjou  <julien@danjou.info>
3635         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3636         mail-address contains the same string as real-name.
3638         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3639         non-blank in header, otherwise it'll get stripped.
3641         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3642         real-name, and then for mail address rather than doing : or , search.
3644 2010-09-27  Julien Danjou  <julien@danjou.info>
3646         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3647         right completing-read function.
3648         (gnus-use-ido): New variable
3649         (gnus-completing-read-with-default): Remove.
3650         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3651         (gnus-agent-add-group):
3652         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3653         * mm-view.el (mm-view-pkcs7-decrypt):
3654         * mm-util.el (mm-codepage-setup):
3655         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3656         * mml-smime.el (mml-smime-openssl-sign-query):
3657         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3658         (mml-insert-multipart):
3659         * gnus-msg.el (gnus-summary-yank-message):
3660         * gnus-int.el (gnus-start-news-server):
3661         * mm-decode.el (mm-interactively-view-part):
3662         * gnus-dired.el (gnus-dired-attach):
3663         * gnus.el (gnus-read-method):
3664         * gnus-bookmark.el (gnus-bookmark-jump):
3665         * gnus-art.el (gnus-mime-view-part-as-type)
3666         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3667         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3668         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3669         * nnmairix.el (nnmairix-create-server-and-default-group)
3670         (nnmairix-update-groups, nnmairix-get-server)
3671         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3672         (nnmairix-get-group-from-file-path):
3673         * nnrss.el (nnrss-find-rss-via-syndic8):
3674         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3675         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3676         (gnus-group-browse-foreign-server):
3677         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3678         (gnus-summary-execute-command, gnus-summary-respool-article)
3679         (gnus-read-move-group-name):
3680         * gnus-score.el (gnus-summary-increase-score)
3681         (gnus-summary-score-effect):
3682         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3684 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3686         * nnimap.el (auth-source-forget-user-or-password)
3687         (auth-source-user-or-password): Autoload.
3689         * message.el (message-from-style, message-interactive)
3690         (message-signature): Remove comment.
3691         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
3692         always.
3693         (message-sendmail-envelope-from): Comment fix.
3694         (message-yank-prefix): Default to mail-yank-prefix always.
3695         (message-indentation-spaces):
3696         Default to mail-indentation-spaces always.
3697         (message-signature-file): Default to mail-signature-file always.
3699 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3701         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3702         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3703         new articles.
3705         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3706         parts.
3707         (nnimap-request-article): Work with the t setting, too.
3709         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3710         that you don't get flashes of other buffers.
3711         (gnus-summary-show-complete-article): Intern before setting.
3713 2010-09-27  David Engster  <dengste@eml.cc>
3715         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3716         well as HEADERS.
3717         (nnmairix-retrieve-headers): Provide new argument for the above.
3719 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3721         * gnus-sum.el (gnus-summary-move-article): Don't alter
3722         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3723         group.
3725         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3727         * message.el (message-cite-prefix-regexp): Revert my last edit.
3729         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3730         variable instead of the Gnus variable.
3732         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3734         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3736         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3737         since some servers don't like it.
3738         (nnimap-open-connection): Forget credentials if the server says the
3739         password was wrong.
3740         (nnimap-parse-line): Protect against invalid data.
3742         * gnus-sum.el (gnus-summary-move-article): Add comment.
3743         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3744         nothing alters it while scanning for new messages.
3746         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3747         which may or may not help.
3748         (nnimap-open-connection): If we're doing a stream connection, and then
3749         discover we're on a STARTTLS-capable server, then open a STARTTLS
3750         connection instead.
3752 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3754         * nnimap.el (utf7): Require.
3756         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3757         prefix.
3759 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3761         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3763 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3765         * nnimap.el (nnimap-request-accept-article): Message the error on
3766         error.
3768 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3770         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3772 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3774         * nndoc.el (nndoc-request-list): Return success always.
3776         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3777         `fetch-old' -- we only want to fetch the articles we've requested.
3778         The rest are in the agent, probably.
3779         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3780         disappeared server" to something low.  It's not important.
3782         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3783         arrived before the FETCH data.
3785         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3786         target here, because we don't know the Gnus name of the group.
3788         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3789         for the correct group.
3791         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3793         * gnus.el (gnus): Give a final warning after startup.
3795         * gnus-util.el (gnus-action-message-log): New variable.
3796         (gnus-message): Use it.
3797         (gnus-final-warning): New function.
3799         * nnimap.el (nnimap-open-connection): Record the greeting.
3800         (nnimap): Add greeting.
3802 2010-09-26  Julien Danjou  <julien@danjou.info>
3804         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3805         arguments.
3806         (gnus-html-wash-images): Fix spec computing to include start/end.
3808         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
3810 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3812         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
3813         deletion.
3814         (nnimap-retrieve-headers): Don't select the group, because that's
3815         already done by nnimap-possibly-change-group.
3817         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
3818         (gnus-picon-transform-address): Use it.
3820         * mail-source.el (mail-source-value): Revert previous patch.
3822         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
3823         on failure.
3824         (nnimap-open-connection): Look up both virtual and physical server name
3825         credentials.
3827         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
3829 2009-02-08  Dave Love  <fx@gnu.org>
3831         * gnus-win.el (gnus-window-to-buffer-helper)
3832         (gnus-all-windows-visible-p): Function needn't be a symbol.
3834         * mail-source.el (mail-source-value): Function needn't be a symbol.
3836 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3838         * message.el (message-cite-prefix-regexp): Remove } from the cite
3839         prefix.
3841         * gnus-art.el (gnus-treatment-function-alist): Do picons before
3842         highlight again, so that the highlight is correct.
3844         * gnus-picon.el (gnus-picon): Remove again.
3845         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
3847         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
3848         doing the header highlightling, so that the background colour of the
3849         picon is correct.
3851         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
3852         (gnus-picon): Ditto.
3853         (gnus-picon): Reinstate.  The background colour for picons is white.
3854         (gnus-picon-insert-glyph): Make the background white.
3856         * nnml.el (nnml-open-nov): Don't return dead buffers.
3858         * auth-source.el (auth-source-create): Query the user for whether to
3859         store the credentials.
3861         * auth-source.el (auth-source-user-or-password): Use the existing auth
3862         sources, if any, for creation.
3864         * gnus.el (gnus-group-fast-parameter): Return the last matching
3865         parameter instead of the first matching parameter.
3867 2010-09-26  Julien Danjou  <julien@danjou.info>
3869         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
3871 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3873         * mml2015.el (mml2015-use): Remove gpg support.
3875         * mml1991.el (mml1991-function-alist): Remove gpg function.
3876         (mml1991-gpg-sign): Remove.
3878 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
3880         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
3881         (gnus-browse-unsubscribe-current-group): Document it.
3882         (gnus-browse-unsubscribe-group): Use it.
3884 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3886         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
3887         address to the To list for easier response.
3889         * gnus.el (gnus-play-startup-jingle): Remove.
3890         (gnus-splash): Don't play jingle.
3891         (gnus): Silence gnus-load message.
3893         * gnus-art.el (gnus-treat-play-sounds): Remove.
3895         * gnus.el (gnus-play-jingle): Remove audio support.
3897         * gnus-cus.el (gnus-score-customize): Remove audio reference.
3899         * earcon.el: Remove -- no users.
3901         * gnus-audio.el: Remove -- no users of this package.
3903         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
3905         * gnus-start.el (gnus-setup-news): Remove nocem support.
3907         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
3909         * gnus.el (gnus-use-nocem): Remove.
3911         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
3912         Remove.
3914         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
3915         uses NoCeM any more.
3917         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
3918         (gnus-button-ctan-handler): Ditto.
3919         (gnus-button-handle-ctan-bogus-regexp): Ditto.
3920         (gnus-button-ctan-directory-regexp): Ditto.
3921         (gnus-button-handle-ctan): Ditto.
3922         (gnus-button-tex-level): Ditto.
3923         (gnus-button-alist): Remove CTAN stuff.
3925 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3927         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
3928         nnimap-streaming test.
3930         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
3931         servers twice.
3933         * nnimap.el (nnimap-open-connection): Add more error reporting when
3934         nnimap fails early.
3936         * nnheader.el (nnheader-get-report-string): New function.
3937         (nnheader-get-report): Use it.
3939         * gnus-int.el (gnus-check-server): Say what the error was when opening
3940         failed.
3942         * nnimap.el (nnimap-wait-for-response): Search further when we're not
3943         using streaming.
3945 2010-09-25  Julien Danjou  <julien@danjou.info>
3947         * gnus-html.el (gnus-html-rescale-image): Use our defalias
3948         gnus-window-inside-pixel-edges.
3950 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3952         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
3954         * mm-decode.el (mm-save-part): Allow saving to other directories the
3955         normal Emacs way.
3957         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
3958         Suggested by Jay Berkenbilt.
3960         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
3961         there isn't a single byte.
3963         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
3964         just do it.  It doesn't really seem to matter what the user responds
3965         here, I think, so it's just a confusing question.
3967         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
3968         non-streaming case.
3970         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
3971         (gnus-article-encrypt-body): Use it.
3973         * gnus-sum.el (gnus-summary-show-complete-article): New command and
3974         keystroke.
3976         * nnimap.el (nnimap-find-wanted-parts-1):
3977         Use gnus-fetch-partial-articles.
3979         * gnus-art.el (gnus-fetch-partial-articles): New variable.
3981         * nnimap.el (nnimap-insert-partial-structure): New function.
3982         (nnimap-get-partial-article): New function.
3983         (nnimap-request-article): Use it.
3984         (nnimap-wait-for-response): Return whether the wait was successful.
3985         (nnimap-finish-retrieve-group-infos): Don't do anything if the
3986         retrieval wasn't successful.
3987         (nnimap-retrieve-group-data-early): Allow throttling servers.
3988         (nnimap-streaming): New variable.
3989         (nnimap-fetch-partial-articles): Remove.
3991         * mm-decode.el (mm-with-part): Protect against killed buffers.
3993         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
3994         for prettier summary display.
3996 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
3998         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4000 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4002         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4003         apparently third-party libraries depend on it.
4005         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4006         before starting negotiation.
4008         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4009         privacy reasons.
4010         (gnus-treat-mail-gravatar): Ditto.
4012         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4013         buffer when inserting images.  Inserting text into the headers, for
4014         instance, can make them invalid.
4016 2010-09-25  Julien Danjou  <julien@danjou.info>
4018         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4019         variables.
4021         * nnheader.el: Remove useless variables news-reply-yank-from and
4022         news-reply-yank-message-id.
4024         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4025         variables.
4027         * mml1991.el: Remove useless mml1991-verbose.
4029         * gnus.el: Remove useless variable gnus-use-generic-from.
4030         Remove obsolete variable gnus-topic-indentation.
4032         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4034         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4036         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4038         * gnus-group.el: Remove useless gnus-group-icon-cache.
4039         Remove useless gnus-ephemeral-group-server.
4041         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4043         * mml2015.el: Remove useless mml2015-verbose.
4045         * mml-smime.el: Remove useless mml-smime-verbose.
4047         * gnus.el: Remove useless gnus-local-domain.
4049         * gnus-gravatar.el (gnus-gravatar-transform-address):
4050         Use gnus-gravatar-size.
4052         * gnus-art.el: Remove useless gnus-treat-translate.
4054 2010-09-24  Julien Danjou  <julien@danjou.info>
4056         * gnus-sum.el: Add support for Gravatars.
4058         * gnus-art.el: Add support for Gravatars.
4060         * gnus-gravatar.el: Add this file.
4062         * gravatar.el: Add this file.
4064 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4066         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4068         * gnus-group.el (gnus-group-fetch-faq): Remove.
4070         * gnus.el (gnus-group-faq-directory): Remove.
4072         * gnus-group.el (gnus-group-fetch-charter): Remove.
4074         * gnus.el (gnus-group-charter-alist): Remove.
4076         * gnus-group.el (gnus-group-archive-directory): Remove.
4077         (gnus-group-recent-archive-directory): Ditto.
4078         (gnus-group-make-archive-group): Remove.
4080         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4082         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4083         use the same article number for all the cached articles.
4085         * nnimap.el (nnimap-command): Register the last command time so
4086         that we can use it for idling NOOPs.
4087         (nnimap-open-connection): Start the keeplive timer.
4088         (nnimap-make-process-buffer): Store all the process buffers.
4089         (nnimap-keepalive): New function.
4091         * starttls.el (starttls-open-stream): Add autoload cookie.
4093 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4095         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4096         handling.
4098 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4100         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4101         its data structures.
4103         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4104         instead of the cl.el copy-list.
4105         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4106         equalp.
4108 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4110         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4111         and tool-bar-local-item-from-menu.
4113         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4114         mode-line-highlight face for Emacs.
4116         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4117         loading gnus-sum.elc; fix comment for canlock-verify.
4118         (gnus-article-jump-to-part): Use read-number.
4119         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4120         Remove Emacs pre-21 compatible code for help-echo.
4121         (gnus-article-next-page-1): No need to adjust the number of lines.
4122         (gnus-article-describe-bindings): Always use help-buffer.
4124         * gnus-audio.el (gnus-audio-inline-sound)
4125         * gnus-cus.el (gnus-custom-mode)
4126         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4128         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4130         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4131         compatible code.
4133 2010-09-24  Glenn Morris  <rgm@gnu.org>
4135         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4136         visiting the fcc file in rmail-mode.
4138 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4140         * nnir.el: Silence the byte compiler.
4142         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4143         alias to browse-url-url-encode-chars if any.
4144         (gnus-html-encode-url): Use it.
4146 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4148         * gnus-start.el (gnus-use-backend-marks): New variable.
4149         (gnus-get-unread-articles-in-group): Use it.
4151         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4152         makeover.
4154 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4156         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4158 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4160         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4161         Remove.
4162         (gnus-setup-news-hook):
4163         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4165         * gnus-int.el (gnus-request-update-info): Protect against backends not
4166         having the function.
4168         * nnimap.el (nnimap-stream): Mention starttls.
4169         (nnimap-open-connection): Add starttls support.
4171 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4173         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4175 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4177         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4178         BODYSTRUCTUREs.
4179         (nnimap-transform-headers): Unfold quoted {42} headers.
4181         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4182         the info.
4183         (gnus-get-unread-articles): Only call updatep on backends that support
4184         it.
4186         * nnweb.el (nnweb-request-update-info): NOOP.
4188         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4190         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4191         since it only deals with marks.
4193         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4194         gnus-request-marks, and make a new gnus-request-update-info.
4196         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4197         the active instead of the high number, which is usually too low.
4199 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4201         * encrypt.el: Remove.
4203 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4205         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4206         server in symbolic form.
4208         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4210 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4212         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4213         (nnimap-update-info): Fix up code slightly.
4215         * gnus-int.el (gnus-open-server): Add tracing for performance
4216         debugging.
4218         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4219         (gnus-group-insert-group-line): Pass the real group name so that it
4220         gets the right data.
4222         * gnus-start.el (gnus-get-unread-articles): Don't have
4223         `gnus-get-unread-articles-in-group' update info, since that can be
4224         really slow and doesn't seem to be needed?
4226 2010-09-22  Julien Danjou  <julien@danjou.info>
4228         * gnus-group.el (gnus-group-insert-group-line):
4229         Call gnus-group-highlight-line.
4230         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4231         default hook list.
4232         (gnus-group-update-eval-form): Add new function.
4233         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4234         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4236 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4238         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4239         immediate, then expire all articles.
4240         (nnimap-update-info): Fix off-by-one errors.
4241         (nnimap-flags-to-marks): Would return no marks lists for group with no
4242         flags.  Instead return the other data.
4244 2010-09-22  Julien Danjou  <julien@danjou.info>
4246         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4247         Only return an icon.
4248         (gnus-group-insert-group-line): Compute icon to return.
4250         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4251         (gnus-html-image-fetched): Only cache if
4252         gnus-html-image-automatic-caching is set.
4253         (gnus-html-image-fetched): Check for errors.
4255 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4257         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4258         once per method on `g'.  This ensures that backends like nnfolder don't
4259         open all their folders.
4261         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4262         (nnimap-request-list): Nix out group in the correct buffer.
4263         (nnimap-parse-flags): Implement by using `read' instead of
4264         hand-parsing.
4265         (nnimap-flags-to-marks): Pass on permanent-flags.
4266         (nnimap-make-process-buffer): Record the server name.
4267         (nnimap-parse-flags): Fix typo.
4268         (nnimap-request-scan): Run split on the server in general, not just a
4269         single group.
4271         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4272         parameter, and propagate this downwards.
4274         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4275         since EXAMINE changes it on the server.
4277         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4278         this command might take a while.
4280 2010-09-22  Julien Danjou  <julien@danjou.info>
4282         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4283         harmful if you have 2 images side-by-side, they can't be properly
4284         update on text deletion.  Using text-property is safer here.
4285         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4286         data.
4288 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4290         * nnimap.el (nnimap-expunge-inbox): Remove.
4291         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4292         (nnimap-expunge): Flip default to t.
4294         * gnus.el (gnus-method-to-server): Don't push things to the cache
4295         unless it's unique.
4296         (gnus-server-to-method): Ditto.
4298 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4300         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4302 2010-09-22  Julien Danjou  <julien@danjou.info>
4304         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4305         get the start of data.
4306         (gnus-html-encode-url): Add this function to encode special chars in
4307         URL.
4308         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4309         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4311         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4312         default.
4313         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4315         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4316         images alt-text.
4317         (gnus-html-put-image): Put alt-text as help-echo.
4319 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4321         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4322         * mm-util.el (mm-decompress-buffer)
4323         * nnir.el (nnir-run-find-grep)
4324         * pop3.el (pop3-list): Use 3rd arg of split-string.
4326 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4328         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4329         outside the active range.  Suggested by Dan Christensen.
4331         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4332         slightly later to avoid double-getting it.
4334         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4335         previous patch.
4337         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4339 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4341         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4343 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4345         * gnus-int.el (gnus-open-server): Give a better error message in the
4346         "go offline" case.
4348         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4349         marks for nnimap, which is seldom the right thing to do.
4351         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4352         (gnus-same-method-different-name): New function.
4354         * nnimap.el (parse-time): Require.
4356         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4357         method in the presence of many similar methods.
4359         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4361         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4362         nnml-inhibit-expiry.
4364         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4365         find out whether methods are equal.
4367         * nnimap.el (nnimap-find-expired-articles): New function.
4368         (nnimap-process-expiry-targets): New function.
4369         (nnimap-request-move-article): Request the article before looking at
4370         what the Message-ID is.  Fix found by Andrew Cohen.
4371         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4373         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4374         for oldness in addition to being a predicate.
4376         * nnimap.el (nnimap-request-group): When we have zero articles, return
4377         the right data to Gnus.
4378         (nnimap-request-expire-articles): Only delete articles immediately if
4379         the target is 'delete.
4381         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4382         method, this would bug out.
4384         * gnus-group.el (gnus-group-expunge-group): Rename from
4385         gnus-group-nnimap-expunge, and implemented as a normal interface
4386         function.
4388         * gnus-int.el (gnus-request-expunge-group): New function.
4390         * nnimap.el (nnimap-request-create-group): Implement.
4391         (nnimap-request-expunge-group): New function.
4393 2010-09-21  Julien Danjou  <julien@danjou.info>
4395         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4396         (gnus-html-cache-expired): Add new function.
4397         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4398         wethever we should display image for fetch it.
4399         Compute alt-text earlier to pass it to the fetching function too.
4400         (gnus-html-schedule-image-fetching): Change function argument to only
4401         get one image at a time, not a list.
4402         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4403         cache.
4404         (gnus-html-get-image-data): New function to retrieve image data from
4405         cache.
4406         (gnus-html-put-image): Change buffer argument to use image data rather
4407         than file, and place image above region rather than inserting a new
4408         one.  Do not take alt-text as argument, since it's useless now: we place
4409         the image above alt-text.
4410         (gnus-html-prune-cache): Remove.
4411         (gnus-html-show-images): Start to fetch image when we find one, do not
4412         push into a temporary list.
4413         (gnus-html-prefetch-images): Only fetch image if they have expired.
4414         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4415         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4417 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4419         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4421 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4423         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4424         spec inser "*" if the group isn't active instead of 0.
4426         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4427         opening the server.
4428         (nnimap-request-delete-group): Implement group deletion.
4429         (nnimap-transform-headers): Return the size of the entire message in
4430         the Bytes header, not just the size of the first part.
4431         (nnimap-request-move-article): When moving an article from nnimap,
4432         request the article first so the accepting form has an article to
4433         accept.  Reported by Dan Christensen.
4434         (nnimap-command): Make sure that the error message doesn't error out.
4436 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4438         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4439         we haven't requested anything.
4441 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4443         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4444         "".  Fix found by Andrew Cohen.
4446         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4447         instead of -encode-string.
4449 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4451         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4453         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4454         by mm-subst-char-in-string.
4456 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4458         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4459         waiting for the connection string.
4461         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4462         arriving.
4464         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4465         bogus characters.  This allows selecting certain Gmail groups.
4467         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4468         (nnimap-fetch-partial-articles): New variable.
4469         (nnimap-open-connection): When looking for credentials, also use the
4470         nnimap-server-port.
4471         (nnimap-request-article): Return the group/article number, so that Gnus
4472         `^' works as expected.
4473         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4475         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4476         comments.
4477         (gnus-methods-sloppily-equal): New function.
4478         (gnus): When using the development version of Gnus, load the gnus-load
4479         file.
4481         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4482         `gnus-open-server' on each method before trying to scan them etc.
4483         This ensures that all the backend parameters are set correctly.
4485         * nnimap.el (nnimap-authenticator): New variable.
4486         (nnimap-open-connection): Allow anonymous login.
4487         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4488         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4490         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4491         patch, found by Knut Anders Hatlen.
4493 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4495         * gnus-agent.el (gnus-agent-batch-confirmation)
4496         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4497         to gnus-message.
4498         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4499         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4500         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4501         * gnus-int.el (gnus-open-server): Likewise.
4502         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4503         (gnus-score-check-syntax): Likewise.
4504         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4505         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4506         Likewise.
4507         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4509 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4511         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4512         calling conventions so that prefetch doesn't bug out.
4514 2010-09-19  Julien Danjou  <julien@danjou.info>
4516         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4517         rather than `subst-char-in-region' in order to be able to replace ASCII
4518         char by UTF-8 ones.
4520         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4521         than curl.
4522         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4523         the right URL and ALT text on images.
4524         (gnus-html-wash-tags): Fix tag case.
4525         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4526         (gnus-article-html): Add -o display_ins_del=2 option.
4527         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4529 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4531         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4532         the extra mail headers, which sometimes seem to happen for unknown
4533         reasons.
4535         * mail-parse.el (mail-header-encode-parameter): Define as
4536         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4537         (or most, perhaps?) mail readers don't understand the latter, but do
4538         understand the former.
4540         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4541         to nil, so that no methods are automatically agentized.  I think this
4542         is probably what most users want.
4544         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4545         from url-retrieve, for instance about invalid URLs.
4547         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4548         groups that have no articles.
4549         (nnimap-request-article): Check that we really got an article when we
4550         requested one.
4552         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4553         doesn't exist.
4555         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4556         nntp buffer so the agent can save it.
4557         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4558         that CRLF doesn't get translated to \n.
4559         (nnimap-open-connection): Don't make 'shell commands only send \n.
4561 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4563         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4564         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4565         Update var name.
4566         (nnml-generate-nov-file): Use dolist.
4567         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4568         Use with-current-buffer.
4570 2010-09-18  Julien Danjou  <julien@danjou.info>
4572         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4573         parallel.
4575 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4577         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4578         the range update right.
4579         (nnimap-request-group): Don't make `M-g' bug out on group with no
4580         marks.
4581         (nnoo): Require, so that other packages can require nnimap.
4582         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4583         command we're looking for.  This helps when the server sends more
4584         responses after we've gotten everything we expected.
4585         (nnimap): Add a `newlinep' field to keep track of end-of-line
4586         conventions.
4587         Don't send CRLF to things that don't want it.
4588         (nnimap-request-accept-article): Ditto.
4590 2010-09-18  Julien Danjou  <julien@danjou.info>
4592         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4593         than curl to retrieve images.
4595 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4597         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4598         the marks.
4599         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4600         (nnimap-wait-for-connection): New function.
4601         (nnimap-open-connection): If we have PREAUTH, don't query for login
4602         credentials.
4603         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4604         when doing a partial update.
4606 2010-09-18  Julien Danjou  <julien@danjou.info>
4608         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4609         tags.
4611 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4613         * nnimap.el (nnimap-credentials): New function.
4614         (nnimap-open-connection): Use the new function to look for credentials
4615         also on the numeric equivalents of "imap" and "imaps".
4617         * gnus-start.el (gnus-activate-group): Send the info to
4618         gnus-request-group.
4620         * nnimap.el (nnimap-request-group): Have the "check" version of the
4621         function parse flags and update the info, so that a `M-g' get a total
4622         resync of all flags from the group.
4624         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4625         to allow backends to alter the info on group selection.  Also alter all
4626         the backend -request-group functions to take the parameter.
4628         * nnimap.el (nnimap-store-info): New function.
4629         (nnimap-update-info): Store the info for later usage.
4630         (nnimap-request-group): Use the stored info for the dont-check case, so
4631         that we don't retrieve all marks when we enter a group.
4633         * nnimap.el: Use deffoo instead of defun for interface functions.
4635         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4636         update the group info.  This makes the nndraft groups, for instance, go
4637         back to their old behaviour.
4639         * gnus-sum.el (gnus-select-newsgroup): Indent.
4641         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4642         in.
4643         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4644         nothing.
4646         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4647         from methods that are denied.
4649         * gnus-int.el (gnus-method-denied-p): New function.
4651         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4652         store the password instead of netrc.
4653         (nnimap-open-connection): Don't error out when we can't make a
4654         connections.
4656         * auth-source.el (auth-source-create): In the password prompt, say what
4657         we're querying for.  Also prompt for user name if that hasn't been
4658         given.
4660         * nnimap.el (nnimap-with-process-buffer): Remove.
4662 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4664         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4665         method when we're reading from the agent.
4667         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4669         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4670         that's probably most useful for users.
4672         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4673         "failed" all the time.
4675         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4676         ...)) with (with-current-buffer ... ).
4678         * nntp.el (nntp-open-server): Return whether the open was successful or
4679         not.
4681         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4682         select an unread unseen article first.
4684         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4685         /etc/services, supply some sensible port defaults.
4687 2010-09-17  Julien Danjou  <julien@danjou.info>
4689         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4691 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4693         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4694         doesn't have any parameters.
4696 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4698         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4699         only upcased checks.
4701         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4703         * nnimap.el (nnimap-open-shell-stream): New function.
4704         (nnimap-open-connection): Use it.
4705         (nnimap-transform-headers): Get the number of lines in each message.
4706         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4707         number of lines.
4708         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4709         problem.
4711         * utf7.el (utf7-encode): Autoload.
4713         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4714         to allow the mail splitting to not return a default group.  This is
4715         useful for nnimap, which will leave unmatched mail in the inbox.
4717         * nnimap.el: Rewritten.
4719         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4720         nnimap usage.
4722         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4723         if the move is internal, so that nnimap can do fast internal moves.
4725         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4726         data.
4727         (gnus-read-active-for-groups): Support finishing the early retrieval of
4728         data.
4730         * gnus-range.el (gnus-range-nconcat): New function.
4732         * gnus-int.el (gnus-finish-retrieve-group-infos)
4733         (gnus-retrieve-group-data-early): New functions.
4735 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4737         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4738         (nnrss-retrieve-groups):
4739         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4740         (pop3-quit): Use with-current-buffer.
4742 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4744         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4745         instead of nnheader-accept-process-output.
4747         * gnus-html.el (gnus-html-schedule-image-fetching)
4748         (gnus-html-prefetch-images): Replace process-kill-without-query by
4749         gnus-set-process-query-on-exit-flag.
4751 2010-09-16  Romain Francoise  <romain@orebokech.com>
4753         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4755 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4757         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4758         parameter to unintern is mandatory-ish in Emacs 24.
4760         * gnus-html.el (gnus-html-schedule-image-fetching)
4761         (gnus-html-prefetch-images): Check for curl before using it.
4763         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4764         depend on curl, which isn't essential.
4766         * imap.el: Revert back to version
4767         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4768         seem problematic.
4770 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4772         * gnus-registry.el (gnus-registry-install-shortcuts):
4773         Explicitly pass `obarray' to `unintern' to avoid a warning.
4775 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4777         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4778         change.
4780         * nnrss.el (nnrss-request-list): Remove this function and related
4781         functions, including the moreover stuff.
4783 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4785         * nnrss.el (nnrss-retrieve-groups): New function.
4787 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4789         * .dir-locals.el: Add no-byte-compile cookie.
4791 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
4793         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
4794         for back end that doesn't support request-scan.
4796 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4798         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
4799         then do request scans from the backends.
4801         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
4802         avoid running a hook per line, since this takes a lot of time,
4803         profiling shows.
4804         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
4805         directly if gnus-visual-p is true.
4807 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4809         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
4810         groups; replace mapcar with dolist which is a bit faster; pass groups
4811         info to gnus-read-active-file-1.
4812         (gnus-read-active-file-1): Scan only specified groups if the new
4813         optional arg `infos' is given.
4815 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4817         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
4819         * pop3.el (pop3-movemail): Remove.
4820         (pop3-streaming-movemail): Rename to pop3-movemail.
4822         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
4823         don't restrict end-tag searches to the end of the line.
4825 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
4827         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
4828         articles of every unchecked group to t, which means unknown since the
4829         server has never been opened.
4831 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4833         * gnus-html.el (gnus-html-show-alt-text): New command.
4834         (gnus-html-browse-image): Ditto.
4835         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
4836         to browse the image directly.
4837         (gnus-html-wash-tags): Search for images first, so that <a><img> works
4838         better.
4840         * gnus-async.el (gnus-async-article-callback):
4841         Call `gnus-html-prefetch-images' unconditionally.
4843         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
4844         before feeding URLs to curl.
4846 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
4848         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
4849         internal images as deletable by `W D D'.
4851         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
4852         (gnus-async-article-callback): Fix typo.
4854 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4856         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
4857         current line to work around bugs in the output from w3m.
4859         * gnus-async.el (gnus-async-article-callback): Always prefetch images
4860         for groups that want that.
4862         * nntp.el (nntp-wait-for-string): Supply a timeout for
4863         accept-process-output to ensure progress.
4865         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
4866         level to get unread articles from, then use that for foreign groups,
4867         too.
4869         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
4870         confuses the rest of the function.
4872         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
4873         for the methods that support -retrieve-groups, too.
4875         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
4877 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
4879         * pop3.el: Require cl when compiling.
4880         (pop3-number-of-responses): Search for "+OK", not "+OK ".
4882 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4884         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
4885         that aren't going to be activated.
4886         (gnus-get-unread-articles): Fix up the last commit.
4888         * gnus-html.el (gnus-article-html): Allow calling without specifying
4889         the handle.  In that case, dissect the buffer first.
4891         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
4893         * nnimap.el (nnimap-open-connection): Revert the change that would look
4894         into authinfo for imaps instead of imap.
4896         * gnus-start.el (gnus-activate-group): Take an optional parameter to
4897         say that you don't want to call gnus-request-group with don-check, but
4898         do check the reponse.  This is for virtual groups only.
4899         (gnus-get-unread-articles): Count the archive groups as secondary, so
4900         that they're activated the same way as before.
4902         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
4903         case-insensitively.
4904         (nnimap-debug): Remove.
4906         * mail-source.el (mail-source-fetch): Don't message if we're fetching
4907         mail from a file, and the file doesn't exist.
4909         * pop3.el (pop3-streaming-movemail): Return t for success.
4911         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
4912         .authinfo if we're using ssl connection.
4914         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
4915         already have if we're in a main Gnus `g' run.
4917         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
4919 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
4921         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
4923         * nnmh.el (nnmh-request-list-1): Bind `file'.
4925         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
4926         alias to set-process-query-on-exit-flag or process-kill-without-query.
4927         (pop3-open-server): Use it.
4929 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4931         * mail-source.el (mail-source-delete-crash-box): Always move the crash
4932         box to the Incoming file.  Fixes mistake in previous checkin.
4934         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
4935         request loop (for debugging purposes) removed.
4937         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
4938         culprit is more visible.
4939         (nnml-save-incremental-nov, nnml-open-incremental-nov)
4940         (nnml-add-incremental-nov): New functions to do "incremental" nov
4941         updates, where we just append to the end of the existing nov files
4942         without reading/writing them in full.
4944         * mail-source.el (mail-source-delete-crash-box): Really only check the
4945         incoming files once in a while.
4947         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
4949         * mail-source.el (mail-source-delete-crash-box): Only check the
4950         incoming files for deletion once per day to save a lot of file
4951         accesses.
4953         * pop3.el (pop3-logon): Fix up unbound variable typo.
4955         * mail-source.el (pop3-streaming-movemail): Autoload.
4957         * pop3.el (pop3-streaming-movemail):
4958         Respect pop3-leave-mail-on-server.
4960         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
4961         retrieval.
4963         * pop3.el (pop3-process-filter): Remove unused function.
4964         (pop3-streaming-movemail, pop3-send-streaming-command)
4965         (pop3-wait-for-messages, pop3-write-to-file)
4966         (pop3-number-of-responses): New functions for streaming pop3
4967         retrieval.
4969         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
4970         come from no known methods.
4971         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
4972         list.
4974         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
4975         message sizes.
4976         (pop3-movemail): Use erase-buffer instead of looping and deleting
4977         regions, which seems rather odd.
4979         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
4980         file once per `g' run.
4982         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
4983         directories.  This makes the draft queue directory work.
4985         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
4986         data from the backends, so that we only request the list of groups from
4987         each method once.  This should speed things up considerably.
4989         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
4990         detect that it's not implemented.
4992         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
4993         we actually do recurse down into the tree, but don't stat all leaf
4994         nodes.
4996         * gnus-html.el (gnus-html-show-images): If there are no images to show,
4997         then say so instead of bugging out.
4999         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5000         files exist before trying to read them.
5002         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5003         around <pre_int>.
5005         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5007         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5009 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5011         * mm-util.el (mm-image-load-path): Just return the image directories,
5012         not all directories in the path in addition to the image directories.
5013         (mm-image-load-path): Maintain a cache of the image directories so that
5014         the `g' command in Gnus doesn't have to stat dozens of directories each
5015         time.
5017         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5018         (gnus-html-wash-tags): Add a new `i' command to insert images.
5019         (gnus-html-insert-image): New command and keystroke.
5020         (gnus-html-redisplay-with-images): New command and keystroke.
5021         (gnus-html-show-images): Rename command.
5022         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5023         spacers.
5024         (gnus-html-wash-tags): Decode entities at the end, so that entities
5025         inside the tags don't mess up the rest of the "parsing".
5027         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5028         so that nnimap methods aren't agentized by default.  There's apparently
5029         many problems related to agent/imap behaviour.
5031         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5033         * gnus-html.el: Doc fix.
5035 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5037         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5038         glyph-width and glyph-height instead of display-graphic-p and
5039         image-size; make avoidance of displaying small images work for XEmacs.
5041         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5042         for XEmacs.
5044         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5045         of symbol that holds plist data.
5046         (gnus-process-plist): Remove plist of process after getting it.
5048 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5050         * message.el (message-generate-hashcash): Change default to
5051         'opportunistic if hashcash is installed.
5053         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5054         (gnus-html-put-image): Only call image-size once, since it's somewhat
5055         time-consuming on remote X servers.
5057 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5059         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5060         decoded contents.
5061         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5063 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5065         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5066         group line format, since it isn't very interesting.
5068         * gnus-agent.el (gnus-agent-short-article),
5069         (gnus-agent-long-article): Increase values for these two variables,
5070         since most people are likely to have more network connection and
5071         storage than before.
5073         * gnus.el (gnus-refer-article-method): Change default to 'current.
5074         When referring an article, the common behaviour is to refer it from the
5075         current select method, not the native select method.  The chances of
5076         the native select method having the message in question is rather slim
5077         these days.
5079         * gnus-sum.el (gnus-auto-select-subject): Change default to
5080         `unseen-or-unread'.  I think it's likely that most people want to
5081         select an unseen article over a previously seen, but unread one.
5083         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5084         means that in the article buffer none of the minor mode elements will
5085         be shown, usually, and this is not desirable in most cases.
5087         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5088         that commands like `d' (and the like) go to the next line in the
5089         buffer, instead of the next unread article.  I think this is the
5090         behaviour that is most natural for most users.
5091         (gnus-single-article-buffer): Change default to nil, so that people can
5092         have as many article buffers open as they have summary buffer.  I think
5093         this is the most natural way for the groups to behave.
5095         * message.el (message-generate-new-buffers): Change default to
5096         `unsent', so that all new message buffers start their names with the
5097         string "*unsent", and it's easier to find the buffers if you move from
5098         them.
5100 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5102         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5103         small.  They're probably tracking images.
5104         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5105         (gnus-html-rescale-image): Yet another try at getting the image sizing
5106         right.
5108         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5109         nntp-marks-file-name is nil.
5111 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5113         * gnus-html.el (gnus-html-wash-tags)
5114         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5115         Better logging.
5117 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5119         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5121         * gnus-html.el (gnus-html-wash-tags): Check the value of
5122         gnus-blocked-images in the summary buffer.
5124 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5126         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5128 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5130         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5131         like "a", it seems like.
5132         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5133         since it needs to be picked from the correct buffer.
5135         * nnwfm.el: Remove.
5137         * nnlistserv.el: Remove.
5139 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5141         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5142         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5144 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5146         * nnkiboze.el: Remove.
5148         * nndb.el: Remove.
5150         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5151         alt text.
5152         (gnus-html-rescale-image): Try to get the rescaling logic right for
5153         images that are just wide and not tall.
5155         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5156         overshadow variable bindings.
5158 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5160         * gnus-html.el (gnus-html-wash-tags)
5161         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5162         Add extra logging.
5164 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5166         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5167         (gnus-max-image-proportion): New variable.
5168         (gnus-html-rescale-image): New function.
5169         (gnus-html-put-image): Rescale images.
5171 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5173         Fix up some byte-compiler warnings.
5174         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5175         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5176         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5177         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5178         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5179         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5180         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5182 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5184         * gnus-html.el (gnus-article-html): Decode contents by charset.
5186 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5188         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5189         (gnus-html-frame-width, gnus-blocked-images)
5190         * message.el (message-prune-recipient-rules): Add custom version.
5191         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5193         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5194         functions.
5196         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5197         gnus-process-get.
5199 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5201         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5202         instead of lsub directly.
5204 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5206         * nnwarchive.el: Remove.
5208         * gnus-soup.el: Remove.
5210         * nnsoup.el: Remove.
5212         * nnultimate.el: Remove.
5214         * gnus-html.el (gnus-blocked-images): New variable.
5216         * message.el (message-prune-recipients): New function.
5217         (message-prune-recipient-rules): New variable.
5219         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5220         guess whether a long line is natural text or not.
5222         * gnus-html.el (gnus-html-schedule-image-fetching):
5223         Use gnus-process-plist and friends for compatibility.
5225 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5227         * gnus-html.el: Require packages that define macros used in this file.
5228         (gnus-article-mouse-face): Declare to silence byte-compiler.
5229         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5230         process-get.
5231         (gnus-html-put-image): Use plist-get to avoid getf.
5232         (gnus-html-prefetch-images): Use with-current-buffer.
5234 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5236         * gnus-ems.el: Provide compatibility functions for
5237         gnus-set-process-plist.
5239         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5240         * gnus.el (gnus-valid-select-methods)
5241         * message.el (message-send-mail-partially-limit)
5242         * mm-decode.el (mm-text-html-renderer)
5243         * mml.el (mml-insert-mime-headers-always)
5244         * smiley.el (smiley-regexp-alist): Bump custom version.
5246 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5248         * gnus-html.el: require mm-url.
5249         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5250         with the url to `url'.
5251         (gnus-html-wash-tags): Support cid: URLs/images.
5253 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5255         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5256         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5257         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5259         * gnus-move.el: Remove file, since it doesn't really work.
5261         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5262         UTF-8.  This seems to fix problems with some German web feeds.
5264         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5265         at the top so that the proper colours are applied.
5267         * gnus-art.el (gnus-article-view-part): Doc fix.
5269         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5270         XEmacs-compatible.
5271         (gnus-html-put-image): Don't do images on non-graphic displays.
5273         * nnslashdot.el: Remove this unused backend.
5275         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5276         actions.
5277         (gnus-undo-register-1): Revert last change.
5279         * gnus-group.el (gnus-group-completing-read): Protect against not
5280         having completion-styles bound.
5282         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5283         make broken recipients happier.
5285         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5287         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5288         point parameter.
5290         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5291         completion-styles for group selection.
5293 2009-02-04  Andreas Schwab  <schwab@suse.de>
5295         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5296         headers and regexp-quote the match if necessary.
5298 2009-03-24  Miles Bader  <miles@gnu.org>
5300         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5301         the blinking smiley.
5303 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5305         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5306         blink smiley.
5308 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5310         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5311         where the dribbel file lives exists.
5313         * message.el (message-send-mail-partially-limit): Change the default to
5314         nil, since most people don't want this.
5316         * mm-url.el (mm-url-decode-entities): Also decode entities like
5317         &#x3212.
5319 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5321         * gnus-sum.el (gnus-summary-idna-message):
5322         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5323         Hyperlink urls in docstrings with URL `...'.
5325 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5327         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5328         functions.
5330 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5332         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5333         say what the mouseover text should be.
5335         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5336         version of the mm-w3m-safe-url-regexp variable to only download images
5337         in the groups where we want that to happen.
5339         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5341         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5342         easier debugging.
5343         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5344         big pictures in the article buffer.
5346         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5347         gnus-article-html.
5348         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5349         w3m.
5351         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5353 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5355         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5356         which doesn't exist.
5358         * message.el (message-inhibit-ecomplete): New variable to allow some
5359         function to inhibit ecomplete address storage.
5360         (message-resend): Disable ecomplete message storage when resending
5361         messages.
5363         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5365 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5367         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5368         Save excursion while copying, moving, and deleting articles in order to
5369         prevent the cursor from jumping to unforeseen place.
5371 2010-08-17  Glenn Morris  <rgm@gnu.org>
5373         * gnus-sync.el: Require gnus components whose functions are used.
5375         * gnus-art.el (bookmark-make-record-function):
5376         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5377         Declare for compiler.
5379         * mm-url.el (mml-compute-boundary): Autoload.
5381 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5383         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5385 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5387         Typo fix "hoo4a" -> "hook".
5389         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5391 2010-08-14  Glenn Morris  <rgm@gnu.org>
5393         * gnus-sync.el (gnus-sync): Fix defgroup version.
5395 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5397         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5399         * gnus-sync.el: Fix docs.
5400         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5401         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5403 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5405         Optimizations for gnus-sync.el.
5407         * gnus-sync.el: Add docs about gnus-sync-backend
5408         possibilities.
5409         (gnus-sync-save): Remove unnecessary message.
5410         (gnus-sync-read): Optimize and show what groups were skipped.
5412 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5414         Minor bug fixes for gnus-sync.el.
5416         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5417         Don't read the sync on get-new-news.
5419         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5420         quiet.
5422         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5423         (fix typo).
5425 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5427         Make saving and restoring of hidden threads work with overlays.
5428         Patch applied by Ted Zlatanov.
5430         * gnus-sum.el (gnus-hidden-threads-configuration)
5431         (gnus-restore-hidden-threads-configuration): Update to deal with text
5432         properties, rather than searching for a magic character.
5434 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5436         New gnus-sync.el library for synchronization of marks.
5438         * gnus-sync.el: New library for synchronization of marks.
5440         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5441         renamed from `gnus-registry-grep-in-list'.
5443         * gnus-registry.el (gnus-registry-follow-group-p):
5444         Use `gnus-grep-in-list'.
5446         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5448 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5450         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5451         determining charset of text fails.
5453 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5455         * nnmail.el (nnmail-get-new-mail-1): Revert.
5457         * nnml.el (nnml-active-number): Make sure names of newly created groups
5458         in nnml-group-alist are encoded.
5460 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5462         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5463         containing non-ASCII characters in active file for nnml back end.
5465 2010-07-24  David Engster  <dengste@eml.cc>
5467         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5468         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5470 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5472         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5473         tag (Bug#6654).
5475 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5477         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5478         the article buffer, not the summary buffer.
5480 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5482         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5483         Emacs 23 as well.
5485 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5487         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5488         Patch applied by Karl Fogel.
5490         * gnus-sum.el (gnus-summary-bookmark-make-record):
5491         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5493 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5495         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5496         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5497         C-w still not working correctly from Article buffers; Thierry's
5498         patch to fix that will be applied after this.
5500         * gnus-art.el (bookmark-make-record-function): New local variable.
5502         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5503         article buffer.
5504         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5506 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5508         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5509         on changes in bookmark.el.
5511 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5513         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5514         the *other* type of HTML form submission.
5516 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5518         * auth-source.el (auth-source-pick): If choice does not contain a
5519         questioned keyword, set the check to t.
5521 2010-06-12  Romain Francoise  <romain@orebokech.com>
5523         * gnus-util.el (gnus-date-get-time): Move up before first use.
5525 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5527         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5528         (gnus-article-edit-part): Bind it to make last part that is substituted
5529         or deleted visible.
5530         (gnus-mime-display-single): Buttonize part of which id equals to
5531         gnus-mime-buttonized-part-id.
5533 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5535         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5536         (gnus-dd-mmm): Use gnus-date-get-time.
5537         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5538         simplify logic.
5539         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5540         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5542 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5544         * auth-source.el (top): Autoload `secrets-list-collections',
5545         `secrets-create-item', `secrets-delete-item'.
5546         (auth-sources): Fix tag string.
5547         (auth-get-source, auth-source-retrieve, auth-source-create)
5548         (auth-source-delete): New defuns.
5549         (auth-source-pick): Rewrite in order to avoid 2 passes.
5550         (auth-source-forget-user-or-password): New parameter USERNAME.
5551         (auth-source-user-or-password): New parameters CREATE-MISSING and
5552         DELETE-EXISTING.  Retrieve password interactively, if needed.
5554 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5556         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5557         deleting unused directories when gnus-expert-user is t.
5559 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5561         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5562         for each temp file when gnus-article-browse-delete-temp is ask.
5564 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5566         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5568 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5570         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5571         article unless decoding article to be saved.
5573 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5575         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5576         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5577         generated within the mm-with-unibyte-current-buffer macro.
5579 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5581         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5582         to nil when we're in a mml-preview buffer and no group is selected.
5584 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5586         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5587         when catching the `C-g'.  Reported by "Leo".
5589 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5591         * message.el (message-forward-make-body-plain)
5592         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5593         multibyte-string-p.
5595 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5597         * message.el (message-forward-make-body-mml): Assume original message
5598         is multibyte string; error on unibyte.
5599         (message-forward-make-body-plain): Ditto; don't add excessive newline
5600         in body end.
5602 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5604         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5605         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5607 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5609         * mm-extern.el (mm-extern-url): Don't use
5610         mm-with-unibyte-current-buffer.
5611         (mm-extern-cache-contents): Use with-current-buffer instead of
5612         save-excursion + set-buffer.
5614 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5616         * mm-util.el (mm-emacs-mule): Remove.
5618 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5620         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5621         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5622         change.
5624 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5626         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5627         bind the default value of enable-multibyte-characters to nil.
5629 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5631         * message.el (message-forward-make-body-plain)
5632         (message-forward-make-body-mml):
5633         Don't use mm-with-unibyte-current-buffer.
5635 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5637         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5638         (Bug#5592).
5640 2010-05-07  Julien Danjou  <julien@danjou.info>
5642         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5643         it to mm-pipe-part.
5645         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5646         it is given.
5648 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5650         * nnweb.el (nnweb-gmane-search)
5651         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5652         XEmacs.
5654         * gnus-art.el (gnus-article-browse-html-parts)
5655         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5656         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5657         make-temp-file.
5659         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5660         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5661         compiling.
5663         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5664         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5665         XEmacs when compiling.
5667         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5668         gnus-pick-mode-off-hook for XEmacs when compiling.
5669         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5670         gnus-binary-mode-off-hook for XEmacs when compiling.
5672         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5673         Return nil if char-charset is not available.
5675         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
5676         macro.
5678         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5679         instead of encode-coding-string.
5681         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5682         'xemacs) instead of mm-emacs-mule to switch function definitions.
5683         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5685 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
5687         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
5689 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5691         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
5692         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
5694 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
5696         * mm-util.el (mm-decompress-buffer): Use `delete-file';
5697         alias `jka-compr-delete-temp-file' no longer exists.
5699 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
5701         Use define-minor-mode in Gnus where applicable.
5702         * mml.el (mml-mode): Use define-minor-mode.
5703         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
5704         (gnus-undo-mode): Use define-minor-mode.
5705         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
5706         (gnus-dead-summary-mode): Use define-minor-mode.
5707         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
5708         Initialize in declaration.
5709         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
5710         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
5711         (gnus-mailing-list-mode): Use define-minor-mode.
5712         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
5713         (gnus-draft-mode): Use define-minor-mode.
5714         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
5715         (gnus-dired-mode): Use define-minor-mode.
5717 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
5719         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
5720         handles on recursive mml-to-mime translation and check them for
5721         boundary delimiter collisions.  Reported by Greg Troxel.
5723 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5725         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
5727 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
5729         * mm-util.el (mm-find-buffer-file-coding-system):
5730         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
5732 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
5734         * message.el (message-generate-headers): Record insertion of optional
5735         headers as well.  Otherwise the check to prevent repeated insertion of
5736         optional headers is a no-op.
5738 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
5740         * smime.el: Don't mention CVS.
5742         * nnrss.el (nnrss-fetch): Don't mention CVS.
5744         * nnir.el: Don't mention CVS.
5746 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5748         * gnus-sum.el (gnus-summary-bookmark-make-record):
5749         Add `location' field.
5751 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5753         * gnus-sum.el: Add bookmark declarations to silence the compiler.
5754         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
5755         Use with-current-buffer to silence the byte-compiler.
5756         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
5757         bother to require `gnus'.
5758         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
5760 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5762         * gnus-sum.el (gnus-summary-bookmark-make-record)
5763         (gnus-summary-bookmark-jump): New functions.
5764         (gnus-summary-mode): Setup bookmark support.
5766 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
5768         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
5769         if set.
5771 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5773         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
5774         gnus-article-browse-html-save-cid-image; make it work recursively for
5775         forwarded messages as well.
5776         (gnus-article-browse-html-parts): Work when prefix arg is given.
5777         (gnus-article-browse-html-article): Doc fix.
5779 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
5781         * message.el (message-default-mail-headers):
5782         (message-default-headers): Carry the value mail-default-headers over
5783         into message-default-mail-headers, rather than message-default-headers.
5785 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
5787         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
5788         charset.
5790         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
5791         charset into the <meta> tag when the article is encoded to utf-8.
5793 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5795         * gnus-art.el (gnus-article-browse-delete-temp-files):
5796         Delete directories as well.
5797         (gnus-article-browse-html-parts): Work for images that do not specify
5798         file names; delete temp directory when quitting; insert header at the
5799         right place; use file: scheme for image files.
5801 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
5803         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
5804         (gnus-article-browse-html-parts): Use it to make temporary cid image
5805         files in addition to html file so that browser may display them.
5807 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
5809         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
5811 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
5813         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
5815 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
5817         * auth-source.el (auth-sources): Change default to be simpler.
5818         Explain about Secret Service API sources.  Improve Customize options.
5819         (auth-source-pick): Change to accept any number of search parameters.
5820         Implement fallbacks iteratively, not recursively.  Add scoring on the
5821         second pass and sort by score.  Call Secret Service API when needed.
5822         (auth-source-user-or-password): Use it.  Call Secret Service API
5823         directly when needed to get the user name and the password.
5825 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
5827         * message.el (message-interactive): Doc fix.
5828         (message-qmail-inject-args): Reflow.
5829         (message-kill-to-signature): Fix typo in docstring.
5831         * smiley.el (smiley-buffer): Fix typo in docstring.
5833 2010-03-24  Glenn Morris  <rgm@gnu.org>
5835         * mail-source.el (gnus-message): Declare.
5836         (mail-source-delete-old-incoming): Require gnus-util.
5838 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5840         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
5842         * message.el (ecomplete-setup): Autoload it for Emacs <23.
5844         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
5845         password-cache's default if it is not bound.
5846         (mml-secure-passphrase-cache-expiry): Default to 16 that is
5847         password-cache-expiry's default if it is not bound.
5849         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
5850         available in Emacs 21.
5852 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
5854         * auth-source.el (auth-sources): Fix up definition so extra parameters
5855         are always inline.
5857 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
5859         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
5860         wasn't updated after mismatch.  Clear cached mailbox info correctly
5861         when uidvalidity changes.
5862         (nnimap-group-prefixed-name): New function to avoid some code
5863         duplication.
5864         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
5865         (nnimap-request-group): Use it.
5866         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
5867         (nnimap-update-unseen): Significantly improved speed of Gnus startup
5868         with many imap folders.  This is done by caching the group status from
5869         the imap server persistently in a group parameter `imap-status'.  (This
5870         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
5871         but not persistently, so every Gnus startup was still very slow.)
5873 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5875         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
5876         secrets.el dependency.
5877         (auth-sources): Add optional user name.  Add secrets.el configuration
5878         choice (unused right now).
5880 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
5882         * gnus-sum.el (gnus-summary-make-menu-bar):
5883         Let `gnus-registry-install-shortcuts' fill in the functions.
5885         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
5886         warnings.
5887         (gnus-registry-misc-menus): Variable to hold registry mark menus.
5888         (gnus-registry-install-shortcuts): Populate and use it in a
5889         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
5891 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
5893         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
5894         In-place substitutions for the group name encoding/decoding.
5895         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
5896         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
5897         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
5898         (nnimap-update-unseen, nnimap-request-list)
5899         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
5900         (nnimap-request-set-mark, nnimap-split-to-groups)
5901         (nnimap-split-articles, nnimap-request-newgroups)
5902         (nnimap-request-create-group, nnimap-request-accept-article)
5903         (nnimap-request-delete-group, nnimap-request-rename-group)
5904         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
5905         `encoded-mbx' for consistency.
5906         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
5907         variable `imap-current-mailbox'.
5909         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
5910         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
5912 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
5914         * pop3.el (pop3-display-message-size-flag): Display message size byte
5915         counts during POP3 download.
5916         (pop3-movemail): Use it.
5917         (pop3-list): Implement listing of available messages.
5919 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
5921         * nnir.el (nnir-get-article-nov-override-function): New function to
5922         override the normal NOV retrieval.
5923         (nnir-retrieve-headers): Use it.
5925 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
5927         * auth-source.el (netrc-machine-user-or-password): Autoload.
5929 2010-03-19  Glenn Morris  <rgm@gnu.org>
5931         Stop message.el from loading about 40 libraries it doesn't always need.
5932         The general approach is to autoload rather than require, and to
5933         require in the specific functions rather than the file.  (Bug#5642)
5935         * gmm-utils.el: Don't require wid-edit.
5936         (widget-create-child-value, widget-convert, widget-default-get):
5937         Autoload.
5939         * gnus-util.el: Don't require time-date, netrc.
5940         (message-fetch-field, gnus-group-name-decode): Declare rather than
5941         autoloading.
5942         (gnus-fetch-field): Require message.
5943         (gnus-decode-newsgroups): Require gnus-group.
5945         * ietf-drums.el: Don't require time-date.
5947         * message.el: Don't require hashcash, canlock, ecomplete.
5948         Do require mail-utils.  Require nnheader only when compiling.
5949         (smtpmail-default-smtp-server): Remove declaration.
5950         (message-send-mail-function): Check smtpmail-default-smtp-server
5951         is bound rather than requiring smtpmail.
5952         (message-auto-save-directory, message-insert-signature):
5953         Use expand-file-name rather than nnheader-concat.
5954         (nnheader-insert-file-contents): Autoload.
5955         (hashcash-wait-async): Declare.
5956         (message-send-mail): Only call gnus-setup-posting-charset if
5957         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
5958         (message-send-mail-with-sendmail): Require sendmail.
5959         (canlock-password, canlock-password-for-verify): Declare.
5960         (message-canlock-password): Require canlock.
5961         (nnheader-get-report): Autoload.
5962         (gnus-setup-posting-charset): Declare.
5963         (message-send-news): Require gnus-msg.
5964         (message-make-references, message-make-in-reply-to): Use mail-header-id
5965         rather than the alias mail-header-message-id.
5966         (ecomplete-add-item, ecomplete-save): Declare.
5967         (message-put-addresses-in-ecomplete): Require ecomplete.
5968         (ecomplete-display-matches): Autoload.
5970         * mm-decode.el: Don't require mailcap, gnus-util.
5971         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
5972         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
5973         Autoload.
5974         (mailcap-mime-extensions): Declare.
5976         * mm-encode.el: Don't require mailcap.
5977         (mailcap-extension-to-mime): Autoload.
5979         * mml-sec.el: Don't require password-cache.
5981         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
5982         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
5983         (mml-minibuffer-read-type): Require mailcap.
5984         (mml-preview): Require gnus-msg.
5986         * mml1991.el: Require password-cache.
5987         (password-cache-expiry): Remove declaration.
5989         * mml2015.el: Require password-cache.
5990         (password-cache-expiry): Remove declaration.
5992         * nneething.el (mailcap): Require mailcap.
5994         * nnheader.el (declare-function): Add compatibility stub.
5995         (message-remove-header): Declare rather than autoload.
5996         (nnheader-replace-header): Require message.
5998         * nnimap.el (declare-function): Add compatibility stub.
5999         (netrc-parse, netrc-machine-user-or-password): Declare.
6000         (nnimap-open-connection): Require netrc.
6002         * nntp.el (declare-function): Add compatibility stub.
6003         (netrc-parse, netrc-machine, netrc-get): Declare.
6004         (nntp-send-authinfo): Require netrc.
6006         * rfc2047.el: Don't require qp.
6007         (quoted-printable-encode-region, quoted-printable-decode-string):
6008         Autoload.
6010         * sieve-mode.el: Don't require easymenu.
6011         (easy-menu-add-item): Autoload it.
6013         * spam-stat.el (time-to-number-of-days): Autoload it.
6015 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6017         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6018         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6019         value if any backslash escapes).
6021 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6023         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6024         if it is available.  (bug#5647)
6026 2010-02-26  Glenn Morris  <rgm@gnu.org>
6028         * message.el (message-send-mail-function): Change the default, so that
6029         it inherits from a customized send-mail-function.  (Bug#5643)
6031 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6033         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6034         shell-command-to-string signals an error (bug#5299).
6036 2010-02-24  Glenn Morris  <rgm@gnu.org>
6038         * message.el (message-smtpmail-send-it)
6039         (message-send-mail-with-mailclient): Doc fixes.
6041 2010-02-16  Glenn Morris  <rgm@gnu.org>
6043         * message.el (message-default-mail-headers): Change the default value
6044         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6046 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6048         * message.el (message-mail): Just pass yank-action on to message-setup.
6049         (message-setup): Handle (FUN . ARGS) form of yank-action.
6050         (message-with-reply-buffer, message-widen-reply)
6051         (message-yank-original): Handle non-buffer values of
6052         message-reply-buffer (Bug#4080).
6053         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6055 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6057         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6058         Fix typo in docstring.
6060 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6062         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6063         response.
6065 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6067         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6069         * message.el (message-check-news-header-syntax): Protect against a
6070         string that `rfc822-addresses' returns when parsing fails.
6072 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6074         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6075         (gnus-previous-char-property-change): New functions.
6077         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6079 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6081         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6082         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6084 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6086         * message.el (message-exchange-point-and-mark): Rework last change to
6087         avoid using optional arg of exchange-point-and-mark, for backward
6088         compatibility.
6090 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6092         * message.el (message-exchange-point-and-mark):
6093         Call exchange-point-and-mark with an argument rather than setting
6094         mark-active by hand (Bug#5175).
6096 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6098         * nntp.el (nntp-service-to-port): Work for service expressed with
6099         numeric string; replace [:digit:] with [0-9] for XEmacs.
6101 2009-12-17  Glenn Morris  <rgm@gnu.org>
6103         * gnus-group.el (gnus-bug-group-download-format-alist):
6104         Change emacs entry to debbugs.gnu.org.  Bump :version.
6106 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6108         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6110 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6112         * message.el (message-info): Explain why we use `Info-goto-node'.
6114 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6116         * message.el (message-completion-in-region): New compatibility function.
6117         (message-expand-group): Use it.
6119 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6121         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6122         with no unread article should be listed if the 2nd arg `predicate' is
6123         given.
6125 2009-11-29  Juri Linkov  <juri@jurta.org>
6127         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6128         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6129         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6131 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6133         * message.el (message-from-style, message-interactive)
6134         (message-signature): Always set default values from the corresponding
6135         mail-* variables.
6136         (message-cite-prefix-regexp, message-sendmail-envelope-from)
6137         (message-yank-prefix, message-indentation-spaces)
6138         (message-signature-file, message-default-headers): Use boundp rather
6139         than (featurep 'xemacs) to check if the corresponding mail-* variables
6140         exist.
6142 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
6144         * message.el (message-send-mail-with-sendmail): Revert last change.
6146 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
6148         * message.el (message-from-style, message-interactive)
6149         (message-cite-prefix-regexp, message-sendmail-envelope-from)
6150         (message-yank-prefix, message-indentation-spaces, message-signature)
6151         (message-signature-file, message-default-headers): For GNU Emacs, set
6152         default values from the corresponding mail-* variables.
6153         (message-send-mail-with-sendmail): Use envelope-from only if
6154         mail-specify-envelope-from is non-nil.
6156 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6158         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6159         containing tspecial characters if they have been already quoted.
6161 2009-10-24  Glenn Morris  <rgm@gnu.org>
6163         * gnus-art.el (help-xref-stack-item): Define for compiler.
6165 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6167         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6169 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6171         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6172         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6174 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6176         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6177         (gnus-overlays-in): New alias to overlays-in.
6179         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6180         gnus-overlay-get, and gnus-delete-overlay.
6181         (gnus-summary-show-thread): Make it work as well for systems in which
6182         next-single-char-property-change is not available.
6183         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6185 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6187         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6189 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6191         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6192         and XEmacs that don't have `remove-overlays'.
6194 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6196         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6197         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6198         selective display.  Use overlays instead.
6200 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6202         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6204 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6206         * spam-stat.el (spam-stat-load): Fix typo in message.
6208 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6210         * gnus-art.el (gnus-article-encrypt-body):
6211         * message.el (message-check-recipients):
6212         * mm-util.el (mm-codepage-setup):
6213         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6214         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6216 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6218         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6219         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6220         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6221         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6222         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6224 2009-09-18  Glenn Morris  <rgm@gnu.org>
6226         * gnus-diary.el (gnus-diary-check-message):
6227         * message.el (message-insert-formatted-citation-line):
6228         * nnbabyl.el (top-level):
6229         * nndiary.el (nndiary-schedule):
6230         Fix typos in condition-case handlers.
6232 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6234         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6235         configuration that provides the sole article window in a frame;
6236         position point correctly after deleting a part.
6238 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6240         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6241         (spam-resolve-registrations-routine): Use it to unregister articles
6242         that change status.
6244 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6246         * nnrss.el (nnrss-request-article): Remove binding of
6247         default-enable-multibyte-characters that has gotten needless by
6248         the 2007-07-13 change in rfc2047-encode-message-header.
6250         * mml.el (mml-insert-multipart): Error on the message header.
6251         (mml-insert-part): Error on the message header; position point at
6252         the end of a MIME tag.
6254 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6256         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6257         (gnus-float-time): Alias to float-time if it exists.
6259         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6260         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6261         float-time is available; suppress compile warning for time-to-seconds.
6263 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6265         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6266         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6267         Add the optional argument `encoding' that overrides the default.
6269         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6270         mm-encode-buffer.
6272 2009-09-04  Glenn Morris  <rgm@gnu.org>
6274         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6275         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6276         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6277         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6278         * mm-util.el (mm-with-unibyte-current-buffer)
6279         (mm-find-buffer-file-coding-system):
6280         * yenc.el (yenc-decode-region): Use default-value rather than
6281         default-enable-multibyte-characters.
6283 2009-09-03  Glenn Morris  <rgm@gnu.org>
6285         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6286         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6287         than default-enable-multibyte-characters.
6289 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6291         * gnus-art.el (gnus-article-read-summary-keys):
6292         Fix gnus-buffer-configuration's value temporarily used.
6294 2009-09-02  Glenn Morris  <rgm@gnu.org>
6296         * gnus-util.el (gnus-float-time): New function.
6297         * gnus-delay.el (gnus-delay-article):
6298         * gnus-sum.el (gnus-thread-latest-date):
6299         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6300         * nnspool.el (nnspool-request-newgroups):
6301         Use gnus-float-time rather than time-to-seconds.
6302         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6304         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6305         (gnus-header-subject-face, gnus-header-newsgroups-face)
6306         (gnus-header-name-face, gnus-header-content-face):
6307         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6308         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6309         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6310         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6311         (gnus-cite-face-11):
6312         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6313         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6314         (gnus-server-closed-face, gnus-server-denied-face)
6315         (gnus-server-offline-face):
6316         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6317         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6318         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6319         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6320         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6321         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6322         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6323         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6324         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6325         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6326         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6327         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6328         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6329         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6330         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6331         (gnus-summary-high-undownloaded-face)
6332         (gnus-summary-low-undownloaded-face)
6333         (gnus-summary-normal-undownloaded-face)
6334         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6335         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6336         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6337         (gnus-splash-face):
6338         * message.el (message-header-to-face, message-header-cc-face)
6339         (message-header-subject-face, message-header-newsgroups-face)
6340         (message-header-other-face, message-header-name-face)
6341         (message-header-xheader-face, message-separator-face)
6342         (message-cited-text-face, message-mml-face):
6343         * sieve-mode.el (sieve-control-commands-face)
6344         (sieve-action-commands-face, sieve-test-commands-face)
6345         (sieve-tagged-arguments-face):
6346         * spam.el (spam-face):
6347         Mark face aliases with "-face" in the name as obsolete.
6349 2009-09-01  Glenn Morris  <rgm@gnu.org>
6351         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6352         than goto-line.
6354 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6356         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6357         Don't move point if the command is invoked inside the message header.
6359 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6361         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6362         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6363         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6364         * nnir.el (nnir-swish-e-index-file):
6365         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6366         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6367         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6368         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6369         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6370         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6372 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6374         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6375         Don't save excursion.
6377 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6379         * nnheader.el (nnheader-find-file-noselect):
6380         * mm-util.el (mm-insert-file-contents):
6381         Use (default-value 'major-mode) instead of default-major-mode.
6383 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6385         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6387 2009-08-25  Glenn Morris  <rgm@gnu.org>
6389         * nnir.el (top-level): Don't require cl at run-time.
6390         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6391         Replace cl-function substitute with gnus-replace-in-string.
6392         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6393         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6394         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6395         simplified expansions.
6397 2009-08-22  Glenn Morris  <rgm@gnu.org>
6399         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6400         goto-line.
6402 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6404         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6406         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6407         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6408         (gnus-mm-display-part, gnus-mime-display-single)
6409         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6410         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6412         * gnus-sum.el
6413         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6414         (gnus-summary-move-article): Add expirable mark to articles copied or
6415         moved to group that has auto-expire turned on if the option is non-nil.
6417 2009-07-24  Glenn Morris  <rgm@gnu.org>
6419         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6420         Fix typo.  (Bug#3903)
6422 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6424         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6425         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6426         that should not be used for draft articles.
6427         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6428         that has no concern in minor mode keys.
6429         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6430         Abolish.
6432 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6434         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6435         article without making inquiry to a user for unknown encoding.
6437         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6438         (nnmaildir--scan): Assume i-node and device number that file-attributes
6439         returns might be cons-cell.
6441 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6443         * auth-source.el: Remove docs now in auth.texi.  Don't use
6444         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6445         `auth-source-hide-passwords' and use them.
6447 2009-07-15  Glenn Morris  <rgm@gnu.org>
6449         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6451 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6453         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6454         excessive whitespace from the default values of title and description.
6456 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6458         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6459         mail-fetch-field to fetch Content-Description header in order to
6460         exclude newlines.
6462 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6464         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6465         to deleted part.
6467 2009-05-30  David Engster  <dengste@eml.cc>
6469         * nnmairix.el: Remove old documentation in the commentary block.
6470         (nnmairix-request-group): Do not update active file for nnml back ends.
6471         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6472         end so that overview files are ignored.
6473         (nnmairix-update-groups): Make updating the groups more robust by using
6474         marks.
6475         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6476         with dollar characters in message-id.
6478 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6480         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6481         2008-12-25 in dns.el.
6483 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6485         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6486         could happen if the text is only composed of spaces and/or tabs.
6488 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6490         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6491         when sending a queued message to avoid extra mml tags.
6493 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6495         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6497 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6499         * gnus-dired.el: Remove autoload for gnus-setup-message.
6500         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6501         displaying Gnus logo; always use compose-mail.
6503 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6505         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6507 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6509         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6510         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6511         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6512         available.
6513         (gnus-nocem-epg-verify): New function.
6515 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6517         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6519 2009-02-15  Glenn Morris  <rgm@gnu.org>
6521         * gnus-util.el (rmail-insert-rmail-file-header)
6522         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6523         autoloads.
6524         (rmail-default-rmail-file): Remove unnecessary declaration.
6525         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6527 2009-02-14  Glenn Morris  <rgm@gnu.org>
6529         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6530         variable (only used in gnus-util, which declares it anyway).
6531         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6532         which was only needed by gnus-art (changed to not use it any more).
6533         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6534         only used in gnus-util, which autoloads it itself.
6535         (rmail-update-summary): Fix autoload.
6537         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6538         rather than rmail-output-to-rmail-file.
6540 2009-02-07  Glenn Morris  <rgm@gnu.org>
6542         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6543         autoload of function that no longer exists.
6544         (rmail-toggle-header): Declare.
6545         (message-forward-rmail-make-body): Handle mbox Rmail.
6547 2009-01-31  Glenn Morris  <rgm@gnu.org>
6549         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
6550         2009-01-09 change.
6552 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
6554         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
6555         (auth-source-forget-all-cached): New convenience function.
6556         (auth-source-user-or-password): Accept list of modes or a single mode.
6558         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
6559         auth-source modes.
6561         * nnimap.el (nnimap-open-connection): Use list of
6562         auth-source modes.
6564         * nntp.el (nntp-send-authinfo): Use list of
6565         auth-source modes.
6567 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
6569         * auth-source.el: Update docs to reflect epa-file-enable is to be used
6570         now.
6572 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6574         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
6575         coding system in XEmacs; add a workaround for XEmacs.
6577 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6579         * mm-util.el (mm-coding-system-priorities): Protect against nil value
6580         of current-language-environment.
6582 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
6584         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
6585         available at runtime.
6587 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6589         * gnus-art.el (article-date-ut): Fix end point of narrowing.
6591 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
6593         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
6594         the greatest positive fixnum value doesn't work under an XEmacs with
6595         bignum support; use the most-positive-fixnum constant instead,
6596         available since Emacs 21.1 with cl and XEmacs 21.1.
6598 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6600         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
6601         XEmacs gets not to work.
6603 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6605         * mm-util.el (mm-coding-system-priorities): Allow the value like
6606         "Japanese (UTF-8)" of current-language-environment.
6608 2009-01-09  Glenn Morris  <rgm@gnu.org>
6610         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
6611         with last-command-event.
6613 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
6615         * message.el (message-fix-before-sending): Amend comment.
6617 2009-01-07  David Engster  <dengste@eml.cc>
6619         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
6620         simplified server definitions by converting it via
6621         gnus-server-to-method.
6623 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6625         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
6626         parameter's operands.
6628 2009-01-06  David Engster  <dengste@eml.cc>
6630         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
6631         primary select method (for gnus-group-mark-article-as-read).
6633 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
6635         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
6636         `(gnus)Face', not `(gnus)X-Face'.
6638 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
6640         * mm-util.el (mm-ucs-to-char): New function.
6642         * mm-url.el (mm-url-decode-entities): Use it.
6644 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
6646         * message.el (message-fix-before-sending): Add `eight-bit' to
6647         illegible-text check.
6649 2009-01-03  Michael Olson  <mwolson@gnu.org>
6651         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
6652         `headers' is nil.  This can occur if the IMAP server does not have
6653         permissions to read messages from a folder, but can write new messages
6654         to the folder.
6655         (nnimap-request-article-part): Do not insert `data' if it is nil.
6657 2009-01-01  Dave Love  <fx@gnu.org>
6659         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
6661         * nnimap.el: Fix author email.
6662         (nnimap-split-rule): Add FIXME comment.
6663         (nnimap-debug): Fix doc string.
6665 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6667         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
6668         overlay-arrow-position and overlay-arrow-string buffer-local; no need
6669         to check if those variables exist (first appeared in Emacs 18.50).
6671 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6673         * mm-util.el (mm-line-number-at-pos): New function.
6675         * spam-report.el (spam-report-process-queue): Use it.
6677 2008-12-24  David Engster  <dengste@eml.cc>
6679         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
6680         parameters that haven't existed as variables as buffer-local variables.
6682 2008-12-23  Dave Love  <fx@gnu.org>
6684         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
6685         cadar.
6687         * sieve-manage.el (sieve-manage-starttls-p): Rename from
6688         imap-starttls-p.
6689         (sieve-manage-starttls-open): Rename from imap-starttls-open.
6691 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
6693         * spam-report.el (spam-report-gmane-max-requests): New constant.
6694         (spam-report-gmane-wait): New variable.
6695         (spam-report-gmane-ham, spam-report-gmane-spam)
6696         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
6697         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
6698         the server.
6700         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
6701         Add explanations.
6703         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
6704         nnheader-accept-process-output and nnheader-read-timeout if available.
6705         (pop3-movemail): Use it.
6707         * message.el (message-check-news-body-syntax): Fix signature check if
6708         there's an attachment.
6710 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
6712         * mm-util.el: Add comments to the mm- emulating functions.
6714 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
6716         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
6717         Reported by Stephen Berman <stephen.berman@gmx.net>.
6719 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6721         * mm-util.el (mm-substring-no-properties): New function.
6722         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
6723         (mm-special-display-p): Enable those lambda forms to be byte compiled.
6724         (mm-string-to-multibyte): Doc fix.
6726         * mml.el (mml-attach-file): Use mm-substring-no-properties.
6728 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
6730         * mml.el (mml-attach-file): Strip text properties from file name.
6731         (Bug#1574)
6733 2008-12-16  Glenn Morris  <rgm@gnu.org>
6735         * mm-util.el (mm-charset-override-alist): Declare for compiler.
6737 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6739         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
6740         knows since the charset specified might be a bogus alias that
6741         mm-charset-synonym-alist provides.
6743 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
6745         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
6746         "ISO_8859-1".
6748         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
6750 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6752         * mm-util.el (mm-charset-eval-alist):
6753         Define it before mm-charset-to-coding-system.
6754         (mm-charset-to-coding-system): Add optional argument `silent';
6755         define it before mm-charset-override-alist.
6756         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
6757         default value if it can be used in Emacs currently running;
6758         silence mm-charset-to-coding-system.
6760 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6762         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
6763         `allow-override' which says whether to use `mm-charset-override-alist'.
6764         (rfc2047-decode-encoded-words): Use it.
6766         * mm-util.el (mm-charset-override-alist): Fix custom type;
6767         add `(gb2312 . gbk)' to choices.
6769 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6771         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
6772         fast.
6774         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6776 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
6778         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
6779         on links.
6781         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
6783 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6785         * message.el (message-idna-to-ascii-rhs-1): Protect against local
6786         users' addresses that don't have domain parts.
6787         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
6788         rather than message-narrow-to-head since there will be the message
6789         header separator.
6791 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6793         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
6794         since the result is inserted in a unibyte buffer anyway.
6795         (nnimap-demule-use-string-to-multibyte): Remove.
6796         (nnimap-demule): Alias it to mm-string-to-multibyte.
6798 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
6800         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
6801         variable for debugging bug#464 and bug#1174.
6802         (nnimap-demule): Use it.
6804 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
6806         * gnus-score.el (gnus-score-find-trace): Handle default score in total
6807         score calculation correctly.
6809 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6811         * message.el (message-send-mail): Just set the buffer to unibyte
6812         rather than use mm-with-unibyte-current-buffer which does a lot more.
6813         (message-send-mail-partially): Don't bother with
6814         mm-with-unibyte-current-buffer since it's already been made unibyte by
6815         message-send-mail.
6817 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
6819         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
6821 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
6823         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
6825 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
6827         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
6828         require itself and to remove `with-no-warnings'.
6830 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
6832         * starttls.el (starttls-any-program-available): Get the name of the
6833         available TLS layer program.
6834         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
6835         well as the host name in the "opening" message.
6837         * auth-source.el (auth-source-cache, auth-source-do-cache)
6838         (auth-source-user-or-password): Cache passwords and logins by default,
6839         allow override with `auth-source-do-cache'.
6840         (auth-source-forget-user-or-password): Allow users to remove cache
6841         entries if needed.
6843 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6845         * ietf-drums.el (ietf-drums-remove-comments): Localize second
6846         condition-case to only the forward-sexp call.
6848 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
6850         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
6851         quotes contained.  Make it more robust regardless by an extra
6852         condition-case wrapper.
6854 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
6856         * nnml.el (nnml-request-expire-articles): Check if the function set to
6857         `nnmail-expiry-target' returns the symbol `delete'.
6859         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
6861         * nnmail.el (nnmail-expiry-target): Fix custom type.
6863 2008-10-02  Glenn Morris  <rgm@gnu.org>
6865         * mm-util.el (mm-codepage-setup): Tweak codepage error.
6866         Silence compiler warning.
6868 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
6870         * mml.el (mml-menu): Don't assume mml2015 is bound.
6872 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6874         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
6875         exists.
6877 2008-09-27  Glenn Morris  <rgm@gnu.org>
6879         * gnus-util.el (mail-header-remove-comments): Autoload it.
6881 2008-09-27  Andreas Schwab  <schwab@suse.de>
6883         * gnus-util.el (gnus-split-references): Strip comments.
6884         (gnus-parent-id): Likewise.
6886 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
6888         * message.el (message-confirm-send): Fix version.
6890 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6892         * message.el (message-idna-to-ascii-rhs-1): Use
6893         mail-extract-address-components rather than mail-header-parse-addresses
6894         that is an alias by default to ietf-drums-parse-addresses that does not
6895         support non-ASCII names in headers' contents.
6897 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
6899         * message.el (message-confirm-send): Fix variable documentation to
6900         avoid the "y/n" wording.
6902 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
6904         * message.el (message-set-auto-save-file-name): Save to a different
6905         filename so multiple messages (especially drafts) can be recovered.
6907 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
6909         * message.el (message-confirm-send): Add appropriate version.
6911 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
6913         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
6914         defvar.
6916 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
6918         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
6919         (mm-pkcs7-enveloped-magic): Ditto.
6921 2008-09-17  Simon Josefsson  <simon@josefsson.org>
6923         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
6924         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
6926 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
6928         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
6929         default, it's better.
6931 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
6933         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
6934         summary line gnus-number property and ignore them (with a warning
6935         message).
6937 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6939         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
6940         macro caddr in the interactive form since it won't be expanded.
6942 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6944         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
6945         `charset'; fix name of function called recursively.
6946         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
6948 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6950         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
6951         (gnus-mime-set-charset-parameters): New function.
6952         (gnus-mime-view-part-as-charset): Use it to correctly display part
6953         specifying wrong charset.
6955 2008-09-08  David Engster  <dengste@eml.cc>
6957         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
6958         in completing-read for back end server.
6960 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
6962         * message.el (message-confirm-send): New variable to confirm sending a
6963         message.
6964         (message-send): Use it.
6966 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
6968         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
6970 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6972         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
6974 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
6976         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
6977         prevent tracking too many groups.
6978         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
6979         Use it.
6981 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
6983         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
6984         moving point to the bottom of the window in order to avoid recentering.
6986 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6988         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
6989         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
6990         (gnus-article-beginning-of-window): Fix calculation.
6992 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
6994         * gnus-msg.el (gnus-summary-supersede-article)
6995         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
6996         value of gnus-newsgroup-charset to decode non-MIME encoded text in
6997         message header.
6999 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7001         * message.el:
7002         * gnus-start.el:
7003         * gnus-registry.el: Remove VMS support.
7005 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7007         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7008         macro.
7009         (rfc2104-hash): Use it.
7011 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7013         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7014         (gnus-summary-sort-by-most-recent-date): New commands.
7015         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7016         and menu entries.
7018 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7020         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7021         don't redisplay article for raw contents; remove plural articles stuff.
7023         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7024         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7025         on gnus-summary-save-article; display results properly.
7027 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7029         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7031 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7033         * gnus-art.el (gnus-summary-save-in-pipe):
7034         Consider gnus-save-all-headers.
7036 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7038         * gnus-util.el (ns-focus-frame): Remove declaration.
7039         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7040         like x.
7042 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7044         * rfc2104.el (rfc2104-zero): Delete defconst.
7045         (rfc2104-hex-alist): Likewise.
7046         (rfc2104-hex-to-int): Delete func.
7047         (rfc2104-hexstring-to-bitstring): Likewise.
7048         (rfc2104-nybbles): New defconst.
7049         (rfc2104-hash): Rewrite for speed.
7051 2008-07-16  Glenn Morris  <rgm@gnu.org>
7053         * gnus-util.el (ns-focus-frame): Declare for compiler.
7055 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7057         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7058         set as a group parameter.
7059         (gnus-summary-save-in-pipe): Work when it is called independently.
7060         (gnus-summary-pipe-to-muttprint): Don't modify
7061         gnus-summary-pipe-output-default-command.
7063 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7065         * message.el (message-send-mail-with-sendmail):
7066         Display the error message.
7068 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7070         * gnus-art.el (gnus-default-article-saver):
7071         Add gnus-summary-save-in-pipe to choices.
7072         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7073         gnus-summary-pipe-output-default-command as the default command.
7074         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7075         instead of gnus-last-shell-command.
7077         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7078         New user option.
7079         (gnus-summary-muttprint-program): Mention the value will be changed.
7080         (gnus-summary-save-article): Force showing of all headers.
7081         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7083 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7085         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7087 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7089         * nnimap.el (nnimap-id):
7090         * sieve-manage.el (sieve-manage-open): Doc fixes.
7092 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7094         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7095         if available.
7097 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7099         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7101         * nnkiboze.el (nnkiboze-generate-group):
7102         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7104         * nnmairix.el: Require CL.
7106 2008-06-15  David Engster  <dengste@eml.cc>
7108         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7110 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7112         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7113         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7114         runtime choice under XEmacs.
7116         * gnus-sum.el (gnus-summary-set-display-table):
7117         Use `gnus-put-display-table', `gnus-get-display-table',
7118         `gnus-set-display-table' for the display table, instead of `aset'.
7120 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7122         * nnmairix.el: Add autoloads.
7124 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7126         * nnmairix.el (nnmairix-delete-recreate-group)
7127         (nnmairix-update-and-clear-marks): Fix error messages.
7129 2008-06-14  David Engster  <dengste@eml.cc>
7131         * nnmairix.el: Upgrade to version 0.6.
7132         (nnmairix-group-toggle-propmarks-this-group)
7133         (nnmairix-group-toggle-readmarks-this-group)
7134         (nnmairix-group-delete-recreate-this-group)
7135         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7136         (nnmairix-remove-tick-mark-original-article): New commands.
7137         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7138         (nnmairix-propagate-marks-to-nnmairix-groups)
7139         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7140         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7141         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7142         functions needed for marks propagation and manipulation of read marks.
7143         (nnmairix-update-groups): New function.
7144         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7145         (nnmairix-determine-original-group-from-registry)
7146         (nnmairix-determine-original-group-from-path)
7147         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7148         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7149         New helper functions.
7150         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7151         keystrokes for new commands.
7152         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7153         (nnmairix-request-group): Check allow-fast group parameter.
7154         (nnmairix-request-create-group): Set allow-fast group parameter if
7155         nnmairix-allowfast-default is set.
7156         (nnmairix-close-group): Propagate marks upon closing if needed.
7157         (nnmairix-group-toggle-threads-this-group): Use new.
7158         nnmairix-group-toggle-parameter helper function.
7159         (nnmairix-search): Better check for empty search result.
7160         (nnmairix-goto-original-article): Use new helper functions for
7161         determining original article.
7162         (nnmairix-show-original-article): Make sure message-id is in brackets.
7163         (nnmairix-call-mairix-binary): Change variable name.
7164         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7165         helper function.
7166         (nnmairix-widget-toggle-activate): Fix doc string.
7168 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7170         * nnir.el: Require edmacro when compiling with XEmacs.
7171         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7172         available in Emacs 21.
7174 2008-06-11  Glenn Morris  <rgm@gnu.org>
7176         * gnus-util.el (x-focus-frame):
7177         * gnus.el (image-size):
7178         * mm-decode.el (image-size): Declare.
7180         * gnus-picon.el (declare-function): Add compat definition.
7181         (image-size): Declare.
7183         * gnus-group.el (tool-bar-map):
7184         * gnus-sum.el (tool-bar-map): Define for compiler.
7186         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7188         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7190         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7191         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7192         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7193         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7194         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7195         * sieve-manage.el, spam-report.el, spam.el:
7196         Remove unnecessary eval-and-compile of autoloads.
7198 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7200         * auth-source.el: Precise Tramp doc.
7202 2008-06-07  Glenn Morris  <rgm@gnu.org>
7204         * nnmairix.el: Remove unnecessary eval-when-compile.
7206 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
7208         * nnir.el: New file.
7210 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7212         * gnus-util.el (gnus-read-shell-command): New function.
7213         * mm-decode.el (mm-pipe-part):
7214         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7216 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7218         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7220 2008-06-03  Glenn Morris  <rgm@gnu.org>
7222         * pop3.el (nnheader-accept-process-output): Autoload it.
7224 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7226         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7227         are not 2-digit hexadecimal characters that follow `%'s.
7229 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7231         * message.el (message-bogus-recipient-p): Fix type in doc string.
7232         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7233         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7234         Improve custom options.
7235         (message-bogus-recipient-p): Adjust accordingly.
7237 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7239         * nnmairix.el: Require edmacro when compiling with XEmacs.
7241 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7243         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7244         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7246 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7248         * auth-source.el: Add more docs.
7250 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7252         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7253         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7254         retrieval faster in some cases, but might make CPU usage larger.
7255         If this has any bad side effects, we might revert this change.
7257         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7258         seems to make mail retrieval much, much faster.
7259         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7260         unconditionally.
7262         * gnus-draft.el (gnus-group-send-queue):
7263         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7265 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7267         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7269         * message.el (message-bogus-address-regexp): Fix and improve custom
7270         type.
7271         (message-setup-hook): Add message-check-recipients as custom option.
7273 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7275         * message.el (message-cite-function): Remove bogus autoload which crept
7276         in during merge from v5-10.
7278 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7280         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7282         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7284         * auth-source.el: Preliminary Tramp docs.
7285         (auth-sources): Change the default auth-sources to use
7286         EPA .gpg files.
7288 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7290         * nntp.el: Autoload `auth-source-user-or-password'.
7291         (nntp-send-authinfo): Use it.
7293         * nnimap.el: Autoload `auth-source-user-or-password'.
7294         (nnimap-open-connection): Use it.
7296         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7297         for the gnus-message function.
7298         (auth-source-user-or-password): Use it.
7300 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7302         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7303         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7304         (rfc2104-hash): Use it.
7306 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7308         * gnus-art.el (gnus-article-toggle-truncate-lines):
7309         Don't use `iff' in docstring.
7311 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7313         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7315         * gnus-util.el (gnus-extract-address-component-name)
7316         (gnus-extract-address-component-email): Convenience functions around
7317         `gnus-extract-address-components'.
7319         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7320         Use `gnus-extract-address-component-email' to fix bug of comparing full
7321         sender name to `user-mail-address'.
7323 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7325         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7326         catch/throw to optimize.
7327         (gnus-registry-find-keywords): Just use member to find a keyword.
7329 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7331         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7332         is current before calling gnus-server-prepare.
7333         (gnus-server-setup-buffer, gnus-server-update-server)
7334         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7336 2008-05-04  Juri Linkov  <juri@jurta.org>
7338         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7339         (mailcap-file-default-commands): Use mailcap-replace-in-string
7340         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7341         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7343 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7345         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7347 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7349         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7350         hooks.
7351         (gnus-update-read-articles): Speed up non-marks-using users.
7352         (gnus-use-marks): Define gnus-use-marks.
7353         (gnus-propagate-marks): Rename variable to something more sensible.
7355 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7357         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7358         (gmm-image-load-path-for-library): Fix typos in docstrings.
7359         (gmm-message): Reflow docstring.
7361 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7363         * mail-source.el (mail-source-set-1, mail-source-bind):
7364         Move auth-source code out of the macro to clean it up and fix bugs.
7366 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7368         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7369         by sender if it's equal to user-mail-address, it's likely to be
7370         useless.
7372         * mail-source.el (mail-source-bind): Don't use user or password if they
7373         are not bound.  Unintern them if they are nil.  Don't use server unless
7374         it's bound, and default it to empty string otherwise.
7376 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7378         * mail-source.el: Load auth-source.el.
7379         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7380         get user name or password, if auth-sources is set up.
7382         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7383         strategy of splitting with parent.
7384         (gnus-registry-split-fancy-with-parent)
7385         (gnus-registry-post-process-groups): Use it and fix prior
7386         bug (returning a list as the split result).
7388         * auth-source.el (auth-sources): Remove server parameter.
7389         (auth-source-pick, auth-source-user-or-password)
7390         (auth-source-user-or-password-imap)
7391         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7392         (auth-source-user-or-password-sftp)
7393         (auth-source-user-or-password-smtp): Remove server parameter.
7395 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7397         * smime.el (smime-sign-region, smime-encrypt-region)
7398         (smime-decrypt-region):
7399         Remove redundant calls to `generate-new-buffer-name'.
7401 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7403         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7404         Don't use QP for message/rfc822.
7405         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7407 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7409         * sieve-manage.el (sieve-string-bytes): Remove.
7410         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7411         correct byte-length only if the process's coding-system is the same as
7412         the one used internally by Emacs to represent strings.
7414 2008-04-22  Juri Linkov  <juri@jurta.org>
7416         * mailcap.el (mailcap-file-default-commands): New function.
7418 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7420         * message.el (message-signature-separator, message-cite-function):
7421         Change custom version.
7423 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7425         * mm-decode.el (mm-display-external): Make temp file read-only.
7427 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7429         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7430         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7431         `C-c C-f d'.
7433 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7435         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7437 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7439         * auth-source.el: Add docs.
7440         (auth-sources): Modify format to support server.
7441         (auth-source-pick, auth-source-user-or-password)
7442         (auth-source-user-or-password-imap)
7443         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7444         (auth-source-user-or-password-sftp)
7445         (auth-source-user-or-password-smtp): Add server parameter.
7447 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7449         * gnus-registry.el: Initialize the registry when gnus-registry-install
7450         is t.
7452 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7454         * compface.el (uncompface): Make buffer unibyte.
7456 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7458         * mail-source.el (mail-source-value):
7459         Prefer fboundp to functionp so it works with macros as well.
7461 2008-04-05  Glenn Morris  <rgm@gnu.org>
7463         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7465 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7467         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7468         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7470         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7471         multibyteness after rather than before erasing it.
7473         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7474         mm-with-multibyte.
7475         (gnus-request-article-this-buffer): Make sure the proper decoding is
7476         used if gnus-original-article-buffer happens to be unibyte.
7478         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7479         default-enable-multibyte-characters.
7481         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7482         default-enable-multibyte-characters.
7484         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7486         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7488 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7490         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7491         Fix last change in case the element is not even a symbol.
7493 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7495         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7496         imap-enable-exchange-bug-workaround.
7497         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7499 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7501         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7502         a 100 byte status-checks into a 2-3MB transfer for each group.
7503         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7504         to enable bug workaround or not.
7505         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7507 2008-03-31  Glenn Morris  <rgm@gnu.org>
7509         * message.el (mml2015-use): Declare for compiler.
7510         (message-info): Require mml2015 when appropriate.
7512 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7514         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7515         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7516         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7517         (nntp-service-to-port): New function.
7518         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7519         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7520         (nntp-open-netcat-stream): New function.
7521         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7523 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7525         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7527 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7529         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7531 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7533         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7535 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7537         * message.el (message-signature-separator): Change default.
7538         Improve custom type.
7539         (message-cite-function): Change default to
7540         message-cite-original-without-signature.
7542         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7543         toggle.
7545         * message.el (message-check-news-body-syntax): Fix signature check.
7546         (message-setup-1): Mark buffer as unmodified _after_ running
7547         message-setup-hook and handling message-alternative-emails.
7548         (message-shorten-references): Be more strict when building list of
7549         valid references to comply with GNKSA.
7551         * gnus-group.el (gnus-read-ephemeral-bug-group)
7552         (gnus-read-ephemeral-debian-bug-group)
7553         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
7555         * message.el (message-info): Don't use booleanp which isn't supported
7556         in Emacs 21 and XEmacs.
7558 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
7560         * gnus-group.el (gnus-gmane-group-download-format): Rename from
7561         gnus-group-gmane-group-download-format.
7562         (gnus-group-read-ephemeral-gmane-group): Rename from
7563         gnus-group-read-ephemeral-gmane-group.
7564         (gnus-read-ephemeral-gmane-group-url): Rename from
7565         gnus-group-read-ephemeral-gmane-group-url.
7566         (gnus-bug-group-download-format-alist): New variable.
7567         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
7568         (gnus-read-ephemeral-emacs-bug-group): New commands.
7570 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
7572         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
7573         (gnus-visible-headers): Improve custom type.
7575 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
7577         * mml.el (mml-menu): Add workarounds for XEmacs.
7579         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
7580         X-Boundary header.
7582         * message.el (message-simplify-recipients): Fix previous commit.
7584 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7586         * mm-util.el (mm-set-buffer-multibyte): New function.
7587         * mm-decode.el (mm-copy-to-buffer): Use it.
7589         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7590         Prefer fboundp to functionp so it works with macros as well.
7592 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
7594         * message.el (message-alter-recipients-discard-bogus-full-name):
7595         New function.
7596         (message-alter-recipients-function): New variable.
7597         (message-get-reply-headers): Use it.
7598         (message-replace-header): New helper function.
7599         (message-recipients-without-full-name): New variable.
7600         (message-simplify-recipients): New command.
7602         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
7604         * message.el (message-info): Handle EasyPG manual.
7606         * mml.el (mml-menu): Add entry for EasyPG.
7608 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
7610         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
7611         parameter.
7613         * message.el (message-disassociate-draft): Specify drafts group name
7614         fully.
7616 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
7618         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7619         Eliminate unnecessary duplicates from the match list.
7621 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
7623         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
7624         args of `how-many' of which the XEmacs version doesn't take; declare
7625         Info-index-next as function.
7627 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
7629         * gnus-score.el (gnus-score-headers): Fix handling of
7630         gnus-inhibit-slow-scoring.
7632         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
7633         string.
7634         (gnus-button-url-regexp): Improve handling of parenthesis.
7635         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
7636         (gnus-button-handle-info-keystrokes): Handle index entries.
7638 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7640         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
7641         Incoming* files.
7643 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
7645         * auth-source.el (auth-sources): Rename from auth-source-choices.
7646         (auth-source-pick): Use it.
7648 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
7650         * auth-source.el (auth-source-protocols)
7651         (auth-source-protocols-customize, auth-source-choices): Add and
7652         modified variable customizations and defaults.
7653         (auth-source-pick, auth-source-user-or-password)
7654         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
7655         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7656         (auth-source-user-or-password-sftp)
7657         (auth-source-user-or-password-smtp): Use new variables and provide an
7658         interface to netrc.el.
7660 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7662         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
7663         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
7664         Make sure the nntp port to specify is a string.
7666 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
7668         * nntp.el: Use with-current-buffer.
7669         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
7670         dubious mm-with-unibyte-current-buffer.
7671         (nntp-with-open-group-function): New function extracted from
7672         nntp-with-open-group macro.
7673         (nntp-with-open-group): Use the function, so it's easier to debug.
7674         Add indentation and debugging info.
7675         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
7676         Recommend the use of the netcat alternatives.
7678         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
7679         Avoid mm-string-as-multibyte as well.
7681         * nnweb.el (nnweb-insert-html):
7682         Remove use of nnheader-string-as-multibyte.
7684         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
7685         (nnheader-string-as-multibyte): Remove.
7687         * mm-view.el: Use inhibit-read-only.
7688         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
7689         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
7690         or unibyte-string.
7692         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
7693         (mm-uu-yenc-extract): Use with-current-buffer.
7695         * gnus-soup.el (gnus-soup-send-packet): Don't use
7696         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
7698         * nnmh.el: Use with-current-buffer.
7699         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
7700         mm-string-as-multibyte on the output of mm-encode-coding-string.
7702         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
7703         (nnimap-request-move-article): Use with-current-buffer.
7705         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
7706         inserting the handle-buffer's text, so the implicit multibyte->unibyte
7707         conversion uses string-make-unibyte rather than string-as-unibyte.
7709         * gnus-msg.el: Use with-current-buffer.
7711         * message.el (message-ignored-resent-headers): Add "Delivered-To".
7713 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
7715         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
7716         string for caching if it is 'PIN.
7718 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
7720         * mail-source.el (mail-source-delete-old-incoming-confirm):
7721         Change default to nil.
7722         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
7724 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
7726         * gnus-art.el (gnus-narrow-to-page): Position point properly.
7727         (gnus-article-goto-prev-page): Work for articles having ^L's.
7729         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
7731         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
7733 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
7735         * gnus-bookmark.el: Adjust for renames in bookmark.el.
7736         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
7737         (gnus-bookmark-jump): Adjust some variable names.
7739 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
7741         * auth-source.el: New package.
7742         (auth-source-choices): Add customization entry point variable.
7744         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
7745         bug.
7747 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
7749         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
7750         (gnus-registry-initialize, gnus-registry-install-p): Use it.
7751         (gnus-registry-install-shortcuts): Rename from
7752         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
7753         the `gnus-registry-mark-map' keymap dynamically from
7754         `gnus-registry-marks'.  The generated functions update the summary line
7755         when a registry mark is added or deleted, and will call
7756         `gnus-registry-install-p' (see the comments in the code).
7757         (gnus-registry-user-format-function-M): Use concat intelligently.
7759         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
7760         the registry mark functions.
7762 2008-03-05  Glenn Morris  <rgm@gnu.org>
7764         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
7765         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
7766         gnus-art.
7767         (top-level): No need to load own source when compiling.
7769 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
7771         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
7772         Suggested by <chris.anderton@zetnet.co.uk>.
7774 2008-03-04  Glenn Morris  <rgm@gnu.org>
7776         * gnus-sum.el (top-level): No need to require gnus when compiling,
7777         since unconditionally required near start of file.
7778         (gnus-summary-display-while-building): Move definition before use.
7780 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
7782         * gnus-registry.el (gnus-registry-user-format-function-M):
7783         Add formatting function.
7785 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
7787         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
7788         with plists.
7789         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
7790         Use new format.
7792 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7794         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
7795         `where-is-internal' that returns a range of key sequences.
7797 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7799         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
7801         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
7802         (gnus-summary-jump-to-group): Consider windows on other displayed
7803         frames as well.  Similar changes might be needed elsewhere, but that's
7804         the one I've bumped into during my use.
7806         * nndoc.el (nndoc-oe-dbx-type-p):
7807         * gnus-msg.el (gnus-debug):
7808         * gnus-group.el (gnus-update-group-mark-positions):
7809         Use mm-string-to-multibyte.
7811 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
7813         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
7814         doesn't handle NotDashEscaped.
7816         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
7817         (mml-dnd-attach-options): Fix typo in custom choice.
7819         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
7820         Change nndoc-article-type to mbox.
7821         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
7823         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
7824         to nil, instead of html2text.
7826         * imap.el (imap-debug): Add `imap-ping-server'.
7828         * gnus-bookmark.el: Add FIXMEs.
7830         * message.el (message-form-letter-separator)
7831         (message-send-form-letter-delay): New variables.
7832         (message-send-form-letter): Use them.  New command to send form
7833         letters.  Requested by Uwe Siart.
7834         (message-send-mail-function): Doc fix.  Add "Other" custom option.
7836 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
7838         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
7839         empty author.
7841 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
7843         * gnus-registry.el (gnus-registry-marks): Add variable for
7844         customization of marks and their appearance.
7845         (gnus-registry-read-mark): Use it.
7846         (gnus-registry-do-marks): Add utility function to loop through
7847         `gnus-registry-marks'.
7848         (gnus-registry-install-shortcuts-and-menus): Add function to install
7849         shortcuts and menus.
7850         (gnus-registry-initialize): Use it.
7851         (gnus-registry-default-mark): Clarify documentation.
7853 2008-02-29  Glenn Morris  <rgm@gnu.org>
7855         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
7856         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
7857         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
7858         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
7859         Change defcustom :version from 23.0 to 23.1.
7861 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
7863         * gnus-registry.el (gnus-registry-follow-group-p)
7864         (gnus-registry-post-process-groups): Add functions to aid registry
7865         splitting and improve logging.  Clarify behavior in function
7866         documentation.
7867         (gnus-registry-split-fancy-with-parent): Use them.
7869 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7871         * gnus-art.el: Use with-current-buffer.
7873 2008-02-27  David Engster  <dengste@eml.cc>
7875         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
7876         Express real group name in the response.
7878 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7880         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
7881         (nnmairix-last-server, nnmairix-current-server): Defvar them.
7882         (nnmairix-goto-original-article): Defvar gnus-registry-install and
7883         autoload gnus-registry-fetch-group when compiling.
7884         (nnmairix-request-group-with-article-number-correction):
7885         Remove unreferenced argument passed to nnmairix-call-backend.
7887 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
7889         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
7890         (mm-uu-extract): Improve face for low color ttys.
7891         Reported by Sascha Wilde.
7893 2008-02-27  Glenn Morris  <rgm@gnu.org>
7895         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
7896         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
7897         variables to defconsts.  Convert comments to doc-strings.
7898         (nnmairix-last-server, nnmairix-current-server): Convert from free
7899         variables to defvars.  Convert comments to doc-strings.
7900         (gnus-registry-fetch-group): Autoload.
7901         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
7902         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
7903         (nnmairix-widget-build-editable-fields): Use car cddr rather than
7904         caddr.
7905         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
7906         nnmairix-request-group-with-article-number-correction call.
7907         (nnmairix-fast, nnmairix-group): New, less general names, for free
7908         variables passed from nnmairix-request-group to
7909         nnmairix-request-group-with-article-number-correction.  Declare.
7910         (nnmairix-request-group-with-article-number-correction):
7911         Use nnmairix-fast, nnmairix-group rather than fast, group.
7913 2008-02-26  David Engster  <dengste@eml.cc>
7915         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
7916         version 0.5.
7918 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
7920         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
7921         instead of making an extra function call.  Don't add the current group
7922         to articles only when they have the group.  Use
7923         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
7924         Reported by David <de_bb@arcor.de>.
7926 2008-02-24  Miles Bader  <miles@gnu.org>
7928         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
7929         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
7930         (mm-find-mime-charset-region):
7931         * mm-bodies.el (mm-encode-body):
7932         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
7934 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
7936         * mail-source.el (mail-source-delete-incoming): Change default.
7937         Supplement doc string.
7939         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
7941 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
7943         * nnmail.el (nnmail-message-id-cache-file): Derive from
7944         `gnus-home-directory'.
7946 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
7948         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
7949         Document negative prefix.
7951         * gnus-group.el (gnus-group-read-group): Document negative prefix.
7953 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7955         * message.el (message-unsent-separator): Add the Exim bounce
7956         separator.
7958 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
7960         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
7961         list.
7962         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
7963         recipient/signer list.
7965 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
7967         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
7968         fbound (Emacs 23 unicode), signal an error.
7970 2008-02-08  Glenn Morris  <rgm@gnu.org>
7972         * gnus-art.el (pgg-display-output-buffer): Declare as function.
7974 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
7976         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
7977         ports to the calls to `netrc-machine-user-or-password' in addition to
7978         "imap" and "imaps".
7980 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
7982         * gnus.el (gnus-group-startup-message): Add `find-image' call before
7983         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
7984         <hanche@math.ntnu.no>.
7986 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7988         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
7990 2008-02-01  Zhang Wei  <id.brep@gmail.com>
7992         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
7994         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
7996 2008-02-01  Miles Bader  <miles@gnu.org>
7998         * mml.el (mml-parse-1): Remove apparently vestigial use of
7999         `mm-hack-charsets'.
8000         * mm-bodies.el (mm-encode-body): Likewise.
8002 2008-02-01  Kenichi Handa  <handa@m17n.org>
8004         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8005         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8006         (rfc2104-hash): Convert the result of concat to unibyte string.
8008 2008-02-01  Dave Love  <fx@gnu.org>
8010         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8011         coding-system-for-read.
8012         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8014         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8015         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8016         (mm-find-mime-charset-region): Remove hack-charsets stuff.
8018 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8020         * mail-source.el (mail-sources): Add `group' choice.
8022         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8023         parameter `in-group' to control into which group the articles go.
8024         Add treatment of `group' mail-source.
8026 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
8028         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8029         * message.el (message-beginning-of-line): Use featurep instead of bound
8030         tests in order to resolve conditionals at compile time.
8032 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8034         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8036         * mm-decode.el (mm-dissect-buffer): Decode description.
8038         * mml.el (mml-to-mime): Encode message header first.
8040 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8042         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8043         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8045 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8047         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8049 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8051         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8052         prefix keys.
8053         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8054         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8055         gnus-xmas.el.
8057 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8059         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8060         Add new variables for article mark management.
8061         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8062         list of extra data entries which, when present, will indicate that the
8063         article ID should not be trimmed from the registry.
8064         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8065         functions.
8066         (gnus-registry-read-mark): New function to read a mark name from the
8067         user.
8068         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8069         (gnus-registry-set-article-mark-internal): New functions to add and
8070         remove marks.
8071         (gnus-registry-get-article-marks): New function to show the marks for
8072         an article, or retrieve them for further use.
8074 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8076         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8077         keys when no argument is given.
8079 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8081         * gnus-sum.el (gnus-article-sort-by-random)
8082         (gnus-thread-sort-by-random): Fix doc strings.
8083         Reported by jidanni@jidanni.org.
8085 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8087         * gnus-art.el (gnus-article-describe-bindings): New function.
8088         (gnus-article-read-summary-keys): Use it.
8089         (gnus-article-mode-map): Bind `C-h b' to it.
8091 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8093         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8094         XEmacs.
8095         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8096         Protect against non-character events.
8098 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8100         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8101         New command.
8102         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8103         instead of END.  Change name of the temp file.
8104         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8105         customizable.
8107 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8109         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8110         bind `S W' to gnus-article-wide-reply-with-original; set default
8111         binding to gnus-article-read-summary-send-keys.
8112         (gnus-article-read-summary-keys): Fix the order of keys; display
8113         continuation keys correctly in the echo area; describe bindings
8114         correctly when keys end with `C-h'.
8115         (gnus-article-read-summary-send-keys): New function.
8116         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8117         Work for gnus-article-read-summary-send-keys; display continuation keys
8118         correctly in the echo area.
8119         (gnus-article-reply-with-original): Ignore prefix argument.
8120         (gnus-article-wide-reply-with-original): New function.
8122 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8124         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8125         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8127 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8129         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8130         (gnus-group-read-ephemeral-gmane-group): New command.
8132 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8134         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8136 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8138         * message.el (message-send-mail-function): Increase custom version.
8140         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8141         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8143 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8145         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8146         html parts correctly; support forwarded messages.
8147         (gnus-article-browse-html-article): Remove work buffers.
8149         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8150         compiling.
8151         (netrc-bound-and-true-p): New macro.
8152         (netrc-parse): Use it instead of bound-and-true-p that is not available
8153         in XEmacs 21.4.
8155 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8157         * gnus-registry.el (gnus-registry-mark-article)
8158         (gnus-registry-article-marks): Add functionality to mark articles
8159         through the Gnus registry.
8161         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8162         (netrc-parse): Use encrypt-file-alist to determine if
8163         encrypt-find-model or encrypt-insert-file-contents should be used.
8165 2007-12-19  Glenn Morris  <rgm@gnu.org>
8167         * mml.el (message-options-set, message-narrow-to-head)
8168         (message-in-body-p, message-mail-p, message-encode-message-body):
8169         Autoload.
8170         (message-remove-header, message-narrow-to-headers-or-head)
8171         (message-subscribed-p, message-make-mail-followup-to)
8172         (message-position-on-field, message-news-p)
8173         (message-options-set-recipient, message-generate-headers)
8174         (message-sort-headers): Declare as functions.
8176 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8178         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8179         convention in doc string.
8181 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8183         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8184         title to html parts.
8185         (gnus-article-browse-html-article): Pass message header to it.
8187         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8189 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8191         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8192         or password compatible with XEmacs.
8194 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8196         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8197         format document.
8198         (gnus-mime-delete-part): Don't write description line if empty.
8199         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8201 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8203         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8204         (gnus-summary-mark-read-and-unread-as-read)
8205         (gnus-summary-mark-current-read-and-unread-as-read)
8206         (gnus-summary-mark-unread-as-ticked): Doc fix.
8207         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8209 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8211         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8212         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8214 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8216         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8217         yes-or-no-p.
8219 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8221         * mm-decode.el (mm-add-meta-html-tag): New function.
8222         (mm-save-part-to-file, mm-pipe-part): Use it.
8224         * gnus-art.el (gnus-article-browse-delete-temp-files):
8225         Use gnus-y-or-n-p instead of y-or-n-p.
8226         (gnus-article-browse-html-parts): Work with message/external-body; use
8227         mm-add-meta-html-tag.
8229 2007-12-11  Glenn Morris  <rgm@gnu.org>
8231         * gnus-cache.el: Require gnus-sum not just when compiling.
8233         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8235         * gnus-int.el (gnus-server-opened, gnus-status-message):
8236         Move definitions before use.
8238         * mm-decode.el: Require gnus-util.
8239         (mm-remove-part): Only call delete-annotation on XEmacs.
8241         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8243         * nnmail.el: Require gnus-int.
8245         * spam.el: Move `require's before `eval-when-compile's.
8247         * gnus-ems.el (gnus-alive-p):
8248         * gnus-fun.el (message-goto-eoh):
8249         * gnus-util.el (gnus-group-name-decode):
8250         * mail-source.el (gnus-compress-sequence):
8251         * message.el (Info-goto-node, format-spec):
8252         * mm-bodies.el (message-options-get):
8253         * mm-decode.el (mm-view-pkcs7):
8254         * mm-util.el (gmm-write-region):
8255         * mml-smime.el (mml-compute-boundary)
8256         (gnus-completing-read-with-default):
8257         * mml.el (widget-button-press, gnus-make-hashtable):
8258         * mml1991.el (mm-decode-content-transfer-encoding)
8259         (mm-encode-content-transfer-encoding)
8260         (message-options-get, message-options-set):
8261         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8262         * nnfolder.el (gnus-request-group):
8263         * nnheader.el (ietf-drums-unfold-fws):
8264         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8265         * smime.el (gnus-run-mode-hooks):
8266         * spam-stat.el (gnus-message): Autoload.
8268         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8269         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8270         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8271         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8272         Add declare-function compatibility definition.
8274         * gnus-cache.el (nnvirtual-find-group-art):
8275         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8276         (gnus-add-image, gnus-add-wash-type):
8277         * gnus-group.el (nnkiboze-score-file):
8278         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8279         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8280         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8281         (message-tokenize-header, gnus-get-buffer-create)
8282         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8283         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8284         * gnus.el (gnus-group-decoded-name):
8285         * mail-source.el (imap-capability):
8286         * mm-bodies.el (message-options-set):
8287         * mm-decode.el (gnus-configure-windows):
8288         * mm-extern.el (message-goto-body):
8289         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8290         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8291         (epg-sub-key-validity, message-options-set):
8292         * mml.el (widget-event-point, gnus-configure-windows):
8293         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8294         * mml2015.el (epg-check-configuration, epg-configuration)
8295         (message-options-set):
8296         * nndb.el (nndb-request-article):
8297         * nnfolder.el (gnus-request-create-group):
8298         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8299         * nnmaildir.el (gnus-group-mark-article-read):
8300         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8301         * rfc1843.el (message-fetch-field):
8302         * spam.el (gnus-extract-address-components):
8303         Declare as functions.
8305 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8307         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8309 2007-12-09  Glenn Morris  <rgm@gnu.org>
8311         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8313         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8314         * message.el, mm-view.el, sieve-manage.el, smime.el:
8315         Add declare-function compatibility definition.
8317         * gnus-art.el (w3-region, w3m-region, Info-menu):
8318         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8319         * gnus-sum.el (gnus-get-predicate):
8320         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8321         * message.el (mail-abbrev-in-expansion-header-p):
8322         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8323         (w3m-detect-meta-charset, w3m-region):
8324         * sieve-manage.el (password-read, password-cache-add)
8325         (password-cache-remove):
8326         * smime.el (password-read-and-add): Declare as functions.
8328 2007-12-08  David Kastrup  <dak@gnu.org>
8330         * gnus-sum.el (gnus-summary-simplify-subject-query):
8331         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8332         `message'.
8334 2007-12-07  Glenn Morris  <rgm@gnu.org>
8336         * gnus-art.el (article-make-date-line): Revert previous change.
8338 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8340         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8342 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8344         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8345         Call gnus-add-to-range ranges only once with a prepared article-list.
8347 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8349         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8350         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8351         group names with backslashes.
8352         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8354 2007-12-06  Deepak Goel  <deego3@gmail.com>
8356         * gnus-art.el (article-make-date-line):
8357         * gnus-start.el (gnus-load):
8358         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8360 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8362         * gnus-art.el (gnus-use-idna)
8363         * gnus-start.el (gnus-site-init-file)
8364         * message.el (message-use-idna)
8365         * mm-uu.el (mm-uu-hide-markers)
8366         * smiley.el (smiley-style): Revert changes that suppress warnings.
8368 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8370         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8371         specify charset to html source.
8372         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8374 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8376         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8377         idna-program in order to suppress byte compile warning issued by XEmacs
8378         that came to byte compile the default value section of defcustom forms
8379         recently.
8381         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8382         value of installation-directory.
8384         * message.el (message-use-idna): Don't directly refer to the value of
8385         idna-program.
8387         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8389         * smiley.el (smiley-style): Don't directly call face-attribute.
8391 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8393         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8395         * gnus-dired.el: Reduce Gnus dependencies.
8396         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8397         Don't require.  Use autoloads instead.
8398         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8399         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8400         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8401         (gnus-dired-mode): Adjust doc string.
8402         (gnus-dired-mail-mode): New variable.
8403         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8404         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8405         (gnus-dired-mail-buffers): New function.  Return mail or message
8406         composition buffers.
8407         (gnus-dired-attach): Use it.
8408         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8409         NO-DECODE.
8410         (gnus-dired-print): Use `gnus-print-buffer' depending on
8411         `gnus-dired-mail-mode'.
8413 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8415         * rfc2047.el (rfc2047-encoded-word-regexp)
8416         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8417         explaining what regexp patterns are for.
8419 2007-12-04  Glenn Morris  <rgm@gnu.org>
8421         * password.el: Move to ../password-cache.el.
8423         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8424         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8425         * mml-smime.el (password-read, password-cache-add)
8426         (password-cache-remove):
8427         No need to autoload, since mml-sec requires password.
8429         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8430         * message.el (gnus-extract-address-components):
8431         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8433         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8434         password.
8436 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8438         * mailcap.el: Reduce dependencies.
8439         (mail-header-parse-content-type): Autoload.
8440         (mailcap-delete-duplicates): New alias.
8441         (mailcap-mime-info): Add optional argument NO-DECODE.
8442         (mailcap-mime-types): Use mailcap-delete-duplicates.
8444         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8446 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8448         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8449         function.
8451         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8452         (gnus-uu-yenc-article): New function.
8454         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8456         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8458 2007-12-02  Glenn Morris  <rgm@gnu.org>
8460         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
8461         Move to ../net.
8463         * binhex.el, uudecode.el: Move to ../mail.
8465         * encrypt.el: Remove file.
8467 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8469         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8470         matches on patches.
8472         * gnus-art.el (gnus-article-browse-html-article):
8473         Mention `mm-text-html-renderer' in the doc string.
8475         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8476         string.  Add comments.
8478         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8479         if rhs is ASCII.
8481 2007-12-01  Glenn Morris  <rgm@gnu.org>
8483         * dig.el, dns.el: Move to ../net.
8484         * format-spec.el, hex-util.el, sha1.el: Move to ../.
8486         * mail-source.el (top-level): Require format-spec before
8487         eval-when-compile.
8489 2007-11-30  Glenn Morris  <rgm@gnu.org>
8491         * encrypt.el: Require password, rather than autoloading password-read.
8493 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8495         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8496         caller can indicate whether the cache should be disregarded for this
8497         call.  This way the result of the call is reproducible at all times and
8498         can be considered a canonical server name for the supplied method.
8499         (gnus-agent-method-p): Canonicalize server names by pushing their
8500         method through `gnus-method-to-server' using the no-cache argument.
8502         * gnus-srvr.el (gnus-server-insert-server-line):
8503         Call `gnus-method-to-server' with `no-cache' argument.
8505         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8506         gnus-agent-possibly-synchronize-flags as this should be called when the
8507         server is actually being opened.
8508         (gnus-agent-possibly-synchronize-flags)
8509         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8510         flags file of an agentized server to the latter function.
8512         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8513         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8514         after a connection has been established successfully.
8516 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8518         * gnus-art.el (article-display-face): Force to display face if called
8519         interactively; check if gnus-article-x-face-too-ugly matches author.
8520         (article-display-x-face): Display face even if From header is missing
8521         as article-display-face does.
8523 2007-11-28  Richard Stallman  <rms@gnu.org>
8525         * md4.el: Move to ../.
8526         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
8528 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8530         * mail-source.el (mail-sources): Default to fetch from file for
8531         compatibility with default of nnmail-spool-file.
8533 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8535         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8536         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8537         to look for encoded word that should be encoded again.
8538         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8539         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8540         encoding pattern.
8541         (rfc2047-decode-region): Switch strict regexp and loose one according
8542         to rfc2047-allow-irregular-q-encoded-words.
8544 2007-11-26  Simon Josefsson  <simon@josefsson.org>
8546         * imap.el: Move to ../net directory.
8548 2007-11-25  Romain Francoise  <romain@orebokech.com>
8550         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
8552 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8554         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
8555         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
8557         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
8558         `nnmail-spool-file'.
8560         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
8561         `nnmail-spool-file'.
8563         * gnus-move.el (gnus-change-server): Ditto.
8565         * gnus-kill.el (gnus-batch-score): Ditto.
8567         * gnus-cache.el (gnus-jog-cache): Ditto.
8569         * gnus-msg.el (gnus-summary-reply):
8570         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
8572 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
8574         * gnus-cache.el (gnus-cache-generate-nov-databases):
8575         Use nnml-generate-nov-databases-directory instead of
8576         nnml-generate-nov-databases-1.
8578 2007-11-24  Glenn Morris  <rgm@gnu.org>
8580         * message.el (message-tool-bar-retro): Update for rename
8581         mail_send.xpm->mail-send.xpm.
8583 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8585         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8586         `smime-ldap-search' for Emacs 22 and up.
8588 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
8590         * hashcash.el: Move to ../mail directory.
8592         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
8594         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
8595         `smime-ldap-search' for Emacs 22 and up.
8597 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
8599         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
8601         * message.el (message-send-mail-function): Fix error convention.
8602         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
8603         (message-widen-reply, message-send-mail, message-talkative-question)
8604         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
8605         (message-clone-locals, message-send-news): Use with-current-buffer.
8606         (message-insert-or-toggle-importance): Remove unused var `valid'.
8607         (message-make-references): Remove unused var `new-references'.
8608         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
8610 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
8612         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
8613         (spam-split-symbolic-return-positive): Reflow docstring.
8614         (spam-backends, spam-summary-exit-behavior)
8615         (spam-mark-ham-unread-before-move-from-spam-group)
8616         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
8617         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
8618         (spam-clear-cache, spam-backend-check, spam-install-backend)
8619         (spam-install-statistical-backend, spam-list-of-processors)
8620         (spam-group-processor-p, spam-split, spam-bogofilter-score)
8621         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
8622         (spam-check-crm114, spam-initialize, spam-unload-hook):
8623         Fix typos in docstrings.
8625 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8627         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
8628         been checked if they have never been read and those group levels are
8629         higher than the one that a user specified.
8631 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
8633         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
8634         foreign groups unless a group level is specified by a user.
8635         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
8637 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
8639         * message.el (message-send-mail-function): Require sendmail.
8641 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
8643         * message.el (message-send-mail-function): Check for smtpmail too.
8645         * utf7.el (utf7-encode, utf7-decode): Use coding system
8646         `utf-7'/`utf-7-imap' from utf-7.el' if available.
8648         * message.el (message-send-mail-function): New function.
8649         (message-send-mail-function): Set default using
8650         message-send-mail-function.  Adjust doc string.
8651         (message-send-mail-with-mailclient): New function.
8653 2007-11-17  Richard Stallman  <rms@gnu.org>
8655         * assistant.el: Remove file.
8657 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
8659         * smime.el (from):
8660         * rfc2047.el (message-posting-charset):
8661         * qp.el (mm-use-ultra-safe-encoding):
8662         * pop3.el (parse-time-months):
8663         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
8664         * nnml.el (files):
8665         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
8666         (jka-compr-compression-info-list, ange-ftp-path-format)
8667         (efs-path-regexp):
8668         * nndiary.el (files):
8669         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
8670         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
8671         (epg-digest-algorithm-alist, inhibit-redisplay)
8672         (password-cache-expiry):
8673         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
8674         (pgg-output-buffer, password-cache-expiry):
8675         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
8676         (efs-path-regexp):
8677         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
8678         (inhibit-redisplay):
8679         * mm-uu.el (file-name, start-point, end-point, entry)
8680         (gnus-newsgroup-name, gnus-newsgroup-charset):
8681         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
8682         (latin-unity-ucs-list):
8683         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
8684         (mm-uu-binhex-decode-function):
8685         * message.el (gnus-message-group-art, gnus-list-identifiers)
8686         (rmail-enable-mime-composing, gnus-local-organization)
8687         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
8688         (gnus-read-active-file, facemenu-add-face-function)
8689         (facemenu-remove-face-function, gnus-article-decoded-p)
8690         (tool-bar-mode):
8691         * mail-source.el (display-time-mail-function):
8692         * gnus-util.el (nnmail-pathname-coding-system)
8693         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
8694         (gnus-original-article-buffer, gnus-user-agent)
8695         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
8696         (xemacs-codename, sxemacs-codename, emacs-program-version):
8697         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
8698         * gnus-start.el (gnus-agent-covered-methods)
8699         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
8700         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
8701         (gnus-newsgroup-headers, gnus-group-list-mode)
8702         (gnus-group-mark-positions, gnus-newsgroup-data)
8703         (gnus-newsgroup-unreads, nnoo-state-alist)
8704         (gnus-current-select-method, mail-sources)
8705         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
8706         (nnmail-spool-file, gnus-cache-active-hashtb):
8707         * gnus-mh.el (mh-lib-progs):
8708         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
8709         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
8710         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
8711         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
8712         (gnus-group-buffer):
8713         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
8714         (font-lock-set-defaults):
8715         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
8716         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
8717         (gnus-summary-post-menu, total-parts, type, condition, length):
8718         * gnus-agent.el (gnus-agent-read-agentview):
8719         * flow-fill.el (show-trailing-whitespace):
8720         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
8721         eval-and-compile wrappers for byte compiler pacifiers.
8723         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
8724         (mm-display-inline-fontify): Check for featurep 'xemacs not
8725         extent-list.
8727         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
8728         itimer-list.
8729         (mm-create-image-xemacs): Only do something for XEmacs.
8730         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
8732         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
8734         * gnus-registry.el (gnus-adaptive-word-syntax-table):
8735         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
8737 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
8739         * nnimap.el (nnimap-split-download-body):
8740         * gnus-demon.el (gnus-demon):
8741         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
8743 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8745         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
8746         New macros.
8747         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
8748         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
8749         copy data from unibyte buffer to multibyte current buffer.
8750         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
8751         to copy data from unibyte current buffer to multibyte buffer.
8752         (nntp-make-process-buffer): Make process buffer unibyte.
8754         * pop3.el (pop3-open-server): Fix typo in Lisp code.
8756 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
8758         * pop3.el (pop3-open-server): Accept and process data more robustly at
8759         connexion start to avoid spurious "POP SSL connexion failed" errors.
8761 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8763         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
8764         read group names.
8766 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
8768         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
8770 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8772         * nnmail.el (nnmail-parse-active): Make group names unibyte.
8773         (nnmail-save-active): Use a unibyte buffer when saving active file,
8774         which may contain non-ASCII group names.
8776         * nnml.el (nnml-request-group): Decode group names in messages.
8778 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
8780         * message.el (message-citation-line-function)
8781         (message-insert-formatted-citation-line): Fix spelling of
8782         `message-insert-formated-citation-line'.
8784 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
8786         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
8788 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
8790         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
8791         nnmail-pathname-coding-system.
8793         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
8794         that a user enters; decode group names in messages.
8796         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
8798 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
8800         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
8802         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
8804         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
8805         risky local variable.
8807         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
8809 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
8811         * encrypt.el: Improve documentation to fix function name typo.
8812         Reported by Daiki Ueno <ueno@unixuser.org>.
8814 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8816         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
8817         even if the point is not in the last page of an article.
8818         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
8819         back to the previous page.
8821 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
8823         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
8825 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8827         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
8829 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8831         * message.el (message-check-news-body-syntax):
8832         Avoid mm-string-as-multibyte.
8833         (message-hide-headers): Don't assume (point-min)==1.
8835 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8837         * message.el (message-remove-blank-cited-lines): Fix if remove is
8838         given.
8839         (message-bogus-address-regexp): New variable.
8840         (message-bogus-recipient-p): New function.
8841         (message-check-recipients): New command.
8842         (message-syntax-checks): Add `bogus-recipient'.
8843         (message-fix-before-sending): Add `bogus-recipient'.
8845         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
8846         (gnus-treat-body-boundary): Don't test window-system.
8848 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
8850         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
8852 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
8854         * gnus.el: Bump version to Gnus v5.13.
8856 2007-10-28  Miles Bader  <miles@gnu.org>
8858         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
8859         at compile-time too.
8861 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
8863         * gnus-msg.el (gnus-message-setup-hook):
8864         Add `message-remove-blank-cited-lines' to options.
8866 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
8868         * message.el (message-remove-blank-cited-lines): New function.
8869         Suggested by Karl Plästerer.
8871 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
8873         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
8874         mapc.
8876         * imap.el (imap-open): Replace mapcar called for effect with mapc.
8877         (top-level): Use mapc to set functions to be traced for debugging.
8879         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
8880         called for effect with while loop.
8882         * message.el (message-talkative-question): Replace mapcar called for
8883         effect with mapc.
8885         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
8886         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
8887         called for effect with dolist.
8889         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
8891         * nndiary.el: Use dolist instead of mapcar to add diary headers to
8892         gnus-extra-headers and nnmail-extra-headers.
8894         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
8895         called for effect with dolist.
8896         (top-level): Use mapc to set functions to be traced for debugging.
8898         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
8899         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
8900         dolist.
8902         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
8903         Replace mapcar called for effect with mapc.
8904         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
8905         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
8906         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
8907         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
8909         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
8910         remove-if that's a cl function.
8912         * webmail.el (webmail-debug): Replace mapcar called for effect with
8913         dolist.
8915 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
8917         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
8918         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
8919         with while loop.
8921         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
8922         functions from article-* functions.
8923         (gnus-multi-decode-header): Replace mapcar called for effect with
8924         dolist.
8926         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
8927         (gnus-bookmark-show-details): Replace mapcar called for effect with
8928         while loop.
8930         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
8931         called for effect with while loop.
8933         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
8934         with dolist.
8936         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8937         Replace mapcar called for effect with dolist.
8939         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
8941         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
8942         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
8943         Replace mapcar called for effect with dolist.
8944         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
8945         mapc.
8947         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
8948         Replace mapcar called for effect with dolist.
8949         (gnus-topic-list): Replace mapcar called for effect with mapc.
8951         * gnus.el: Use mapc instead of mapcar to add autoloads.
8953 2007-10-23  Richard Stallman  <rms@gnu.org>
8955         * gnus-group.el (gnus-group-highlight): Mark as risky.
8957 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8959         * gnus.el (gnus-server-to-method): Return method found first in
8960         gnus-newsrc-alist.
8962         * gnus-art.el (gnus-article-highlight-signature)
8963         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
8964         button overlay without the front stickiness.
8966 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
8968         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
8969         overview buffer needed a catch to receive its throw.
8970         (gnus-agent-flush-cache): Declare as interactive to make this function
8971         easier to use.
8973 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
8975         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
8976         `next-line'.
8978 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8980         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
8981         exclude address matching message-dont-reply-to-names.
8983 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8985         * gnus-util.el (gnus-string<): New function.
8987         * gnus-sum.el (gnus-article-sort-by-author)
8988         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
8990 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
8992         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
8993         the frame-focus tag is set in gnus-buffer-configuration.
8995 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8997         * gnus-art.el (gnus-article-add-button): Make a button overlay without
8998         the front stickiness.
9000 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9002         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9003         url pattern; remove duplicate one.
9004         (gnus-article-extend-url-button): New function.
9005         (gnus-article-add-buttons): Use it.
9006         (gnus-button-push): Use concatenated url that it makes.
9008 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9010         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9011         (sieve-manage-open): Use `mapc' instead of `mapcar'.
9013 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9015         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9016         Don't hardcode point-min==1.
9018 2007-09-30  David Kastrup  <dak@gnu.org>
9020         * gnus-art.el (gnus-article-reply-with-original)
9021         (gnus-article-followup-with-original): When `transient-mark-mode' is
9022         off, refrain from active-region behavior for followups.
9024 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9026         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9027         Fix comment about "iso8859-1".
9029 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9031         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9032         ones returned from the verify-function.
9034         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9035         Call mml2015-extract-cleartext-signature if extraction failed.
9037 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9039         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9040         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9041         failed.
9043 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9045         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9047 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9049         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9050         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9051         thread for both the null and zero (kill/expire thread) universal prefix
9052         cases.
9053         (gnus-summary-expire-thread): Add new function to expire a thread,
9054         using gnus-summary-kill-thread.
9055         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9056         shortcuts for gnus-summary-expire-thread.
9057         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9058         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9060 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9062         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9063         extras value, so an extras entry can be deleted.
9064         (gnus-registry-delete-extra-entry): Use it.
9065         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9066         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9067         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9068         storage through the gnus-registry, and provide an appropriate API for
9069         it.
9071 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9073         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9074         Suggested by Leo <sdl.web@gmail.com>.
9076         * gnus.el: Do.
9078 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9080         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9081         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9083         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9085         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9086         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9088 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9090         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9091         newline.
9092         (nnmbox-request-accept-article): Don't change article in source buffer;
9093         narrow to header to use message-fetch-field rather than
9094         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9095         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9096         as delimiters; make sure article ends with newline.
9097         (nnmbox-delete-mail): Correct last position of article to be deleted;
9098         ignore X-Gnus-Newsgroup header in article body.
9099         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9100         positions; make sure article ends with newline.
9102         * message.el (message-display-abbrev): Don't infloop when a user
9103         inserts SPC in the beginning of header.
9105 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9107         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9108         list of groups not followed by default.  Fix type to be regexp.
9109         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9111 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9113         * hmac-def.el (define-hmac-function): Switch from old-style to
9114         new-style backquotes.
9116         * md4.el (md4-make-step): Likewise.
9118 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9120         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9121         raw-text coding system when saving .newsrc file, which may contain
9122         non-ASCII group names.
9124 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9126         * gnus-cus.el (gnus-score-extra): New widget.
9127         (gnus-score-extra-convert): New function.
9128         (gnus-score-customize): Use it for Extra.
9130 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9132         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9133         (mml2015-mailcrypt-clear-verify): Use it.
9134         (mml2015-gpg-clear-verify): Use it.
9135         (mml2015-pgg-clear-verify): Use it.
9136         (mml2015-epg-clear-verify): Replace the current part with the output
9137         from GnuPG; don't extract the plaintext by itself.
9139         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9140         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9141         mml2015-clear-verify-function; don't touch the armor headers or
9142         dash-escaped text here.
9144 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9146         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9147         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9148         parts, or application/octet-stream as a last resort.
9149         (gnus-mime-view-part-as-type): Don't toggle display.
9150         (gnus-mime-view-part-as-charset): Don't turn off display before
9151         querying charset.
9153         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9154         stuff to undisplayer function in Emacs.
9155         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9157         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9158         text/calendar parts.
9160 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9162         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9163         decoding text/calendar parts.
9165         * message.el (message-forward-make-body-mime): Always mark body as
9166         having no illegible text; remove signed-or-encrypted argument.
9167         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9169         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9170         (mml-generate-mime-1): Don't encode body if it is specified to be in
9171         raw form; don't make buffer be unibyte when inserting multibyte string.
9173 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9175         * sha1.el: Fix up comment style.
9176         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9177         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9179         * hex-util.el: Fix up comment style.
9180         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9182         * gnus-salt.el: Use with-current-buffer.
9183         (gnus-pick-setup-message): Fix long-standing typo.
9185 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9187         * imap.el (imap-logout-timeout): New variable.
9188         (imap-logout, imap-logout-wait): New functions.
9189         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9191         * nnimap.el (nnimap-logout-timeout): New server variable.
9192         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9193         nnimap-logout-timeout.
9195         * gnus-art.el (gnus-article-summary-command-nosave)
9196         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9198 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9200         * gnus.el (gnus-maximum-newsgroup): New variable.
9202         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9203         according to gnus-maximum-newsgroup.
9205         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9206         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9207         Limit the range of articles according to gnus-maximum-newsgroup.
9209 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9211         * gnus-art.el (gnus-sticky-article): Fix problems described in
9212         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9213         Don't perform gnus-configure-windows here; reuse existing sticky
9214         article buffer.
9216         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9217         it doesn't exist in gnus-article-mode.
9219 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9221         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9222         (gnus-agent-decoded-group-name): New function.
9223         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9224         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9226 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9228         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9229         Add binding for gnus-sticky-article.
9230         (gnus-summary-exit): Don't kill sticky article buffers.
9232         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9233         article buffer.
9234         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9235         (gnus-kill-sticky-article-buffers): New commands.
9237 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9239         * nntp.el (nntp-xref-number-is-evil): New server variable.
9240         (nntp-find-group-and-number): If it is non-nil, don't trust article
9241         numbers in the Xref header.
9243 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9245         * gnus-agent.el (gnus-agent-read-group): New function.
9246         (gnus-agent-flush-group, gnus-agent-expire-group)
9247         (gnus-agent-regenerate-group): Use it.
9248         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9249         nnmail-pathname-coding-system.
9251 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9253         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9255         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9256         that are unread as unread, and also as selected so that information of
9257         marks having been changed by a user may be updated when exiting group.
9259 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9261         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9263 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9265         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9266         calculated ignoring signature parts to gnus-treat-article.
9268 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9270         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9271         a point here in order to keep the window start.
9272         (gnus-insert-mime-security-button): Make a button overlay without the
9273         front stickiness.
9274         (gnus-mime-display-security): Goto the end of a button.
9276         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9278 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9280         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9281         group-name-at-point.
9282         (gnus-group-completing-read): New function that offers decoded
9283         non-ASCII group names for completion.
9284         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9285         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9286         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9287         (gnus-group-fetch-control): Use it.
9288         (gnus-fetch-group): Use group-name-at-point for the initial value
9289         rather than the default value; use gnus-alive-p.
9291         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9292         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9293         (gnus-summary-post-news): Use gnus-group-completing-read.
9295         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9296         (gnus-read-move-group-name): Decode group name for completion.
9298 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9300         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9301         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9302         Yamaoka slightly modified the code).
9304 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9306         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9307         (nnmail-split-incoming): Bind it.
9309         * nnml.el (nnml-group-name-charset): New function.
9310         (nnml-decoded-group-name): Use it; don't decode group name if
9311         nnmail-group-names-not-encoded-p is non-nil.
9312         (nnml-encoded-group-name): New function.
9313         (nnml-group-pathname): Inline nnml-decoded-group-name.
9314         (nnml-request-expire-articles): Decode group name in message.
9315         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9316         nnmail-pathname-coding-system.
9317         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9318         not decoded ones according to nnmail-group-names-not-encoded-p.
9319         (nnml-generate-active-info): Use nnml-encoded-group-name.
9321 2007-08-08  Glenn Morris  <rgm@gnu.org>
9323         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9324         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9325         doc-strings and comments.
9327 2007-07-25  Glenn Morris  <rgm@gnu.org>
9329         * Relicense all FSF files to GPLv3 or later.
9331 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9333         * gnus-sum.el (gnus-summary-move-article):
9334         Make gnus-summary-respool-article work.
9336 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9338         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9339         string.
9341 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9343         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9344         that should be ignored when comparing distant RSS articles with local
9345         ones.
9346         (nnrss-make-hash-index): New function.  Create a hash index according
9347         to the ignored fields.
9348         (nnrss-check-group): Use it.
9350 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9352         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9354         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9356         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9357         the new optional argument ENCODED is non-nil.
9358         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9359         coding system for encoding group name.
9360         (gnus-group-make-rss-group): Pass un-encoded group name to
9361         gnus-group-make-group.
9362         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9363         encoded.
9365         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9366         Encode group name to which articles are moved or copied.
9367         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9368         coding system for encoding Newsgroup, Followup-To and Xref headers.
9370         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9371         marks; use nnheader-file-coding-system to write a file.
9372         (nnagent-retrieve-headers): Bind file-name-coding-system to
9373         nnmail-pathname-coding-system.
9375         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9377         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9378         (nnml-request-article, nnml-request-create-group)
9379         (nnml-request-rename-group, nnml-find-id)
9380         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9381         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9382         (nnml-save-marks): Use nnml-group-pathname instead of
9383         nnmail-group-pathname.
9385         (nnml-request-create-group, nnml-request-expire-articles)
9386         (nnml-request-move-article, nnml-request-delete-group)
9387         (nnml-deletable-article-p, nnml-possibly-create-directory)
9388         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9389         (nnml-open-marks): Bind file-name-coding-system to
9390         nnmail-pathname-coding-system.
9392         (nnml-request-article): Pass server argument to nnml-find-group-number.
9393         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9394         Pass server argument to nnml-possibly-create-directory.
9395         (nnml-request-accept-article): Pass server argument to
9396         nnml-active-number and nnml-save-mail.
9397         (nnml-find-group-number): Pass server argument to nnml-find-id.
9398         (nnml-request-update-info): Pass server argument to
9399         nnml-marks-changed-p.
9401         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9402         (nnml-save-mail, nnml-active-number): Add server argument.
9404         (nnml-request-delete-group): Warn if group is missing.
9405         (nnml-get-nov-buffer): Decode group name.
9406         (nnml-generate-active-info): Encode group name.
9407         (nnml-open-marks): Decode group name in messages.
9409 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9411         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9412         if it is not specified.
9413         (gnus-article-pipe-part, gnus-article-save-part)
9414         (gnus-article-interactively-view-part, gnus-article-copy-part)
9415         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9416         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9417         (gnus-article-replace-part, gnus-article-delete-part)
9418         (gnus-article-view-part-as-type): Pass raw prefix argument to
9419         gnus-article-part-wrapper.
9421 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9423         * gnus-agent.el (gnus-agent-save-active):
9424         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9426         * gnus-cache.el (gnus-cache-save-buffers)
9427         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9428         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9429         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9430         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9431         (gnus-cache-generate-active, gnus-cache-rename-group)
9432         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9433         (gnus-cache-update-overview-total-fetched-for):
9434         Bind file-name-coding-system to nnmail-pathname-coding-system.
9435         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9436         New variables.
9437         (gnus-cache-decoded-group-name): New function.
9438         (gnus-cache-file-name): Use it.
9439         (gnus-cache-generate-active): Use non-decoded group name for active.
9441         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9442         right place.
9443         (gnus-write-active-file): Don't break non-ASCII group names.
9445         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9446         nnmail-pathname-coding-system.
9448         * gnus-uu.el (gnus-uu-decode-save): Typo.
9450 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9452         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9454 2007-07-14  David Kastrup  <dak@gnu.org>
9456         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9457         finishing actions if we did not edit the article.
9459 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9461         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9462         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9463         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9464         (gnus-agent-flush-group, gnus-agent-flush-cache)
9465         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9466         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9467         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9468         (gnus-agent-regenerate-group)
9469         (gnus-agent-update-files-total-fetched-for)
9470         (gnus-agent-update-view-total-fetched-for):
9471         Bind file-name-coding-system to nnmail-pathname-coding-system.
9472         (gnus-agent-group-pathname): Don't encode file names by
9473         nnmail-pathname-coding-system.
9474         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9475         coding-system-for-write instead of buffer-file-coding-system to
9476         gnus-agent-file-coding-system.
9478         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9479         Decode group name.
9481         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9483         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9484         (gnus-read-newsrc-el-file): Make group names unibyte.
9486         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9487         nnmail-pathname-coding-system.
9489         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9490         (nnrss-request-delete-group): Bind file-name-coding-system to
9491         nnmail-pathname-coding-system.
9492         (nnrss-read-server-data, nnrss-read-group-data):
9493         Bind file-name-coding-system correctly.
9494         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9496         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9497         (nntp-server-to-method-cache): New variable.
9498         (nntp-group-pathname): New function that decodes non-ASCII group names.
9499         (nntp-possibly-create-directory, nntp-marks-changed-p)
9500         (nntp-save-marks, nntp-open-marks): Use it.
9501         (nntp-possibly-create-directory, nntp-open-marks):
9502         Bind file-name-coding-system to nnmail-pathname-coding-system.
9503         (nntp-open-marks): Decode group names when bootstrapping marks.
9505         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9506         Newsgroups and Folowup-To headers.
9508 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9510         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9511         (gnus-server-closed-face, gnus-server-denied-face)
9512         (gnus-server-offline-face): Remove variable.
9513         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9515         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9516         of modifying message-stack directly for XEmacs.
9518         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9519         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9520         if the coding-system argument is nil for XEmacs.
9522         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9523         mm-charset-override-alist.
9525         * rfc2047.el: Don't require base64; require rfc2045 for the function
9526         rfc2045-encode-string.
9527         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9528         to quote the parameter value.
9530 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9532         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9533         form in gnus-group-name-charset-method-alist.
9535         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9536         overrides the default layout edit-form.
9538         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9540         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9542 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9544         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9545         as unfetched articles.
9547 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
9549         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
9551 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9553         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
9554         original back end that keeps marks in the local system.
9556 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9558         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
9559         arg of pop-to-buffer for XEmacs.
9560         (gnus-article-read-summary-keys): Ditto; don't restore window
9561         configuration if summary command ends up with neither article buffer
9562         nor summary buffer; describe bindings if summary keys end with C-h.
9564 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
9566         * message.el (message-fix-before-sending): Skip raw message part to be
9567         forwarded while checking illegible text.
9568         (message-forward-make-body-mime, message-forward-make-body):
9569         Mark signed or encrypted raw message as having no illegible text.
9571 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9573         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
9574         (gnus-message-with-timestamp-1): New macro.
9575         (gnus-message-with-timestamp): New function.
9576         (gnus-message): Use them.
9578         * nnheader.el (nnheader-message): Use them.
9580 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
9582         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
9583         .newsrc.eld file.
9585 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9587         * gnus-agent.el (gnus-agent-fetch-headers)
9588         (gnus-agent-retrieve-headers):
9589         Bind gnus-decode-encoded-address-function to identity.
9591         * nntp.el (nntp-send-xover-command): Recognize an xover command is
9592         available also when the server returns simply a dot.
9594         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
9596 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9598         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
9600 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9602         * gnus-ems.el (gnus-x-splash): Make it work.
9604         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
9605         from being used.
9607 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9609         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
9610         the front stickiness.
9611         (gnus-article-summary-command-nosave): Correct the order of the
9612         arguments passed to pop-to-buffer.
9613         (gnus-article-read-summary-keys): Ditto; make it work properly when the
9614         summary command ends up with the article buffer.
9616         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
9617         the same faces.
9619 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
9621         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
9623 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
9625         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
9626         * gnus-sum.el (gnus-summary-highlight):
9627         * mail-source.el (mail-source-delete-old-incoming-confirm):
9628         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
9630 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9632         * gnus-art.el (gnus-mime-view-part-externally)
9633         (gnus-mime-view-part-internally): Fix predicate function passed to
9634         completing-read.
9636         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
9638         * gnus.el (gnus-update-message-archive-method): Add :version.
9640 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9642         * gnus.el (gnus-update-message-archive-method): New variable.
9644         * gnus-start.el (gnus-setup-news): Update saved "archive" method
9645         according to gnus-message-archive-method if
9646         gnus-update-message-archive-method is non-nil.
9648 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
9650         * gnus-sum.el (gnus-summary-limit-to-address): New function.
9651         Suggested by Loic Dachary <loic@dachary.org>.
9652         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
9654 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9656         * message.el (message-pop-to-buffer): Add switch-function argument.
9657         (message-mail): Pass switch-function argument to it.
9659 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
9661         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
9662         Improve doc string.
9664 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9666         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
9667         (gnus-header-content)
9668         * gnus-cite.el (gnus-cite-10)
9669         * gnus-srvr.el (gnus-server-closed)
9670         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
9671         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
9672         (gnus-group-mail-3-empty, gnus-group-mail-low)
9673         (gnus-group-mail-low-empty, gnus-splash)
9674         * message.el (message-header-to, message-header-cc)
9675         (message-header-subject, message-header-other, message-header-name)
9676         (message-header-xheader, message-separator, message-cited-text)
9677         (message-mml): Lighten colors of faces used for dark background.
9679 2007-05-24  Simon Josefsson  <simon@josefsson.org>
9681         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
9682         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
9684 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9686         * message.el (message-narrow-to-headers-or-head):
9687         Ignore mail-header-separator in the body.
9689 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9691         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
9692         same as window size.
9694 2007-05-22  Kevin Ryde  <user42@zip.com.au>
9696         * message.el (message-font-lock-keywords): Use message-header-xheader
9697         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
9698         ahead of the anything pattern, to get it recognised.
9700 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
9702         * gnus-sum.el (gnus-articles-to-read)
9703         (gnus-summary-insert-old-articles): Don't truncate group name for
9704         `read-string'.
9706         * gnus-util.el (gnus-limit-string): Delete this function.
9708         * gnus-sum.el (gnus-simplify-subject-fully):
9709         Use `truncate-string-to-width' instead.
9711 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
9713         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
9714         Tell if, on summary exit, the next group has to be selected.
9715         (gnus-summary-exit): Use it.
9717 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
9719         * gnus-art.el (gnus-article-mode): Fix comment about displaying
9720         non-break space.
9722 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9724         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
9725         Check if group is not a directory.
9726         (nnfolder-request-expire-articles): Don't delete articles if the target
9727         group is not available.
9729         * nnml.el (nnml-request-create-group): Properly check if group is not a
9730         file.
9731         (nnml-request-expire-articles): Don't delete articles if the target
9732         group is not available.
9734         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
9735         Don't quote characters that are within parentheses.
9737 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9739         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
9740         (gnus-handle-ephemeral-exit): Select article according to it.
9742 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
9744         * message.el (message-insert-formated-citation-line): Remove newline.
9745         (message-citation-line-format): Add final \n here so that the user can
9746         avoid a blank line.
9748 2007-05-03  Dan Christensen  <jdc@uwo.ca>
9750         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
9751         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
9752         Update lanl/arXiv support.
9754 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
9756         * gnus.el: Bump version number.
9758 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9760         * gnus.el (gnus-version-number): Bump version.
9762 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
9764         * gnus.el: No Gnus v0.6 is released.
9766 2007-04-27  Didier Verna  <didier@xemacs.org>
9768         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
9769         * gmm-utils.el (gmm-regexp-concat): ... here.
9770         * message.el: Don't require 'gnus-util.
9771         (message-dont-reply-to-names): Handle name change above.
9772         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
9774 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
9776         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
9777         since the initial value varies according to the system.
9779 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9781         * mm-util.el (mm-charset-synonym-alist): Defcustom.
9783 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
9785         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
9787 2007-04-24  Didier Verna  <didier@xemacs.org>
9789         Improve the type of gnus-ignored-from-addresses.
9790         * gnus-util.el (gnus-orify-regexp): New function.
9791         * message.el (gnus-util): Require it.
9792         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
9793         * gnus-sum.el (gnus-ignored-from-addresses): New function.
9794         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
9796 2007-04-24  Didier Verna  <didier@xemacs.org>
9798         * gnus-sum.el:
9799         * gnus-utils.el: Fix some trailing whitespaces.
9801 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9803         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
9804         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
9805         article's Message-ID; refer parent article in summary buffer.
9807         * message.el (message-bounce): Call mime-to-mml.
9809 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9811         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
9813 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9815         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
9816         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
9817         displayed of multipart/alternative part if it is invoked from summary
9818         buffer.
9820         * mm-view.el (mm-inline-text-html-render-with-w3m)
9821         (mm-inline-text-html-render-with-w3m-standalone)
9822         (mm-inline-render-with-function): Use mail-parse-charset by default.
9824 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
9826         * parse-time.el (parse-time-string-chars): Check if CHAR
9827         is less than the length of parse-time-syntax.
9829 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9831         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
9832         from gnus-newsgroup-processable.
9834 2007-04-16  Didier Verna  <didier@xemacs.org>
9836         * gnus-msg.el (gnus-configure-posting-styles):
9837         Handle message-signature-directory properly with :file syntax.
9838         Reported by "Leo".
9840 2007-04-11  Didier Verna  <didier@xemacs.org>
9842         New user option: message-signature-directory.
9843         * gnus-msg.el (gnus-configure-posting-styles): Support it.
9844         * message.el (message-insert-signature): Ditto.
9845         * message.el (message-signature-file): Doc update.
9846         * message.el (message-signature-directory): New.
9848 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9850         * gnus-msg.el (gnus-inews-yank-articles):
9851         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
9853 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9855         * message.el (message-yank-original): Make sure cited text ends with
9856         newline; don't exchange point and mark.
9858 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
9860         * tls.el (open-tls-stream): Properly handle case where there
9861         is no associated buffer.
9863 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
9865         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
9866         message-yank-original, make sure (< mark TEXT point).
9868 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
9870         * message.el (message-fill-column): New variable.
9871         (message-mode): Use it.  Add comment on a possible new hook.
9873         * nnmail.el (nnmail-spool-file): Mark as obsolete.
9874         (nnmail-get-new-mail): Reformat.
9876         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
9878         * gmm-utils.el: Fix Commentary.
9879         (gmm-tool-bar-from-list): Fix typo in doc string.
9881 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
9883         * message.el (message-yank-original): Don't switch point and mark
9884         unnecessarily to put point and mark as documented.
9886 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9888         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
9889         from the message heads.
9891 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
9893         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
9894         article buffer does not have a window.  This may not be the best
9895         solution but is certainly better than setting the start of the null,
9896         that is the current, window.
9898 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
9900         * gnus-draft.el (gnus-draft-setup-hook): New hook.
9901         (gnus-draft-setup): Run it.
9903         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
9904         gnus-score-fast-scoring.  Allow regexp.
9905         (gnus-score-headers): Use it.
9907         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
9908         XEmacs.
9910         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
9911         string.
9912         (gnus-button-alist): Also catch `<f1> k ...'.
9913         (gnus-treat-display-x-face): Fix doc string.
9915 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9917         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
9918         evaluation of gnus-extended-version to ensure correct generation of the
9919         User-Agent header when message-generate-headers-first is used.
9921 2007-03-24  Simon Josefsson  <simon@josefsson.org>
9923         * hashcash.el (hashcash-generate-payment-async): Don't crash if
9924         hashcash-path is nil.  Don't call callback with incorrect number of
9925         parameters if val is 0.
9927 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
9929         * message.el (message-required-news-headers):
9930         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
9932 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9934         * message.el (message-generate-new-buffers): Change the meaning of the
9935         nil value; add `standard' to the choices; treat t as `unique'; improve
9936         doc string.
9937         (gnus-select-frame-set-input-focus): Autoload.
9938         (message-buffer-name): Search for the existing message buffer if
9939         message-generate-new-buffers is nil or `standard'; treat the value t of
9940         message-generate-new-buffers as `unique'.
9941         (message-pop-to-buffer): Raise the frame already displaying the message
9942         buffer; clear the echo area after querying.
9943         (message-setup): Pass the `continue' argument to compose-mail.
9944         (message-mail): Prefer `switch-function' if it is given; search for the
9945         existing message buffer if the `continue' argument is non-nil; pass
9946         continue and switch-function arguments to compose-mail by way of
9947         message-setup.
9948         (message-mail-other-window): Adjust argument of message-setup.
9949         (message-mail-other-frame): Ditto.
9951 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9953         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
9954         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
9955         to turn font-lock on when turning gnus-message-citation-mode on.
9957 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
9959         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
9960         (mml-smime-function-alist): New variable; add epg as the backend.
9961         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
9962         mml-smime- functions instead.
9963         * mm-view.el: Require smime.
9965 2007-03-05  Didier Verna  <didier@xemacs.org>
9967         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
9968         instead of just inheritance for posting styles.
9969         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
9971 2007-02-24  John Paul Wallington  <jpw@pobox.com>
9973         * tls.el (tls-certtool-program): Fix custom type.
9975 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9977         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
9978         and point-at-eol instead of line-(beginning|end)-position.
9980         * assistant.el (assistant-parse-buffer): Ditto.
9982 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
9984         * mml2015.el (mml2015-epg-find-usable-key): New function.
9985         (mml2015-epg-sign): Use it.
9986         (mml2015-epg-encrypt): Use it.
9988 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9990         * message.el (message-make-in-reply-to): Quote name containing
9991         non-ASCII characters.  It will make the RFC2047 encoder cause an error
9992         if there are special characters.  Reported by NAKAJI Hiroyuki
9993         <nakaji@jp.freebsd.org>.
9995 2007-02-27  Didier Verna  <didier@xemacs.org>
9997         Include the group parameters as well as the topic ones in the
9998         inheritance filter process.
9999         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10000         argument GROUP-PARAMS-LIST.
10001         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10003 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10005         * nntp.el (nntp-never-echoes-commands)
10006         (nntp-open-connection-functions-never-echo-commands): New variables.
10007         (nntp-send-command): Use them.
10009 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10011         * mml2015.el (mml2015-epg-verify): Simplify.
10013 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10015         * mml.el (mml-content-disposition-alist): New user option.
10016         (mml-content-disposition): New function.
10017         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10018         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10020 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10022         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10023         verification.
10025 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10027         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10028         articles posted in the last 24 hours.
10030 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10032         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10034 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10036         * nntp.el (nntp-send-command): Don't wait for echoes when
10037         nntp-open-ssl-stream is used.
10039 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10041         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10042         (gnus-message-add-citation-keywords)
10043         (gnus-message-remove-citation-keywords): Remove.
10044         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10045         directly, make the variables in font-lock-defaults buffer-local, add
10046         gnus-message-citation-keywords to them and then update the value of
10047         font-lock-keywords.
10049 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10051         * message.el (message-cite-original-1): Don't call
10052         gnus-article-highlight-citation.
10054         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10055         citations; fix line count.
10057 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10059         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10060         (gnus-message-add-citation-keywords)
10061         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10062         versions of font-lock-add-keywords and font-lock-remove-keywords to
10063         work with XEmacs correctly.
10065 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10067         * gnus-cite.el (gnus-cite-face-list): Set the values of
10068         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10069         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10070         (gnus-message-cite-prefix-regexp): New variable.
10071         (gnus-message-search-citation-line): Use it; protect against long
10072         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10073         the 0th match data for Emacs.
10074         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10075         (gnus-message-add-citation-keywords): Append keywords rather than
10076         prepending; emulate font-lock-add-keywords if it is not available.
10077         (gnus-message-remove-citation-keywords):
10078         Emulate font-lock-remove-keywords if it is not available.
10080         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10082         * message.el (message-cite-prefix-regexp): Set the value of
10083         gnus-message-cite-prefix-regexp.
10085 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10087         * nnweb.el (nnweb-google-parse-1): Update parser.
10089 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10091         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10093 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10095         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10096         regexp.
10098 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10100         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10101         string-to-multibyte.
10102         (uudecode-decode-region-internal): Use it.
10104 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10106         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10107         Fix custom choice.
10109         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10111 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10113         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10115         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10116         `write-region' to respect `mm-inhibit-file-name-handlers'.
10118 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10120         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10121         Use gnus-home-directory instead of "~/" or "$HOME".
10123 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10125         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10126         to mention filename.
10127         Add comments at beginning regarding usage.
10128         (encrypt-write-file-contents): Change interactive so a string is
10129         acceptable.  If the file has no associated model, show an error instead
10130         of a nonsense prompt.
10132 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10134         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10135         Thanks to Yoshihiko Yamada for kind notification of this typo.
10137 2007-01-12  Kenichi Handa  <handa@m17n.org>
10139         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10140         multibyte buffer.
10142 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10144         * gnus-score.el (gnus-score-fast-scoring): New variable.
10145         (gnus-score-headers): Use it.
10147         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10149         * message.el (message-cite-original-1):
10150         Call gnus-article-highlight-citation if requested.
10151         (message-make-from): Allow name and address as optional arguments.
10153         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10155         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10156         bugs to doc string.
10157         (gnus-button-alist): Add mid\\|message-id.
10158         (gnus-button-fetch-group): Extend for use in
10159         `browse-url-browser-function'.
10160         (gnus-button-url-regexp): Try to catch paired parentheses like in
10161         Wikipedia URLs.
10163         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10164         Suggested by Simon Krahnke <overlord@gmx.li>.
10166 2007-01-13  Romain Francoise  <romain@orebokech.com>
10168         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10169         Update copyright.
10171 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10173         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10175 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10177         * gnus-registry.el (gnus-registry-unfollowed-groups)
10178         (gnus-registry-split-fancy-with-parent): Fix documentation.
10180 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10182         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10183         from nnweb groups.
10185 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10187         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10188         Xref urls.  Erase buffer before requesting head.
10190         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10192 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10194         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10195         customizable.
10197 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10199         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10200         no signing key is found.
10201         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10202         no encrypting and/or signing key is found.
10204 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10206         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10208 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10210         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10211         headers read from disk with the ones newly found in the current search.
10212         This should no longer cause problems, because the article numbers in
10213         Gmane's `nov.php' output are ignored since the previous change.
10215 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10217         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10219 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10221         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10223 2007-01-01  Romain Francoise  <romain@orebokech.com>
10225         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10227 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10229         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10230         `define-minor-mode' macro definition expanded properly.
10231         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10232         exclude it there.
10234         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10235         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10236         `fboundp' test.
10237         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10238         This is OK to autoload in (S)XEmacs now.
10240 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10242         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10243         keystroke.
10244         (gnus-summary-limit-to-singletons): Fix typo.
10246         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10247         else fails.
10249 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10251         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10252         docstring.
10254         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10255         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10256         (gnus-summary-insert-dormant-articles): Fix typo in message.
10258 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10260         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10261         nil for XEmacs.
10262         (gnus-message-citation-mode): Don't autoload in XEmacs.
10264         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10266 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10268         * nnimap.el (nnimap-expunge-search-string):
10269         Mention nnimap-search-uids-not-since-is-evil in docstring.
10271 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10273         * spam.el: Revert to make-obsolete-variable because
10274         define-obsolete-variable-alias is not supported in Emacs 21.
10276         * spam.el (spam-ifile-path, spam-ifile-database-path)
10277         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10278         make-obsolete-variable.
10279         (spam-bsfilter-path, spam-bsfilter-program)
10280         (spam-spamassassin-path, spam-spamassassin-program)
10281         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10282         Don't use "path" inappropriately.
10283         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10284         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10285         variable names.
10287 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10289         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10290         summary buffer.
10292         * password.el (password-cache-remove): Use clear-string to burn
10293         password, if available.
10295 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10297         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10299         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10301         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10302         (gnus-message-highlight-citation): Move defcustom here from
10303         gnus-cite.el.
10304         (gnus-message-citation-mode): Autoload.
10306         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10307         checks to make it compile with XEmacs.
10308         (gnus-message-citation-mode): New minor mode.
10309         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10310         (gnus-message-highlight-citation): New variables.
10311         (gnus-message-search-citation-line)
10312         (gnus-message-add-citation-keywords)
10313         (gnus-message-remove-citation-keywords)
10314         (turn-on-gnus-message-citation-mode)
10315         (turn-off-gnus-message-citation-mode): New functions.
10317 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10319         * gnus-cite.el: Enable highlighting of different citation levels in
10320         message-mode.
10322 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10324         * message.el (message-make-fqdn): Fix comment.
10325         (message-bogus-system-names): Add ".local".
10327         * spam.el (spam-ifile-path, spam-ifile-program)
10328         (spam-ifile-database-path, spam-ifile-database)
10329         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10330         Don't use "path" inappropriately.
10331         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10332         strings.
10333         (spam-check-ifile, spam-ifile-register-with-ifile)
10334         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10335         Use new variable names.
10337         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10338         (gnus-treat-display-smileys): Simplify using
10339         gnus-image-type-available-p.
10341         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10342         available.
10344 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10346         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10347         one after turning on the buffer's multibyteness instead of decoding
10348         them directly in the unibyte buffer that causes unexpected conversion
10349         in Emacs 23 (unicode).
10351 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10353         * message.el (message-generate-hashcash): Fix custom type.
10355 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10357         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10359 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10361         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10362         disconnect icons.  Add help text.
10364 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10366         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10367         negated to be consistent with the others we handle.
10369 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10371         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10372         version of gnus-summary-buffer to something, so that we can use two
10373         article buffers at the same time.
10375 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10377         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10378         trigger all the extra headers.
10379         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10380         sorting.
10382 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10384         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10385         solid groups.
10387 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10389         * legacy-gnus-agent.el: Add Copyright notice.
10391 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10393         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10395 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10397         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10399         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10400         to make it work reliably in CVS Emacs.
10401         (gnus-summary-limit-strange-charsets-predicate)
10402         (gnus-summary-limit-to-predicate): New functions.
10404 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10406         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10407         specifying array size.
10408         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10409         array if it is too small.
10410         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10411         (gnus-sort-threads-loop): New function.
10413 2006-12-06  Chris Moore  <dooglus@gmail.com>
10415         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10416         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10418 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10420         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10421         options.
10423 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10425         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10426         DOS-ing the recipient.
10428         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10429         the headers when creating the mapping to avoid mismappings.
10430         (nnweb-gmane-create-mapping): Always nix out old mapping.
10432 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10434         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10435         and mm-verify-option to never.
10437 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10439         * message.el (message-signed-or-encrypted-p): New function.
10440         (message-forward-make-body): Use it.
10442         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10443         Replace encode-coding-string with mm-encode-coding-string.
10445 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10447         * nneething.el (nneething-decode-file-name):
10448         Replace decode-coding-string with mm-decode-coding-string.
10450         * gnus-int.el (gnus-open-server): Say failed server's name.
10452 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10454         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10455         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10457         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10458         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10459         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10460         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10461         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10462         (gnus-subscribe-newsgroup, gnus-1):
10463         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10464         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10465         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10466         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10468 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10470         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10471         keystroke.
10472         (gnus-summary-limit-to-bodies): Implement headersp.
10474 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10476         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10478 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10480         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10482 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10484         * message.el (message-generate-hashcash): Expand range of values to
10485         include `opportunistic'.
10486         (message-send-mail): Use it.
10488 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10490         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10491         and comment it.
10493         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10495 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10497         * gnus-util.el (gnus-extract-address-components): Improve comment.
10499 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10501         * gnus-util.el (gnus-extract-address-components): Work with address in
10502         which the name portion contains @.
10504 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10506         * gnus.el (gnus-start): Move custom group up.
10507         (gnus-select-method): Don't autoload, but make it available for
10508         `customize-variable'.
10509         (gnus-getenv-nntpserver): Don't autoload.
10511 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10513         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10515 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10517         * message.el (message-sendmail-extra-arguments): New variable.
10518         (message-send-mail-with-sendmail): Use it.
10520 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10522         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10523         mm-with-unibyte-current-buffer to make string unibyte.
10525         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10526         mm-string-as-multibyte.
10528 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10530         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10531         Reported by Werner Koch <wk@gnupg.org>.
10533 2006-11-14  Daiki Ueno  <ueno@p360>
10535         * mml2015.el: Autoload epa-select-keys when compiling.
10537 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10539         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10540         message-options.
10541         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10543 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10545         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10546         EasyPG (< 0.0.6).
10547         (mml2015-always-trust): New user option.
10548         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
10549         prompt.
10551 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10553         * nntp.el (nntp-authinfo-force): New variable.
10554         (nntp-send-authinfo): Use it.
10556 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
10558         * message.el (message-strip-subject-encoded-words): Allow _not_ to
10559         decode encoded words.  Improve prompt.  Add comment about forwarding.
10560         (message-replacement-char): Move up.
10562 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
10564         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
10565         instead of gnus-intersection because arguments of gnus-sorted-nunion
10566         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
10568 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
10570         * message.el (message-strip-subject-encoded-words): Reformat prompt.
10571         (message-simplify-subject-functions):
10572         Enable message-strip-subject-encoded-words by default.
10574 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
10576         * message.el (message-strip-subject-encoded-words): New function.
10577         (message-simplify-subject-functions): New variable.
10578         (message-simplify-subject): Use it.  Fix typo in doc string.
10579         Support message-strip-subject-encoded-words.
10581 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
10583         * gnus-diary.el (gnus-diary-delay-format-function):
10584         * nndiary.el (nndiary-reminders):
10585         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
10587 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
10589         * gnus-art.el (article-hide-boring-headers): Fetch date from
10590         gnus-original-article-buffer to avoid problems with localized date
10591         strings.
10593 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10595         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
10597 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
10599         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10600         New variables.
10601         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10602         (mm-charset-synonym-alist): Move some entries to
10603         mm-codepage-iso-8859-list.
10604         (mm-charset-synonym-alist, mm-charset-override-alist):
10605         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10607 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10609         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
10611 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
10613         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
10614         with Emacs 21 and XEmacs.
10616 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
10618         * spam.el (spam-parse-address): New function for better parsing,
10619         catching errors, etc.
10620         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
10622 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
10624         * mm-view.el: Add interactive arg to html2text autoload.
10626 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10628         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
10630 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
10632         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
10633         New variables.
10634         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
10635         (mm-charset-synonym-alist): Move some entries to
10636         mm-codepage-iso-8859-list.
10638         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
10640 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
10642         * message.el (message-citation-line-format)
10643         (message-insert-formated-citation-line): Fix implementation of %E, %N
10644         and %n according to the doc string.
10646 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
10648         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10649         Use car-safe to avoid bad parses.
10651 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10653         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
10654         names.
10656         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
10658 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10660         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
10661         header.
10663         * message.el (message-draft-headers): Add Date.
10664         (message-headers-to-generate): Fix typo in docstring.
10666         * nndraft.el (nndraft-required-headers): New variable.
10667         (nndraft-generate-headers): Use it.
10669         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
10671 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10673         * gnus-registry.el (gnus-registry-wash-for-keywords)
10674         (gnus-registry-find-keywords): New functions to allow easy searching of
10675         articles that are in the registry.
10677 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
10679         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
10680         Use ietf-drums-parse-address instead of gnus-extract-address-components.
10681         Reported by Damien Elmes <damien@repose.cx>.
10683 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
10685         * gnus.el (gnus-mime): Remove unused custom group.
10687 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10689         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
10690         "blank line" when searching for end of armor headers.
10692 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10694         * gmm-utils.el (gmm-write-region): Fix variable name.
10696 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
10698         * gmm-utils.el (gmm-write-region): New function based on compatibility
10699         code from `mm-make-temp-file'.
10701         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
10703         * nnmaildir.el (nnmaildir--update-nov)
10704         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
10705         Use `gmm-write-region'.
10707 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10709         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
10710         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
10712         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
10714         * message.el (message-replacement-char): New variable.
10715         (message-fix-before-sending): Use it.
10716         (message-simplify-subject): New function to remove duplicate code.
10717         (message-reply, message-followup): Use it.
10719         * gnus-sum.el (gnus-summary-make-menu-bar):
10720         Clarify gnus-summary-limit-to-articles.
10722 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10724         * gnus-util.el (gnus-with-local-quit): New macro.
10726         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
10728 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
10730         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
10731         ignore non-string data.
10733 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
10735         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
10736         non-string data (needs to be done in the registry too).
10738 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10740         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
10741         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
10742         (gnus-registry-split-fancy-with-parent)
10743         (gnus-registry-fetch-simplified-message-subject-fast)
10744         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
10745         Remove text properties on ingress into the registry and when it's saved.
10746         (gnus-registry-clean-empty-function): Fix bug with cleaning the
10747         registry from entries with no groups.
10749 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
10751         * gnus-util.el (gnus-string-remove-all-properties): Add utility
10752         function to remove string properties.
10754 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
10756         * gmm-utils.el (gmm): Adjust custom version.
10758         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
10759         Adjust custom version.
10761         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
10763 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
10765         * gnus-art.el (gnus-insert-prev-page-button)
10766         (gnus-insert-next-page-button): Simplify.  Reformat.
10768 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10770         * gnus-art.el (gnus-insert-prev-page-button)
10771         (gnus-insert-next-page-button): Apply gnus-article-button-face.
10773 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
10775         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
10777 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
10779         * gnus-art.el (gnus-insert-mime-button)
10780         (gnus-insert-mime-security-button):
10781         Apply gnus-article-button-face to MIME and security buttons.
10783 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
10785         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
10786         readable.
10788 2006-09-20  Steve Youngs  <steve@sxemacs.org>
10790         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
10791         `browse-url-of-file' instead of `browse-url'.
10793 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10795         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10796         regexp.  Articles containing quotation were cut prematurely.
10798 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10800         * message.el (message-cite-original-1): Use nobody by default for the
10801         value of From header.
10802         (message-reply): Ditto.
10804 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
10806         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
10807         to the gnus-info.  This fixes a bug of inline-PGP message verification.
10808         Reported by Michael Piotrowski <mxp@dynalabs.de>.
10810 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
10812         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
10813         mails in the doc string.  Add some URLs in comment.
10814         (pop3-movemail): Warn about pop3-leave-mail-on-server.
10816 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10818         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
10819         backslashes handling and the way to find boundaries of quoted strings.
10821 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
10823         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
10824         mml1991-encrypt-to-self is set and mml1991-signers is not set.
10825         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
10826         mml2015-encrypt-to-self is set and mml2015-signers is not set.
10828 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
10830         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
10831         doc string.
10832         (gnus-button-regexp, gnus-button-last): Remove unused variables.
10834 2006-09-06  Simon Josefsson  <jas@extundo.com>
10836         * mml2015.el (mml2015-use): Doc fix, mention epg.
10838 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10840         * mml2015.el (mml2015-use): Default to epg, if available.
10842 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
10844         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
10845         message-sender.
10846         (mml1991-epg-encrypt): Ditto.
10847         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
10848         message-sender.
10849         (mml2015-epg-encrypt): Ditto.
10851 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
10853         * message.el (message-send-mail-with-sendmail): Look for sendmail in
10854         several common directories.
10856 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
10858         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
10859         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
10861 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10863         * gnus-art.el (article-decode-encoded-words): Make it fast.
10865 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10867         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
10869         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
10870         in quoted string into `\'.
10872 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10874         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10875         Use standard-syntax-table.
10877 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10879         * gnus-art.el (gnus-decode-address-function): New variable.
10880         (article-decode-encoded-words): Use it to decode headers which are
10881         assumed to contain addresses.
10882         (gnus-mime-delete-part): Remove useless `or'.
10884         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
10885         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
10886         (gnus-nov-parse-line): Use it to decode From header.
10887         (gnus-get-newsgroup-headers): Ditto.
10888         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
10890         * mail-parse.el (mail-decode-encoded-address-region): New alias.
10891         (mail-decode-encoded-address-string): New alias.
10893         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10894         New function.
10895         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
10896         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
10897         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
10898         (rfc2047-decode-string): Ditto.
10899         (rfc2047-decode-address-region): New function.
10900         (rfc2047-decode-address-string): New function.
10902 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
10904         * message.el (message-caesar-buffer-body): Allow rotating headers.
10906         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
10908         * message.el (message-insert-formated-citation-line): Fix %f.
10909         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
10911 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10913         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
10914         (gnus-bookmark-mouse-available-p): New macro.
10915         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
10916         (gnus-bookmark-bmenu-show-infos): Use it.
10917         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
10918         (gnus-bookmark-bmenu-hide-infos): Ditto.
10919         (gnus-bookmark-remove-properties): New function.
10920         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
10921         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
10922         (gnus-bookmark-write-file): Bind coding-system-for-write.
10923         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
10924         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
10925         group before selecting it.
10926         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
10927         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
10928         quit-window if it is not available; use gnus-mouse-2 and bind it to
10929         gnus-bookmark-bmenu-select-by-mouse.
10930         (gnus-bookmark-show-details): Remove unused variable `details-list'.
10931         (gnus-bookmark-bmenu-select-by-mouse): New function.
10933 2006-08-13  Romain Francoise  <romain@orebokech.com>
10935         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
10936         space.
10938 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10940         * compface.el (uncompface): Use binary rather than raw-text-unix.
10942 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10944         * compface.el (uncompface): Make sure the eol conversion doesn't take
10945         place when communicating with the external programs.
10946         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
10948 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
10950         * nnheader.el (nnheader-insert-head): Fix typo in comment.
10952 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10954         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
10955         Make it more robust by parsing author and date independently.
10957 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10959         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
10961 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
10963         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
10964         first matching secret key.
10965         (mml2015-epg-encrypt): Ditto.
10967         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
10968         first matching secret key.
10969         (mml1991-epg-encrypt): Ditto.
10971         * mml2015.el (mml2015-encrypt-to-self): New user option.
10972         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
10973         mml2015-epg-encrypt-to-self is set.
10975         * mml1991.el (mml1991-encrypt-to-self): New variable.
10976         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
10977         mml1991-epg-encrypt-to-self is set.
10979         * mml2015.el (mml2015-signers): New user option.
10980         (mml2015-epg-sign): Reflect the value of mml2015-signers.
10981         (mml2015-epg-encrypt): Allow to select signing keys.
10983         * mml1991.el (mml1991-signers): New variable.
10984         (mml1991-epg-sign): Reflect the value of mml1991-signers.
10985         (mml1991-epg-encrypt): Allow to select signing keys.
10987 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10989         * nnheader.el (nnheader-insert-head): Make it work even if the file
10990         uses CRLF for the line-break code.
10992 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
10994         * mml2015.el: Require mml-sec instead of password.
10995         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
10996         (mml2015-cache-passphrase): Inherit the default value from
10997         mml-secure-cache-passphrase.
10998         (mml2015-passphrase-cache-expiry): Inherit the default value from
10999         mml-secure-passphrase-cache-expiry.
11001         * mml1991.el: Require mml-sec instead of password.
11002         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11003         (mml1991-cache-passphrase): Inherit the default value from
11004         mml-secure-cache-passphrase.
11005         (mml1991-passphrase-cache-expiry): Inherit the default value from
11006         mml-secure-passphrase-cache-expiry.
11008         * mml-sec.el: Require password.
11009         (mml-secure-verbose): New user option.
11010         (mml-secure-cache-passphrase): New user option.
11011         (mml-secure-passphrase-cache-expiry): New user option.
11013 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11015         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11016         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11017         andreas@altroot.de (Andreas Vögele).
11019         FIXME: Use `tiny change'?
11021 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11023         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11024         workaround for the url package included with Emacs.
11026         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11028 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11030         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11031         correctly.  This fixes a bug caused by the 2006-05-12 change.
11033 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11035         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11036         some information about the error when saying that the `bogus' mail
11037         group will be used.
11039 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11041         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11042         string.
11044 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11046         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11048 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11050         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11052 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11054         * mml1991.el (mml1991-function-alist): Add epg.
11055         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11056         (mml1991-epg-encrypt): New functions.
11058 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11060         * mml2015.el (mml2015-verbose): New variable.
11061         (mml2015-cache-passphrase): Ditto.
11062         (mml2015-passphrase-cache-expiry): Ditto.
11063         (mml2015-function-alist): Add epg.
11064         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11065         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11066         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11067         New functions.
11069 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11071         * message.el (message-cite-original-1): Preserve region when removing
11072         quoted text due to X-No-Archive in order to avoid bogus attribution
11073         when citing multiple messages.
11075 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11077         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11078         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11080 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11082         * gnus-diary.el (gnus-user-format-function-d)
11083         (gnus-user-format-function-D): Autoload.
11085         * imap.el (Commentary): Fix typo.
11087         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11088         2006-04-22 contribution.
11090 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11092         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11093         It didn't really fix the bogosity I'm seeing with solid web groups.
11095 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11097         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11098         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11099         created using server names.  If we use the feature without declaring
11100         it, Gnus does not properly manage server and group state.
11102         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11103         bound.
11105 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11107         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11108         looking up the method using GROUP's prefix before inventing a new one.
11109         It is used on killed/unknown groups in various places where returning
11110         an all-new method isn't expected by the caller.
11112         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11113         and match semantics of gnus-group-real-prefix.
11115 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11117         * nnmail.el (nnmail-broken-references-mailers): New variable.
11118         (nnmail-ignore-broken-references): New function generalizing
11119         nnmail-fix-eudora-headers.
11120         (nnmail-fix-eudora-headers): Now obsolete.
11122         * gnus-art.el (gnus-button-handle-custom):
11123         Support `customize-apropos*'.
11125 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11127         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11129         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11130         articles.
11132 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11134         * message.el (message-cite-reply-above): New variable.
11135         (message-yank-original): Use it.
11137 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11139         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11141 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11143         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11144         as read.
11146         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11148 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11150         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11151         (gnus-bookmark-default-file): Use gnus-directory.
11152         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11153         Remove "*" in doc string.
11154         (gnus-bookmark-write-file): Simplify.
11155         (gnus-bookmark-maybe-sort-alist): Use `when'.
11156         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11157         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11158         Add FIXME about Emacs 21 and XEmacs compatibility.
11159         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11160         compatibility.
11161         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11162         compatibility.
11163         (gnus-bookmark-menu-heading): Fix version.
11165 2006-06-19  Bastien Guerry  <bzg@altern.org>
11167         * gnus-bookmark.el: New file.
11169 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11171         * message.el (message-syntax-checks): Doc fix.
11173 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11175         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11176         unsubscribed groups as if they were killed ones.  It causes duplicate
11177         entries in gnus-newsrc-alist.
11179 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11181         * message.el (message-syntax-checks): Doc fix.
11182         (message-send-mail): Add check for continuation headers.
11183         (message-check-news-header-syntax): Fix regexp used to check for
11184         continuation headers.
11186 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11188         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11190 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11192         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11194 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11196         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11197         default-truncate-lines.
11199 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11201         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11202         to fill the utf-8 entry.
11204 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11206         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11208 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11210         * gnus-agent.el (directory-files-and-attributes): Move all the way
11211         forward (the third and final move).
11212         (gnus-agent-read-agentview): Trap reconstruction errors due to
11213         nonexistent directory.  Handle by returning nil.
11215 2006-05-30  Didier Verna  <didier@xemacs.org>
11217         * message.el (message-dont-reply-to-names): Update the custom type.
11218         * message.el (message-dont-reply-to-names): New defsubst: potentially
11219         convert a list of regexps into a single one.
11220         * message.el (message-get-reply-headers): Use it.
11221         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11223 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11225         * gnus-agent.el (directory-files-and-attributes): Move forward.
11227 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11229         * gnus-ml.el (gnus-mailing-list-subscribe)
11230         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11231         (gnus-mailing-list-message): Fix doc strings.
11233 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11235         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11236         of doing it manually.
11238 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11240         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11241         comment.
11243 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11245         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11246         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11247         (gnus-agent-read-local): All symbols allocated in my-obarray.
11248         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11249         (gnus-agent-regenerate-group): Check numeric names to see if they are
11250         messages or groups.
11251         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11252         better way of do this...)
11254         * gnus-cache.el (gnus-agent-total-fetched-for):
11255         Ignore 'dummy.group' (there should be a better way of do this...)
11257 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11259         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11260         (gnus-saved-headers): Ditto.
11261         (gnus-default-article-saver): Mention functions may have properties.
11262         (gnus-article-save): Override gnus-save-all-headers and
11263         gnus-saved-headers by :headers property which saver function may have.
11264         (gnus-summary-save-in-file): Add :headers property.
11265         (gnus-summary-write-to-file): Ditto.
11267         * gnus-sum.el (gnus-summary-save-article): Bind
11268         gnus-prompt-before-saving to t when saving many articles in a file;
11269         always show all headers.
11271 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11273         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11274         marks.
11276         * message.el (message-indent-citation): Add optional arguments to allow
11277         using it outside of message buffers.
11279         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11280         (gnus-article-treat-unfold-headers): Use it.
11281         (gnus-article-truncate-lines): New variable.
11282         (gnus-article-mode): Use it.
11283         (gnus-article-toggle-truncate-lines): New function.
11285         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11286         Add gnus-article-toggle-truncate-lines.
11288         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11289         coding system in XEmacs, use binary.
11291 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11293         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11294         after-load-alist.
11296         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11297         this function should save decoded articles.
11298         (gnus-summary-write-to-file): Use property to specify this function
11299         should save decoded articles and specify gnus-summary-save-in-file
11300         should be used to save articles other than the first one when saving
11301         many articles.
11302         (gnus-summary-save-body-in-file): Use property to specify this
11303         function should save decoded articles.
11304         (gnus-summary-write-body-to-file): Use property to specify this
11305         function should save decoded articles and specify
11306         gnus-summary-save-body-in-file should be used to save articles other
11307         than the first one when saving many articles.
11309         * gnus-sum.el (gnus-summary-save-article): Simplify.
11311 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11313         * gnus-art.el (gnus-default-article-saver):
11314         Add gnus-summary-write-body-to-file.
11315         (gnus-article-save-coding-system): Don't use coding system object
11316         in XEmacs.
11317         (gnus-read-save-file-name): Add optional `dir-var' argument which
11318         specifies directory in which files are saved; work even if optional
11319         `variable' argument is not specified.
11320         (gnus-summary-write-to-file): Read file name.
11321         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11322         (gnus-summary-write-body-to-file): New function.
11324         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11325         (gnus-summary-local-variables): Add it.
11326         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11327         (gnus-summary-save-article): Remove optional `decode' argument;
11328         determine whether to decode articles by the value of
11329         gnus-default-article-saver; when saving many files using
11330         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11331         it first and use gnus-summary-save-in-file or
11332         gnus-summary-save-body-in-file thereafter unless
11333         gnus-prompt-before-saving is always; move point to article which
11334         will be saved.
11335         (gnus-summary-save-article-file): Revert.
11336         (gnus-summary-write-article-file): Revert.
11337         (gnus-summary-save-article-body-file): Revert.
11338         (gnus-summary-write-article-body-file): New function.
11340 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11342         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11344 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11346         * gnus-art.el (gnus-default-article-saver): Doc fix.
11347         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11348         from gnus-summary-save-article-coding-system, and default to a
11349         certain coding system.
11350         (gnus-output-to-file): Add coding cookie and encode text according
11351         to gnus-article-save-coding-system; don't use mm-append-to-file.
11353         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11354         gnus-art.el and rename to gnus-article-save-coding-system.
11355         (gnus-summary-save-article): Require gnus-art; don't show all
11356         headers if it decodes articles; don't add coding cookie here;
11357         don't bind mm-text-coding-system-for-write.
11358         (gnus-summary-save-article-file): Save decoded articles.
11359         (gnus-summary-write-article-file): When saving many files, use
11360         gnus-summary-write-to-file first and gnus-summary-save-in-file
11361         thereafter unless gnus-prompt-before-saving is always.
11362         (gnus-summary-save-article-body-file): Save decoded articles.
11364 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11366         * nnrss.el (nnrss-check-group): Bind hash-index.
11368 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11370         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11371         its hash index.  Store this hash in `nnrss-group-data'.
11372         (nnrss-read-group-data): Update accordingly.
11374 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11376         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11377         entry.
11379         * gnus-sum.el (gnus-summary-make-menu-bar):
11380         Add gnus-article-browse-html-article.
11382 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11384         * gnus-sum.el (gnus-summary-mime-map):
11385         Add gnus-article-browse-html-article.
11387 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11389         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11390         suitable coding systems in customize.
11392 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11394         * mail-source.el (mail-sources): Fix custom type.
11396 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11398         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11399         (gnus-summary-expire-articles-now): Shorten prompt.
11401         * gmm-utils.el (wid-edit): Require.
11402         (defun-gmm): Rename from `gmm-defun-compat'.
11403         (gmm-image-search-load-path): Use it.
11404         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11406 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11408         * gnus-sum.el (gnus-summary-save-article-coding-system):
11409         New variable.
11410         (gnus-summary-save-article): Add optional `decode' argument.
11411         If it is set and gnus-summary-save-article-coding-system is non-nil,
11412         save decoded article.
11413         (gnus-summary-write-article-file): Save decoded article if
11414         gnus-summary-save-article-coding-system is non-nil.
11416         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11417         type.
11419 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11421         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11423 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11425         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11426         first to test gnus-single-article-buffer which may be buffer-local.
11428         * gnus-sum.el (gnus-summary-setup-buffer):
11429         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11430         group; make gnus-article-buffer, gnus-article-current, and
11431         gnus-original-article-buffer always buffer-local.
11432         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11433         group.
11434         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11436 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11438         * nnml.el (nnml-request-compact-group): Compressed files might not
11439         have .gz extension.
11441 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11443         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11444         (mm-copy-to-buffer): Use with-current-buffer.
11445         (mm-display-part): Simplify.
11446         (mm-inlinable-p): Add optional arg `type'.
11448 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11450         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11451         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11452         Try harder to show the attachment internally or externally using
11453         gnus-mime-view-part-as-type.
11455 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11457         * message.el (message-from-style, message-signature-separator)
11458         (message-user-organization-file, message-send-mail-function)
11459         (message-citation-line-function, message-yank-prefix)
11460         (message-indent-citation-function, message-signature)
11461         (message-signature-file, message-signature-insert-empty-line):
11462         Remove autoloads.
11464         * gnus-art.el (gnus-buttonized-mime-types):
11465         Remove "multipart/signed".  Revert 2006-04-26 change.
11467 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11469         * gnus.el (gnus-version-number): Bump version.
11471 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11473         * gnus.el: No Gnus v0.5 is released.
11475 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11477         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11478         fetching articles by message-id.
11480 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11482         * message.el (hashcash): Require hashcash as normal.
11484         * ecomplete.el (ecomplete-highlight-match-line):
11485         Use point-at-eol.
11486         (ecomplete-highlight-match-line): Use `highlight', because that
11487         face exists in both Emacs and XEmacs.
11489         * message.el (message-display-abbrev): Use point-at-bol.
11491         * mail-source.el: Don't require timer/timer-funcs.
11493         * gnus-async.el: Ditto.
11495         * password.el: Ditto.
11497         * mm-url.el: Ditto.
11499         * mm-util.el: Require timer/timer-funcs.
11501 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11503         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11504         Close.
11506 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11508         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11509         unibyte after clear-decrypt function runs.
11511         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11512         returns as a unibyte string.
11514 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11516         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11517         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11518         (mml1991-pgg-encrypt): Ditto.
11520 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11522         * message.el (message-user-organization-file): Check several
11523         locations of the organization file.
11525         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11526         Add gnus-article-view-part-as-type.
11528         * gnus-art.el (gnus-article-view-part-as-type): New function.
11530         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11531         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11533         * mml.el: Simplify autoload.
11534         (mml-mode): defvar dnd-protocol-alist instead of using
11535         symbol-value.
11536         (mml-default-directory): New variable.
11537         (mml-minibuffer-read-file): Use it.
11538         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11540         * message.el (message-citation-line-format): New variable.
11541         (message-insert-formated-citation-line): New function.
11542         (message-citation-line-function):
11543         Add `message-insert-formated-citation-line' to custom type.
11545         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11546         to doc string.
11548         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
11549         depending on mm-verify-option.
11551 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11553         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
11554         binding pgg-* variables; reimplement the section which prevents
11555         MIME header from being signed.
11556         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
11557         pgg-text-mode; remove a blank line at the top of body.
11559         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
11560         lines at the top of body; use gnus-newsgroup-charset if there's no
11561         Charset header.
11563 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11565         * message.el (message-self-insert-commands): Doc fix.
11567         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
11568         (mm-uu-pgp-encrypted-test): Ditto.
11569         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
11570         between header and body; return application/pgp-encrypted handle
11571         if decryption failed; decode decrypted body by charset.
11573         * mm-decode.el (mm-automatic-display): Don't make application/pgp
11574         element match to application/pgp-*.
11576 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11578         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
11579         HTML.
11581 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11583         * mail-source.el (mail-source-call-script): Message the error
11584         string.
11586 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11588         * gnus-util.el (gnus-byte-compile): Use it.
11590 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
11592         * gnus-util.el (kill-empty-logs): New function.
11594 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11596         * message.el (message-mail-alias-type): Doc fix.
11597         (message-mail-alias-type-p): New function.
11598         (message-send): Use it.
11599         (message-mode): Ditto.
11600         (message-strip-forbidden-properties): Ditto.
11602         * ecomplete.el (ecomplete-database-file-coding-system):
11603         New variable.
11604         (ecomplete-save): Use it.
11605         (ecomplete-setup): Use it.
11607 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11609         * message.el (message-self-insert-commands): New variable.
11610         (message-strip-forbidden-properties): Use it.
11612 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11614         * message.el (message-put-addresses-in-ecomplete): Use a regexp
11615         that doesn't make XEmacs choke.
11617 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
11619         * gnus-util.el (gnus-replace-in-string):
11620         Prefer replace-regexp-in-string over of replace-in-string.
11622 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11624         * gnus-util.el (gnus-select-frame-set-input-focus):
11625         Use select-frame-set-input-focus if it is available in XEmacs; use
11626         definition defined in Emacs 22 for old Emacsen.
11628 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11630         * mm-view.el (mm-inline-text): Use equal instead of equalp.
11632 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
11634         * gnus-registry.el (gnus-registry-cache-save): Remove text
11635         properties when saving via the temp buffer.
11637 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11639         * message.el (message-generate-hashcash): Honor custom type.
11641 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11643         * message.el (message-generate-hashcash): Default to non-nil when
11644         hashcash is found.
11646         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
11647         (gnus-refer-thread-limit): Increase default to 500.
11649         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
11651         * flow-fill.el (fill-flowed): Allow delete-space.
11653 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
11655         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
11656         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
11657         Remove autoloads.
11659 2006-04-18  Simon Josefsson  <jas@extundo.com>
11661         * message.el (message-generate-hashcash): Default to.
11663 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11665         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
11666         concatenating segments rather than before concatenating them.
11668 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11670         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
11672         * imap.el (imap-quote-specials): New function.
11673         (imap-login-auth): Quote specials.
11675 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11677         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
11679         * message.el (message-forward-make-body-plain):
11680         Allow message-forward-ignored-headers to be a list.
11681         (message-remove-ignored-headers): Factor out into function.
11682         (message-forward-make-body-mml): Use it.
11683         * rfc2231.el (rfc2231-parse-string): Remove dead code.
11684         (rfc2231-parse-string): Allow concatanation of parameters that
11685         aren't contiguous.  The test case is
11686           (mail-header-parse-content-type "message/external-body;
11687             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
11688             access-type=LOCAL-FILE;
11689             name*1*=plugh%2fhello-sailor%2fbing.pdf")
11691 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
11693         * nntp.el (nntp-accept-process-output): Return the value of
11694         `nnheader-accept-process-output'.
11696 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11698         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
11699         (gnus-button-alist): Recognize more diff formats.
11700         (gnus-button-patch): Strip directory.
11702 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
11704         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
11705         Emacs 22 when setting focus.
11707 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11709         * gnus-art.el (gnus-article-treat-types): Do treatment of
11710         text/x-verbatim parts.
11711         (gnus-button-patch): New command.
11713         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
11714         addresses that contain invalid characters.
11716 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11718         * message.el (message-put-addresses-in-ecomplete):
11719         Use gnus-replace-in-string.
11720         (message-is-yours-p): Use the more correct
11721         mail-header-parse-address instead of
11722         mail-extract-address-components.
11723         (message-put-addresses-in-ecomplete): Fix typo.
11725         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
11726         keystroke.
11728         * gnus-art.el (gnus-treatment-function-alist): Change order of
11729         newsgroups/generic header folding to avoid double-folding.
11731         * message.el (message-hidden-headers): Add X-Draft-From.
11733         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
11734         New command.
11735         (gnus-summary-repeat-search-article-backward): New command.
11737         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
11738         groups in the parent topic.
11740 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
11742         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
11743         (spam-extra-header-to-number): Return the CRM114 number as a
11744         number instead of a string.
11746 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11748         * gnus-art.el (gnus-face-properties-alist): Move here from
11749         gnus-fun.
11751         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
11753 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11755         * message.el (message-strip-forbidden-properties): Only display on
11756         self-insert-command.
11758         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
11759         reindent.
11760         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
11762 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
11764         * smiley.el (smiley-style): Fix typo.
11766 2006-03-23  Kenichi Handa  <handa@m17n.org>
11768         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
11769         instead of set-buffer-multibyte.
11771 2006-03-23  Kenichi Handa  <handa@m17n.org>
11773         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11774         buffer and then decode the buffer text if necessary.
11775         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11776         first, and after mm-encode-body, change the buffer to unibyte.
11778 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11780         * hashcash.el (hashcash-insert-payment-async-2):
11781         Use message-goto-eoh instead of doing it manually.
11782         (mail-add-payment): Use message-narrow-to-header instead of trying
11783         to do the same itself.
11785         * message.el (message-hidden-headers): Add Face.
11787         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
11788         reparenting code.
11789         (gnus-summary-reparent-children): Refactored out code.
11790         (gnus-summary-thread-map): New keystroke.
11791         (gnus-summary-reparent-children): Make into command.
11793         * smiley.el (smiley-style): Default to `medium' if using a large
11794         font.
11796         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
11797         does it itself.
11799         * message.el (message-point-in-header-p): Simplify definition.
11801 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11803         * nnagent.el (nnagent-request-set-mark): Silence log file
11804         writing.
11805         (nnagent-request-set-mark): Use write-region instead of
11806         append-to-file.
11808         * gnus-sum.el (gnus-read-header): Fudge article number if using a
11809         strange select method.
11811         * ecomplete.el (ecomplete-display-matches): Get highlightling
11812         right.
11813         (ecomplete-display-matches): Use literals.
11814         (ecomplete-display-matches): Disable message logging.
11816         * message.el (message-display-abbrev): Small optimization.
11818         * ecomplete.el (ecomplete-display-matches): Allow automatic
11819         display.
11821         * message.el (message-strip-forbidden-properties):
11822         Display abbrevs.
11823         (message-display-abbrev): Get automatic display right.
11825         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
11826         keystrokes.
11828 2006-04-13  Romain Francoise  <romain@orebokech.com>
11830         TODO: Backport to v5-10!
11832         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
11833         Move here (and rename) from gnus-registry.el.
11835         * gnus-registry.el: Require gnus-util.
11836         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
11838 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11840         * gnus-group.el (gnus-group-catchup-current):
11841         Change if-then-else-if-then-else into cond.
11842         (gnus-group-catchup): Indent.
11843         (group-name-at-point): New function.
11844         (gnus-fetch-group): Provide default from thing at point.
11846 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11848         * message.el (message-display-abbrev): Fix regexp.
11850         * ecomplete.el (ecomplete-highlight-match-line):
11851         Reimplement choosing.
11852         (ecomplete-highlight-match-line): Fix up code rewrite, remove
11853         dead variables.
11855         * message.el (message-newline-and-indent): Remove debugging.
11856         (message-display-abbrev): Use new implementation.
11858 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
11860         * gnus-art.el (gnus-article-mode):
11861         Set cursor-in-non-selected-windows to nil.
11863         * smiley.el: Revert previous change.
11864         (smiley-data-directory): defvar it before using it in the
11865         defcustom of `smiley-style'.
11867 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11869         * message.el (message-newline-and-indent): New function.
11871         * ecomplete.el: Implement more bits.
11873         * message.el (message-put-addresses-in-ecomplete): Clean up the
11874         string.
11876         * ecomplete.el (ecomplete-add-item): Chop off decimals.
11878         * gnus-sum.el (gnus-summary-save-parts):
11879         Bind gnus-summary-save-parts-counter and use it to make unique file
11880         names.
11882         * gnus-art.el (gnus-ignored-headers): Add some more headers.
11884         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
11885         parameter to say whether to actually parse the individual
11886         addresses.
11888         * message.el (message-put-addresses-in-ecomplete): New function.
11889         (ecomplete): Require.
11890         (message-mail-alias-type): Add ecomplete as an option.
11892 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
11894         * flow-fill.el (fill-flowed): Remove trailing space from blank
11895         quoted lines.
11897 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11899         * smiley.el (smiley-style): Move definition later to avoid a
11900         compilation warning.
11902 2006-04-12  Kenichi Handa  <handa@m17n.org>
11904         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
11905         buffer and then decode the buffer text if necessary.
11906         (rfc2231-encode-string): Be sure to work on multibyte buffer at
11907         first, and after mm-encode-body, change the buffer to unibyte.
11908         Use mm-disable-multibyte instead of set-buffer-multibyte.
11910 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11912         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
11913         Content-Type header instead of Content-Disposition header.
11914         (gnus-mime-inline-part): Ditto.
11915         (gnus-mime-view-part-as-charset): Ignore charset that the part
11916         specifies.
11918         * mm-decode.el (mm-display-part): Work with external parts and
11919         usual parts similarly.
11921         * mm-extern.el (mm-inline-external-body): Use mm-display-part
11922         instead of gnus-display-mime.
11924         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
11925         instead of with-temp-buffer.
11927         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
11928         tag to summarized topics part in order to encode non-ASCII text.
11930 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11932         * smiley.el (smiley-style): New variable.
11933         (smiley-directory): New function.
11934         (smiley-data-directory): Derive from `smiley-style' using
11935         `smiley-directory'.
11936         (smiley-regexp-alist): Add new entries.
11938         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
11939         (gnus-article-browse-delete-temp): Add :version.
11941 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
11943         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
11944         the sieve region.
11946 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11948         * gnus.el (gnus-version-number): Bump version.
11950 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
11952         * gnus.el: No Gnus v0.4 is released.
11954 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11956         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
11957         layout.
11959         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
11960         unknown charset.
11962         * message.el (message-header-synonyms): Add Original-To to the
11963         default.
11965         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
11966         optional parameter.
11968 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
11970         * gnus-fun.el (gnus): Require it for gnus-directory.
11972 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11974         * gnus-fun.el (gnus-face-properties-alist): Add :version.
11976 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11978         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
11980 2006-04-05  Simon Josefsson  <jas@extundo.com>
11982         * password.el (password-reset): New function.
11984 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
11986         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
11987         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
11989 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11991         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11992         Some whitespace was matched into the url, which broke browsing hits
11993         > 100 when mm-url-use-external was nil.
11995 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
11997         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
11998         Check gnus-extra-headers for 'Newsgroups.
12000         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12001         bound.
12003 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12005         * pgg-gpg.el: Clean up process buffers every time gpg processes
12006         complete.
12008 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12010         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12011         doc string.
12013 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12015         * pgg-gpg.el (pgg-gpg-process-filter)
12016         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12018         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12019         lines, temporary fix.
12021 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12023         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12025 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12027         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12028         default-enable-multibyte-characters.  This reverts the change from
12029         revision 6.17 which is no longer necessary because the passphrase
12030         is sent separately now.  GnuPG messages are unreadable under
12031         multibyte locales with default-enable-multibyte-characters set to
12032         nil.
12034 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12036         * message.el (message-tool-bar-gnome): Move "spell".
12038 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12040         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12041         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12042         instead.
12044 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12046         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12047         Improve newsgroups handling for NNTP overviews which don't include
12048         Newsgroups.
12050 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12052         * message.el (message-resend): Bind message-generate-hashcash to nil.
12054 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12056         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12057         when searching for already-paid recipients.
12059 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12061         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12062         passphrases when it is not needed.
12063         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12064         passphrase stuff from gpg, should only be necessary when you use
12065         gpg with a smartcard.
12067 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12069         * mml.el (mml-insert-mime): Ignore cached contents of
12070         message/external-body part.
12072         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12073         (mm-insert-part): Ditto.
12075 2006-03-23  Simon Josefsson  <jas@extundo.com>
12077         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12078         Reiner.
12079         (pgg-gpg-use-agent-p): Use it again.
12081 2006-03-23  Simon Josefsson  <jas@extundo.com>
12083         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12084         older emacsen.
12085         (pgg-gpg-use-agent-p): Don't use it.
12087 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12089         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12090         if we can.
12092 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12094         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12095         (pgg-gpg-update-agent): New function.
12096         (pgg-gpg-use-agent-p): New function.
12097         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12098         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12099         (pgg-gpg-sign-region): Use it.
12101 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12103         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12104         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12106 2006-03-21  Simon Josefsson  <jas@extundo.com>
12108         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12109         <wilde@sha-bang.de>.
12110         (pgg-gpg-use-agent): New variable.
12111         (pgg-gpg-process-region): Use it.
12112         (pgg-gpg-encrypt-region): Likewise.
12113         (pgg-gpg-encrypt-symmetric-region): Likewise.
12114         (pgg-gpg-decrypt-region): Likewise.
12115         (pgg-gpg-sign-region): Likewise.
12116         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12118 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12120         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12122         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12123         Add comment on version.
12125 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12127         * smiley.el: Add missing test smiley.
12129 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12131         * mm-decode.el (mm-with-part): New macro.
12132         (mm-get-part): Use it; work with message/external-body as well.
12133         (mm-save-part): Treat name and filename equally.
12135         * mm-extern.el (mm-extern-cache-contents): New function.
12136         (mm-inline-external-body): Use it; force the part to be displayed;
12137         move undisplayer added to the cached handle to the parent.
12139         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12140         (gnus-mime-view-part-as-type): Work with message/external-body.
12142         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12144 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12146         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12147         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
12148         Emacs.]
12150 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12152         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12153         path rather than symbol.  Always return list of directories.
12154         Guarantee that image directory comes first.  [Sync with image.el,
12155         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
12157         * message.el (message-make-tool-bar): Adjust to new API of
12158         `gmm-image-load-path-for-library'.
12160         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12162         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12164 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12166         * gnus-art.el (gnus-article-only-boring-p):
12167         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12168         intangible text.
12169         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12171 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12173         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12174         Use `defun' instead of `gmm-defun-compat'.
12176 2006-03-14  Simon Josefsson  <jas@extundo.com>
12178         * message.el (message-unique-id): Don't use message-number-base36
12179         if (user-uid) is a float.
12180         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12182 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12184         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12186         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12187         empty line between a part and a message part.
12189 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12191         * smiley.el: Add more test smileys.
12192         (smiley-data-directory, smiley-regexp-alist)
12193         (gnus-smiley-file-types): Fix doc strings.
12194         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12195         adding new elements.
12196         (smiley-mouse-map): Unused code.  Make it a comment.
12198 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12200         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12201         scan latest NoCeM messages instead of old ones.
12202         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12203         delimiters that are recently used.
12204         (gnus-nocem-load-cache): Add autoload cookie.
12206         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12208         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12209         level which is larger than gnus-use-nocem is specified.
12211         * gnus-group.el (gnus-group-get-new-news): Ditto.
12213 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12215         * gnus-util.el (gnus-tool-bar-update): New function.
12217         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12218         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12220         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12222         * gnus-group.el (gnus-group-redraw-when-idle)
12223         (gnus-group-redraw-check): Remove.
12224         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12226 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12228         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12229         if optional last element is specified in splits (FIELD VALUE...).
12231 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12233         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12234         to gmm-image-load-path-for-library.  Call with no-error argument.
12235         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12237         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12239         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12241         * gmm-utils.el (gmm-image-load-path): Remove alias.
12243 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12245         * gmm-utils.el (gmm-image-load-path): Add alias.
12247         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12248         nnml-generate-nov-databases-1.
12249         (nnml-generate-nov-databases): Use it.
12250         (nnml-generate-nov-databases-directory): Document no-active
12251         argument.
12253         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12254         directory if path is t.  Add no-error.
12256         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12257         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12259         * gnus-art.el (gnus-article-browse-delete-temp-files):
12260         Simplify resetting gnus-article-browse-html-temp-list.
12262         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12263         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
12264         Add example to docstring.  Rename local variables.  Move error
12265         checks to default case in cond and simplify.
12267 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12269         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12270         handle is multipart when calling it recursively.
12271         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12273 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12275         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12276         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12278 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12280         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12281         is loaded.
12283         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12284         loaded.
12286 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12288         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12289         to "Emacs 23 (unicode)" in doc string.
12291         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12292         "Emacs 23 (unicode)" in comment.
12294 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12296         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12298         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12299         characters 160 through 255 in Emacs 23.
12301 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12303         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12304         gnus-article-browse-html-temp.
12305         (gnus-article-browse-delete-temp): Make it customizable.
12306         Add `file'.  Adjust doc string.
12307         (gnus-article-browse-delete-temp-files): Add argument.
12308         Allow query for each file.  Adjust doc string.
12309         (gnus-article-browse-html-parts):
12310         Add `gnus-article-browse-delete-temp-files' to
12311         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12313 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12315         * gnus-art.el (gnus-article-browse-html-temp)
12316         (gnus-article-browse-delete-temp): New variables.
12317         (gnus-article-browse-delete-temp-files): New function.
12318         (gnus-article-browse-html-parts): Use it.
12320 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12322         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12324         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12325         string.
12327         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12328         gnus-summary-insert-new-articles when unplugged.
12329         Remove gnus-summary-search-article-forward.
12331         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12332         display-visual-class instead of display-color-cells.
12334 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12336         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12337         message/* containing non-ASCII text properly.
12339 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12341         * message.el: Require gmm-utils, remove autoloads.
12342         (message-tool-bar): Set default based on
12343         gmm-tool-bar-style.
12344         (message-tool-bar-gnome): Add gmm-customize-mode.
12346         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12347         gmm-tool-bar-style.
12348         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12350         * gnus-group.el (gnus-group-tool-bar): Set default based on
12351         gmm-tool-bar-style.
12352         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12354         * gmm-utils.el (gmm-image-directory): Rename variable from
12355         gmm-image-load-path.
12356         (gmm-image-load-path): Use gmm-image-directory.
12357         (gmm-customize-mode): New function.
12358         (gmm-tool-bar-style): New variable.
12360         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12361         gnus-group-redraw-line-number.
12362         (gnus-group-redraw-check): Simplify.
12363         (gnus-group-tool-bar-update): Remove redraw check.
12364         (gnus-group-make-tool-bar): Add redraw check.
12366 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12368         * gnus-art.el (gnus-button): Add missing parentheses.
12370 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12372         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12374 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12376         * gnus-art.el (gnus-button): New face.
12377         (gnus-article-button-face): Use it.
12379         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12380         Add gnus-summary-next-page.  Re-order.
12382         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12383         next-node are now included.
12384         (gnus-group-redraw-line-number): New internal variable.
12385         (gnus-group-redraw-check): Helper function for updating the tool
12386         bar.
12387         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12389         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12391         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12392         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12393         Use it to match format of Spamassassin 3.0 and later.
12394         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12395         (spam-check-bogofilter)
12396         (spam-bogofilter-register-with-bogofilter): Fix args of
12397         `gnus-error' calls.
12399 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12401         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12402         unnecessary interaction when sending queued mails.
12403         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12405 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12407         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12408         first or last are nil.
12410 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12412         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12414 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12416         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12418 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12420         * dns.el (query-dns): Protect more against buggy tcp output.
12422 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12424         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12425         nov.php.
12427 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12429         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12430         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12431         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12432         output on the server side.
12433         (nnweb-google-create-mapping): Update regexps and add some
12434         progress indication.
12436 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12438         * gnus-group.el (gnus-group-tool-bar-gnome):
12439         Fix gnus-agent-toggle-plugged.  Re-order icons.
12440         (gnus-group-tool-bar-gnome):
12441         Add gnus-group-{prev,next}-unread-group.
12442         (gnus-group-tool-bar-gnome): Re-order icons.
12444         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12445         Move gnus-summary-insert-new-articles.
12447         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12448         Fix comments.
12450         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12451         also available in Emacs 21.3.
12453         * message.el (message-fix-before-sending): Change "Emacs 22" to
12454         "Emacs 23 (unicode)" in comment.
12456         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12457         "Emacs 23 (unicode)" in comment.
12459         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12460         comment.
12461         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12463         * mm-view.el (mm-fill-flowed): Add :version.
12465 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12467         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12468         and load-path.
12470 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12472         * message.el: Autoload gmm-image-load-path.
12473         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12474         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12475         consitency.
12477         * gmm-utils.el (gmm-image-load-path): Also search in
12478         "../etc/images".  Don't set gmm-image-load-path if we don't find
12479         the image.
12481 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12483         * gmm-utils.el (gmm-image-load-path): Don't make
12484         `gmm-image-load-path' include subdirectories which the second arg
12485         `image' might specify.
12487         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12488         subdirectory to icon file names.
12490         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12492 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12494         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12495         gmm-image-load-path calls.
12497         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12499         * message.el (message-make-tool-bar): Ditto.
12501         * mml.el (mml-preview): Add comment concerning tool bar icons.
12503         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12504         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12506         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12507         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12509         * message.el (message-tool-bar-gnome): Use new icon names.
12510         (message-make-tool-bar): Use `gmm-image-load-path'.
12512         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12513         New functions from MH-E.
12514         (gmm-image-load-path): New variable from MH-E.
12515         (gmm-image-load-path): New function from MH-E.  Add arguments
12516         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12517         *-image-load-path-called-flag.
12519 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12521         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12523 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12525         * nnimap.el (nnimap-request-move-article): Change folder back to
12526         source group before deleting.
12528 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12530         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12532         * gnus-art.el (mm-url-insert-file-contents-external):
12533         Autoload mm-url.
12535         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12537 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12539         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12540         coding system which mm-charset-to-coding-system returns for a
12541         given charset is valid.
12543 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12545         * html2text.el (html2text-remove-tag-list):
12546         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12548 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
12550         * gnus-cus.el: Revert 2005-10-17 change.
12552 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12554         * gnus-art.el (article-strip-banner):
12555         Call article-really-strip-banner only when the regexp match is made.
12557 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12559         * gnus-art.el (article-strip-banner):
12560         Use gnus-extract-address-components instead of
12561         mail-header-parse-addresses to make it work with non-ASCII text;
12562         remove mail-encode-encoded-word-string.
12564         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
12565         values which are surrounded with \"...\"; make it never cause a
12566         Lisp error; give up parsing of parameters if it failed in
12567         extracting type.
12569 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
12571         * smime.el (smime-cert-by-ldap-1): Fix bug where
12572         `smime-ldap-search' returns results without userCertificates.
12574 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
12576         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
12578 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
12580         * spam.el (spam-check-spamassassin-headers): Adapt format for
12581         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
12582         <ari@mbf.ocn.ne.jp>.
12583         (spam-list-of-processors): Add spam-use-gmane.
12585 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12587         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
12588         make-temp-file; make it work with XEmacs as well.
12590         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
12591         mm-make-temp-file.
12593         * mm-decode.el (mm-display-external): Use the 3rd arg of
12594         mm-make-temp-file.
12595         (mm-create-image-xemacs): Ditto.
12597 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12599         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
12600         with message-narrow-to-headers.
12601         (gnus-draft-setup): Narrow to header to run message-fetch-field.
12602         (gnus-draft-check-draft-articles): New function.
12603         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
12605 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
12607         * gnus-art.el (gnus-article-browse-html-parts):
12608         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
12609         Don't use suffix argument for mm-make-temp-file for Emacs 21
12610         compatibility.  Remove useless `format'.
12612 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12614         * nnweb.el (nnweb-google-wash-article): Update regexps.
12615         (nnweb-group-alist): Use defvoo instead of defvar.
12617 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12619         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
12620         re-loading nn* modules.
12622 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
12624         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
12625         for `tool-bar-mode' and don't check it's default-value.
12627         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12629         * message.el (message-make-tool-bar): Ditto.
12631         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
12632         `substring'.  Shorten tmp-file name.
12634         * gnus.el: Remove bogus comment.
12636 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
12638         * gnus-art.el (gnus-article-browse-html-parts): New function.
12639         (gnus-article-browse-html-article): New function for viewing html
12640         articles with a browser.
12642 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
12644         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
12645         (mml2015-pgg-encrypt): Ditto.
12647         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
12648         (mml1991-pgg-encrypt): Ditto.
12650 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12652         * nnfolder.el (nnfolder-insert-newsgroup-line):
12653         Use message-make-date instead of current-time-string.
12655         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
12656         to gnus-decoded which mm-uu might set.
12658 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12660         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
12661         don't decode quoted parameters; remove misimported Emacs code.
12662         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12663         (rfc2231-decode-encoded-string): Don't use split-string which
12664         behaves differently according to Emacs version; use
12665         mm-decode-coding-region to convert charset to coding-system.
12666         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12667         (rfc2231-encode-string): Remove misimported Emacs code.
12669 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
12671         * gnus-art.el (article-decode-charset): Don't use ignore-errors
12672         when calling mail-header-parse-content-type.
12673         (article-de-quoted-unreadable): Ditto.
12674         (article-de-base64-unreadable): Ditto.
12675         (article-wash-html): Ditto.
12677         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
12678         calling mail-header-parse-content-type and
12679         mail-header-parse-content-disposition.
12680         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
12681         mail-header-parse-content-type.
12683         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
12684         insert charset and format parameters; encode description after
12685         inserting it to buffer.
12686         (mml-insert-parameter): Fold lines properly even if a parameter is
12687         segmented into two or more lines; change the max column to 76.
12689         * rfc1843.el (rfc1843-decode-article-body): Don't use
12690         ignore-errors when calling mail-header-parse-content-type.
12692         * rfc2231.el (rfc2231-parse-string): Return at least type if
12693         possible; don't cause an error even if it fails in parsing of
12694         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12695         (rfc2231-encode-string): Don't break lines at the beginning, leave
12696         it to mml-insert-parameter.
12698         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
12699         calling mail-header-parse-content-type.
12701 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
12703         * spam-report.el (spam-report-gmane-use-article-number):
12704         Improve doc string.
12705         (spam-report-gmane-internal): Check if a suitable header was found
12706         in the article.
12708 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12710         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
12711         (rfc2231-encode-string): Make param*=value always begin with LWSP.
12713 2006-02-05  Romain Francoise  <romain@orebokech.com>
12715         Update copyright notices of all files in the gnus directory.
12717 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12719         * nnweb.el (nnweb-request-group): Avoid growing overview files.
12721 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12723         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
12724         segmented lines of parameter value to cope with Thunderbird 1.5
12725         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
12726         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12727         (rfc2231-encode-string): Don't make lines exceeding 76 column.
12729 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
12731         * mml.el (mml-generate-mime-1): Correct the order of inline signed
12732         parts.
12734 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12736         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
12737         there's only one active file for all servers.
12738         (nnweb-request-scan): Make sure nnweb-articles is initialized on
12739         solid groups.  Gnus might have used a FAST request to select the group.
12740         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
12741         and nnweb-search redundantly in the active file.
12742         (nnweb-request-list): Don't list bogus groups.  There can only be one.
12743         (nnweb-request-create-group): Don't use ARGS.
12744         (nnweb-possibly-change-server, nnweb-request-group): Remove some
12745         initialisations.  Let nnoo do the work.
12747 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12749         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
12750         Say the part has been decoded.
12752         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
12754 2006-01-31  Kevin Ryde  <user42@zip.com.au>
12756         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
12757         mailcap-viewer-test-cache when there's no 'test clause, since that
12758         will invert the meaning of a "nil" test previously determined by
12759         mailcap-mailcap-entry-passes-test.
12761 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12763         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
12764         compiling.
12766         * gnus-sum.el: Ditto.
12768         * message.el: Don't bind tool-bar-map when compiling.
12770 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
12772         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
12774 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12776         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
12777         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
12778         current Google Groups.
12780 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
12782         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
12783         and tool-bar-mode.
12785         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
12786         and tool-bar-mode.
12788         * message.el (message-tool-bar-update): Simplify.
12789         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
12791         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
12792         gnus-summary-buffer.
12793         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
12794         gnus-summary-reply.
12796         * gmm-utils.el (gmm): Add :version.
12798 2006-01-26  Steve Youngs  <steve@sxemacs.org>
12800         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
12801         Don't autoload.
12803 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12805         * gmm-utils.el (gmm-verbose): Add :group.
12807 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
12809         * message.el: Change some comments WRT tool-bars.
12811         * gnus-sum.el (gnus-summary-tool-bar)
12812         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
12813         (gnus-summary-tool-bar-zap-list): New variables.
12814         (gnus-summary-make-tool-bar): Complete rewrite using
12815         `gmm-tool-bar-from-list'.
12817         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
12818         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
12819         New variables.
12820         (gnus-group-make-tool-bar): Complete rewrite using
12821         `gmm-tool-bar-from-list'.
12822         (gnus-group-tool-bar-update): New function.
12824         * message.el (message-mode-field-menu): Add "Show hidden Headers".
12826 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12828         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
12829         is dissected into a single part of which the type is the same as
12830         the given one; decode charset.
12832 2006-01-21  Kevin Ryde  <user42@zip.com.au>
12834         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
12835         into alists as symbol not string, since that's what
12836         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
12837         look for.
12839 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
12841         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
12842         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
12844         * message.el (message-tool-bar-gnome): Use gmm-ignore.
12846 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12848         * gnus-art.el (gnus-mime-security-button-commands): New variable.
12849         (gnus-mime-security-button-menu): New definition.
12850         (gnus-mime-security-button-map): Use them.
12851         (gnus-mime-security-button-menu): New function.
12852         (gnus-insert-mime-security-button): Addition to help echo.
12853         (gnus-mime-security-run-function, gnus-mime-security-save-part)
12854         (gnus-mime-security-pipe-part): New functions.
12856         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
12857         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
12859         * mm-decode.el (mm-handle-set-disposition): Remove.
12860         (mm-handle-set-description): Remove.
12862 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12864         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
12865         (mm-w3m-standalone-supports-m17n-p): New function.
12866         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
12867         w3m usage.
12869         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
12870         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
12872 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
12874         * message.el (message-tool-bar-zap-list):
12875         Use gmm-tool-bar-zap-list as custom type.
12876         (message-tool-bar-update): New function.
12877         (message-tool-bar, message-tool-bar-gnome)
12878         (message-tool-bar-retro): Add message-tool-bar-update.
12879         (message-tool-bar-gnome): Add flyspell-buffer.
12881         * gnus-util.el (gnus-error): Describe `args'.
12883         * gmm-utils.el (gmm-error): Describe `args'.
12884         (gmm-tool-bar-zap-list): New widget.
12885         (gmm-tool-bar-from-list): Improve description of `zap-list'.
12887 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12889         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
12890         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
12891         the number of recursive calls.
12893         * mm-decode.el (mm-handle-set-disposition): New macro.
12894         (mm-handle-set-description): New macro.
12896 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12898         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
12899         encoding.
12901 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12903         * message.el (message-tool-bar-zap-list, message-tool-bar)
12904         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
12905         (message-tool-bar-local-item-from-menu): Remove.
12906         (message-tool-bar-map): Replace by `message-make-tool-bar'.
12907         (message-make-tool-bar): New function.
12908         (message-mode): Use `message-make-tool-bar'.
12910         * gmm-utils.el: New file.
12911         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
12912         (gmm-lazy): New widget copied from `nnmail.el'.
12913         (gmm-tool-bar-from-list): New function for creating customizable
12914         tool bars.
12915         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
12916         output.
12917         (gmm): Add :prefix to defgroup.
12919 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
12921         * gmm-utils.el (gmm-widget-p): New function.
12923 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
12925         * mml.el (mml-attach-file): Describe `description' in doc string.
12926         (mml-menu): Add Emacs MIME manual and PGG manual.
12928 2006-01-20  Richard M. Stallman  <rms@gnu.org>
12930         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
12932 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
12934         * nntp.el (nntp-end-of-line): Doc fix.
12936 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
12938         * imap.el (imap-open): Handle case where buffer is a buffer
12939         object.
12941 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
12943         * gnus-delay.el (gnus-delay): Don't autoload.
12944         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
12945         to be re-loaded when customizing the `gnus-delay' group.
12947 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
12949         * message.el (message-insert-citation-line): Use newlines.
12951 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12953         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
12955         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
12957 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
12959         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
12961 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12963         * mm-decode.el (mm-inlined-types): Add application/pgp.
12964         (mm-automatic-display): Ditto.
12966         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
12967         part as text.
12969 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12971         * nnrss.el: Update copyright.
12972         (nnrss-opml-import): Query whether to subscribe to each entry.
12974         * gnus-art.el:
12975         * gnus-sum.el:
12976         * mm-uu.el:
12977         * mm-view.el: Update copyright.
12979 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
12981         * message.el (message-info): New function.
12982         (message-mode-menu): Add it.
12983         Update copyright.
12985         * ChangeLog: Fix and update copyright.
12987 2006-01-13  Romain Francoise  <romain@orebokech.com>
12989         * message.el (message-forward-subject-name-subject): Prefer the
12990         address to 'nowhere' if the sender has no name.
12991         Fix typo.  Update copyright year.
12993 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12995         * gnus-art.el (article-wash-html):
12996         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
12997         (gnus-article-wash-html-with-w3m-standalone): New function.
12999         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13000         mm-inline-text-html-render-with-w3m-standalone.
13001         (mm-text-html-washer-alist): Map w3m-standalone to
13002         gnus-article-wash-html-with-w3m-standalone.
13003         (mm-inline-text-html-render-with-w3m-standalone): New function.
13005 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13007         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13008         Improve LaTeX.
13010 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13012         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13013         (nnrss-request-article): Render text/plain parts as HTML.
13015         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13016         the buffer.
13018 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13020         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13021         custom definition of `gnus-posting-styles'.
13023         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13024         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13026 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13028         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13029         Use nntp for bug archive.
13031 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13033         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13034         parts.
13035         (nnrss-normalize-date): New function converts ISO 8601 date into
13036         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13037         (nnrss-check-group): Use it.
13039 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13041         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13043         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13044         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13045         (nnrss-insert-w3): Ditto.
13047 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13049         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13050         the articles to be forwarded including the case where neither a
13051         number of articles nor a region is specified.
13053 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13055         * nnrss.el (nnrss-request-article): Fix last change; fill
13056         text/plain parts.
13058 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13060         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13061         in text/plain part.
13062         (nnrss-check-group): Don't add excessive newline to dc:subject.
13064 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13066         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13067         article.
13069 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13071         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13072         (nnml-use-compressed-files, nnml-save-mail): Support other
13073         comression programs such as bzip2.
13075 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13077         * dns.el (query-dns): Make sure we check the buffer size before
13078         removing tcp headers.
13080 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13082         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13083         remove MIME buttons associated with multipart/alternative parts.
13084         (gnus-mime-display-alternative): Tag buttons using `article-type'
13085         text property.
13087         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13088         associated with multipart/alternative parts.
13090         * gnus-art.el (gnus-signature-separator): Fix custom type.
13092         * mm-decode.el (mm-inlined-types): Fix custom type.
13093         (mm-keep-viewer-alive-types): Ditto.
13094         (mm-automatic-display): Ditto.
13095         (mm-attachment-override-types): Ditto.
13096         (mm-inline-override-types): Ditto.
13097         (mm-automatic-external-display): Ditto.
13099 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13101         * spam-report.el (spam-report-user-mail-address)
13102         (spam-report-user-agent): New variables.
13103         (spam-report-url-ping-plain): Use spam-report-user-agent.
13105 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13107         * gnus-art.el (gnus-button-handle-custom): Do not just use
13108         `customize-apropos' for any "M-x customize-*" button but the
13109         function called for.  Accept both the function name and its
13110         argument in order to achieve this.
13111         (gnus-button-alist): Remove support for "custom:" URL's.
13112         Pass function name to `gnus-button-handle-custom' in case of "M-x
13113         customize-*" buttons.
13115 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13117         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13118         multipart/alternative and add xref to mm-discouraged-alternatives
13119         in doc string.
13121         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13122         gnus-buttonized-mime-types in doc string.
13124 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13126         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13127         Suggest image/.* in the doc string.
13129 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13131         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13132         message-marks (Debian bug #342521).
13134 2005-12-12  Simon Josefsson  <jas@extundo.com>
13136         * password.el (password-read-from-cache): Add.
13137         (password-read): Use it.
13139 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13141         * rfc2047.el (rfc2047-charset-to-coding-system):
13142         Recognize us-ascii as a MIME charset.
13144         * mm-bodies.el (mm-decode-content-transfer-encoding):
13145         Protect against the case where the 2nd arg TYPE is nil.
13147 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13149         * pop3.el (pop3-stream-type): Fix custom version.
13151         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13153 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13155         * mm-decode.el (mm-display-external): Add missing cdr.
13157 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13159         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13160         RFC1524) if it is in mailcap or add a suffix according to
13161         mailcap-mime-extensions when generating a temp filename; postpone
13162         deleting a temp file for 2 seconds for some wrappers, shell
13163         scripts, and so on, which might exit right after having started a
13164         viewer command as a background job.
13166 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13168         * nntp.el (nntp-marks-directory): Fix custom group.
13170         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13171         steps when < 10.
13173         * gnus-start.el (gnus-no-server-1):
13174         Mention `gnus-level-default-subscribed' in doc string.
13176 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13178         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13179         parens.
13181 2005-11-26  Dave Love  <fx@gnu.org>
13183         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13184         (tls-program, tls-success): Provide openssl alternative.
13186         * starttls.el: Doc fixes.
13187         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13188         SERVICE to PORT.
13190         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13191         port null or service name.
13192         (starttls-negotiate): Autoload.
13194 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13196         * message.el (message-kill-to-signature): Fix interactive spec.
13198 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13200         * pop3.el (pop3-open-server): Recognize a string as a service name.
13202 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13204         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13206 2005-11-23  Dave Love  <fx@gnu.org>
13208         Add pop3s, pop3/starttls.
13210         * pop3.el (pop3-authentication-scheme): Clarify doc.
13211         (open-tls-stream, starttls-open-stream): Autoload.
13212         (pop3-stream-type): New.
13213         (pop3-open-server): Use it.
13215         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13216         for POP.
13217         (mail-source-keyword-map): Add :stream for POP.
13218         (mail-source-fetch-pop): Use pop3-stream-type.
13220 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13222         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13223         of current-time-string.
13225 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13227         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13228         date header.
13230 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13232         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13233         it can seriously impact performance as it bypasses the agent's
13234         local caches.
13236 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13238         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13239         must be explicitly online rather than "not explicitly offline" for
13240         its flags to be synchronized.
13242         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13243         that gnus-uu-unmark-thread will function correctly.
13245         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13246         1024K is instead displayed as 1M.
13248 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13250         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13252 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13254         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13256 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13258         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13259         error message to display actual error condition.
13260         (gnus-agent-save-local): Avoid saving symbols that are bound to
13261         nil as they simply result in a warning message in
13262         gnus-agent-read-local.
13264 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13266         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13267         rather than make-variable-buffer-local for file-precious-flag.
13269 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13271         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13272         for duplicates which are removed.  The invalid sort check then
13273         triggers a rescan after the sort as sorting may have moved
13274         duplicate entries such that they can be cheaply detected.
13276 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13278         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13280 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13282         * gnus-agent.el (gnus-agent-article-alist-save-format):
13283         Change internal variable to a custom variable.  Change default value
13284         from compressed(2) to uncompressed(1).
13285         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13286         support for uncompressed agentview files.  Taken together, reading
13287         the agentview file should now be 6-7 times faster.
13289 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13291         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13292         as a buffer-local variable.  This avoids creating truncated
13293         dribble files as a result of a hang up, eg.
13295 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13297         * gnus-start.el (gnus-start-draft-setup):
13298         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13300         * gnus.el (gnus-splash): Change custom group.
13301         (gnus-group-get-parameter, gnus-group-parameter-value):
13302         Describe allow-list argument.
13304         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13305         string.
13307 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13309         * gnus-art.el (gnus-default-article-saver): Add user-defined
13310         `function' to custom type.
13312 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13314         * imap.el (imap-open): Handle case where buffer is a buffer
13315         object.
13317 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13319         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13320         long lines.
13321         (gnus-cache-delete-group): Wrap doc strings.
13323         * gnus-agent.el (gnus-agent-rename-group)
13324         (gnus-agent-delete-group): Wrap doc strings.
13326 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13328         * gnus-start.el (gnus-1): Add "native" to
13329         gnus-predefined-server-alist.
13331         * gnus.el (gnus-method-to-server): Don't add "native" to the
13332         lists here, because that leads to problems when
13333         gnus-select-method is bound.
13335 2005-11-09  Simon Josefsson  <jas@extundo.com>
13337         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13338         use (not sort-by-date) instead.
13340 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13342         * gnus-delay.el (gnus-delay-group): Don't autoload.
13343         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13344         to be re-loaded when customizing the `gnus-delay' group.
13346 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13348         * message.el: Revert last changes.
13349         (message-insert-citation-line): Use newlines.
13351 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13353         * message.el (message-courtesy-message)
13354         (message-mark-insert-begin, message-mark-insert-end)
13355         (message-elide-ellipsis, message-cancel-message)
13356         (message-add-header, message-change-subject)
13357         (message-cross-post-followup-to-header)
13358         (message-cross-post-insert-note, message-reduce-to-to-cc)
13359         (message-widen-reply, message-delete-not-region)
13360         (message-kill-to-signature, message-insert-signature)
13361         (message-insert-importance-high, message-insert-importance-low)
13362         (message-insert-or-toggle-importance)
13363         (message-insert-disposition-notification-to)
13364         (message-indent-citation, message-yank-original)
13365         (message-cite-original-without-signature, message-cite-original)
13366         (message-insert-citation-line, message-position-on-field)
13367         (message-fix-before-sending, message-send-mail-partially)
13368         (message-send-mail, message-send-mail-with-sendmail)
13369         (message-send-mail-with-qmail, message-send-news)
13370         (message-check-news-header-syntax, message-generate-headers)
13371         (message-insert-courtesy-copy, message-fill-address)
13372         (message-fill-header, message-shorten-references)
13373         (message-setup-1, message-cancel-news)
13374         (message-forward-make-body-plain, message-forward-make-body-mime)
13375         (message-forward-make-body-mml, message-encode-message-body)
13376         (message-forward-make-body-digest-plain)
13377         (message-forward-make-body-digest-mime)
13378         (message-use-alternative-email-as-from): Insert `hard-newline'
13379         instead of ordinary newlines.
13381 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13383         * message.el (message-generate-headers): Downcase the argument
13384         given to message-check-element.
13386 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13388         * nntp.el (nntp-authinfo-rejected): New error condition.
13389         (nntp-wait-for): Use new error condition to signal authentication
13390         error.
13391         (nntp-retrieve-data): Rethrow new error condition to break out of
13392         recursive call to nntp-send-authinfo.
13394 2005-11-08  Romain Francoise  <romain@orebokech.com>
13396         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13397         (gnus-summary-exit-map): Bind to `Z p'.
13398         (gnus-summary-make-menu-bar): Add menu item.
13400 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13402         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13403         (gnus-treat-*): Add `first' in all doc strings.
13405         * gnus-group.el (gnus-group-compact-group): Fix typo.
13407 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13409         * gnus.el (gnus-parameters-case-fold-search): New variable.
13410         (gnus-parameters-get-parameter): Use it.
13412         * gnus-score.el (gnus-home-score-file): Doc fix.
13414 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13416         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13418 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13420         * mm-util.el (mm-special-display-p): New function.
13422         * mml.el (mml-preview): Use it; doc fix.
13424 2005-10-29  Romain Francoise  <romain@orebokech.com>
13426         * message.el (message-fix-before-sending): Fix comment.
13428 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13430         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13432 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13434         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13435         Used in gnus-score.el.
13437 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13439         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13441 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13443         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13444         whitespace removed in revision 7.8.  Use concatenated string to
13445         protect trailing whitespace.
13447 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13449         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13450         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13451         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13452         Courier IMAP ("some version from 2004").  Mostly based on similar
13453         code in the same function.
13455 2005-10-26  Didier Verna  <didier@xemacs.org>
13457         * gnus-group.el (gnus-group-compact-group): Invalidate original
13458         article buffer.
13459         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13460         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13461         NOV database and in article itself.
13462         Invalidate article backlog.
13464 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13466         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13468 2005-10-26  Simon Josefsson  <jas@extundo.com>
13470         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13471         part of 2004-07-25 change.
13473 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13475         * message.el (message-display-completion-list): New function.
13476         (message-expand-group): Use it; make sure the Completions buffer
13477         is modifiable.
13479 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13481         * imap.el (imap-open): Handle case where buffer is a buffer object.
13483 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
13485         * pgg-def.el:
13486         * pgg-gpg.el:
13487         * pgg-parse.el:
13488         * pgg-pgp.el:
13489         * pgg-pgp5.el:
13490         * pgg.el: Move to the parent lisp directory.
13492 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13494         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13495         user-mail-name is an empty string.
13497 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13499         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13500         depending on gnus-score-decay-constant.
13502         * encrypt.el (encrypt-insert-file-contents)
13503         (encrypt-write-file-contents): Don't use `gnus-message'.
13505         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13506         arguments.
13507         (mm-uu-type-alist): Add message-marks and insert-marks.
13508         Pass arguments to mm-uu-verbatim-marks-extract.
13509         (mm-uu-hide-markers): New variable.
13510         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13512         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13513         (gnus-convert-image-to-face-command): Use "convert" by default to
13514         allow other input image formats.
13515         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13516         accordingly.
13518 2005-10-23  Simon Josefsson  <jas@extundo.com>
13520         * imap.el (imap-gssapi-program): Align command line parameters
13521         with latest GNU SASL.
13522         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13524 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13526         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13527         HTML.
13528         (nnslashdot-request-article): Ditto.
13530 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13532         * mail-source.el (mail-source-fetch-pop): Require pop3.
13533         (mail-source-check-pop): Ditto.
13535 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13537         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13538         errors.
13540 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13542         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13543         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13545         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13547         * mm-bodies.el (mm-decode-string):
13548         Call `mm-charset-to-coding-system' with allow-override argument.
13550 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13552         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
13553         (rfc2047-charset-to-coding-system): New function.
13554         (rfc2047-decode-encoded-words): New function.
13555         (rfc2047-decode-region): Use them.
13556         (rfc2047-decode-cte): Remove.
13557         (rfc2047-parse-and-decode): Remove.
13558         (rfc2047-decode): Remove.
13560 2005-10-15  Kenichi Handa  <handa@m17n.org>
13562         * rfc2047.el (rfc2047-decode-cte): New function.
13563         (rfc2047-decode-region): Change the way to decode successive
13564         encoded-words: decode B- or Q-encoding in each encoded-word,
13565         concatenate them, and decode it as charset.
13567 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
13569         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
13570         widget-move-and-invoke.
13571         (gnus-custom-mode): Use gnus-custom-map.
13573 2005-10-15  Bill Wohler  <wohler@newt.com>
13575         * message.el (message-tool-bar-map): Rename image file from
13576         mail_send to mail/send.
13578 2005-10-16  Masatake YAMATO  <jet@gyve.org>
13580         * message.el (message-expand-group): Pass the common
13581         prefix substring of completion to `display-completion-list'.
13583 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
13585         * mml-sec.el (mml-secure-method): New internal variable.
13586         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
13587         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
13588         New functions using mml-secure-method.
13590         * mml.el (mml-mode-map): Add key bindings for those functions.
13591         (mml-menu): Simplify security menu entries.  Suggested by Jesper
13592         Harder <harder@myrealbox.com>.
13593         (mml-attach-file, mml-attach-buffer, mml-attach-external):
13594         Goto end of message if point is the headers of the message.
13596         * message.el (message-in-body-p): New function.
13598         * assistant.el: Autoload gnus-util and netrc.
13600         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
13601         Use `mm-charset-override-alist' only when decoding.
13603         * mm-bodies.el (mm-decode-body):
13604         Call `mm-charset-to-coding-system' with allow-override argument.
13606         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
13607         `filename' from Content-Disposition if Content-Type doesn't
13608         provide `name'.
13609         (gnus-mime-view-part-as-type): Set default instead of
13610         initial-input.
13612 2005-10-09  Daniel Brockman  <daniel@brockman.se>
13614         * format-spec.el (format-spec): Propagate text properties of % spec.
13616 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
13618         * gnus-art.el (gnus-treat-predicate): Add `first'.
13620 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
13622         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
13623         (mm-charset-override-alist): New variable.
13624         (mm-charset-to-coding-system): Use it.
13625         (mm-codepage-setup): New helper function.
13626         (mm-charset-eval-alist): New variable.
13627         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
13628         Warn about unknown charsets.
13630 2005-10-04  David Hansen  <david.hansen@gmx.net>
13632         * nnrss.el (nnrss-request-article): Add support for the comments tag.
13633         (nnrss-check-group): Ditto.
13635 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
13637         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
13638         Rename x-gnus-verbatim to x-verbatim.
13639         (mm-uu-type-alist): Fix regexp for verbatim-marks.
13641         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
13642         x-verbatim.
13644         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
13646         * gnus-util.el (gnus-remove-duplicates): Remove.
13648         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
13649         instead of gnus-remove-duplicates.
13651         * message.el (message-remove-duplicates): Remove.
13652         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
13653         message-remove-duplicates.
13655         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
13656         available, else use implementation from `delete-dups'.
13658         * message.el (message-insert-expires): New function.
13659         (message-mode-map): Add key binding.
13660         (message-mode-field-menu): Add menu entry.
13661         (message-mode): Document it.
13662         (message-make-expires-date): Use `message-make-date'.
13664 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
13666         * message.el (message-make-expires-date): New function.
13668 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13670         * time-date.el: Autoload parse-time-string, XEmacs needs it.
13672 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13674         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
13675         function rather than the diff-mode.el package.
13676         (mm-display-external): Use with-current-buffer.
13677         (mm-viewer-completion-map, mm-viewer-completion-map):
13678         Move initialization inside declaration.
13680 2005-09-29  Simon Josefsson  <jas@extundo.com>
13682         * spam.el: Load hashcash when compiling, to avoid warnings.
13683         Don't autoload mail-check-payment.
13684         (spam-check-hashcash): Define unconditionally, since hashcash.el
13685         is part of Gnus now.  Ignore errors from payment checking.
13687 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
13689         * message.el (message-bold-region, message-unbold-region):
13690         Rename from `bold-region' and `unbold-region'.
13692         * message.el: Remove useless autoloads.
13694 2005-09-28  Simon Josefsson  <jas@extundo.com>
13696         * message.el (message-use-idna): Default to t.
13697         (message-use-idna): Test whether encoding works too.  Doc fix.
13699 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13701         * nntp.el (nntp-warn-about-losing-connection): Remove.
13703 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
13705         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
13706         customizable.  Change default value.
13707         (mm-uu-diff-groups-regexp): Change default value.
13708         (mm-uu-type-alist): Add doc string.
13709         (mm-uu-configure): Add doc string.  Make it interactive.
13710         (mm-uu-tex-groups-regexp): New variable.
13711         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
13712         (mm-uu-type-alist): Add LaTeX documents.
13713         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
13714         of "text/verbatim".
13715         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
13717         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
13718         instead of "text/verbatim".
13720         * message.el (message-mark-inserted-region)
13721         (message-mark-insert-file): Use slrn style marks when called with
13722         prefix argument.
13724 2005-09-27  Simon Josefsson  <jas@extundo.com>
13726         * message.el (message-idna-to-ascii-rhs-1): Reformat.
13728 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
13730         * message.el (message-remove-duplicates): New function.
13731         Implementation borrowed from `gnus-remove-duplicates'.
13732         (message-idna-to-ascii-rhs): Also encode idna addresses in
13733         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13734         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
13735         only ask about the same idna domain once per header and also tell
13736         in what header to replace the idna domain.
13738         * gnus-art.el (article-decode-idna-rhs): Also decode idna
13739         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
13740         (article-decode-idna-rhs): Fix regexp so that all idna-address in
13741         a header is decoded and not just the last one.
13743 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
13745         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
13746         has been decoded.
13748         * mm-decode.el (mm-automatic-display): Add text/verbatim.
13749         (mm-insert-part): Don't modify text if it has been decoded.
13751         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
13752         decoded.
13754         * mm-view.el (mm-inline-text): Don't strip text props unless
13755         decoding enriched or richtext parts.
13757 2005-09-25  Romain Francoise  <romain@orebokech.com>
13759         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
13760         * gnus-start.el (gnus-subscribe-interactively):
13761         * gnus-uu.el (gnus-uu-grab-articles):
13762         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
13763         space.
13765 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
13767         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
13768         * mm-view.el (mm-view-pkcs7-decrypt):
13769         * gnus-sum.el (gnus-summary-limit-to-extra)
13770         (gnus-summary-respool-article, gnus-read-move-group-name):
13771         * gnus-score.el (gnus-summary-increase-score):
13772         * gnus-util.el (gnus-completing-read-with-default):
13773         * gnus-art.el (gnus-read-save-file-name)
13774         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
13775         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
13776         * message.el (message-check-news-header-syntax):
13777         Follow convention for reading with the minibuffer.
13779 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
13781         * spam-report.el (spam-report-url-ping-plain):
13782         Use gnus-extended-version as User-Agent.
13784         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
13785         default value is nil.
13787         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
13788         (mm-uu-verbatim-marks-extract): New function.
13789         (mm-uu-extract): New face.
13790         (mm-uu-copy-to-buffer): Use it.
13792         * spam-report.el (spam-report-gmane-ham): Rename from
13793         `spam-report-gmane-unspam'.
13794         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
13795         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
13797         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
13798         Autoload.
13799         (spam-report-gmane-unregister-routine):
13800         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
13802 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
13804         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
13805         (spam-report-gmane-unregister-routine): Add support for gmane
13806         unregistration.
13808         * spam-report.el (spam-report-gmane-unspam)
13809         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
13810         (spam-report-gmane): Change to take a single article and do unspam
13811         registration.
13813 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13815         * mm-url.el (mm-url-decode-entities): Fix regexp.
13817 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13819         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
13820         default to nil, to be able to use Gnus at all.  If the default
13821         switches to something else, then the function should be fixed not
13822         be exceedingly slow.
13824 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
13826         * gnus-start.el (gnus-activate-group): If the server is nil, don't
13827         fail hard.
13829         * spam-report.el: Add better Keywords line.
13831         * spam.el: Add Maintainer and better Keywords line.
13833 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
13835         * gnus-art.el (gnus-article-replace-part)
13836         (gnus-mime-replace-part): New functions.
13837         (gnus-mime-action-alist, gnus-mime-button-commands)
13838         (gnus-mime-save-part-and-strip): Add file argument.
13839         (gnus-article-part-wrapper): Add interactive argument.
13841         * gnus-sum.el (gnus-summary-mime-map):
13842         Add `gnus-article-replace-part'.
13844 2005-09-19  Didier Verna  <didier@xemacs.org>
13846         The nnml compaction feature:
13847         * nnml.el (nnml-request-compact-group): New function.
13848         * nnml.el (nnml-request-compact): New function.
13849         * gnus-int.el (gnus-request-compact-group): New function.
13850         * gnus-int.el (gnus-request-compact): New function.
13851         * gnus-group.el (gnus-group-compact-group): New function.
13852         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
13853         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
13854         * gnus-srvr.el (gnus-server-compact-server): New function.
13855         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
13856         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
13858 2005-09-18  Deepak Goel  <deego@gnufans.org>
13860         * sieve.el (sieve-help): Fix `message' call: first arg should be a
13861         format spec.
13863 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13865         * gnus.el (gnus-group-startup-message): Bind image-load-path.
13867 2005-09-15  Romain Francoise  <romain@orebokech.com>
13869         * message.el (message-fill-paragraph): Clarify docstring.
13871 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13873         * gnus-art.el (gnus-mime-display-part): Protect against broken
13874         MIME messages.
13876 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13878         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
13879         before parsing header.
13881 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
13883         * html2text.el (html2text-replace-list): Add new entities.
13885 2005-09-11  Romain Francoise  <romain@orebokech.com>
13887         * message.el (message-alternative-emails): Improve docstring.
13888         (message-setup-1): Call `message-use-alternative-email-as-from'
13889         after `message-setup-hook' to give it precedence over posting
13890         styles, etc.
13891         (message-use-alternative-email-as-from): Add docstring.
13892         Remove the original From header if present.
13894         * nnml.el (nnml-compressed-files-size-threshold): New variable.
13895         (nnml-save-mail): Use it.
13897         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
13898         articles.  Add new argument `silent'.
13899         (gnus-uu-mark-all): Report the total number of marked articles.
13901 2005-09-10  Romain Francoise  <romain@orebokech.com>
13903         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
13904         (gnus-uu-mark-series): Likewise.
13906 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
13908         * spam-report.el (spam-report-gmane): Fix generation of spam
13909         report URL.
13911 2005-09-10  Simon Josefsson  <jas@extundo.com>
13913         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
13914         t, based on discussion on the ding list with Robert Epprecht
13915         <epprecht@solnet.ch>.
13917 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
13919         * spam-report.el (spam-report-gmane): Make it work without
13920         X-Report-Spam header.  Gmane now only provides Archived-At.
13921         This is only used if `spam-report-gmane-use-article-number' is nil.
13922         (spam-report-gmane-spam-header): Remove.  Not used anymore.
13924         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
13925         make `gnus-summary-sort-by-recipient' work with threading.
13927         * nnweb.el (nnweb-google-wash-article): Print a message if article
13928         is not available.
13930 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
13932         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
13933         change.  Decode text/* parts content before displaying.
13935 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
13937         * mml-smime.el: Remove defvar of gnus-extract-address-components.
13939 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13941         * mm-view.el (mm-display-inline-fontify): Disable support modes.
13943 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
13945         * message.el (message-tab-body-function): Fix mismatched custom type.
13947         * gnus.el (gnus-group-change-level-function): Ditto.
13949         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
13951         * gnus-art.el (gnus-signature-limit)
13952         (gnus-article-mime-part-function): Ditto.
13954 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13956         * mml.el (mml-mode): Silence the byte compiler.
13958         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
13959         using `(sit-for 0)' before moving the point to the specified part;
13960         skip unbuttonized parts.
13961         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
13962         return to the summary window if gnus-auto-select-part is non-nil.
13964 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
13966         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
13967         New variables.
13968         (mml-dnd-attach-file, mml-mode): Use them.
13970         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
13971         Make fetching article by MID work again for Google Groups.
13972         Add FIXME concerning gnus-group-make-web-group.
13974         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
13975         Don't depend on Gnus by using mail-extract-address-components if
13976         gnus-extract-address-components is not bound.
13978 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13980         * gnus-art.el (gnus-mime-display-security): Don't display the
13981         signature, but only the signed part.
13983 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13985         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
13987         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
13988         list, not listp.
13990 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
13992         * mm-encode.el (mm-encode-content-transfer-encoding):
13993         Likewise when encoding.
13995         * mm-bodies.el (mm-decode-content-transfer-encoding):
13996         De-canonicalize CRLF for all text content types, not just
13997         text/plain.
13999 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14001         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14002         valid article; point arrow and cursor at the MIME button.
14004 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14006         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14007         Suggested by Dan Christensen <jdc@uwo.ca>.
14009         * mm-decode.el (mm-save-part): Enable change of prompt.
14011 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14013         * gnus-msg.el (gnus-inews-add-send-actions):
14014         Make `message-post-method' lambda parameter ARG `&optional'.
14016 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14018         * gnus-sum.el (gnus-summary-mime-map):
14019         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14020         gnus-article-jump-to-part.
14022         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14023         (gnus-article-edit-part): Use it.
14024         (gnus-article-part-wrapper): Add no-handle argument.
14025         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14026         New functions.
14028 2005-08-29  Romain Francoise  <romain@orebokech.com>
14030         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14031         docstring.
14032         (gnus-face-from-file): Likewise.
14034 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14036         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14037         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14038         non-nil.
14039         (gnus-auto-select-part): New variable.
14040         (gnus-article-jump-to-part): New function.
14041         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14042         (gnus-mime-delete-part): Allow selecting specified part after
14043         deleting or stripping parts.
14044         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14045         part if argument is bogus.
14047 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14049         * gnus-art.el (w3m-minor-mode-map):
14050         * gnus-spec.el (gnus-newsrc-file-version):
14051         * gnus-util.el (nnmail-active-file-coding-system)
14052         (gnus-original-article-buffer, gnus-user-agent):
14053         * gnus.el (gnus-ham-process-destinations)
14054         (gnus-parameter-ham-marks-alist)
14055         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14056         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14057         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14058         * mm-decode.el (gnus-current-window-configuration):
14059         * mm-extern.el (gnus-article-mime-handles):
14060         * mm-url.el (url-current-object, url-package-name)
14061         (url-package-version):
14062         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14063         (smime-keys, w3m-cid-retrieve-function-alist)
14064         (w3m-current-buffer, w3m-display-inline-images)
14065         (w3m-minor-mode-map):
14066         * mml-smime.el (gnus-extract-address-components):
14067         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14068         (gnus-newsrc-hashtb, message-default-charset)
14069         (message-deletable-headers, message-options)
14070         (message-posting-charset, message-required-mail-headers)
14071         (message-required-news-headers):
14072         * mml1991.el (mc-pgp-always-sign):
14073         * mml2015.el (mc-pgp-always-sign):
14074         * nnheader.el (nnmail-extra-headers):
14075         * rfc1843.el (gnus-decode-encoded-word-function)
14076         (gnus-decode-header-function, gnus-newsgroup-name):
14077         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14079 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14081         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14082         the end of the date treatments.
14084 2005-08-15  Simon Josefsson  <jas@extundo.com>
14086         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14087         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14088         Capello and Romain Francoise.
14089         (pgg-fetch-key-function): Remove, not used?
14090         (pgg-insert-url-with-w3): Require url, to get
14091         url-insert-file-contents regardless of where it is defined.
14093 2005-08-13  Romain Francoise  <romain@orebokech.com>
14095         * message.el (message-cite-original-1): New function.
14096         (message-cite-original): Use it.
14097         (message-cite-original-without-signature): Ditto.
14099 2005-08-08  Romain Francoise  <romain@orebokech.com>
14101         * message.el (message-yank-empty-prefix): New variable.
14102         (message-indent-citation): Use it.
14103         (message-cite-original-without-signature): Respect X-No-Archive.
14105 2005-08-08  Simon Josefsson  <jas@extundo.com>
14107         * pgg.el: Autoload url-insert-file-contents instead of loading
14108         w3/url.
14109         (pgg-insert-url-with-w3): Don't load url here.
14111 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14113         * message.el (message-kill-to-signature): Don't insert newline at
14114         bol.
14115         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14117 2005-08-06  Romain Francoise  <romain@orebokech.com>
14119         * message.el (message-user-fqdn): Fix typo in docstring.
14121 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14123         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14125         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14127 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14129         * mm-bodies.el (mm-encode-body): Use coding system rather than
14130         charset to encode text.
14132         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14133         number of charsets if utf-8 is available (XEmacs).
14135 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14137         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14138         taken from `gnus-button-mid-or-mail-regexp'.
14139         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14140         (gnus-button-alist): Improve regexp for domain part of the MIDs
14141         for news:localpart@domain buttons.
14142         (gnus-button-ctan-directory-regexp): Update.
14144 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14146         * sieve-manage.el (sieve-manage-interactive-login):
14147         Use make-local-variable rather than make-variable-buffer-local.
14148         (sieve-manage-open): Ditto.
14149         (sieve-manage-authenticate): Ditto.
14151         * mml.el (mml-generate-mime-1): Make the content type default to
14152         text/plain if the filename is not specified.
14154 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14156         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14157         instead of insert-buffer.
14159         * message.el (message-yank-original): Ditto; set the mark at the
14160         end of the yanked message.
14162 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14164         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14165         lines to scroll rather than to stop it.
14167         * mml.el (mml-generate-default-type): Add doc string.
14168         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14169         default to application/octet-stream when determining the content
14170         type if it is not specified for the part or the mml contents; add
14171         a comment about mml-generate-default-type.
14173 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14175         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14176         make it default to application/octet-stream when determining the
14177         content type if it is not specified for the external contents.
14179 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14181         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14182         segmented parameter but also other parameters might be there.
14184 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14186         * mm-decode.el (mm-display-external): Delete temp file, directory
14187         and buffer immediately if the external process is exited.
14189 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14191         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14192         fewer lines than that of scroll-margin.
14193         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14195 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14197         * gnus-art.el (gnus-article-next-page): Revert.
14198         (gnus-article-beginning-of-window): New macro.
14199         (gnus-article-next-page-1): Use it.
14200         (gnus-article-prev-page): Ditto.
14201         (gnus-article-edit-part): Use insert-buffer-substring instead of
14202         insert-buffer.
14203         (gnus-article-edit-exit): Ditto.
14205         * gnus-util.el (gnus-beginning-of-window): Remove.
14206         (gnus-end-of-window): Remove.
14208 2005-07-25  Simon Josefsson  <jas@extundo.com>
14210         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14211         to have the url package without w3.  Reported by Daiki Ueno
14212         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14214 2005-07-20  Didier Verna  <didier@xemacs.org>
14216         * gnus-diary.el: Remove the description comment (nndiary is now
14217         properly documented in the Gnus manual).
14218         Fix the spelling of "Back End".
14219         * nndiary.el: Ditto.
14220         Fix the copyright notice.
14222 2005-07-18  Romain Francoise  <romain@orebokech.com>
14224         * gnus-sum.el (gnus-summary-to-prefix)
14225         (gnus-summary-newsgroup-prefix): New variables.
14226         (gnus-summary-from-or-to-or-newsgroups): Use them.
14228 2005-07-17  Romain Francoise  <romain@orebokech.com>
14230         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14231         space as it's generally not especially interesting to the user.
14233 2005-07-16  Romain Francoise  <romain@orebokech.com>
14235         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14236         nil to avoid prompting and file modification if one of the
14237         messages at the top of the nnfolder file contains a copyright
14238         notice.
14239         Update copyright notice.
14241         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14242         instead of `current-time-string' as the latter creates a time
14243         string that is not RFC 2822 compliant (it lacks the zone).
14244         Update copyright notice.
14246 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14248         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14249         for text/rtf.  Display default in prompt.  Pass default for M-n.
14251         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14253 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14255         * gnus-msg.el (gnus-button-mailto):
14256         Remove save-selected-window-window hackery because it relies on
14257         save-selected-window internals.
14259 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14261         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14262         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14263         (gnus-article-prev-page): Ditto.
14265         * gnus-util.el (gnus-beginning-of-window): New function.
14266         (gnus-end-of-window): New function.
14268 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14270         * gnus-score.el (gnus-score-edit-all-score):
14271         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14272         gnus-message.
14274 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14276         * gnus-msg.el (gnus-button-mailto):
14277         Remove save-selected-window-window hackery because it relies on
14278         save-selected-window internals.
14280 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14282         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14283         add-minor-mode.
14284         (gnus-binary-mode): Ditto.
14286         * gnus-topic.el (gnus-topic-mode): Ditto.
14288 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14290         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14291         (gnus-article-prev-page): Take scroll-margin into consideration.
14293 2005-07-04  Lute Kamstra  <lute@gnu.org>
14295         Update FSF's address in GPL notices.
14297 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14299         * gnus.el (gnus-exit):
14300         * gnus-group.el (gnus-group-icons):
14301         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14303         * gnus-nocem.el (gnus-nocem):
14304         * message.el (message-various, message-buffers, message-sending)
14305         (message-interface, message-forwarding, message-insertion)
14306         (message-headers, message-news, message-mail):
14307         * pgg-gpg.el (pgg-gpg):
14308         * pgg-parse.el (pgg-parse):
14309         * pgg-pgp.el (pgg-pgp):
14310         * pgg-pgp5.el (pgg-pgp5):
14311         * pop3.el (pop3): Finish `defgroup' description with period.
14313 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14315         * gnus-art.el (article-display-face): Improve the efficiency.
14316         (article-display-x-face): Ditto; remove grey x-face stuff.
14318 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14320         * gnus-art.el (article-display-face): Correct the position in
14321         which Faces are inserted.
14323 2005-06-29  Didier Verna  <didier@xemacs.org>
14325         * gnus-art.el (article-display-face): Display faces in correct
14326         order.
14328 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14330         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14331         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14332         (gnus-nocem-check-article): Fetch the Type header.
14333         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14334         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14335         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14336         make sure gnus-nocem-hashtb is initialized.
14337         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14338         (gnus-nocem-unwanted-article-p): Ditto.
14340         * pgg.el (pgg-verify): Return the verification result.
14342 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14344         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14345         is ascii.
14347 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14349         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14350         `show-nonbreak-escape'.
14352 2005-06-23  Lute Kamstra  <lute@gnu.org>
14354         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14356         * dig.el (dig-mode):
14357         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14359 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14361         * nnimap.el (nnimap-split-download-body): Fix spellings.
14363 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14365         * gnus-art.el (gnus-article-encrypt-body):
14366         * gnus-cus.el (gnus-score-customize):
14367         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14368         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14370 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14372         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14373         header by looking for magic "MII" at the beginnig.
14375 2005-06-16  Miles Bader  <miles@gnu.org>
14377         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14378         (assistant-field-face): New backward-compatibility alias for renamed
14379         face.
14380         (assistant-render-text): Use renamed assistant-field face.
14382         * spam.el (spam): Remove "-face" suffix from face name.
14383         (spam-face): New backward-compatibility alias for renamed face.
14384         (spam-face, spam-initialize): Use renamed spam face.
14386         * message.el (message-header-to, message-header-cc)
14387         (message-header-subject, message-header-newsgroups)
14388         (message-header-other, message-header-name)
14389         (message-header-xheader, message-separator, message-cited-text)
14390         (message-mml): Remove "-face" suffix from face names.
14391         (message-header-to-face, message-header-cc-face)
14392         (message-header-subject-face, message-header-newsgroups-face)
14393         (message-header-other-face, message-header-name-face)
14394         (message-header-xheader-face, message-separator-face)
14395         (message-cited-text-face, message-mml-face):
14396         New backward-compatibility aliases for renamed faces.
14397         (message-font-lock-keywords): Use renamed message faces.
14399         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14400         (sieve-test-commands, sieve-tagged-arguments):
14401         Remove "-face" suffix from face names.
14402         (sieve-control-commands-face, sieve-action-commands-face)
14403         (sieve-test-commands-face, sieve-tagged-arguments-face):
14404         New backward-compatibility aliases for renamed faces.
14405         (sieve-control-commands-face, sieve-action-commands-face)
14406         (sieve-test-commands-face, sieve-tagged-arguments-face):
14407         Use renamed sieve faces.
14409         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14410         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14411         (gnus-group-news-3-empty, gnus-group-news-4)
14412         (gnus-group-news-4-empty, gnus-group-news-5)
14413         (gnus-group-news-5-empty, gnus-group-news-6)
14414         (gnus-group-news-6-empty, gnus-group-news-low)
14415         (gnus-group-news-low-empty, gnus-group-mail-1)
14416         (gnus-group-mail-1-empty, gnus-group-mail-2)
14417         (gnus-group-mail-2-empty, gnus-group-mail-3)
14418         (gnus-group-mail-3-empty, gnus-group-mail-low)
14419         (gnus-group-mail-low-empty, gnus-summary-selected)
14420         (gnus-summary-cancelled, gnus-summary-high-ticked)
14421         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14422         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14423         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14424         (gnus-summary-low-undownloaded)
14425         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14426         (gnus-summary-low-unread, gnus-summary-normal-unread)
14427         (gnus-summary-high-read, gnus-summary-low-read)
14428         (gnus-summary-normal-read, gnus-splash):
14429         Remove "-face" suffix from face names.
14430         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14431         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14432         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14433         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14434         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14435         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14436         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14437         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14438         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14439         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14440         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14441         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14442         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14443         (gnus-summary-normal-ticked-face)
14444         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14445         (gnus-summary-normal-ancient-face)
14446         (gnus-summary-high-undownloaded-face)
14447         (gnus-summary-low-undownloaded-face)
14448         (gnus-summary-normal-undownloaded-face)
14449         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14450         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14451         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14452         (gnus-splash-face):
14453         New backward-compatibility aliases for renamed faces.
14454         (gnus-group-startup-message): Use renamed gnus faces.
14456         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14457         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14458         (gnus-server-agent): Remove "-face" suffix from face names.
14459         (gnus-server-agent-face, gnus-server-opened-face)
14460         (gnus-server-closed-face, gnus-server-denied-face)
14461         (gnus-server-offline-face):
14462         New backward-compatibility aliases for renamed faces.
14463         (gnus-server-agent-face, gnus-server-opened-face)
14464         (gnus-server-closed-face, gnus-server-denied-face)
14465         (gnus-server-offline-face): Use renamed gnus faces.
14467         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14468         Remove "-face" suffix from face names.
14469         (gnus-picon-xbm-face, gnus-picon-face):
14470         New backward-compatibility aliases for renamed faces.
14472         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14473         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14474         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14475         (gnus-cite-11): Remove "-face" suffix from face names.
14476         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14477         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14478         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14479         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14480         New backward-compatibility aliases for renamed faces.
14481         (gnus-cite-attribution-face, gnus-cite-face-list)
14482         (gnus-article-boring-faces): Use renamed gnus faces.
14484         * gnus-art.el (gnus-signature, gnus-header-from)
14485         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14486         (gnus-header-content): Remove "-face" suffix from face names.
14487         (gnus-signature-face, gnus-header-from-face)
14488         (gnus-header-subject-face, gnus-header-newsgroups-face)
14489         (gnus-header-name-face, gnus-header-content-face):
14490         New backward-compatibility aliases for renamed faces.
14491         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14493         * gnus-sum.el (gnus-summary-selected-face)
14494         (gnus-summary-highlight): Use renamed gnus faces.
14495         * gnus-group.el (gnus-group-highlight): Likewise.
14497 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14499         * gnus-sieve.el (gnus-sieve-article-add-rule):
14500         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14501         * spam-stat.el (spam-stat-buffer-change-to-spam)
14502         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14504         * message.el (message-is-yours-p):
14505         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14507 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14509         * mm-view.el (mm-inline-text): Withdraw the last change.
14511 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14513         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14514         executing enriched-decode.
14516 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14518         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14519         charset of tar files.
14521 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14523         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14525 2005-06-04  Lute Kamstra  <lute@gnu.org>
14527         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14528         information is never recorded.
14530 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14532         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14534 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14536         * pop3.el (pop3-apop): Run md5 in the binary mode.
14538         * starttls.el (starttls-set-process-query-on-exit-flag):
14539         Use eval-and-compile.
14541 2005-05-31  Simon Josefsson  <jas@extundo.com>
14543         * smime.el (smime-replace-in-string): Define.
14544         (smime-cert-by-ldap-1): Use it.
14546 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14548         * gnus-art.el (article-display-x-face): Replace
14549         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14551         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
14552         set-process-query-on-exit-flag or process-kill-without-query.
14554         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
14555         loop instead of replace-regexp.
14557         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
14558         instead of process-kill-without-query if it is available.
14560         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
14561         instead of find-file-hooks if it is available.
14563         * mml1991.el: Bind pgg-default-user-id when compiling.
14565         * mml2015.el: Bind pgg-default-user-id when compiling.
14567         * nndraft.el (nndraft-request-associate-buffer):
14568         Use write-contents-functions instead of write-contents-hooks if it is
14569         available.
14571         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
14572         instead of find-file-hooks if it is available.
14574         * nntp.el (nntp-open-connection): Replace
14575         process-kill-without-query by gnus-set-process-query-on-exit-flag.
14576         (nntp-open-ssl-stream): Ditto.
14577         (nntp-open-tls-stream): Ditto.
14579         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
14580         set-process-query-on-exit-flag or process-kill-without-query.
14581         (starttls-open-stream-gnutls): Use it instead of
14582         process-kill-without-query.
14583         (starttls-open-stream): Ditto.
14585 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
14587         * smime.el (smime-cert-by-ldap-1): Don't use
14588         replace-regexp-in-string.
14590 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
14592         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
14594         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
14595         in PEM format.  Adjust to the XEmacs compability.
14597 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
14599         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
14600         by `string-to-number'.
14601         * gnus-agent.el (gnus-agent-regenerate-group)
14602         (gnus-agent-fetch-articles): Ditto.
14603         * gnus-art.el (gnus-button-fetch-group): Ditto.
14604         * gnus-cache.el (gnus-cache-generate-active)
14605         (gnus-cache-articles-in-group): Ditto.
14606         * gnus-group.el (gnus-group-set-current-level)
14607         (gnus-group-insert-group-line): Ditto.
14608         * gnus-score.el (gnus-score-set-expunge-below)
14609         (gnus-score-set-mark-below, gnus-summary-score-effect)
14610         (gnus-summary-score-entry): Ditto.
14611         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
14612         (gnus-soup-pack): Ditto.
14613         * gnus-spec.el (gnus-xmas-format): Ditto.
14614         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
14615         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
14616         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
14617         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
14618         * nndb.el (nndb-get-remote-expire-response): Ditto.
14619         * nndiary.el (nndiary-parse-schedule-value)
14620         (nndiary-string-to-number, nndiary-request-replace-article)
14621         (nndiary-request-article): Ditto.
14622         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
14623         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
14624         * nneething.el (nneething-make-head): Ditto.
14625         * nnfolder.el (nnfolder-request-article)
14626         (nnfolder-retrieve-headers): Ditto.
14627         * nnheader.el (nnheader-file-to-number): Ditto.
14628         * nnkiboze.el (nnkiboze-request-article): Ditto.
14629         * nnmail.el (nnmail-process-unix-mail-format)
14630         (nnmail-process-babyl-mail-format): Ditto.
14631         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
14632         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
14633         (nnmh-request-create-group, nnmh-request-list-1)
14634         (nnmh-request-group, nnmh-request-article): Ditto.
14635         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
14636         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
14637         * nnsoup.el (nnsoup-make-active): Ditto.
14638         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
14639         * nntp.el (nntp-find-group-and-number)
14640         (nntp-retrieve-headers-with-xover): Ditto.
14641         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
14642         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
14643         (pgg-format-key-identifier): Ditto.
14644         * pop3.el (pop3-last, pop3-stat): Ditto.
14645         * qp.el (quoted-printable-decode-region): Ditto.
14647         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
14648         of concat.
14650 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14652         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
14654         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
14656         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
14658         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
14660         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
14662         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
14664         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
14665         (gnus-carpal-mode): Ditto.
14667         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
14668         (gnus-browse-mode): Ditto.
14670         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
14672         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
14674 2005-05-29  Richard M. Stallman  <rms@gnu.org>
14676         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
14678 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14680         * gnus-util.el (gnus-run-mode-hooks): New function.
14682         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
14684 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
14686         * gnus-agent.el (gnus-agent-make-mode-line-string):
14687         Use mode-line-highlight as mouse-face.
14689 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14691         * canlock.el (canlock): Change the parent group to news.
14693         * deuglify.el (gnus-outlook-deuglify): Add :group.
14695         * dig.el (dig): Add :group.
14697         * dns-mode.el (dns-mode): Add :group.
14699         * encrypt.el (encrypt): Add :group.
14701         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
14702         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
14703         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
14704         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
14705         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
14707         * gnus-diary.el (gnus-diary): Add :group.
14709         * gnus.el (gnus-group-news-1-face): Add :group.
14710         (gnus-group-news-1-empty-face): Ditto.
14711         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
14712         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
14713         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
14714         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
14715         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
14716         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
14717         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
14718         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
14719         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
14720         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
14721         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
14722         (gnus-summary-high-ticked-face): Ditto.
14723         (gnus-summary-low-ticked-face): Ditto.
14724         (gnus-summary-normal-ticked-face): Ditto.
14725         (gnus-summary-high-ancient-face): Ditto.
14726         (gnus-summary-low-ancient-face): Ditto.
14727         (gnus-summary-normal-ancient-face): Ditto.
14728         (gnus-summary-high-undownloaded-face): Ditto.
14729         (gnus-summary-low-undownloaded-face): Ditto.
14730         (gnus-summary-normal-undownloaded-face): Ditto.
14731         (gnus-summary-high-unread-face): Ditto.
14732         (gnus-summary-low-unread-face): Ditto.
14733         (gnus-summary-normal-unread-face): Ditto.
14734         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
14735         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
14737         * hashcash.el (hashcash): New custom group.
14738         (hashcash-default-payment): Add :group.
14739         (hashcash-payment-alist): Ditto.
14740         (hashcash-default-accept-payment): Ditto.
14741         (hashcash-accept-resources): Ditto.
14742         (hashcash-path): Ditto.
14743         (hashcash-extra-generate-parameters): Ditto.
14744         (hashcash-double-spend-database): Ditto.
14745         (hashcash-in-news): Ditto.
14747         * message.el (message-minibuffer-local-map): Add :group.
14749         * netrc.el (netrc): Add :group.
14751         * sieve-manage.el (sieve-manage-log): Add :group.
14752         (sieve-manage-default-user): Diito.
14753         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
14754         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
14755         (sieve-manage-authenticators): Ditto.
14756         (sieve-manage-authenticator-alist): Ditto.
14757         (sieve-manage-default-port): Ditto.
14759         * sieve-mode.el (sieve-control-commands-face): Add :group.
14760         (sieve-action-commands-face): Ditto.
14761         (sieve-test-commands-face): Ditto.
14762         (sieve-tagged-arguments-face): Ditto.
14764         * smime.el (smime): Add :group.
14766         * spam-report.el (spam-report): Add :group.
14768         * spam.el (spam, spam-face): Add :group.
14770 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14772         * nntp.el (nntp-next-result-arrived-p): Some news servers may
14773         return \n.\n.\n at the end of articles.  Protect against that.
14774         (nntp-with-open-group): Allow debugging.
14776         * nnheader.el (mail-header-set-extra): Make into a function
14777         because I just could't understand how to quote the list properly.
14779         * dns.el (query-dns-cached): New function.
14781 2005-05-26  Lute Kamstra  <lute@gnu.org>
14783         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
14785 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14787         * gnus-art.el: Don't autoload mail-extract-address-components.
14789         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
14790         eval-and-compile to evaluate it.
14792         * hashcash.el: Don't autoload executable-find.
14794         * nndb.el: Don't declare the nndb back end two or more times; don't
14795         autoload news-reply-mode, news-setup, cancel-timer and telnet.
14797         * nntp.el: Autoload format-spec instead of format; use
14798         eval-and-compile to evaluate autoload forms.
14800 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
14802         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
14804 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14806         * gnus.el (gnus-version-number): Bump version.
14808 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
14810         * gnus.el: No Gnus v0.3 is released.
14812 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14814         * gnus-art.el (gnus-article-edit-part): Disable undo.
14816 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14818         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
14819         gnus-article-date-lapsed-new-header is t if date timer is active;
14820         skip headers in which the original date value is empty.
14821         (gnus-article-save-original-date): Redefine it as a macro.
14822         (gnus-display-mime): Use it.
14824 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14826         * gnus-art.el (article-date-ut): Support converting date in
14827         forwarded parts as well.
14828         (gnus-article-save-original-date): New function.
14829         (gnus-display-mime): Use it.
14831 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
14833         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
14834         enclosure element of <item>.
14836 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
14838         * message.el (message-kill-buffer-query): Rename from
14839         `message-kill-buffer-query-if-modified'.  Add :version.
14841 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14843         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
14844         window layout.
14846 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14848         * mml.el: Autoload dnd when compiling.
14850 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
14852         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
14853         x-dnd-*.
14855 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
14857         * qp.el (quoted-printable-encode-region): Save excursion.
14859 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
14861         * message.el (message-kill-buffer-query-if-modified): Add new variable
14862         so the user can kill a modified message buffer quickly.
14863         (message-kill-buffer): Use it.
14865 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14867         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
14868         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
14870 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14872         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
14873         contained in text because xml.el decodes entities) with LFs.
14875 2005-04-11  Lute Kamstra  <lute@gnu.org>
14877         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
14878         differently.
14880 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
14882         * mm-util.el (mm-detect-coding-region): Typo.
14884 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
14886         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
14888 2005-04-06  Deepak Goel  <deego@gnufans.org>
14890         * spam-stat.el (spam-stat-score-buffer): Add a call to a
14891         user-function allow user modifications of the scores.
14892         (spam-stat-score-buffer-user): New function, to allow
14893         user-computed modifications to the score.
14894         (spam-stat-score-buffer-user-functions): List of additional
14895         scoring functions.
14896         (spam-stat-error-holder): Global temporary error holder.
14897         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
14898         variable.
14900 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
14902         * gnus-registry.el (gnus-registry-clean-empty-function)
14903         (gnus-registry-trim, gnus-registry-fetch-groups)
14904         (gnus-registry-delete-group): Groups that match
14905         `gnus-registry-ignored-groups' are removed from the registry
14906         entries, not just ignored for splitting.  This helps clean up the
14907         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
14908         to get all the groups a message ID is in.
14910         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
14911         (spam-stat-split-fancy): Change "threshhold" to "threshold".
14912         (spam-stat-score-buffer-user-functions): Add :number custom type.
14914 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14916         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
14917         argument in XEmacs.
14919         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
14920         (nnrss-request-group): Decode group name first.
14921         (nnrss-request-article): Make a text/plain article if mml-to-mime
14922         failed.
14923         (nnrss-get-encoding): Return a compatible encoding according to
14924         nnrss-compatible-encoding-alist.
14925         (nnrss-find-el): Use consp instead of listp.
14926         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
14928 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14930         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
14931         which Emacs 20 doesn't support.
14932         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
14934 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
14936         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
14937         silence the byte compiler inside the defun.
14939         * gnus-demon.el (parse-time-string): Add autoload.
14941         * gnus-delay.el (parse-time-string): Add autoload.
14943         * gnus-art.el (parse-time-string): Add autoload.
14945         * nnultimate.el (parse-time): Require for `parse-time-string'.
14947 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
14949         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
14951         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
14953         * smime.el (smime-ldap-host-list): Add :version.
14955 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
14957         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
14958         pass it to `gnus-browse-read-group'.
14959         (gnus-browse-read-group): Add NUMBER argument and pass it to
14960         `gnus-group-read-ephemeral-group'.
14962         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
14963         argument and pass it to `gnus-group-read-group'.
14965 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
14967         * mm-util.el (mm-xemacs-find-mime-charset): Only call
14968         mm-xemacs-find-mime-charset-1 if we have the mule feature
14969         available at runtime.
14971 2005-03-25  Werner Lemberg  <wl@gnu.org>
14973         * nnmaildir.el: Replace `illegal' with `invalid'.
14975 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
14977         * gnus-start.el (gnus-display-time-event-handler):
14978         Check display-time-timer at runtime rather than only at load time
14979         in case display-time-mode is turned off in the mean time.
14981 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
14983         * nnimap.el (nnimap-open-connection): Print which authinfo file is
14984         used.
14986         * nneething.el (nneething-map-file-directory): Derive from
14987         `gnus-directory'.
14989         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
14990         the To/Cc button.
14992 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
14994         * nnmaildir.el (nnmaildir-request-accept-article):
14995         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
14997 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
14999         * gnus-async.el: Require timer-funcs at compile time when in
15000         XEmacs for `run-with-idle-timer'.
15002 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15004         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15005         autoloaded function.
15007 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15009         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15011 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15013         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15015 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15017         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15018         Add gnus-expert-user to default.
15020 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15022         * nnimap.el (nnimap-open-server): Ditto.
15024         * imap.el (imap-authenticate): Fix typo.
15026 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15028         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15029         buffer (since IMAP server might return FETCH response out of
15030         order, and the nntp buffer must be sorted).
15032 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15034         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15035         comparison on string.
15037         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15038         (gnus-agent-score): Rename category keywords to match gnus-cus.
15039         (gnus-agent-summary-fetch-series): Modify to protect against
15040         gnus-agent-summary-fetch-group clearing processable flags.
15041         (gnus-agent-synchronize-group-flags): Update live group buffer as
15042         synchronization may occur due to the user toggle the plugged
15043         status.
15044         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15045         successfully downloaded.
15046         (gnus-agent-expire-group-1): Avoid using markers when the overview
15047         is in ascending order; greatly improves performance.
15048         (gnus-agent-regenerate-group):
15049         Use gnus-agent-synchronize-group-flags to reset read status in both
15050         gnus and server.
15051         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15053 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15055         * message.el: Don't autoload former message-utils variables.
15056         (message-strip-subject-trailing-was): Change doc string.
15058         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15059         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15060         (nnweb-google-search): Add "hl=en" here.
15061         (nnweb-google-parse-1, nnweb-google-create-mapping):
15062         Don't hardcode URL.
15064 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15066         * message.el (message-get-reply-headers, message-followup):
15067         Mention related variables `message-use-followup-to' and
15068         `message-use-mail-followup-to', in the information buffer.
15070         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15071         of broken groups(-beta).google.com.
15073 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15075         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15076         parameter to invoked gnus-request-move-article; remove the
15077         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15078         all at once instead of once per article.
15079         (gnus-summary-remove-process-mark): Accept a list of articles as
15080         well as a single article for processing.
15082         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15083         parameter.
15085         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15087         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15089         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15090         parameter.
15092         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15093         parameter.
15095         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15096         parameter and remove the gnus-sum-hint-move-is-internal variable.
15098         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15099         parameter.
15101         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15102         parameter.
15104         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15105         parameter.
15107         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15109         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15110         parameter.
15112         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15113         parameter.
15115 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15117         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15118         a more conservative way.
15120 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15122         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15123         buffer, so it moves the window's cursor.
15125 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15127         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15128         `mm-dissect-multipart' and receive the from field as an (optional)
15129         argument from `mm-dissect-multipart'.
15130         (mm-dissect-multipart): Receive the from field as an argument and
15131         pass it on when we call `mm-dissect-buffer' on MIME parts.
15132         Fixes verification/decryption of signed/encrypted MIME parts.
15134 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15136         * gnus-sum.el (gnus-summary-move-article):
15137         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15138         whatever it calls (right now, only nnimap-request-move article
15139         respects it).
15141         * nnimap.el (nnimap-request-move-article):
15142         When gnus-sum-hint-move-is-internal is set, don't do the extra
15143         nnimap-request-article.
15145 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15147         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15149         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15150         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15152         * gnus-sum.el (gnus-summary-caesar-message):
15153         Apply `gnus-treat-article' after rotation.
15155         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15156         doc string.
15158 2005-02-22  Simon Josefsson  <jas@extundo.com>
15160         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15161         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15162         <arne@arnested.dk>.
15163         (encrypt): Add password-cache and password-cache-expiry as group
15164         members.
15166 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15168         * smime.el (smime-ldap-host-list): Doc fix.
15169         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15170         cache) password.
15171         (smime-sign-region): Use it.
15172         (smime-decrypt-region): Use it.
15173         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15174         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15175         fails.
15176         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15177         certificate from DER to PEM format rather than calling openssl.
15179         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15181         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15182         for signing/encryption.
15184         * mml.el (mml-parse-1): Use them.
15186 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15188         * nnrss.el (nnrss-verbose): Remove.
15189         (nnrss-request-group): Use `nnheader-message' instead.
15191 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15193         * nnrss.el (nnrss-verbose): New variable.
15194         (nnrss-request-group): Make it say nnrss is requesting a group.
15196 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15198         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15199         Handle news URL with given port correctly.
15201 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15203         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15204         containing special characters.
15206         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15208         * mml.el (mime-to-mml): Ditto.
15210         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15211         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15212         (rfc2047-decode-region): Quote decoded words containing special
15213         characters when rfc2047-quote-decoded-words-containing-tspecials
15214         is non-nil.
15216 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15218         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15220         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15222 2005-02-15  Simon Josefsson  <jas@extundo.com>
15224         * nnimap.el (nnimap-debug): Doc fix.
15226         * imap.el (imap-debug): Doc fix.
15228 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15230         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15232 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15234         * gnus.el (spam-contents): Improve docs for spam-contents
15235         parameter in its variable incarnation.
15237 2005-02-14  Simon Josefsson  <jas@extundo.com>
15239         * smime-ldap.el: Use require instead of load-library for ldap.
15240         (smime-ldap-search): Indent.
15241         (smime-ldap-search-internal): Shorten line.
15243         * smime.el (smime-cert-by-dns): Add doc-string.
15244         (smime-cert-by-ldap-1): Indent.
15246         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15247         mml-smime-get-dns-ldap.
15248         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15250 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15252         * smime.el: Require smime-ldap.
15253         (smime-ldap-host-list): New variable.
15254         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15256         * mml-smime.el (mml-smime-encrypt-query): New function.
15257         (mml-smime-encrypt-query): Use it.
15259         * smime-ldap.el: New file.
15261 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15263         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15265 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15267         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15268         argument in doc string.  Make query for type more clear.
15270 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15272         * gnus.el (gnus-group-startup-message): Search for gnus images in
15273         etc/images/gnus.
15274         * mm-util.el (mm-image-load-path): Likewise.
15275         * smiley.el (smiley-data-directory): Search for smilies in
15276         etc/images/smilies.
15278 2005-02-09  Kim F. Storm  <storm@cua.dk>
15280         Change Emacs release version from 21.4 to 22.1 throughout.
15281         Change Emacs development version from 21.3.50 to 22.0.50.
15283 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15285         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15287         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15288         non-Mule XEmacs as well.
15289         (mm-decompress-buffer): Signal an error intentionally if it does
15290         not decompress compressed data because auto-compression-mode is
15291         disabled.
15293 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15295         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15296         an ID in the registry even if it has no groups.
15298 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15300         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15301         merge it into mm-decompress-buffer.
15302         (gnus-mime-copy-part): Use the MIME part charset, the value which
15303         a user specified or gnus-newsgroup-charset for decoding, like
15304         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15305         save-buffer what was used.  Suggested by Kevin Ryde
15306         <user42@zip.com.au>.
15307         (gnus-mime-inline-part): Allow the name parameter as well as the
15308         filename parameter; force decompressing of compressed data; always
15309         display contents being not decoded as unibyte.
15311         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15312         as well as the filename parameter.
15314         * mm-util.el (mm-decompress-buffer):
15315         Merge gnus-mime-jka-compr-maybe-uncompress.
15316         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15317         of compressed data.
15319 2005-02-08  Simon Josefsson  <jas@extundo.com>
15321         * imap.el (imap-log): Doc fix.
15323 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15325         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15326         the coding cookies; decompress compressed parts.
15328         * mml.el (mml-generate-mime-1): Add the charset parameter according
15329         to the value which a user specified manually or the coding cookie.
15331         * mm-util.el (mm-string-to-multibyte): New function.
15332         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15333         (mm-coding-system-to-mime-charset): New function.
15334         (mm-decompress-buffer): New function.
15335         (mm-find-buffer-file-coding-system): New function.
15337         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15338         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15339         parts.
15341 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15343         * mm-view.el (mm-display-inline-fontify): Decode a part according
15344         to the charset parameter.
15346 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15348         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15349         prefix arg is neither nil nor a number, as info specifies.
15351 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15353         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15354         timestamps.
15356 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15358         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15359         groups error checking and notify user.
15361 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15363         * message.el (message-send-mail-function): Check existence of
15364         sendmail-program first before using default value
15365         `message-send-mail-with-sendmail'.  Otherwise use more generic
15366         `smtpmail-send-it'.
15368 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15370         * nntp.el (nntp-request-update-info): Always return nil.
15372 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15374         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15376 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15378         * message.el (message-beginning-of-line): Change the behavior when
15379         invoked between BOL and : so that it first moves backward.
15381 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15383         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15384         article buffer when editing of the article is discarded.
15385         (gnus-article-prepare): Revert.
15387 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15389         * gnus-art.el (gnus-article-prepare):
15390         Remove message-strip-forbidden-properties from the local hook.
15392 2005-01-27  Simon Josefsson  <jas@extundo.com>
15394         * password.el (password-cache-add): Only start one timer per key.
15395         Reported by Derek Atkins <warlord@MIT.EDU>.
15397 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15399         * run-at-time.el: Remove.  It is no longer needed as
15400         timer-funcs.el in the xemacs-base package has a working version of
15401         `run-at-time'.
15403         * password.el: Require timer-funcs instead of run-at-time in
15404         XEmacs.
15405         Remove `password-run-at-time' macro.
15406         (password-cache-add): Use `run-at-time' instead of
15407         `password-run-at-time'.
15409         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15410         for `run-with-idle-timer'.
15412         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15413         for `run-at-time'.
15415         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15416         for `with-timeout'.
15418 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15420         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15421         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15423 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15425         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15426         sensitively.
15428 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15430         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15432 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15434         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15435         which will be inserted according to the multibyteness of a buffer
15436         rather than the type of contents.  Suggested by ARISAWA Akihiro
15437         <ari@mbf.ocn.ne.jp>.
15439         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15440         of string which old xml.el may return rather than a string.
15442 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15444         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15446 2005-01-16  Simon Josefsson  <jas@extundo.com>
15448         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15449         idn/idna.el isn't available.
15450         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15451         <michael@waxrat.com>.
15453         * hashcash.el: Remove non-FSF copyright header.
15455         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15456         (hashcash-generate-payment): Use it.
15457         (hashcash-generate-payment-async): Use it.
15459 2005-01-15  Simon Josefsson  <jas@extundo.com>
15461         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15462         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15464         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15465         gnus-summary-idna-message.
15466         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15467         (gnus-summary-idna-message): New function.
15469 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15471         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15472         gnus-novice-user.
15474 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15476         * nnrss.el (nnrss-request-delete-group): Delete entries in
15477         nnrss-group-alist as well.
15478         (nnrss-save-server-data): Insert newline.
15480 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15482         * gnus.el (gnus-user-agent): Use list of symbols instead of
15483         symbols.  Display full version number for (S)XEmacs.
15484         Optionally display (S)XEmacs codename.
15486         * gnus-util.el (gnus-emacs-version): Update for new
15487         `gnus-user-agent'.
15489         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15490         Gnus version.
15492 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15494         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15495         which is unreadable in some setups.
15497 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15499         * gnus-spec.el (gnus-update-format-specifications): Flush the
15500         group format spec cache if it doesn't support decoded group names.
15502 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15504         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15505         Allow to apply decay on score files matching a regexp.
15507 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15509         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15510         compatibility in %g and %c.
15512 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15514         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15515         name for only %g and %c.
15516         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15517         of gnus-tmp-group to decoded group name.
15518         (gnus-group-make-rss-group): Exclude `/'s from group names.
15520 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15522         * nnrss.el (nnrss-get-encoding): Fix regexp.
15524 2004-12-27  Simon Josefsson  <jas@extundo.com>
15526         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15527         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15528         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15530 2004-12-17  Kim F. Storm  <storm@cua.dk>
15532         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15534         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15536 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15538         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15540 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15542         * nnrss.el: Require rfc2047 and mml.
15543         (nnrss-file-coding-system): New variable.
15544         (nnrss-format-string): Redefine it as an inline function.
15545         (nnrss-decode-group-name): New function.
15546         (nnrss-string-as-multibyte): Remove.
15547         (nnrss-retrieve-headers): Decode group name; don't use
15548         nnrss-format-string.
15549         (nnrss-request-group): Decode group name.
15550         (nnrss-request-article): Decode group name; allow a Message-ID as
15551         well as an article number; don't use nnrss-format-string; encode a
15552         Message-ID string which may contain non-ASCII characters; use
15553         mml-to-mime to compose a MIME article.
15554         (nnrss-request-expire-articles): Decode group name.
15555         (nnrss-request-delete-group): Decode group name.
15556         (nnrss-fetch): Clarify error message.
15557         (nnrss-read-server-data): Use insert-file-contents instead of load;
15558         bind file-name-coding-system; use multibyte buffer.
15559         (nnrss-save-server-data): Bind coding-system-for-write to the
15560         value of nnrss-file-coding-system; bind file-name-coding-system;
15561         add coding cookie.
15562         (nnrss-read-group-data): Use insert-file-contents instead of load;
15563         bind file-name-coding-system; use multibyte buffer.
15564         (nnrss-save-group-data): Bind coding-system-for-write to the
15565         value of nnrss-file-coding-system; bind file-name-coding-system.
15566         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
15567         make it work with non-ASCII text.
15568         (nnrss-find-el): Make it work with old xml.el as well.
15570 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15572         * nnrss.el (nnrss-get-encoding): New function.
15573         (nnrss-fetch): Use unibyte buffer initially; bind
15574         coding-system-for-read while performing mm-url-insert; remove ^Ms;
15575         decode contents according to the encoding attribute.
15576         (nnrss-save-group-data): Add coding cookie.
15577         (nnrss-mime-encode-string): New function.
15578         (nnrss-check-group): Use it to encode subject and author.
15580 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
15582         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
15583         imaginary variable.
15585 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15587         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
15588         correctly even if there are wide characters.
15590 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
15592         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
15593         downcased symbol names; make a new cache instead of reusing
15594         bbdb-hashtable.
15596 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
15598         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
15599         concatenating segments rather than before concatenating them.
15600         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15602         * message.el (message-get-reply-headers): Bind `extra'.
15604 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15606         * message.el (message-extra-wide-headers): New variable.
15607         (message-get-reply-headers): Use it.
15609 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15611         * gnus-agent.el (gnus-agent-group-path): Decode group name.
15612         (gnus-agent-group-pathname): Ditto.
15614         * gnus-cache.el (gnus-cache-file-name): Decode group name.
15616         * gnus-group.el (gnus-group-make-group): Decode group name.
15617         (gnus-group-make-rss-group): Register the group data after opening
15618         the nnrss group.
15620 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
15622         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
15623         by expiry now get marked as read.
15625 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15627         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
15629 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
15631         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
15632         unify Latin characters in XEmacs.
15633         (mm-find-mime-charset-region): Use it.
15635 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15637         * gnus-util.el (gnus-delete-directory): New function.
15639         * gnus-agent.el (gnus-agent-delete-group): Use it.
15641         * gnus-cache.el (gnus-cache-delete-group): Use it.
15643 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15645         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
15646         names.
15648 2004-12-16  Simon Josefsson  <jas@extundo.com>
15650         * hashcash.el (hashcash-payment-alist): Fix custom :type.
15652 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15654         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
15656         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
15657         (gnus-group-set-current-level): Decode group name.
15659 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
15661         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
15662         failed.
15664 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15666         * gnus-group.el (gnus-group-delete-group): Decode group name.
15667         (gnus-group-make-rss-group): Encode group name.
15668         (gnus-group-catchup-current): Decode group name.
15669         (gnus-group-kill-group): Decode group name.
15671 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
15673         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
15675 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15677         * gnus-group.el (gnus-group-make-rss-group):
15678         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
15680         * gnus-start.el (gnus-setup-news): Honor user's setting to
15681         gnus-message-archive-method.  Suggested by Lute Kamstra
15682         <lute@gnu.org>.
15684 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
15686         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
15687         global counterparts of the buffer-local variables.
15689 2004-11-16  Romain Francoise  <romain@orebokech.com>
15691         * gnus-sum.el (gnus-summary-exit): Don't clear the global
15692         counterparts of the buffer-local variables.
15694 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15696         * message.el (message-forbidden-properties): Fix typo in doc
15697         string.
15699 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
15701         * gnus-util.el (gnus-replace-in-string): Add doc string.
15703         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
15704         to avoid problems when splitting mails with many recipients.
15706 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15708         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
15709         pop-to-buffer, covered by the subsequent gnus-configure-windows.
15711 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
15713         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
15714         if there is no hashtable in memory or file modification time is
15715         newer than cached timestamp.
15717 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
15719         * gnus-sum.el (gnus-summary-limit-to-recipient):
15720         Implement not-matching option.
15722 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
15724         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
15725         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
15726         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
15727         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
15728         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
15729         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
15731 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15733         * message.el (message-forward-make-body-mml): Remove headers
15734         according to message-forward-ignored-headers if a message is decoded.
15736 2004-12-02  Romain Francoise  <romain@orebokech.com>
15738         * message.el (message-forward-make-body-plain): Always remove
15739         headers according to message-forward-ignored-headers.
15741 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
15743         * spam.el (spam-summary-prepare-exit): Remove the
15744         gnus-summary-limit pop for now, it has problems with ham marks for
15745         me.
15747 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
15749         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
15750         correctly.
15752 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
15754         * format-spec.el (format-spec): Message the char.
15756 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
15758         * gnus-art.el (gnus-split-methods): Reformat comments.
15760         * spam.el (spam-summary-prepare-exit): Remove article limits
15761         before exiting the summary buffer.
15763 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15765         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
15766         order to silence the byte compiler.
15768         * spam.el: Fix the way to silence the byte compiler, which
15769         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
15770         bbdb-search-simple, spam-BBDB-register-routine,
15771         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
15772         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
15773         spam-stat-buffer-is-spam, spam-stat-load,
15774         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
15775         spam-stat-save and spam-stat-split-fancy.
15777 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15779         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
15780         which may confuse users.
15781         (canlock-password-for-verify): Ditto.
15783         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
15785         * gnus-art.el (gnus-emphasis-alist): Ditto.
15787         * gnus-registry.el (gnus-registry-max-entries): Ditto.
15789         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
15791         * gnus-start.el (gnus-save-killed-list): Ditto.
15793         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
15794         (gnus-sum-thread-tree-root): Ditto.
15795         (gnus-sum-thread-tree-false-root): Ditto.
15796         (gnus-sum-thread-tree-single-indent): Ditto.
15798         * message.el (message-courtesy-message): Ditto.
15799         (message-archive-note): Ditto.
15800         (message-subscribed-address-file): Ditto.
15801         (message-user-fqdn): Ditto.
15803         * spam-report.el (spam-report-gmane-regex): Ditto.
15805         * spam.el (spam-blackhole-good-server-regex): Ditto.
15807 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15809         * mml.el (mml-preview): Widen the message buffer before copying
15810         the contents to the preview buffer; sort headers before previewing.
15812         * message.el (message-hidden-headers): Fix the way to avoid a bug
15813         in the `repeat' widget in Emacs 21.3 or earlier.
15815 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15817         * message.el (message-hidden-headers): Default to "^References:".
15818         Improve customization type.  Suggested by Reiner Steib
15819         <Reiner.Steib@gmx.de>.
15821 2004-11-25  Romain Francoise  <romain@orebokech.com>
15823         * message.el (message-strip-forbidden-properties): Remove check for
15824         obsolete `message-hidden' text property, hidden headers are not
15825         accessible in the buffer anymore.
15827 2004-11-22  Romain Francoise  <romain@orebokech.com>
15829         * message.el (message-header-format-alist): Add `From' in list
15830         so that it can be sorted.
15831         (message-fix-before-sending): Widen and sort headers before
15832         sending.
15833         (message-hide-headers): Use narrowing to hide headers by moving
15834         them to the top of the buffer and narrowing to the region
15835         underneath.
15837 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15839         * message.el (message-strip-forbidden-properties):
15840         Bind buffer-read-only (etc) to nil.
15842 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
15844         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
15845         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
15847 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
15849         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
15851 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15853         * dns.el (query-dns): Use sit-for to time instead of
15854         accept-process-output, since that doesn't seem to work on udp
15855         sockets.
15857 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15859         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
15861 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
15863         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
15864         doc string.  Improve doc string.
15866 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15868         * nntp.el (nntp-request-update-info): Return nil if
15869         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
15870         may not call gnus-activate-group which uselessly issues the GROUP
15871         commands for all nntp groups and wastes time.  Reported by Romain
15872         Francoise <romain@orebokech.com>.
15874         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
15876 2004-11-15  Simon Josefsson  <jas@extundo.com>
15878         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
15879         headers separately.
15880         (gnus-button-openpgp): New function, inspired by Jochen Küpper
15881         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
15883 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
15885         * gnus-start.el (gnus-convert-old-newsrc):
15886         Assign legacy-gnus-agent to 5.10.7.
15888 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15890         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
15891         start of the lines.
15893 2004-11-14  Magnus Henoch  <mange@freemail.hu>
15895         * hashcash.el (hashcash-default-payment): Change default to 20.
15896         (hashcash-default-accept-payment): Change default to 20.
15897         (hashcash-process-alist): New variable.
15898         (hashcash-generate-payment-async): Add.
15899         (hashcash-already-paid-p): Add.
15900         (hashcash-insert-payment): Don't generate payments twice.
15901         (hashcash-insert-payment-async): Add.
15902         (hashcash-insert-payment-async-2): Add.
15903         (hashcash-cancel-async): Add.
15904         (hashcash-wait-async): Add.
15905         (hashcash-processes-running-p): Add.
15906         (hashcash-wait-or-cancel): Add.
15907         (mail-add-payment): New optional argument.  Conditionally start
15908         asynchronous calculation.
15909         (mail-add-payment-async): Add.
15911         * message.el (message-send-mail): Wait for asynchronous hashcash
15912         results.  Don't clobber existing X-Hashcash headers.
15913         (message-setup-1): Call mail-add-payment-async when
15914         message-generate-hashcash is non-nil.
15916 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
15918         * message.el (message-use-alternative-email-as-from): Examine the
15919         From header as well; use message-make-from in order to include a
15920         user's full name.
15922 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15924         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
15925         default; improve customization type.
15926         (gnus-emphasis-custom-with-format): New macro.
15927         (gnus-emphasis-custom-value-to-external): New function.
15928         (gnus-emphasis-custom-value-to-internal): New function.
15930 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15932         * dns.el (query-dns): Resolve reverse addresses.
15934 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15936         * gnus-group.el (gnus-group-get-new-news): Use it.
15938         * gnus-start.el (gnus-check-reasonable-setup): New function.
15940 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15942         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
15943         "Args out of range" error.  Reported by Arnaud Giersch
15944         <arnaud.giersch@free.fr>.
15946 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
15948         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
15950 2004-11-04  Richard M. Stallman  <rms@gnu.org>
15952         * spam.el (spam group): Add :version.
15954         * pgg-def.el (pgg group): Add :version.
15956 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15958         * gnus-art.el (gnus-article-edit-article): Don't associate the
15959         article buffer with a draft file.  This is a temporary measure
15960         against the 2004-08-22 change to gnus-article-edit-mode.
15962 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15964         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
15965         (html2text-format-tags): Remove unused variable `attr'.
15967 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
15969         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
15971         * spam-stat.el (spam-stat): Add :version.
15973         * sieve.el (sieve): Add :version.
15975         * sha1.el (sha1): Add :version.
15976         (sha1-use-external): Remove redundant version.
15978         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
15979         (nnmail-cache-ignore-groups, nnmail-spool-hook)
15980         (nnmail-split-fancy-match-partial-words)
15981         (nnmail-split-lowercase-expanded): Add :version.
15983         * nndiary.el (nndiary): Add :version.
15985         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
15987         * mml-sec.el (mml-default-sign-method)
15988         (mml-default-encrypt-method, mml-signencrypt-style-alist):
15989         Add :version.
15991         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
15993         * mm-url.el (mm-url-use-external, mm-url-program)
15994         (mm-url-arguments): Add :version.
15996         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
15997         (mm-attachment-file-modes, mm-decrypt-option)
15998         (mm-w3m-safe-url-regexp): Add :version.
16000         * message.el (message-cite-prefix-regexp)
16001         (message-sendmail-envelope-from, message-minibuffer-local-map)
16002         (message-user-fqdn, message-completion-alist): Add :version.
16004         * gnus-win.el (gnus-configure-windows-hook)
16005         (gnus-use-frames-on-any-display): Add :version.
16007         * gnus-art.el (gnus-article-address-banner-alist)
16008         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16009         (gnus-treat-from-picon, gnus-treat-mail-picon)
16010         (gnus-treat-x-pgp-sig): Add :version.
16012         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16013         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16014         (gnus-summary-article-delete-hook)
16015         (gnus-summary-display-while-building): Add :version.
16017         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16018         (gnus-get-top-new-news-hook): Add :version.
16020         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16021         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16023         * gnus-registry.el (gnus-registry): Add :version.
16025         * gnus-spec.el (gnus-use-correct-string-widths)
16026         (gnus-make-format-preserve-properties): Add :version.
16028         * gnus.el (gnus-group-charter-alist)
16029         (gnus-group-fetch-control-use-browse-url)
16030         (gnus-install-group-spam-parameters): Add :version.
16032         * gnus-diary.el (gnus-diary): Add :version.
16034         * gnus-delay.el (gnus-delay): Add :version.
16036         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16037         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16038         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16039         Add :version.
16041         * gnus-agent.el (gnus-agent-max-fetch-size)
16042         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16043         (gnus-agent-prompt-send-queue): Add :version.
16045         * deuglify.el (gnus-outlook-deuglify): Add :version.
16047         * html2text.el: Beautify code.  Improve doc strings.
16048         Some checkdoc cleanup.
16049         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16051 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16053         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16055 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16057         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16058         when package is loaded.
16060         * spam.el (spam-summary-score-preferred-header): Add global preference
16061         for people who want to override the default SpamAssassin over
16062         Bogofilter preference (when both are set).
16063         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16064         (spam-user-format-function-S):
16065         Check spam-summary-score-preferred-header.
16066         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16067         (spam-user-format-function-S): Format the score correctly.
16069 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16071         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16072         signature file.  Suggested by Manoj Srivastava
16073         <srivasta@golden-gryphon.com>.
16075         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16076         iso-2022-jp even in the Japanese language environment.
16077         Suggested by Jason Rumney <jasonr@gnu.org>.
16079 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16081         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16082         use the same characters as the dummy marks; make it free from
16083         getting affected by the language environment.
16084         (gnus-summary-read-group-1): Update mark positions only when the
16085         format spec is updated.
16087         * gnus-spec.el (gnus-update-format-specifications): Return a list
16088         of updated types.
16090 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16092         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16093         of boundp to check if display-warning is available.
16095 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16097         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16099 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16101         * nnspool.el (nnspool-spool-directory): Use news-path if the
16102         news-directory variable is not bound.
16104         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16105         function instead of display-warning if it is not available.
16107 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16109         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16110         v5-10: Use `point-at-bol'.
16112 2004-10-26  Simon Josefsson  <jas@extundo.com>
16114         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16115         <chenggao@gmail.com>.
16117 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16119         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16120         instead.
16122 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16124         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16125         to remove a server from the nnimap-server-buffer-alist.
16126         (nnimap-open-connection, nnimap-close-server): Use it.
16128         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16130 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16132         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16133         running the major-mode function.
16135 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16137         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16138         dummy marks in the right way.
16140 2004-10-18  David Edmondson  <dme@dme.org>
16142         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16143         excessively.
16145 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16147         * gnus-util.el (gnus-split-references): Accept a nil references
16148         string and go on blissfully.
16150         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16151         cases where the references string is non-nil but has no references.
16153         * encrypt.el: Add autoload tags.
16155         * spam.el (spam-resolve-registrations-routine): Remove article
16156         from unregistration list too.  Reported by David Hanak
16157         <dhanak@isis.vanderbilt.edu>
16159 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16161         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16162         nil.  Change custom type.
16164 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16166         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16168         * gnus-sum.el (gnus-summary-move-article): Use it.
16170 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16172         * encrypt.el: Add autoload cookies.
16174         * spam.el (spam-backend-article-list-property)
16175         (spam-backend-get-article-todo-list)
16176         (spam-backend-put-article-todo-list)
16177         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16178         Resolve registrations separately.
16179         (spam-register-routine): Format comments.
16180         (spam-unregister-routine, spam-register-routine): Always call with
16181         specific-articles, no default list.
16182         (spam-summary-prepare-exit): Use the spam-classifications function.
16184         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16185         gnus-encrypt.el.
16187         * encrypt.el: Copied from gnus-encrypt.el.
16189         * gnus-encrypt.el: Commented that it's obsolete.
16191 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16193         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16194         (gnus-score-save): Use it.
16196         * message.el (message-bury): Use `window-dedicated-p'.
16198 2004-10-15  Simon Josefsson  <jas@extundo.com>
16200         * pop3.el (top-level): Don't require nnheader.
16201         (pop3-read-timeout): Add.
16202         (pop3-accept-process-output): Add.
16203         (pop3-read-response, pop3-retr): Use it.
16205 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16207         * spam.el (spam-register-routine): Move comment.
16208         (spam-verify-bogofilter): Use 'unknown for the initial
16209         spam-bogofilter-valid state, not 'never.
16211         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16212         for netrc-machine.
16214         * nnimap.el (nnimap-open-connection):
16215         Use netrc-machine-user-or-password.
16217 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16219         * gnus-registry.el (gnus-registry-unload-hook):
16220         Set as a variable with add-hook.
16222         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16223         of news-path.
16225         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16227         * spam.el: Delete duplicate `provide'.
16228         (spam-unload-hook): Set as a variable with add-hook.
16230 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16232         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16233         in the doc string.
16235         * message.el (message-ignored-news-headers)
16236         (message-ignored-supersedes-headers)
16237         (message-ignored-resent-headers)
16238         (message-forward-ignored-headers): Improve custom type.
16240 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16242         * message.el (message-tokenize-header): Fix 2004-09-06 change
16243         which used point-min in the wrong place.
16245 2004-10-12  Simon Josefsson  <jas@extundo.com>
16247         * tls.el (tls-certtool-program): New variable.
16248         (tls-certificate-information): New function, based on
16249         ssl-certificate-information.
16251 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16253         * compface.el: Move the version of ELisp-based uncompface program
16254         to the contrib directory because of the copyright problem.
16256 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16258         * message.el (message-kill-buffer): Raise the current frame.
16260 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16262         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16264         * gnus.el (message-y-or-n-p): Autoload.
16266         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16267         (pop3-password-required, pop3-authentication-scheme)
16268         (pop3-leave-mail-on-server): Make customizable.
16269         (pop3): New custom group.
16270         (pop3-retr): Remove `sleep-for' statements.
16271         Suggested by Dave Love <fx@gnu.org>.
16273         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16274         Windows/DOS.
16276         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16277         (imap-parse-body): Fix incorrect use of `assert'.
16278         Suggested by Dave Love <fx@gnu.org>.
16280         * mml.el (mml-minibuffer-read-disposition): Require match.
16281         Suggested by Dave Love <fx@gnu.org>.
16283 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16285         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16286         doc string.
16288 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16290         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16292 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16294         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16295         instead of calling `mm-insert-inline', to decode text/* parts
16296         before displaying them.
16298 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16300         * mm-uu.el (mm-uu-text-plain-type): New variable.
16301         (mm-uu-pgp-signed-extract-1): Use it.
16302         (mm-uu-pgp-encrypted-extract-1): Use it.
16303         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16304         bind mm-uu-text-plain-type with that value.
16305         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16306         mm-uu-dissect.
16308 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16310         * gnus-group.el (gnus-update-group-mark-positions):
16311         * gnus-sum.el (gnus-update-summary-mark-positions):
16312         * message.el (message-check-news-body-syntax):
16313         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16314         of string-as-multibyte.
16316 2004-10-05  Juri Linkov  <juri@jurta.org>
16318         * gnus-group.el (gnus-update-group-mark-positions):
16319         * gnus-sum.el (gnus-update-summary-mark-positions):
16320         * message.el (message-check-news-body-syntax):
16321         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16322         8-bit unibyte values to a multibyte string for search functions.
16324 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16326         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16327         (mm-uu-dissect-text-parts): New function.
16329         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16330         dissect text parts.
16332         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16333         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16335         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16337         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16338         Use gnus-current-topics instead of gnus-current-topic.
16340 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16342         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16344 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16346         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16347         where approriate.
16349         * nnml.el (nnml-generate-active-info): do.
16351         * nndiary.el (nndiary-generate-active-info): do.
16353         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16354         (gnus-topic-move): do.
16356         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16357         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16359         * gnus-srvr.el (gnus-server-prepare)
16360         (gnus-server-open-all-servers): do.
16362         * gnus-msg.el (gnus-summary-cancel-article)
16363         (gnus-summary-resend-message)
16364         (gnus-summary-mail-crosspost-complaint): do.
16366         * gnus-move.el (gnus-change-server): do.
16368         * gnus-group.el (gnus-group-unmark-all-groups)
16369         (gnus-group-set-current-level): do.
16371 2004-10-04  Simon Josefsson  <jas@extundo.com>
16373         * message.el (message-generate-hashcash): Doc fix.
16375 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16377         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16378         avoid infinite recursion via gnus-get-function.
16380 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16382         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16384         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16386         * nnmail.el (nnmail-split-history): do.
16388         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16389         (nnml-request-delete-group): do.
16391         * nnslashdot.el (nnslashdot-read-groups): do.
16393         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16394         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16396         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16397         (nnspool-sift-nov-with-sed): Use last.
16398         (nnspool-retrieve-headers-with-nov): Use mapc.
16399         (nnspool-request-newgroups): Use dolist.
16400         (nnspool-request-group): Use last.
16402         * nntp.el (nntp-read-server-type): Use dolist.
16404         * nnvirtual.el (nnvirtual-create-mapping)
16405         (nnvirtual-update-read-and-marked): Use dolist.
16406         (nnvirtual-convert-headers): Simplify.
16408 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16410         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16411         Add support for sync'ing tick marks.
16413 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16415         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16416         there's no visible header.
16418 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16420         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16421         When necessary, pass full group name to gnus-request-set-marks.
16423 2004-10-01  Simon Josefsson  <jas@extundo.com>
16425         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16426         acroread.
16428 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16430         * spam-report.el (spam-report-gmane): Fix interactive.
16432         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16434         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16435         when writing file.
16436         (gnus-agent-synchronize-flags): Don't default to being
16437         interactive.
16439 2004-09-30  Simon Josefsson  <jas@extundo.com>
16441         * message.el (message-generate-hashcash): Add.
16442         (message-send-mail): Use it, call mail-add-payment.
16444 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16446         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16448 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16450         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16451         gnus-requst-update-info with explicit code to sync the in-memory
16452         info read flags with the marks being sync'd to the backend.
16454         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16456 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16458         * spam.el (spam-verify-bogofilter): Add new function.
16459         (spam-check-bogofilter)
16460         (spam-bogofilter-register-with-bogofilter): Use it.
16461         (spam-verify-bogofilter): Add small fixes.
16463 2004-09-28  Simon Josefsson  <jas@extundo.com>
16465         * hashcash.el (hashcash-generate-payment): Revert.
16467 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16469         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16470         Use gnus-extract-references instead of gnus-split-references.
16472         * gnus-util.el (gnus-extract-references): Add new function, analogous
16473         to gnus-split-references but extracts only the message-ID without
16474         anything extra.
16476         * hashcash.el (hashcash-generate-payment)
16477         (hashcash-check-payment): Do the right thing if hashcash-path is
16478         nil (because the hashcash program could not be found).
16480         * spam.el (spam-use-hashcash): Remove comment.
16482 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16484         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16485         (gnus-cache-enter-article, gnus-cache-remove-article)
16486         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16488         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16490         * gnus-art.el (article-hide-boring-headers)
16491         (article-translate-strings, article-display-face)
16492         (gnus-article-mime-match-handle-first)
16493         (gnus-article-highlight-headers)
16494         (gnus-article-add-buttons-to-head): do.
16496 2004-09-27  Simon Josefsson  <jas@extundo.com>
16498         * hashcash.el: New version, from
16499         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16500         ../contrib/.
16502 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16504         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16506 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16508         * gnus-dup.el (gnus-dup-open): Use mapc.
16509         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16511         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16512         Reported by Stefan Wiens <s.wi@gmx.net>.
16514         * gnus.el (gnus-shutdown): Use dolist.
16516         * gnus-undo.el (gnus-undo): Use mapc.
16518         * nnrss.el (nnrss-generate-active): do.
16520         * message.el (message-cite-original-without-signature)
16521         (message-cite-original): Use mapc.
16522         (message-do-actions, message-make-forward-subject): Use dolist.
16524 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16526         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16527         deletion to remove entire duplicate line.  Fixes merged article
16528         number bug.
16530 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16532         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16533         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16534         first ask if you want to open a server and then, even when you
16535         responded with no, asking if you want to synchronize the server's
16536         flags.
16537         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16538         multi-line expressions.
16539         (gnus-agent-synchronize-group-flags): New internal function.
16540         Updates marks in memory (in the info structure) AND in the
16541         backend.
16543         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16545         * nnagent.el (nnagent-request-set-mark):
16546         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16547         method, to ensure that synchronization updates marks in the
16548         backend and in the info (in memory) structure.
16550 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16552         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
16553         convention fully; don't miss the root article of a thread; make
16554         the X-Draft-From header with correct article numbers.
16556 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
16558         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
16559         unless plugged.  Disable the agent so that an open failure causes
16560         an error.
16562         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
16563         Revert 2004-09-21 change.  The backend must be opened while
16564         synchronizing flags even when the backend stores the flags
16565         locally.
16567 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
16569         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
16570         in `header' match.  Reported by Svend Tollak Munkejord.
16572         * message.el (message-cite-original): Fix use of
16573         `message-cite-articles-with-x-no-archive'.
16575 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16577         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
16578         (gnus-window-to-buffer): Ditto.
16580         * mml.el (mml-preview-buffer): New variable.
16581         (mml-preview): Manage window layout with gnus-buffer-configuration.
16583         * gnus-msg.el (gnus-setup-message): Put article numbers into the
16584         X-Draft-From header even if those articles aren't quoted.
16586 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
16588         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
16589         (gnus-request-set-mark, gnus-request-update-mark): Use new
16590         g-s-t-u-l-m to decide to use backend even when unplugged.
16592 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16594         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
16595         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
16597 2004-09-20  Simon Josefsson  <jas@extundo.com>
16599         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
16600         "utf-16-le".
16602 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
16604         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
16606 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
16608         * uudecode.el (uudecode-use-external): Add :version.
16610         * smime.el (smime-CA-file, smime-encrypt-cipher)
16611         (smime-dns-server): Add :version.
16613         * smiley.el (gnus-smiley-file-types): Add :version.
16615         * sha1.el (sha1-use-external): Add :version.
16617         * pgg-def.el (pgg-query-keyserver): Add :version.
16619         * nnmail.el (nnmail-fancy-expiry-targets)
16620         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
16621         Add :version.
16623         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
16624         (nnimap-retrieve-groups-asynchronous): Add :version.
16625         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
16627         * mml.el (mml-content-disposition-parameters)
16628         (mml-insert-mime-headers-always): Add :version.
16630         * mm-util.el (mm-coding-system-priorities): Add :version.
16632         * mm-decode.el (mm-inline-text-html-with-images)
16633         (mm-keep-viewer-alive-types, mm-external-terminal-program)
16634         (mm-verify-option): Add :version.
16635         (mm-text-html-renderer): Change :version.
16637         * message.el (message-fcc-externalize-attachments)
16638         (message-required-headers, message-draft-headers)
16639         (message-subject-trailing-was-query)
16640         (message-subject-trailing-was-ask-regexp)
16641         (message-subject-trailing-was-regexp, message-mark-insert-begin)
16642         (message-mark-insert-end, message-archive-header)
16643         (message-archive-note, message-cross-post-default)
16644         (message-cross-post-note, message-followup-to-note)
16645         (message-cross-post-note-function, message-use-mail-followup-to)
16646         (message-subscribed-address-functions)
16647         (message-subscribed-address-file, message-subscribed-addresses)
16648         (message-subscribed-regexps, message-allow-no-recipients)
16649         (message-yank-cited-prefix, message-signature-insert-empty-line)
16650         (message-hidden-headers, message-hierarchical-addresses)
16651         (message-mail-user-agent, message-use-idna)
16652         (message-valid-fqdn-regexp)
16653         (message-strip-special-text-properties, message-header-synonyms)
16654         (message-beginning-of-line, message-tab-body-function): Add :version.
16655         (message-insert-canlock, message-wide-reply-confirm-recipients):
16656         Change :version.
16658         * mail-source.el (mail-source-ignore-errors): Add :group, :type
16659         and :version.
16660         (mail-source-delete-old-incoming-confirm)
16661         (mail-source-movemail-program): Add :version.
16663         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
16664         (gnus-agent-cache, gnus-agent): Change :version.
16666         * gnus-util.el (gnus-use-byte-compile): Change :version.
16668         * gnus-sum.el (gnus-summary-make-false-root-always)
16669         (gnus-summary-default-high-score)
16670         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
16671         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
16672         (gnus-read-all-available-headers, gnus-article-emulate-mime)
16673         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
16674         (gnus-sum-thread-tree-single-indent)
16675         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
16676         (gnus-sum-thread-tree-leaf-with-other)
16677         (gnus-sum-thread-tree-single-leaf): Add :version.
16678         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
16679         (gnus-article-loose-mime): Change :version.
16681         * gnus-start.el (gnus-backup-startup-file)
16682         (gnus-save-startup-file-via-temp-buffer): Add :version.
16684         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
16685         (gnus-server-offline-face): Add :version.
16687         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
16689         * gnus-msg.el (gnus-gcc-externalize-attachments)
16690         (gnus-debug-files, gnus-debug-exclude-variables)
16691         (gnus-discouraged-post-methods): Change :version.
16692         (gnus-confirm-mail-reply-to-news)
16693         (gnus-confirm-treat-mail-like-news): Add :version.
16695         * gnus-int.el (gnus-server-unopen-status): Add :version.
16697         * gnus-group.el (gnus-group-jump-to-group-prompt)
16698         (gnus-large-ephemeral-newsgroup)
16699         (gnus-fetch-old-ephemeral-headers): Add :version.
16701         * gnus-fun.el (gnus-x-face-directory)
16702         (gnus-convert-pbm-to-x-face-command)
16703         (gnus-convert-image-to-x-face-command)
16704         (gnus-convert-image-to-face-command): Add :version.
16706         * gnus-delay.el (gnus-delay-default-hour): Add :version.
16708         * gnus-cite.el (gnus-cite-blank-line-after-header)
16709         (gnus-article-boring-faces): Add :version.
16711         * gnus-art.el (gnus-buttonized-mime-types)
16712         (gnus-inhibit-mime-unbuttonizing)
16713         (gnus-treat-display-face)
16714         (gnus-treat-body-boundary): Change :version.
16715         (gnus-body-boundary-delimiter, gnus-picon-databases)
16716         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
16717         (gnus-treat-date-english, gnus-treat-fold-headers)
16718         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
16719         (gnus-treat-mail-picon, gnus-treat-wash-html)
16720         (gnus-article-encrypt-protocol)
16721         (gnus-use-idna, gnus-article-over-scroll)
16722         (gnus-mime-display-multipart-alternative-as-mixed)
16723         (gnus-mime-display-multipart-related-as-mixed)
16724         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
16725         (gnus-ctan-url, gnus-button-ctan-handler)
16726         (gnus-button-handle-ctan-bogus-regexp)
16727         (gnus-button-ctan-directory-regexp)
16728         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
16729         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
16730         (gnus-button-man-level, gnus-button-emacs-level)
16731         (gnus-button-message-level, gnus-button-browse-level): Add :version.
16733         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
16734         (gnus-agent-go-online): Change :version.
16735         (gnus-agent-expire-unagentized-dirs)
16736         (gnus-agent-auto-agentize-methods): Add :version.
16738         * flow-fill.el (fill-flowed-display-column)
16739         (fill-flowed-encode-column): Add :version.
16741         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
16742         (gnus-outlook-deuglify-unwrap-max)
16743         (gnus-outlook-deuglify-cite-marks)
16744         (gnus-outlook-deuglify-unwrap-stop-chars)
16745         (gnus-outlook-deuglify-no-wrap-chars)
16746         (gnus-outlook-deuglify-attrib-cut-regexp)
16747         (gnus-outlook-deuglify-attrib-verb-regexp)
16748         (gnus-outlook-deuglify-attrib-end-regexp)
16749         (gnus-outlook-display-hook): Add :version.
16751         * binhex.el (binhex-use-external): Add :version.
16753 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
16755         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
16756         and `invisible'.
16758 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
16760         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
16761         in gnus-registry-trim.
16763 2004-09-13  Simon Josefsson  <jas@extundo.com>
16765         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
16767         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
16769         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
16770         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16771         <yamaoka@jpl.org>.
16772         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
16773         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
16774         <yamaoka@jpl.org>.
16776         * sieve.el (sieve-manage-mode): Ditto.
16778 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
16780         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
16782 2004-09-11  Simon Josefsson  <jas@extundo.com>
16784         * dns-mode.el: Add.
16786         * mm-view.el (mm-display-dns-inline): Add.
16788         * mm-decode.el (mm-inline-media-tests): Add text/dns.
16789         (mm-automatic-display): Ditto.
16791         * mailcap.el (mailcap-mime-data): Add text/dns.
16792         (mailcap-mime-extensions): Map .soa to text/dns.
16794 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
16796         * gnus-art.el (article-decode-mime-words, article-babel)
16797         (gnus-article-highlight-signature, gnus-article-add-buttons)
16798         (gnus-signature-toggle): Remove unnecessary bindings of
16799         `inhibit-read-only' inherited from v5.10 merge.
16801 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
16803         * nntp.el (nntp): New customization group.
16804         (nntp-authinfo-file): Add customization group.
16806         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
16808         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
16810         * gnus.el (to-address, to-list, subscribed)
16811         (large-newsgroup-initial): Ditto.
16813         * flow-fill.el (fill-flowed-display-column)
16814         (fill-flowed-encode-column): Ditto.
16816 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16818         * message.el (message-tokenize-header, message-send-mail-with-qmail):
16819         Use point-min rather than 1.
16820         (message-send-mail): Use buffer-size rather than point-max.
16822         * gnus-sum.el (gnus-summary-search-article-forward):
16823         Signal a specific `search-failed' rather than a generic `error'.
16825         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
16826         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
16827         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
16829 2004-09-10  Simon Josefsson  <jas@extundo.com>
16831         * nndb.el (require): Remove tcp and duplicate cl.
16833 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16835         * gnus-agent.el (directory-files-and-attributes): Move forward.
16837 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16839         * gnus-agent.el (directory-files-and-attributes):
16840         Optionally defined to support XEmacs.
16842 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
16844         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
16845         to avoid run-time CL dependencies.
16846         (gnus-agent-unfetch-articles): New function.
16847         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
16848         article numbers even when local .overview file is missing.
16849         (gnus-agent-read-article-number): New function.  Only accepts
16850         27-bit article numbers.
16851         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
16852         Use gnus-agent-read-article-number.
16853         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
16854         from backend while recognizing that article numbers in .overview
16855         must be valid.
16856         (gnus-agent-update-files-total-fetched-for):
16857         Use directory-files-and-attributes to improve performance.
16858         * gnus-int.el (gnus-request-move-article):
16859         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
16860         improve performance.
16862         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
16863         some users confused by references to .newsrc when they only have a
16864         .newsrc.eld file.
16865         (gnus-convert-mark-converter-prompt)
16866         (gnus-convert-converter-needs-prompt): Fix use of property list.
16867         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
16868         New function.  Used internally to only display 'gnus converting
16869         files' message when actually necessary.
16871         * gnus-sum.el (): Remove (require 'gnus-agent) as required
16872         methods now autoloaded.
16874 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16876         * gnus-sum.el (gnus-summary-insert-subject): Remove list
16877         identifiers.
16879 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
16881         * gnus-picon.el: Fix indentation and closing parenthesis.
16883 2004-09-01  Simon Josefsson  <jas@extundo.com>
16885         * message.el (message-canlock-generate): Require sha1, not
16886         sha1-el.  (Can we get rid of this require altogether?  It is ugly
16887         to require within a function.  Sadly, if sha1.el isn't loaded, the
16888         let binding in m-c-g will hide the defcustom definition, which is
16889         bad.)
16891         * canlock.el: Require sha1, not sha1-el.
16893         * message.el: Don't autoload sha1 (there is a autoload cookie in
16894         sha1.el).
16896         * sha1-el.el: Rename to sha1.el.
16898 2004-08-30  Juanma Barranquero  <lektu@terra.es>
16900         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
16902 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16904         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
16906 2004-08-30  Kim F. Storm  <storm@cua.dk>
16908         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
16910         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
16911         Add :group 'nnimap.
16913 2004-08-30  Andreas Schwab  <schwab@suse.de>
16915         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
16916         ?* and ?\;.
16918         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
16919         and ?\' to symbol instead of whitespace.
16921 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16923         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
16925         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
16926         instead of re-search-forward.
16928         * gnus-uu.el (gnus-uu-save-article): Ditto.
16929         (gnus-uu-post-encode-uuencode): Ditto.
16931         * html2text.el (html2text-clean-list-items): Ditto.
16932         (html2text-clean-dtdd): Ditto.
16933         (html2text-format-tags): Ditto.
16935         * message.el (message-send-mail-with-sendmail): Fix regexp.
16936         (message-fill-field-general): Use search-forward instead of
16937         re-search-forward.
16938         (unbold-region): Ditto.
16940         * nnrss.el (nnrss-request-article): Ditto.
16942         * nnslashdot.el (nnslashdot-request-article): Ditto.
16944         * nnweb.el (nnweb-gmane-wash-article): Ditto.
16946         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
16947         "Unrecognized menu descriptor" error in XEmacs.
16949 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16951         * gnus-sum.el (gnus-read-header): Don't remove a header for the
16952         parent article of a sparse article in the thread hashtb.
16954 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
16956         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
16957         (nnmail-expand-newtext): Lowercase expanded entries if
16958         nnmail-split-lowercase-expanded is non-nil.
16960 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16962         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
16964         * gnus-group.el (gnus-group-line-format-alist): Convert the value
16965         of gnus-tmp-news-method into string under XEmacs.  It will be
16966         passed to gnus-correct-length which takes only a string argument.
16968 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16970         * gnus-util.el (gnus-bind-print-variables): New macro.
16971         (gnus-prin1): Use it.
16972         (gnus-prin1-to-string): Use it.
16973         (gnus-pp): New function.
16974         (gnus-pp-to-string): New function.
16976         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
16977         Replace pp-to-string with gnus-pp-to-string.
16978         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
16979         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
16980         * gnus-msg.el (gnus-debug): Ditto.
16981         * gnus-score.el (gnus-score-save): Ditto.
16982         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
16983         gnus-pp-to-string.
16984         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
16985         with gnus-pp.
16986         * score-mode.el (gnus-score-pretty-print): Ditto.
16987         * webmail.el (webmail-debug): Ditto.
16989 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16991         * gnus-art.el (article-display-face, article-display-x-face):
16992         Use buffer-read-only.
16994 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16996         * gnus-art.el (article-hide-list-identifiers):
16997         Bind inhibit-read-only as t.
16999 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17001         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17003 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17005         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17006         (gnus-narrow-to-page): Don't assume point-min == 1.
17007         (gnus-article-edit-mode): Derive from message-mode.
17009         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17010         point-min == 1.
17012         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17013         Disable incorrect use of `assert'.
17015         * message.el (message-mode): Set comment-start-skip.
17017 2004-08-22  Sam Steingold  <sds@gnu.org>
17019         * pop3.el (pop3-leave-mail-on-server): New user variable.
17020         (pop3-movemail): Delete mail only when it is nil.
17022 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17024         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17026         * mml.el (mml-preview): Use `pop-to-buffer'.
17028         * message.el (message-goto-mail-followup-to): Insert after "To".
17029         (message-carefully-insert-headers): Add comment.
17031         * gnus.el: Remove unused variable `gnus-article-check-size'.
17033         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17035         * gnus-art.el (gnus-button-alist):
17036         Improve `gnus-button-handle-library' entry.
17038 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17040         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17041         Use downcase, since XEmacs capitalizes error messages differently.
17043 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17045         * nntp.el: Add (require 'gnus) due to reference to
17046         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17048 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17050         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17051         Bind `mm-fill-flowed'.
17053         * mm-decode.el (mm-dissect-singlepart): Check it.
17055 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17057         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17058         'imap' for netrc parsing.
17060 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17062         * mailcap.el (mailcap-mime-data): Mark as risky.
17064 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17066         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17067         may be included in the encoded word.
17068         (rfc2047-encode): Don't append a space if the encoded word
17069         includes close parenthesis.
17071 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17073         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17074         of text within parentheses.
17076 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17078         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17079         (gnus-encrypt-write-file-contents): Make the password key the file
17080         name PLUS the cipher, not just the cipher.  Also remove failed
17081         passwords from the cache.
17083 2004-08-06  Simon Josefsson  <jas@extundo.com>
17085         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17086         Doc fix.
17088 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17090         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17091         LWSP.
17093 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17095         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17096         Try to append in-reply-to: data to the references: header.
17098         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17099         (netrc-parse): Use gnus-encrypt.el functions.
17101         * gnus-encrypt.el: Add new file for encryption support; currently
17102         does only a few GPG ciphers and an internal XOR cipher.
17104         * password.el: Add comments on using password-read-and-add.
17105         (password-read-and-add): Add function to read and add the
17106         password to the cache at once.
17108 2004-07-28  Simon Josefsson  <jas@extundo.com>
17110         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17111         parameter (but don't use it, for now).
17113         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17114         instead of hard coding to nil.
17116 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17118         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17119         as mm-inline-image-xemacs does.
17121 2004-07-26  Simon Josefsson  <jas@extundo.com>
17123         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17124         Revert part of 2004-07-17 change below.
17126 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17128         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17129         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17131 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17133         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17134         quotes that actually start with ">" at the beginning of the
17135         lines.
17137 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17139         * rfc2047.el (rfc2047-encode-region): Fix last change.
17140         (rfc2047-encode-parameter): Remove useless concat.
17142 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17144         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17145         encode special characters; fix some kind of misconfigured headers;
17146         signal a real error if debug-on-quit or debug-on-error is non-nil.
17147         (rfc2047-encode-max-chars): New variable.
17148         (rfc2047-encode-1): Use it.
17149         (rfc2047-encode-parameter): New function.
17151         * mml.el (mml-insert-parameter): Remove an excessive space.
17153 2004-07-17  Simon Josefsson  <jas@extundo.com>
17155         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17156         Kai Grossjohann <kai@emptydomain.de>.
17157         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17158         (gnus-group-make-menu-bar): Ditto.
17160         * gnus-util.el (gnus-group-server): Add.
17162 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17164         * message.el (message-clone-locals): Clone sendmail and smtp
17165         variables.
17167 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17169         * rfc2047.el (rfc2047-encode-region): Fix last change.
17171 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17173         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17174         characters as non-special.
17176 2004-07-09  Simon Josefsson  <jas@extundo.com>
17178         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17179         Users will lose all flag changes made while unplugged with
17180         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17181         good default.  See numerous reports on ding mailing list.
17183 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17185         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17186         add generate-head-function and generate-article-function to the
17187         rfc822-forward entry.
17188         (nndoc-rfc822-forward-generate-article): New function.
17189         (nndoc-rfc822-forward-generate-head): New function.
17191         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17193 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17195         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17196         respect display group parameter and gnus-summary-expunge-below.
17197         (gnus-articles-to-read): Remove unused reference to display group
17198         parameter.
17200 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17202         * nnheader.el (nnheader-uniquify-message-id): New experimental
17203         variable.
17204         (nnheader-nov-read-message-id): Use it.
17206         * spam-report.el (spam-report-gmane): Add interactive.
17208 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17210         * mm-encode.el (mm-content-transfer-encoding-defaults):
17211         Use qp-or-base64 for the application/* types.
17213 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17215         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17217 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17219         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17220         trim value.
17222 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17224         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17225         New macro and function.
17226         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17228 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17230         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17231         after-load-alist.
17233 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17235         * gnus-group.el (gnus-group-get-new-news-this-group):
17236         Don't update info that isn't there.
17238 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
17240         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17241         entry.
17243 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17245         * mm-view.el (mm-inline-render-with-function): Use multibyte
17246         buffer; decode html source by charset.
17248         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17250         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17251         Mule-UCS is loaded under XEmacs.
17252         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17254 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17256         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17258 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17260         * mm-util.el (mm-coding-system-p): Return a coding-system.
17261         (mm-mime-mule-charset-alist): Use shift_jis instead of
17262         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17263         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17264         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17265         instead of japanese-shift-jis and iso-latin-1 respectively in
17266         order to share the default value with both Emacs and XEmacs-mule.
17267         (mm-mule-charset-to-mime-charset):
17268         Make mm-coding-system-priorities effective.
17269         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17270         while predicating of candidates upon the priorities.
17272 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17274         * gnus-sum.el (gnus-summary-make-menu-bar):
17275         Add gnus-uu-invert-processable.
17277         * gnus.el: Autoload gnus-uu-invert-processable.
17279 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17281         * mm-util.el (mm-with-multibyte-buffer): New macro.
17283         * rfc2047.el (rfc2047-encode-string): Use it.
17284         (rfc2047-encode-region): Move point to the end of the region after
17285         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17287 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17289         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17290         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17292 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17294         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17295         (gnus-cite-parse): Ignore quoted envelope From_.
17296         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17298 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17300         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17301         invalid addresses.
17303 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17305         * spam.el: Change section markers, revise TODO list.
17306         (spam-backends): Make new master list of all installed backends.
17307         (spam-summary-exit-behavior): Add new variable to determine how
17308         messages moves are done at summary exit.
17309         (spam-move-spam-nonspam-groups-only)
17310         (spam-process-ham-in-nonham-groups)
17311         (spam-process-ham-in-spam-groups): Remove variables, the
17312         spam-summary-exit-behavior variable should be used to manage this
17313         behavior.
17314         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17315         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17316         and spam-old-spam-articles.
17317         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17318         Add empty variables, placeholders for the backends they represent.
17319         (spam-set-difference): Move, unchanged.
17320         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17321         unless the user has a processor variable.
17322         (spam-classifications, spam-classification-valid-p)
17323         (spam-backend-properties, spam-backend-property-valid-p)
17324         (spam-backend-function-type-valid-p)
17325         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17326         (spam-report-articles-gmane, spam-report-articles-resend):
17327         Remove functions, they are not needed.
17328         (spam-install-backend-super, spam-backend-list)
17329         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17330         (spam-backend-function, spam-backend-ham-registration-function)
17331         (spam-backend-spam-registration-function)
17332         (spam-backend-ham-unregistration-function)
17333         (spam-backend-spam-unregistration-function)
17334         (spam-backend-statistical-p, spam-backend-mover-p)
17335         (spam-install-backend-alias, spam-install-checkonly-backend)
17336         (spam-install-mover-backend, spam-install-nocheck-backend)
17337         (spam-install-backend, spam-install-statistical-backend)
17338         (spam-install-statistical-checkonly-backend): Add backend installation
17339         support.
17340         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17341         (spam-group-processor-p): Use the new backend code and respect the
17342         summary exit behavior.
17343         (spam-mark-spam-as-expired-and-move-routine): Remove.
17344         (spam-summary-prepare): Change to use the new spam-old-articles
17345         variable.
17346         (spam-copy-or-move-routine, spam-copy-spam-routine)
17347         (spam-move-spam-routine, spam-copy-ham-routine)
17348         (spam-move-ham-routine): Add code to copy/move ham or spam.
17349         (spam-fetch-field-fast): Improve doc and code, plus allow the
17350         'number request.
17351         (spam-list-of-checks, spam-list-of-statistical-checks):
17352         Remove variables.
17353         (spam-split, spam-find-spam): Use the new backend code.
17354         (spam-registration-functions): Remove variable.
17355         (spam-unregister-routine): Add convenience wrapper.
17356         (spam-log-undo-registration, spam-register-routine)
17357         (spam-log-processing-to-registry)
17358         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17359         where possible.
17360         (spam-check-gmane-xref, spam-check-regex-headers)
17361         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17362         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17363         (spam-check-bogofilter-headers, spam-check-spamoracle)
17364         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17365         (spam-check-crm114-headers): Use the spam-split-group that
17366         spam-split prepares, no need to determine it every time.
17368         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17369         to the nnheader-parse-naked-head call.
17371         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17373         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17374         the nnheader-nov-read-message-id call.
17376 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17378         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17379         gnus-activate-group twice.  Suggested by Markus Peter
17380         <warp@spin.de>.
17382 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17384         * gnus-art.el (gnus-article-time-format): Exchange the order of
17385         day and month in the default value; fix customization type.
17386         (article-date-ut): Use add-text-properties.
17387         (article-make-date-line): Use message-make-date instead of
17388         current-time-string.
17390         * message.el (message-fetch-field): Don't use set-text-properties.
17391         (message-make-date): Simplify.
17393 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17395         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17396         (rfc2047-encode-region): Treat text within parentheses as special;
17397         show the original text when error has occurred.
17399         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17400         already-computed method to gnus-activate-group.
17402         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17403         same select-methods identical Lisp objects.
17405         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17406         object when modifying the info.
17408 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17410         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17411         gnus-opened-servers since it has never been opened with the new
17412         configuration yet.
17414 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17416         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17417         arg to nnheader-generate-fake-message-id.
17419 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17421         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17422         number and build a fake message ID localized to a group and
17423         article number (so it's repeatable from that point on).
17424         (nnheader-fake-message-id-p): Change regex to accommodate new fake
17425         ID format.
17427         * gnus-sum.el (gnus-get-newsgroup-headers):
17428         Call nnheader-generate-fake-message-id with the article number.
17430 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17432         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17433         end-of-buffer.
17435 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17437         * message.el (message-ignored-supersedes-headers): Add Approved.
17439 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17441         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17442         goto-char.
17443         (rfc2047-encode): Fold the line before encoding.
17445 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17447         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17448         folding -- not all headers can be folded, and this should be done
17449         by the message composition mode.  Probably.  I think.
17451 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17453         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17454         fast.
17456         * gnus-ems.el (gnus-remove-image): Don't use
17457         message-text-with-property; remove only the image found first.
17459 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17461         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17463 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17465         * message.el (message-text-with-property): Make it fast and accept
17466         optional arguments.
17467         (message-strip-forbidden-properties): Use it.
17468         (message-fix-before-sending): Follow the m-t-w-p change.
17470         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17472 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17474         * gnus-art.el (article-hide-headers): Don't change the buffer
17475         mistakenly when performing mml-preview even if
17476         gnus-single-article-buffer is nil.
17478 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17480         * message.el (message-expand-name-databases): New user option.
17481         (message-expand-name): Use it.
17483 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17485         * spam.el (spam-report-articles-resend)
17486         (spam-report-resend-register-routine): Allow ham reporting.
17487         (spam-report-resend-register-ham-routine): Add wrapper.
17488         (spam-registration-functions): Add ham resending functions.
17489         (spam-list-of-processors): Add ham resend processor.
17491         * gnus.el (ham-resend-to): Add new group parameter.
17492         (spam-process): Add ham resend option.
17494         * spam-report.el (spam-report-resend): Allow reporting ham.
17495         (spam-report-resend-ham): Add wrapper.
17497 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17499         * message.el (message-cite-articles-with-x-no-archive):
17500         New variable.
17501         (message-cite-original): Use it.
17503 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17505         * message.el (message-cite-original): Respect X-No-Archive.
17507 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17509         * gnus-art.el (article-hide-headers): Refer to the values for
17510         gnus-ignored-headers and gnus-visible-headers in the summary
17511         buffer since a user may have set them as group parameters.
17513 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17515         * assistant.el (assistant-node-name): Add convenience function.
17516         (assistant-render-text, assistant-render-node): Add error handling,
17517         plus handle multiple next nodes.
17518         (assistant-find-next-node): Comment out for now.
17519         (assistant-find-next-nodes): Add function, returns list of next
17520         nodes.
17522 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17524         * mail-source.el (mail-source-directory): Fix doc-string.
17526 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17528         * assistant.el (assistant-render-text, assistant-eval): Add :set
17529         widget type, which is different because it takes and returns a
17530         list.  Much hilarity ensues.
17532 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17534         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17536         * gnus-group.el (gnus-group-get-new-news-this-group):
17537         Add doc-string.
17539         * gnus-start.el (gnus-activate-group): Add doc-string.
17541 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17543         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17545 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17547         * assistant.el (assistant-render-text): Try to add a :set
17548         widget, more to come.
17550         * spam.el (spam-group-spam-contents-p): Handle empty groupname
17551         strings.
17552         (spam-report-articles-resend)
17553         (spam-register-routine): Do registration iff any articles warrant
17554         it.
17555         (spam-summary-prepare-exit): Change log message for nil group
17556         destinations.
17558 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
17560         * spam.el (spam-report-resend-register-routine):
17561         Allow spam-report-resend-to to be a group parameter or a global value.
17563 2004-05-26  Simon Josefsson  <jas@extundo.com>
17565         * starttls.el: Merge with my GNUTLS based starttls.el.
17566         (starttls-gnutls-program, starttls-use-gnutls)
17567         (starttls-extra-arguments, starttls-process-connection-type)
17568         (starttls-connect, starttls-failure, starttls-success):
17569         New variables.
17570         (starttls-program, starttls-extra-args): Doc fix.
17571         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
17572         New functions.
17573         (starttls-negotiate, starttls-open-stream):
17574         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
17575         function if it is set.
17577 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17579         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
17580         structured fields.
17582 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17584         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
17586 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
17588         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
17589         Add variable.
17590         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
17591         assigning the spam-mark to new messages.
17593 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
17595         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
17597 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17599         * rfc2047.el (rfc2047-encodable-p): Don't move point.
17600         (rfc2047-decode): Treat the ascii coding-system as raw-text by
17601         default.
17603 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
17605         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
17606         correct data.
17608 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
17610         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
17611         (spam-group-processor-p): Fix function.
17612         (spam-group-processor-multiple-p)
17613         (spam-group-spam-processor-report-gmane-p)
17614         (spam-group-spam-processor-report-resend-p)
17615         (spam-group-spam-processor-bogofilter-p)
17616         (spam-group-spam-processor-blacklist-p)
17617         (spam-group-spam-processor-ifile-p)
17618         (spam-group-ham-processor-ifile-p)
17619         (spam-group-spam-processor-spamoracle-p)
17620         (spam-group-spam-processor-crm114-p)
17621         (spam-group-ham-processor-bogofilter-p)
17622         (spam-group-spam-processor-stat-p)
17623         (spam-group-ham-processor-stat-p)
17624         (spam-group-ham-processor-whitelist-p)
17625         (spam-group-ham-processor-BBDB-p)
17626         (spam-group-ham-processor-spamoracle-p)
17627         (spam-group-ham-processor-copy-p): Remove functions with some
17628         prejudice against unneeded code.
17629         (spam-report-articles-resend)
17630         (spam-report-resend-register-routine): Allow the group/topic
17631         spam-resend-to value to override spam-report-resend-to.
17632         (spam-summary-prepare-exit): Invoke spam-group-processor-p
17633         properly now.
17635         * gnus.el (spam-resend-to): Add group/topic parameter.
17636         (spam-process): Move the OBSOLETE processors to the end of the
17637         choices.
17639 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
17641         * spam-report.el (spam-report-resend-to, spam-report-resend):
17642         Start with resend-to set to nil, and then ask the user if necessary.
17643         (spam-report-resend): spam-report-resend takes a list of articles, not
17644         separate article numbers.
17646 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17648         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
17649         addition to emacs-w3m.
17651 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17653         * assistant.el (assistant-authinfo-data): New function.
17654         (assistant-eval): Eval for entire assistant.
17656         * netrc.el (netrc-services-file): New variable.
17657         (netrc-parse-services): New function.
17658         (netrc-find-service-name): New function.
17659         (netrc-find-service-number): New function.
17660         (netrc-port-equal): New function.
17661         (netrc-machine): Use it.
17663         * nnimap.el (nnimap-open-connection): Use netrc.
17665         * gnus-util.el (gnus-netrc-get): Remove aliases.
17667         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
17669         * assistant.el (wid-edit): Fix compilation.
17671         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
17673 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
17675         * gnus-util.el (gnus-set-file-modes): New function.  (small
17676         patch).
17678 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17680         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
17682         * assistant.el (assistant-render-node): Fix up rendering and
17683         read-only text.
17684         (assistant-render-node): Reset.
17685         (assistant-make-read-only): Not sticky.
17687 2004-05-20  Danny Siu  <dsiu@adobe.com>
17689         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
17690         centered even when gnus-auto-center-summary is t
17692 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17694         * dns.el (dns-get-txt-answer): New function.
17695         (dns-read-txt): Ditto.
17696         (query-dns): Use it.
17698 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17700         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
17701         active for foreign groups even if the group level is higher than
17702         the specified value.
17704 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17706         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
17707         non-active groups.
17709         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
17711 2004-05-20  Magnus Henoch  <mange@freemail.hu>
17713         * dns.el (dns-read-type): Add support for SVR.  (small patch)
17715 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
17717         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
17718         (spam-crm114-header, spam-crm114-spam-switch)
17719         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
17720         (spam-crm114-positive-spam-header)
17721         (spam-crm114-database-directory, spam-list-of-processors)
17722         (spam-group-spam-processor-crm114-p)
17723         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
17724         (spam-generic-score, spam-list-of-checks)
17725         (spam-list-of-statistical-checks, spam-registration-functions)
17726         (spam-check-crm114-headers, spam-crm114-score)
17727         (spam-check-crm114, spam-crm114-register-with-crm114)
17728         (spam-crm114-register-spam-routine)
17729         (spam-crm114-unregister-spam-routine)
17730         (spam-crm114-register-ham-routine)
17731         (spam-crm114-unregister-ham-routine): Add CRM114 support.
17732         From asjo@koldfront.dk (Adam Sjøgren).
17734         * gnus.el: Add spam-use-crm114.
17736         * spam.el (spam-list-of-processors, spam-registration-functions):
17737         Add spam-use-resend.
17738         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
17739         (spam-report-articles-gmane): Add doc fix.
17740         (spam-report-articles-resend, spam-report-resend-register-routine):
17741         Add wrappers around spam-report-resend-to.
17743         * spam-report.el (spam-report-resend-to, spam-report-resend):
17744         Add support for resending spam.
17745         (spam-report-gmane): Fix line length >80.
17747         * gnus.el (spam-process): Add spam-use-resend.
17749 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17751         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
17752         number of processed spam messages.
17753         (spam-ham-copy-or-move-routine): Return the number of processed
17754         ham messages.
17755         (spam-summary-prepare-exit): Use the above values to decide
17756         whether status messages shouled be displayed.
17758 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17760         * rfc2047.el (rfc2047-encode-function-alist): Rename from
17761         `rfc2047-encoding-function-alist' in order to avoid conflicting
17762         with the old version.
17763         (rfc2047-encode-region): Concatenate words containing non-ASCII
17764         characters in structured fields; don't encode space-delimited
17765         ASCII words even in unstructured fields; don't break words at
17766         char-category boundaries.
17767         (rfc2047-encode-1): New function.
17768         (rfc2047-encode): Use it; encode text so that it occupies the
17769         maximum width within 76-column; work correctly on Q encoding for
17770         iso-2022-* charsets.
17771         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
17772         sure not to break a line just after the header name.
17773         (rfc2047-b-encode-region): Remove.
17774         (rfc2047-b-encode-string): New function.
17775         (rfc2047-q-encode-region): Remove.
17776         (rfc2047-q-encode-string): New function.
17778         * mm-util.el (mm-replace-in-string): New function.
17780 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17782         * gnus-msg.el (gnus-inews-make-draft-meta-information):
17783         Really get it right.
17784         (gnus-inews-make-draft): Really.
17786 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
17788         * nnmh.el (nnmh-request-list-1): Don't check the link count
17789         before descending.  (small patch)
17791 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17793         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
17794         stuff.
17796         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
17797         Match on real group name.
17799         * gnus-art.el (gnus-signature-limit): Doc fix.
17801         * gnus-msg.el (gnus-inews-make-draft): Quote list.
17803 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17805         * gnus-draft.el (gnus-draft-send):
17806         Bind rfc2047-encode-encoded-words.
17808         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
17809         (rfc2047-encodable-p): Say that =? needs encoding.
17810         (rfc2047-encode-encoded-words): New variable.
17812         * gnus-group.el (gnus-group-select-group): Doc fix.
17814         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
17816         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
17817         to nil.
17819         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
17821         * nnheader.el (nnheader-get-lines-and-char): New function.
17823 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
17825         * gnus-msg.el (gnus-summary-followup-with-original):
17826         Document yanking of region when active.
17828 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17830         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
17831         groups if the group level is higher than the specified value.
17833 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17835         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
17836         (gnus-group-jump-to-group): Add prefix argument using
17837         `gnus-group-jump-to-group-prompt'.  Query before jumping to
17838         non-active group.
17840         * compface.el (uncompface): Be verbose when changing
17841         `uncompface-use-external'.
17843         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
17844         handle manual section.
17846 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17848         * gnus-art.el (gnus-button-alist): Revert previous change.
17850 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17852         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
17854 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17856         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
17857         whether backend can accept message.
17859         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
17861 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
17863         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17864         Avoid creating directory when nntp-marks-is-evil is true.
17865         Reported by Reiner Steib.
17867 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
17869         * gnus-picon.el (gnus-picon-style): New variable.
17870         (gnus-picon-insert-glyph): Add optional `nostring' argument.
17871         (gnus-picon-transform-address): Support `gnus-picon-style'.
17872         From Jesper Harder <harder@ifa.au.dk>.
17874 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17876         * message.el (message-fill-field): Return point.
17877         (message-generate-headers): Go to end of field.
17879         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
17880         stuff for non-living groups.
17882 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
17884         * gnus-art.el (gnus-article-followup-with-original)
17885         (gnus-article-reply-with-original): gnus-mark-active-p ->
17886         gnus-region-active-p.
17888 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
17890         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
17891         only when there is spam or ham to be processed.
17893 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17895         * mail-source.el (mail-source-delete-crash-box): Refactor.
17896         (mail-source-fetch): Use it.
17897         (mail-source-fetch-file): Ditto.
17898         (mail-source-fetch-directory): Run postscript in loop.
17899         (mail-source-fetch-pop): Delete.
17900         (mail-source-fetch-maildir): Ditto.
17901         (mail-source-fetch-imap): Ditto.
17903         * imap.el (imap-authenticators): Comment out sasl.
17905         * message.el (message-skip-to-next-address): New function.
17906         (message-fill-header-address): Refactor.
17907         (message-fill-address): Use it.
17908         (message-delete-address): Use it.
17909         (message-fill-header-general): Refactor.
17910         (message-fill-field-address): Rename.
17911         (message-narrow-to-field): Find the start of the header.
17912         (message-header-format-alist): Don't pre-fill.
17913         (message-fill-header): Remove.
17914         (message-insert-header): New function.
17915         (message-shorten-references): Use it.
17917         * rfc2047.el (rfc2047-field-value): Strip props.
17919         * mail-parse.el (mail-header-make-address): New alias.
17921         * ietf-drums.el (ietf-drums-make-address): New function.
17923         * imap.el: Add compiler directives.
17925         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
17927         * gnus-art.el (article-decode-idna-rhs): Don't use
17928         message-idna-inside-rhs-p.
17930 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17932         * message.el (message-idna-inside-rhs-p): Remove.
17933         (message-idna-to-ascii-rhs-1): Use proper address parsing.
17935         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
17936         false positives.
17938 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
17940         * imap.el (imap-sasl-make-mechanisms): Use sasl.
17942 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17944         * nneething.el (nneething-file-name): Don't create spurious
17945         files.
17947         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
17948         (gnus-inews-do-gcc): Remove sleep.
17950         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
17951         part under point.
17953         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
17954         (gnus-agent-regenerate-group): Using nil messages aren't valid.
17956 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
17958         * spam.el (spam-summary-prepare-exit): Fix (length).
17960 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
17962         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
17963         as expired without moving it" message when there are spam
17964         messages left.
17966 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
17968         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
17969         header is not nil.
17971 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
17973         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
17974         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
17975         (nntp-marks-changed-p): New arg SERVER.
17976         (nntp-request-update-info): Adjust caller.
17978 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
17980         * nntp.el (nntp-save-marks): Pass missing arg.
17982 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
17984         * nntp.el: Support marks.
17985         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
17986         (nntp-marks-modtime, nntp-marks-directory): New variables.
17987         (nntp-request-set-mark, nntp-request-update-info)
17988         (nntp-possibly-create-directory, nntp-marks-changed-p)
17989         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
17990         New functions.
17992 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
17994         * gnus-score.el (gnus-score-insert-help):
17995         Use gnus-select-lowest-window.
17997         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
17998         appt-select-lowest-window and rename to gnus-select-lowest-window.
18000         * gnus.el: do.
18002 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18004         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18005         encodings of MIME-encoded words, in order to improve
18006         interoperability with several broken MUAs.
18008 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18010         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18011         tags, only when charsets are not specified in headers.
18012         (mm-inline-text-html-render-with-w3m): Ditto.
18014 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18016         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18017         instead of MIME-decoded from fields when checking
18018         `gnus-article-address-banner-alist'.
18020 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18022         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18023         description rather than subject.
18025 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18027         * gnus.el (gnus-version-number): Bump.
18029 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18031         * gnus.el: No Gnus v0.2 is released.
18033 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18035         * gnus-agent.el (gnus-agent-read-agentview):
18036         Inline gnus-uncompress-range.
18038 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18040         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18041         `exec-installed-p'.
18043 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18045         * gnus.el (spam-process, spam-autodetect-methods):
18046         Add bsfilter and bsfilter-headers.
18048         * spam.el (spam-bsfilter): New customize group.
18049         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18050         (spam-bsfilter-header, spam-bsfilter-probability-header)
18051         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18052         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18053         (spam-bsfilter-database-directory): New options.
18054         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18055         (spam-list-of-statistical-checks, spam-registration-functions):
18056         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18057         (spam-bsfilter-score): New command.
18058         (spam-check-bsfilter-headers, spam-check-bsfilter)
18059         (spam-bsfilter-register-with-bsfilter)
18060         (spam-bsfilter-register-spam-routine)
18061         (spam-bsfilter-unregister-spam-routine)
18062         (spam-bsfilter-register-ham-routine)
18063         (spam-bsfilter-unregister-ham-routine): New functions.
18064         (spam-generic-score): Support bsfilter; Accept an optional argument
18065         to recalcurate spam score even if scoring header has already been
18066         added.
18067         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18068         optional argument to recalcurate spam score even if scoring header
18069         has already been added.
18071 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18073         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18074         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18075         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18076         link is missing.
18078 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18080         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18081         (html2text-get-attr): Rewrite.
18083         * message.el (message-setup-1): Remove redundant put-text-property
18084         on mail-header-separator.
18086 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18088         * gnus-registry.el (gnus-registry-cache-whitespace)
18089         (gnus-registry-action, gnus-registry-spool-action)
18090         (gnus-registry-split-fancy-with-parent): Change message levels
18091         from 5 to 3 or 7, as needed.
18093         * spam.el (spam-summary-prepare-exit)
18094         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18095         (spam-split, spam-find-spam, spam-log-undo-registration)
18096         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18097         level from 5 to 6.
18099 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18101         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18102         2004-03-04 change).
18104 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18106         * sieve-manage.el (sieve-manage-open):
18107         * nnweb.el (nnweb-insert-html):
18108         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18109         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18110         * nnspool.el (nnspool-request-group):
18111         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18112         * nnml.el (nnml-request-update-info):
18113         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18114         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18115         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18116         (nnimap-request-set-mark):
18117         * nnfolder.el (nnfolder-request-update-info):
18118         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18119         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18120         * gnus-uu.el (gnus-uu-find-articles-matching):
18121         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18122         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18123         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18124         * gnus-nocem.el (gnus-nocem-scan-groups):
18125         * gnus-int.el (gnus-start-news-server):
18126         * gnus-group.el (gnus-group-make-kiboze-group)
18127         (gnus-group-browse-foreign-server):
18128         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18129         Use mapc when appropriate.
18131 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18133         FIXME: Make separate entries for each person.
18135         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18136         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18137         <shields@msrl.com>:
18139         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18140         may need for spam sorting and scoring.
18141         (spam-user-format-function-S): Add user format function suitable for
18142         general use.
18143         (spam-article-sort-by-spam-status): Add sorting function for summary
18144         sorting.
18145         (spam-extra-header-to-number): Add function to get a score from a
18146         header.
18147         (spam-summary-score): Add function to  get a numeric score from the
18148         headers.
18149         (spam-generic-score): Fix function doc, was in wrong place.
18150         (spam-initialize): Take symbols when it's run, and install the
18151         extra headers that spam-necessary-extra-headers thinks we need.
18153 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18155         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18156         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18158 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18160         * gnus-sum.el (gnus-set-global-variables)
18161         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18162         (gnus-article-get-xrefs, gnus-summary-best-group)
18163         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18164         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18165         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18166         Use with-current-buffer.
18168 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18170         * spam.el (spam-summary-prepare-exit): Simplify logic.
18171         (spam-fetch-article-header): Read the article header if it's not
18172         available.
18173         (spam-list-articles): Simplify logic.
18174         (spam-filelist-register-routine): Fix bug with unregister-list.
18176         * gnus-registry.el: Fix comments at beginning.
18178 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18180         * message.el (message-cater-to-broken-inn): Remove.
18181         (message-shorten-references): Make sure the total folded length of
18182         References is shorter than 998 characters to cater to a bug in INN
18183         2.3.  Also, don't pretend that references aren't folded -- this
18184         hasn't worked for a while.
18186 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18188         * gnus-agent.el (gnus-agentize):
18189         gnus-agent-send-mail-real-function no longer set to current value
18190         of message-send-mail-function but rather a lambda that calls
18191         message-send-mail-function.  The change makes the agent real-time
18192         responsive to user changes to message-send-mail-function.
18194 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18196         * legacy-gnus-agent.el
18197         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18198         help from Florian Weimer <fw@deneb.enyo.de>
18200 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18202         * nnmail.el (nnmail-cache-insert): Revert last change.
18204 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18206         * nnmail.el (nnmail-cache-insert): Always check whether
18207         nnmail-cache-ignore-groups matches a group name.
18209 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18211         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18212         (spam-find-spam, spam-log-processing-to-registry)
18213         (spam-log-registered-p, spam-log-unregistration-needed-p)
18214         (spam-log-undo-registration): Use gnus-message instead of
18215         gnus-error, none of these errors are fatal.
18217         * gnus-registry.el (gnus-registry-clean-empty-function)
18218         (gnus-registry-clean-empty): Remove only empty entries without
18219         extra data.
18221 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18223         * spam-stat.el (spam-stat-buffer-change-to-spam)
18224         (spam-stat-buffer-change-to-non-spam): Change (error) to
18225         (gnus-message 8) invocation.
18227 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18229         * nntp.el (nntp-via-netcat-command): New variable.
18230         (nntp-via-netcat-switches): New variable.
18231         (nntp-open-via-rlogin-and-netcat): New function.
18232         (nntp-open-connection-function): Doc fix.
18233         (nntp-telnet-command): Doc fix.
18234         (nntp-end-of-line): Doc fix.
18235         (nntp-via-rlogin-command): Doc fix.
18236         (nntp-via-user-name): Doc fix.
18237         (nntp-via-address): Doc fix.
18239 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18241         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18242         error in Emacs 21.1.
18244 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18246         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18248 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18250         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18251         (gnus-agent-with-refreshed-group): New macro.
18252         (gnus-agent-rename-group): New function.
18253         (gnus-agent-delete-group): New function.
18254         (gnus-agent-save-group-info): Use gnus-command-method when
18255         `method' parameter is nil.  Don't write nil entries into the
18256         active file.
18257         (gnus-agent-get-group-info): New function.
18258         (gnus-agent-fetch-articles):
18259         Use gnus-agent-update-files-total-fetched-for to increment disk space
18260         used.
18261         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18262         Use gnus-agent-update-view-total-fetched-for to increment disk space
18263         used.
18264         (gnus-agent-get-local): Add optional parameters to avoid calling
18265         gnus-group-real-name and gnus-find-method-for-group.
18266         (gnus-agent-set-local): Delete stored entry if either min, or max,
18267         are nil.
18268         (gnus-agent-fetch-session): Reworded error/quit messages.
18269         On quit, use gnus-agent-regenerate-group to record existence of any
18270         articles fetched to disk before the quit occurred.
18271         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18272         gnus-agent-update-view-total-fetched-for, and
18273         gnus-agent-update-files-total-fetched-for to decrement disk space
18274         used.
18275         (gnus-agent-retrieve-headers):
18276         Use gnus-agent-update-view-total-fetched-for to increment disk space
18277         used.
18278         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18279         with gnus-agent-update-files-total-fetched-for to decrement disk
18280         space and fresh group buffer.
18281         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18282         (gnus-agent-need-update-total-fetched-for): New variable.
18283         (gnus-agent-update-files-total-fetched-for): New function.
18284         (gnus-agent-update-view-total-fetched-for): New function.
18285         (gnus-agent-total-fetched-for): New function.
18287         * gnus-cache.el (gnus-cache-save-buffers):
18288         Use gnus-cache-update-overview-total-fetched-for to change disk space
18289         used by this group.
18290         (gnus-cache-possibly-enter-article):
18291         Use gnus-cache-update-file-total-fetched-for to increment disk space
18292         used by this group.
18293         (gnus-cache-possibly-remove-article):
18294         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18295         used by this group.
18296         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18297         (gnus-cache-rename-group): New function.
18298         (gnus-cache-delete-group): New function.
18299         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18300         (gnus-cache-need-update-total-fetched-for): New variable.
18301         (gnus-cache-with-refreshed-group): New macro.
18302         (gnus-cache-update-file-total-fetched-for): New function.
18303         (gnus-cache-update-overview-total-fetched-for): New function.
18304         (gnus-cache-rename-group-total-fetched-for): New function.
18305         (gnus-cache-delete-group-total-fetched-for): New function.
18306         (gnus-cache-total-fetched-for): New function.
18308         * gnus-group.el: Require gnus-sum and autoload functions to
18309         resolve warnings when gnus-group.el compiled alone.
18310         (gnus-group-line-format): Documented new %F.
18311         (size of Fetched data) group line format; identifies disk space
18312         used by agent and cache.
18313         (gnus-group-line-format-alist): Defined new F format.
18314         (gnus-total-fetched-for): New function.
18315         (gnus-group-delete-group): No longer update
18316         gnus-cache-active-altered as gnus-request-delete-group now keeps
18317         the cache in sync.
18318         (gnus-group-list-active): Let the agent store a server's active
18319         list if currently plugged.
18321         * gnus-int.el (gnus-request-delete-group):
18322         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18323         local disk in sync with the server.
18324         (gnus-request-rename-group):
18325         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18326         local disk in sync with the server.
18328         * gnus-start.el (gnus-get-unread-articles):
18329         Cosmetic simplification to logic.
18331         * gnus-util.el (gnus-rename-file): New function.
18333 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18335         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18337 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18339         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18340         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18342 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18344         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18345         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18347 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18349         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18351 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18353         * spam.el (spam-set-difference): Add function to replace
18354         gnus-set-difference in spam.el.
18355         (spam-summary-prepare-exit): Use spam-set-difference.
18357 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18359         * gnus-registry.el (gnus-registry-cache-file): Update to use
18360         gnus-dribble-directory OR gnus-home-directory OR ~.
18361         (gnus-registry-split-fancy-with-parent): Fix doc.
18363 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18365         * message.el (message-exchange-point-and-mark):
18366         Use message-mark-active-p.  Suggested by Jesper Harder
18367         <harder@ifa.au.dk>.
18369 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18371         * message.el (message-exchange-point-and-mark): Don't activate
18372         region if it was inactive.  Suggested by Hiroshi Fujishima
18373         <pooh@nature.tsukuba.ac.jp>.
18375 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18377         * gnus-art.el (article-display-face): Display Faces in the same
18378         order as X-Faces.
18380 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18382         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18384 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18386         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18387         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18388         (gnus-article-mime-hierarchy): Remove.
18389         (gnus-article-mime-hierarchy-next): Remove.
18390         (gnus-article-mode): Revert 2004-03-19 change.
18391         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18392         (gnus-insert-mime-button): Revert 2004-03-19 change.
18393         (gnus-mime-accumulate-hierarchy): Remove.
18394         (gnus-mime-enter-multipart): Remove.
18395         (gnus-mime-leave-multipart): Remove.
18396         (gnus-mime-display-part): Revert 2004-03-19 change.
18397         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18399         * mml.el (mml-preview): Revert 2004-03-19 change.
18401 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18403         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18405 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18407         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18408         t while entering a file name using the mm-with-multibyte macro.
18409         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18411         * mm-util.el (mm-with-multibyte): New macro.
18413 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18415         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18416         New user option.
18417         (gnus-mime-multipart-functions): Doc and customization fix.
18418         (gnus-article-mime-hierarchy): New variable.
18419         (gnus-article-mime-hierarchy-next): New variable.
18420         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18421         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18422         gnus-article-mime-hierarchy-next to nil.
18423         (gnus-insert-mime-button): Show hierarchy numbers.
18424         (gnus-mime-accumulate-hierarchy): New function.
18425         (gnus-mime-enter-multipart): New function.
18426         (gnus-mime-leave-multipart): New function.
18427         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18428         (gnus-mime-display-alternative): Show hierarchy numbers.
18430         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18431         gnus-article-mime-hierarchy-next to nil.
18433 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18435         * dns.el: Don't require gnus-xmas.
18437 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18439         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18440         inline PGP.
18441         (mml-menu): Disable mml-quote-region if mark is inactive.
18443 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18445         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18446         when the group's active is not available.
18448 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18450         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18451         error.
18453 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18455         * imap.el (imap-store-password): New variable.
18456         (imap-interactive-login): Use it.
18457         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18459 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18461         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18462         window-start and hscroll to summary window.
18464 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18466         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18467         conversion message to newsrc-dribble when an actual conversion is
18468         performed.
18470 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18472         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18474 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18476         * mm-decode.el (mm-complicated-handles): New function reviving
18477         former definition of mm-multiple-handles.
18479         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18480         (gnus-mime-delete-part): Use it.
18482 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18484         * gnus-agent.el (gnus-agent-read-local):
18485         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18486         avoid the implicit assumption that they will always be equal.
18487         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18488         coding-system-for-write, as the with-temp-file macro first prints
18489         to a buffer then saves the buffer.
18491 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18493         * gnus-art.el (gnus-article-edit-part): New function.
18494         (gnus-mime-save-part-and-strip): Use it; do query instead of
18495         signaling an error; don't use mm-multiple-handles.
18496         (gnus-mime-delete-part): Ditto.
18498 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18500         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18501         old file versions.
18502         (gnus-group-prepare-hook): Remove function that converted list
18503         form of gnus-agent-expire-days to group properties.
18505         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18506         (gnus-request-accept-article): Re-indented.
18508         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18509         converters to handle old agent file formats.  Add logic for a
18510         "backup before upgrading warning".
18511         (gnus-convert-mark-converter-prompt): Developers can mark
18512         functions as needing (default), or not needing,
18513         gnus-convert-old-newsrc's "backup before upgrading warning".
18514         (gnus-convert-converter-needs-prompt): Tests whether the user
18515         should be protected from potentially irreversable changes by the
18516         function.
18518         * legacy-gnus-agent.el: New.  Provides converters that are only
18519         loaded when gnus-convert-old-newsrc needs to call them.
18521 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18523         * mail-source.el (mail-source-touch-pop): Doc fix.
18525         * message.el (message-smtpmail-send-it): Doc fix.
18527 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18529         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18531         * nnmail.el (nnmail-split-fancy): do.
18533         * gnus-kill.el (gnus-kill, gnus-execute): do.
18535 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18537         * gnus-sum.el (gnus-widget-reversible-match)
18538         (gnus-widget-reversible-to-internal)
18539         (gnus-widget-reversible-to-external): New functions.
18540         (gnus-widget-reversible): New widget.
18541         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18543 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18545         * gnus-sum.el (gnus-thread-sort-functions)
18546         (gnus-article-sort-functions): Document `(not F)' items.
18548 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
18550         * spam.el (spam-use-gmane-xref): Add new backend.
18551         (spam-gmane-xref-spam-group): Add variable to control the name of the
18552         Gmane spam group.
18553         (spam-blackhole-servers, spam-blackhole-good-server-regex)
18554         (spam-regex-headers-spam, spam-regex-headers-ham)
18555         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
18556         (spam-list-of-checks): Add spam-use-gmane-xref to list of
18557         backends and checks.
18558         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
18560         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
18561         an autodetect method.
18563 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18565         * gnus-int.el (gnus-request-accept-article): Inform the agent that
18566         articles are being added to a group.
18567         (gnus-request-replace-article): Inform the agent that articles
18568         need to be uncached as the cached contents are no longer valid.
18570 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18572         * binhex.el: Don't autoload executable-find.
18574         * canlock.el: Don't autoload mail-fetch-field.
18576         * gnus-ems.el: Don't autoload appt-select-lowest-window.
18578         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
18579         rmail-dont-reply-to and rmail-output.
18581         * gnus-score.el: Don't autoload ffap-string-at-point.
18583         * gnus-setup.el: Don't autoload sc-cite-original.
18585         * imap.el: Don't autoload base64-decode-string,
18586         base64-encode-string and md5.
18588         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
18589         and rmail-msg-restore-non-pruned-header.
18591         * mm-decode.el: Don't autoload executable-find.
18593         * mm-url.el: Don't autoload executable-find.
18595         * mm-view.el: Don't autoload diff-mode.
18597         * nndb.el: Don't autoload news-reply-mode, news-setup,
18598         cancel-timer and telnet.
18600         * password.el: Don't autoload run-at-time for Emacs.
18602         * sha1-el.el: Don't autoload executable-find.
18604         * sieve-mode.el: Don't autoload c-mode.
18606         * uudecode.el: Don't autoload executable-find.
18608 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18610         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
18611         (gnus-agent-possibly-alter-active): Avoid null in numeric
18612         comparison.
18613         (gnus-agent-set-local): Refuse to save null in local object table.
18614         (gnus-agent-regenerate-group): The REREAD parameter can now be a
18615         list of articles that will be marked as unread.
18617 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18619         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
18621 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
18623         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
18624         language tags.
18626 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
18628         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
18629         Don't bind "obarray".
18631         * gnus-sum.el (gnus-thread-sort-functions):
18632         Add `gnus-thread-sort-by-most-recent-number' and
18633         `gnus-thread-sort-by-most-recent-date'.
18634         Reported by Kai Grossjohann <kai@emptydomain.de>.
18636 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18638         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
18640 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18642         * gnus-cus.el (gnus-agent-customize-category):
18643         Remove ignore-errors macro reference that required cl to be loaded at
18644         run-time.
18646         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
18647         single-interval range of the form (min . max).  Previously the
18648         range had to look like ((min . max)).  Likewise, return
18649         (min . max) rather than ((min . max)).
18650         (gnus-range-map): Use gnus-range-normalize to accept
18651         single-interval range.
18653         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
18654         the cache, but not the agent, now appear with their usual face.
18656 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
18658         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
18659         w3m-safe-url-regexp variable buffer-local.
18661         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18663 2004-02-27  Simon Josefsson  <jas@extundo.com>
18665         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
18666         gnus-group-real-prefix.
18667         (gnus-summary-move-article): Use it, instead of
18668         gnus-group-real-prefix.
18670 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18672         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
18673         w3m-safe-url-regexp variable buffer-local and set it as the value
18674         of mm-w3m-safe-url-regexp.
18676         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
18678         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
18679         parsing gnus-posting-styles when the message is not for replying.
18681         * nnrss.el (nnrss-opml-export):
18682         Use mm-set-buffer-file-coding-system instead of
18683         set-buffer-file-coding-system.
18685 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
18687         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
18688         of checkdoc.el).
18689         * nnrss.el: do.
18690         * gnus-mlspl.el: do.
18691         * gnus-ml.el: do.
18692         * gnus-srvr.el: do.
18694         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
18696 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
18698         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
18699         Corrections to custom-manual links.
18701         * gnus-art.el (gnus-article): Ditto.
18703         * mm-decode.el (mime-display, mime-security): Ditto.
18705 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18707         * flow-fill.el: Typo.
18709 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
18711         * spam-wash.el: New file.
18713 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
18715         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
18717 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
18719         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
18720         to be run with new-articles as LIST1, not LIST2.
18721         (spam-registration-functions): Add spam-use-ham-copy as a nil
18722         registration backend.
18724 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
18726         * spam-stat.el (spam-stat-washing-hook): New option.
18727         (spam-stat-buffer-words): Use it.
18728         (spam-stat-process-directory, spam-stat-test-directory):
18729         Use insert-file-contents-literally.
18730         (spam-stat-coding-system): New variable.
18731         (spam-stat-load, spam-stat-save): Use it.
18733 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18735         * spam-report.el (spam-report-plug-agent):
18736         Quote spam-report-url-to-file and spam-report-url-ping-plain.
18738 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
18740         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
18741         Allow / in mailto URLs.
18743 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
18745         * spam-report.el (spam-report-process-queue): Fix interactive use.
18746         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
18747         (spam-report-unplug-agent): Doc fixes.
18748         (spam-report-url-ping-mm-url, spam-report-url-to-file)
18749         (spam-report-agentize, spam-report-deagentize):
18750         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18752         * message.el (message-setup-fill-variables): Add mml tags to
18753         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
18754         <ajk@iu.edu>.
18755         (message-mode): Don't modify paragraph-separate there.
18757 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18759         * compface.el (uncompface-use-external): Default to undecided.
18760         (uncompface-use-external-threshold): New variable.
18761         (uncompface-float-time): New macro.
18762         (uncompface): Determine whether to use the external decoder if
18763         uncompface-use-external is undecided.
18765 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18767         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
18768         after images.
18770         * gnus-art.el (gnus-mime-display-single): Remove dead code.
18772 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
18774         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
18776         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
18778         * gnus-sum.el (gnus-summary-limit-to-age)
18779         (gnus-summary-limit-children): do.
18781         * gnus-int.el (gnus-request-scan): do.
18783         * gnus-group.el (gnus-group-suspend): do.
18785         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
18787         * gnus-cite.el (gnus-cite-parse-attributions): do.
18789         * gnus-agent.el (gnus-summary-set-agent-mark)
18790         (gnus-agent-regenerate-group): do.
18792         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
18794         * binhex.el (binhex-decode-region-internal): do.
18796 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18798         * gnus-fun.el (gnus-face-properties-alist): New user option.
18799         (gnus-display-x-face-in-from): Use it.
18801         * gnus-art.el (article-display-face): Ditto.
18803         * compface.el (uncompface-use-external): Default to nil.
18805 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
18807         * nntp.el (nntp-erase-buffer): New function.
18808         (nntp-retrieve-data, nntp-send-command)
18809         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
18810         (nntp-possibly-change-group): Use it.
18812         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
18813         Use with-current-buffer.
18815 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
18817         * compface.el: Merge the ELisp-based uncompface program.
18818         (compface): New customization group.
18819         (uncompface-use-external): New user option.
18820         (uncompface): Call uncompface-internal if uncompface-use-external
18821         is nil.
18822         (uncompface-internal): New function.  Note that there are also
18823         some other functions and variables added for this function.
18825 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
18827         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
18828         if necessary.
18830 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
18832         * spam-report.el (spam-report-unplug-agent)
18833         (spam-report-plug-agent, spam-report-deagentize)
18834         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
18835         Add support for the Agent in spam-report: when unplugged, report to a
18836         file; when plugged, submit all the requests.
18838         * spam.el (spam-register-routine): Fix message about
18839         registration.
18841 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
18843         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
18844         dependencies.
18845         (rfc2047-encode): Use it.
18847         * gnus-art.el (gnus-button-marker-list): Move before first
18848         reference.
18850         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
18851         (imap-parse-body): Fix format string mismatch.
18853         * gnus-score.el (gnus-summary-increase-score): do.
18855         * nnrss.el (nnrss-close): New function.
18857 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
18859         * nnrss.el (nnrss-make-filename): New function.
18860         (nnrss-request-delete-group, nnrss-read-server-data)
18861         (nnrss-save-server-data, nnrss-read-group-data)
18862         (nnrss-save-group-data): Use it.
18863         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
18864         (nnrss-read-server-data, nnrss-read-group-data): Use load.
18865         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
18867 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
18869         * mml.el (mml-compute-boundary-1): Don't uncompress files.
18871 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
18873         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
18874         files.
18876         * message.el (message-generate-headers-first): Don't quote nil
18877         and t in docstrings.
18879         * imap.el (imap-id): do.
18881         * gnus-agent.el (gnus-agent-consider-all-articles)
18882         (gnus-agent-queue-mail): do.
18884 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
18886         * spam-report.el (spam-report-process-queue): New function.
18887         Process requests from `spam-report-requests-file'.
18888         (spam-report-process-queue): Doc fix.
18890 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
18892         * spam.el (spam-register-routine)
18893         (spam-log-processing-to-registry, spam-log-registered-p)
18894         (spam-log-unregistration-needed-p, spam-log-undo-registration):
18895         Change "check" to "spam-check" for semi-clarity.
18897 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
18899         * pop3.el: Require nnheader.
18901         * mml-smime.el: Require cl.  Autoload message-fetch-field.
18903         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
18905         * gnus-picon.el: Require cl.
18907         * gnus-fun.el: Require gnus-ems and gnus-util.
18909         * gnus.el (gnus-method-to-server): Move defsubst before first use.
18911         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
18913         * gnus-art.el (gnus-article-edit-mode): Define before first
18914         reference.
18916 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
18918         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
18919         (gnus-uu-post-encoded): Use point-at-bol.
18921         * gnus-topic.el (gnus-group-active-topic-p): do.
18923         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
18925         * gnus-group.el (gnus-group-kill-region): do.
18927         * gnus-art.el (article-date-ut): do.
18929         * message.el (message-fetch-field): Remove redundant
18930         case-fold-search binding.
18931         (message-narrow-to-field): Simplify.
18933 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
18935         * spam.el (spam-directory): Derive from `gnus-directory'.
18937         * spam-report.el (spam-report-url-to-file)
18938         (spam-report-requests-file): New function and variable for offline
18939         reporting.
18940         (spam-report-url-ping-function): Add `spam-report-url-to-file'
18941         and user defined function.
18942         (spam-report-url-ping-mm-url): Remove doubled slash.
18944 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
18946         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
18948 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
18950         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
18951         Fix format string mismatch.
18953         * sieve.el (sieve-deactivate-all): do.
18955         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
18957         * nnlistserv.el (nnlistserv-kk-wash-article): do.
18959         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
18961         * mm-bodies.el (mm-7bit-chars): Don't include \r.
18963 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
18965         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
18966         the list of checks.
18968 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
18970         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
18971         padding.
18973 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
18975         * mm-view.el (mm-fill-flowed): New variable.
18976         (mm-inline-text): Use it.
18978 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
18980         * spam.el (spam-spamassassin-register-ham-routine)
18981         (spam-spamassassin-register-spam-routine): Fix function names.
18983 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18985         * gnus.el (gnus-tmp-grouplens): Remove.
18986         (gnus-summary-line-format): Remove grouplens.
18988         * gnus-group.el (gnus-group-line-format): Ditto.
18990         * gnus-spec.el (gnus-format-specs): Ditto.
18991         (gnus-update-format-specifications): Flush the group format spec
18992         cache if there's the grouplens stuff.
18993         (gnus-parse-simple-format): Replace %l with the empty string.
18995 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
18997         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
18998         omission.
19000 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19002         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19003         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19005 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19007         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19008         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19009         New macros and functions.
19010         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19011         Handle > NLINK_MAX messages.
19012         * nnmaildir.el (nnmaildir-request-set-mark):
19013         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19015 2004-01-25  Alex Schroeder  <alex@gnu.org>
19017         * spam-stat.el (spam-stat-process-directory-age): New option.
19018         (spam-stat-process-directory): Use it.
19020 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19022         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19023         (spam-stat-save): Accept prefix argument.
19025 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19027         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19028         links" error.
19030 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19032         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19033         compatibility with old .newsrc.eld files.
19035         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19037         * gnus-start.el (gnus-1): do.
19039         * gnus-group.el (gnus-group-line-format-alist): do.
19041         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19043         * gnus-gl.el: Remove.
19045 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19047         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19048         marks consisting of a single range {for example, (3 . 5)} rather
19049         than a list of a single range { ((3 . 5)) }.
19051 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19053         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19054         Use with-current-buffer.
19055         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19056         avoid consing a string.
19058         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19059         Remove obsolete entries for big5 and gb2312.
19061 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19063         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19064         uncompressed list.
19066 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19068         * spam-stat.el (spam-stat-strip-xref): New function.
19069         (spam-stat-process-directory): Use it.
19071         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19072         here -- it's done in message-fetch-field.
19074 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19076         * gnus-agent.el (gnus-agent-queue-mail)
19077         (gnus-agent-prompt-send-queue): New variables.
19078         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19079         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19080         "nndraft:queue" along to gnus-draft-send.
19081         Use gnus-agent-prompt-send-queue.
19082         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19083         is "nndraft:queue".  Suggested by Gaute Strokkenes
19084         <gs234@srcf.ucam.org>
19086         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19087         (agent-enable-undownloaded-faces): Add.
19088         (gnus-agent-cat-groups): Use eval-and-compile, not
19089         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19090         method of gnus-agent-cat-groups even when the buffer has been
19091         evaled.
19092         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19093         delete gnus-agent-save-active-1.
19094         (gnus-agent-save-groups): Delete.  Identical to
19095         gnus-agent-save-active.
19096         (gnus-agent-write-active): No longer adjust agent's copy of active
19097         file as agent's adjustments are now stored in their own
19098         file.  Remove optional parameter.
19099         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19100         servers.  Add use of min/max range limits from server's local
19101         file.
19102         (gnus-agent-save-alist): Remove unused optional argument.
19103         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19104         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19105         (gnus-agent-set-local): A per-server file that keeps min/max range
19106         limits for articles known to the agent.  Provides a fast mechanism
19107         for altering many active ranges.
19108         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19109         active file (local makes it unnecessary).
19110         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19112         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19113         (agent-enable-undownloaded-faces): Add.
19115         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19116         disable it when sending to "nndraft:queue".
19117         (gnus-group-send-queue): Add safety check to avoid sending queue
19118         when unplugged.
19120         * gnus-group.el (gnus-group-catchup): Use new
19121         gnus-sequence-of-unread-articles, not
19122         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19123         numbers of articles.  Use gnus-range-map to avoid having to
19124         uncompress the unread list.
19125         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19126         Fix invalid ange-ftp reference.
19128         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19129         (gnus-sorted-range-intersection): Intersection of two ranges
19130         without requiring that they first be uncompressed.
19132         * gnus-start.el (gnus-activate-group): Unless blocked by the
19133         caller, possibly expand the active range to include both cached
19134         and agentized articles.
19135         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19136         multiple version-dependent converters.
19137         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19138         gnus-agent-save-active.
19139         (gnus-save-newsrc-file): Save dirty agent range limits.
19141         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19142         gnus-agent-possibly-alter-active.
19143         (gnus-adjust-marked-articles): Faster handling of simple lists
19145 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19147         * spam-stat.el (spam-stat-test-directory): New optional argument
19148         displays a list of files detected.  Suggested by Andrew Cohen
19149         <cohen@andy.bu.edu>.
19150         (spam-stat-buffer-words-with-scores): Don't narrow and change
19151         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19153 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19155         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19156         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19157         (spam-spamassassin-arguments)
19158         (spam-spamassassin-spam-flag-header)
19159         (spam-spamassassin-positive-spam-flag-header)
19160         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19161         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19162         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19163         (spam-list-of-processors, spam-list-of-checks)
19164         (spam-list-of-statistical-checks, spam-registration-functions)
19165         (spam-check-spamassassin-headers, spam-check-spamassassin)
19166         (spam-spamassassin-score)
19167         (spam-spamassassin-register-with-sa-learn)
19168         (spam-spamassassin-register-spam-routine)
19169         (spam-spamassassin-register-ham-routine)
19170         (spam-assassin-register-spam-routine)
19171         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19172         (spam-bogofilter-score): Fix to show article before scoring.
19174 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19176         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19177         default scoring function.
19178         (spam-generic-score): Call spam-spamassassin-score if
19179         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19180         spam-bogofilter-score otherwise.
19182         * gnus.el (spam-process, spam-autodetect-methods):
19183         Add spamassassin and spamassassin-headers.
19185 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19187         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19188         Suppress unnecessary messages.
19190 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19192         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19193         make-hash-table.
19195 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19197         * canlock.el (base64-encode-string): Don't autoload it.
19199 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19201         * run-at-time.el: Remove useless (require 'itimer),
19202         eval-and-compile and (featurep 'xemacs).
19204 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19206         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19207         GROUP is a virtual group.
19209 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19211         * gnus.el: Autoload `message-y-or-n-p'.
19213 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19215         * pgg-parse.el: Remove unnecessary (require 'custom).
19217         * pgg-def.el: do.
19219         * nnmail.el: do.
19221         * gnus-undo.el: do.
19223         * gnus-picon.el: do.
19225         * gnus-util.el: do.
19227 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19229         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19231 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19233         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19234         handle, as well as a list.
19236         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19237         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19238         (mm-w3m-cid-retrieve): Simplify.
19240 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19242         * message.el (message-kill-to-signature): Allow prefix arg to
19243         specify number of lines to keep before signature.
19245 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19247         * message.el (message-kill-to-signature): Change docstring.
19249 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19251         * canlock.el: Always require sha1-el.
19252         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19254         * message.el: Autoload sha1 only when compiling.
19256 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19258         * message.el (message-canlock-generate): Require sha1-el.
19260 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19262         * message.el (message-expand-name): Silence the byte compiler.
19264 2004-01-13  Simon Josefsson  <jas@extundo.com>
19266         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19267         Invoke gnus-score-mode.
19268         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19270         * gnus-range.el (gnus-compress-sequence): Doc fix.
19271         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19273 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19275         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19277 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19279         * spam.el (spam-get-article-as-string): Update to use
19280         gnus-request-article-this-buffer, much simpler.
19281         (spam-get-article-as-buffer): Remove.
19283 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19285         * message.el (message-expand-name): Use EUDC if the user uses that.
19287 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19289         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19290         character for the encoding to avoid consing a string.
19292         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19293         unnecessarily.
19295         * mm-util.el (mm-replace-chars-in-string): Remove.
19297         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19298         of mm-replace-chars-in-string.
19300 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19302         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19304         * mm-util.el (mm-subst-char-in-string): Support inplace.
19306         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19307         a new string in every iteration.  Use shy groups.
19309 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19311         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19312         * gnus-soup.el (gnus-soup-group-brew):
19313         * gnus-msg.el (gnus-put-message):
19314         * gnus-move.el (gnus-group-move-group-to-server):
19315         * gnus-kill.el (gnus-batch-score):
19316         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19317         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19318         (gnus-group-update-group, gnus-group-read-group)
19319         (gnus-group-make-group, gnus-group-make-help-group)
19320         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19321         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19322         (gnus-group-sort-by-unread, gnus-group-catchup)
19323         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19324         (gnus-group-yank-group, gnus-group-set-info)
19325         (gnus-group-list-groups):
19326         * gnus.el (gnus-generate-new-group-name):
19327         * gnus-delay.el (gnus-delay-send-queue):
19328         * nnvirtual.el (nnvirtual-catchup-group):
19329         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19330         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19331         (gnus-group-prepare-topics, gnus-topic-check-topology):
19332         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19333         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19334         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19335         (gnus-group-make-articles-read):
19336         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19337         (gnus-group-change-level, gnus-kill-newsgroup)
19338         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19339         (gnus-get-unread-articles, gnus-make-articles-unread)
19340         (gnus-make-ascending-articles-unread): Use accessor
19341         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19342         to get group information for improved readability.
19344 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19346         * gnus-art.el (article-decode-mime-words, article-babel)
19347         (gnus-article-highlight-signature, gnus-article-add-buttons)
19348         (gnus-signature-toggle): Use gnus-with-article-buffer.
19350         * gnus-art.el (gnus-article-highlight-headers)
19351         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19353         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19354         (gnus-article-set-globals, gnus-request-article-this-buffer)
19355         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19356         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19357         (gnus-mime-display-alternative): Use with-current-buffer.
19359 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19361         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19362         also under 80 char limit, and call gnus-error if needed.
19363         (spam-fetch-article-header): Fix - it was a
19364         buffer-local variable (gnus-newsgroup-data).
19365         (spam-find-spam): Use spam-generate-fake-headers, forget about
19366         spam-insert-fake-headers.
19367         (spam-insert-fake-headers): Remove.
19369 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19371         * deuglify.el (gnus-article-outlook-unwrap-lines)
19372         (gnus-outlook-rearrange-article)
19373         (gnus-outlook-repair-attribution-outlook)
19374         (gnus-outlook-repair-attribution-block)
19375         (gnus-outlook-repair-attribution-other): Remove redundant
19376         save-excursion.
19378 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19380         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19381         (spam-fetch-field-subject-fast)
19382         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19383         (spam-fetch-article-header): Add functions to deal with Gnus
19384         internals for fast retrieval of article header data.
19385         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19387 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19389         * pop3.el (pop3-md5): Remove.
19390         (pop3-apop): Replace pop3-md5 with md5.
19392         * mm-bodies.el: base64 is always built-in.
19394         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19395         Use with-current-buffer.
19397 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19399         * canlock.el (canlock-insert-header): Remove excessive grouping in
19400         regexp.
19402         * gnus-sum.el (gnus-summary-read-document): Ditto.
19404         * gnus-uu.el (gnus-uu-part-number): Ditto.
19406         * html2text.el (html2text-remove-tags): Ditto.
19407         (html2text-format-tags): Ditto.
19408         (html2text-format-single-elements): Ditto.
19410         * mml.el (mml-parse-1): Ditto.
19412 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19414         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19416         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19418         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19420         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19422 2003-11-15  Simon Josefsson  <jas@extundo.com>
19424         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19425         (pgg-gpg-lookup-key): Use regexp match instead of
19426         split-string (split-string is different between emacs 21.2 and
19427         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19429 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19431         * gnus-art.el (gnus-mime-view-all-parts)
19432         (gnus-article-part-wrapper, gnus-article-view-part):
19433         Use with-current-buffer.
19435 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19437         * spam.el (spam-disable-spam-split-during-ham-respool)
19438         (spam-spamoracle-database, spam-cache-lookups)
19439         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19440         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19441         (spam-group-ham-marks, spam-group-spam-marks)
19442         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19443         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19444         also add spam-use-blackholes to the statistical checks.
19445         (spam-fetch-field-fast): Add interface to fetching fields, may
19446         become a macro.
19447         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19448         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19449         (spam-insert-fake-headers): Fake an article when needed.
19450         (spam-find-spam): Fake article when possible.
19451         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19452         (spam-check-bogofilter-headers): Use message-fetch-field instead
19453         of nnmail-fetch-field.
19455 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19457         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19459 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19461         * spam.el (spam-split): Do not require spam-use-CHECK to be
19462         enabled if that check is passed to spam-split explicitly; also
19463         fix so 'spam doesn't get converted to spam-split-group when
19464         spam-split-symbolic-return is t.
19465         (spam-find-spam): Find registrations of the article and use those
19466         instead of re-running spam-split to find the spam/ham
19467         classification of the article.
19468         (spam-log-processing-to-registry, spam-log-registered-p)
19469         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19470         Use gnus-error instead of gnus-message.
19471         (spam-log-registration-type): Add function to determine the
19472         classification of a message based on registry entries; will
19473         return nil if both 'spam and 'ham are found.
19474         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19475         a reasonably fast local cache without the loading errors.
19476         (spam-cache-lookups): Set to t by default.
19477         (spam-find-spam): Don't try to guess spam-cache-lookups.
19478         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19479         spam-caches entry.
19480         (spam-filelist-build-cache, spam-filelist-check-cache):
19481         Fix caching of whitelist/blacklist entries.
19482         (spam-check-whitelist, spam-check-blacklist):
19483         Invoke spam-from-listed-p with a type, not a cache variable.
19484         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19486 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19488         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19490         * nnmail.el (nnmail-split-fancy): do.
19492         * mml.el (mml-parse): do.
19494         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19495         (gnus-score-adaptive): do.
19497 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19499         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19500         (gnus-mime-button-map): Don't set keymap parent.
19501         (gnus-button-ctan-directory-regexp): Use shy grouping.
19502         (gnus-prev-page-map): Don't set keymap parent.
19503         (gnus-prev-page-map): Remove duplicated one.
19504         (gnus-next-page-map): Don't set keymap parent.
19505         (gnus-mime-security-button-map): Ditto.
19507         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19508         version number.
19510         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19512 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19514         * canlock.el (canlock-sha1-function): Remove.
19515         (canlock-sha1-function-for-verify): Remove.
19516         (canlock-openssl-program): Remove.
19517         (canlock-openssl-args): Remove.
19518         (canlock-ignore-errors): Remove.
19519         (canlock-sha1-with-openssl): Remove.
19520         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19521         (canlock-verify): Don't use canlock-ignore-errors.
19523         * sha1-el.el (sha1-string-external): Make it can return a string
19524         in binary form.
19525         (sha1-region-external): Ditto.
19526         (sha1-string-internal): Ditto.
19527         (sha1-region-internal): Ditto.
19528         (sha1-region): Ditto.
19529         (sha1-string): Ditto.
19530         (sha1): Ditto.
19532 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19534         * spam.el (spam-report-articles-gmane): New command.
19536 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19538         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19540         * run-at-time.el (run-at-time-saved): Remove.
19541         (run-at-time): Doc fix.
19543 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19545         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19546         (gnus-summary-limit-map): Add it.
19547         (gnus-summary-make-menu-bar): do.
19549 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
19551         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
19552         Make attempt at some caching support (done for BBDB only now).
19553         (spam-find-spam): Set spam-cache-lookups if there are more than 2
19554         addresses to be checked.
19555         (spam-clear-cache-BBDB): Add function, to be invoked by
19556         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
19557         (spam-check-BBDB): Check and use the caches, if
19558         spam-cache-lookups is on, remove superfluous (provide).
19560 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
19562         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
19564 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
19566         * run-at-time.el (run-at-time-saved): Move to after the definition
19567         of `run-at-time'.
19569 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19571         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
19572         mm-w3m-local-map-property.
19574         * mm-view.el (mm-w3m-mode-map): Remove.
19575         (mm-w3m-local-map-property): Remove.
19576         (mm-inline-text-html-render-with-w3m): Don't use
19577         mm-w3m-local-map-property.
19579 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19581         * run-at-time.el: New file.
19583         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
19584         of gnus-set-text-properties.
19586         * gnus-uu.el (gnus-uu-save-article): Ditto.
19588         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
19590         * gnus-cite.el (gnus-cite-parse): Ditto.
19592         * gnus-art.el (gnus-button-push): Use set-text-properties instead
19593         of gnus-.
19595         * gnus.el: Change calls to nnheader-run-at-time and
19596         password-run-at-time throughout to use run-at-time directly.
19598         * password.el: Remove definition of run-at-time.
19600 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
19602         * mml.el (mml-minibuffer-read-disposition): Show attachment type
19603         in prompt.
19605 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19607         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
19608         XEmacs version.
19610         * dns.el (dns-make-network-process): Use `open-network-stream'
19611         instead of `gnus-xmas-open-network-stream'.
19613         * .cvsignore: Add auto-autoloads.el, custom-load.el.
19615 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19617         * gnus-art.el (gnus-mime-display-alternative)
19618         (gnus-insert-mime-button, gnus-insert-mime-security-button)
19619         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
19620         Don't use gnus-local-map-property.
19622         * gnus-util.el (gnus-local-map-property): Remove.
19624         * mm-view.el (mm-view-pkcs7-decrypt):
19625         Replace gnus-completing-read-maybe-default with completing-read.
19627         * gnus-util.el (gnus-completing-read): do.
19628         (gnus-completing-read-maybe-default): Remove.
19630 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
19632         * password.el: Only autoload `run-at-time' if not XEmacs.
19633         Only autoload the itimer functions if XEmacs.
19635 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
19637         * gnus-art.el (gnus-read-string): Remove.
19638         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
19639         read-string.
19641 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
19643         * netrc.el: Autoload password-read.
19644         (netrc): Add configuration group.
19645         (netrc-encoding-method, netrc-openssl-path):
19646         Add variables for encoding and decoding of files with symmetric
19647         ciphers.
19648         (netrc-encode): Add assistant function to encode a file with
19649         netrc-encoding-method.
19650         (netrc-parse): Add interactive parameter, added optional
19651         decoding if netrc-encoding-method is non-nil but otherwise
19652         behavior is standard.
19653         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
19654         Do s/encode/encrypt/ everywhere.
19656         * spam.el: Remove executable-find autoload.
19658 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19660         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
19662         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
19664 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
19666         * gnus-art.el (gnus-treat-ansi-sequences)
19667         (article-treat-ansi-sequences): New variable and function.
19668         Suggested by Dan Jacobson <jidanni@jidanni.org>.
19670         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
19671         Use it.
19673 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
19675         * mm-util.el (mm-quote-arg): Remove.
19677         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
19678         shell-quote-argument.
19680         * gnus-uu.el (gnus-uu-command): do.
19682         * gnus-sum.el (gnus-summary-insert-pseudos): do.
19684         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
19685         with make-char.
19687         * mm-util.el (mm-make-char): Remove.
19689         * mml.el (mml-mode): Replace gnus-add-minor-mode with
19690         add-minor-mode.
19692         * gnus-undo.el (gnus-undo-mode): do.
19694         * gnus-topic.el (gnus-topic-mode): do.
19696         * gnus-sum.el (gnus-dead-summary-mode): do.
19698         * gnus-start.el (gnus-slave-mode): do.
19700         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
19702         * gnus-ml.el (gnus-mailing-list-mode): do.
19704         * gnus-gl.el (gnus-grouplens-mode): do.
19706         * gnus-draft.el (gnus-draft-mode): do.
19708         * gnus-dired.el (gnus-dired-mode): do.
19710         * gnus-ems.el (gnus-add-minor-mode): Remove.
19712         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19713         Replace gnus-char-width with char-width.
19715         * gnus-ems.el (gnus-char-width): Remove.
19717         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
19718         Replace gnus-char-width with char-width.
19720         * gnus-ems.el (gnus-char-width): Remove.
19722         * spam-stat.el (with-syntax-table): Remove with-syntax-table
19723         definition.
19724         Remove Emacs 20 hash table compatibility code.
19726         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
19727         20 compatibility code.
19729         * spam.el (spam-point-at-eol): Replace with point-at-eol.
19731         * smime.el (smime-point-at-eol): Replace with point-at-eol.
19733         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
19734         Replace with point-at-{eol,bol}.
19736         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
19738         * imap.el (imap-point-at-eol): Replace with point-at-eol.
19740         * flow-fill.el (fill-flowed-point-at-bol)
19741         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
19743         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
19744         Replace with point-at-{eol,bol} throughout all files.
19746 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
19748         * ntlm.el (ntlm-string-as-unibyte): New macro.
19749         (ntlm-build-auth-response): Use it.
19751         Remove Emacs 20 stuff:
19752         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
19753         of delq and copy-sequence.
19754         * gnus-art.el (popup-menu): Remove the compiler macro.
19755         * nnmail.el (nnmail-split-fancy): Don't support customizing with
19756         Emacs 20.
19758 2004-01-05  Simon Josefsson  <jas@extundo.com>
19760         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
19761         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
19762         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
19763         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
19764         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
19765         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
19766         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
19767         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
19768         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
19769         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
19770         ntlm-string-permute, string-lshift into ntlm-string-lshift,
19771         string-xor into ntlm-string-xor.
19772         Suggested by Jesper Harder <harder@myrealbox.com>.
19774         * ntlm.el: Don't include poem.
19776         * md4.el (print-int32, print-string-hexa): Remove.
19777         Suggested by Jesper Harder <harder@myrealbox.com>.
19779         * sasl-ntlm.el, ntlm.el, md4.el: New files.
19781         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
19782         probably breaks emacs with DL patch, but do we care? Is anyone
19783         still using the DL stuff?)
19785         * sieve-manage.el: Use the password package.
19786         (sieve-manage-read-passwd): Remove.
19787         (sieve-manage-interactive-login): Use password.  Re-add
19788         condition-case around loop.
19790         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
19791         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
19792         Use the password package.
19794 2003-02-19  Simon Josefsson  <jas@extundo.com>
19796         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
19797         token.
19799 2002-08-07  Simon Josefsson  <jas@extundo.com>
19801         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
19802         (sieve-manage-authenticators):
19803         (sieve-manage-authenticator-alist): Add some SASL mechs.
19804         (sieve-sasl-auth): New function.
19805         (sieve-manage-cram-md5-auth):
19806         (sieve-manage-plain-auth): Rewrite using SASL library.
19807         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
19808         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
19809         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
19810         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
19812 2004-01-05  Simon Josefsson  <jas@extundo.com>
19814         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
19815         New files.
19817 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19819         * gnus-group.el (gnus-no-groups-message): Update.
19821         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
19823 2003-11-09  Simon Josefsson  <jas@extundo.com>
19825         * imap.el: Support for ID IMAP extension (RFC 2971).
19826         (imap-local-variables): Add imap-id.
19827         (imap-id): New variable.
19828         (imap-id): New function.
19829         (imap-parse-response): Parse untagged ID response.
19830         * nnimap.el (nnimap-id): New variable.
19831         (nnimap-open-connection): Use it.
19833 2003-12-28  Simon Josefsson  <jas@extundo.com>
19835         * gnus-score.el (gnus-score-edit-all-score): New.
19836         * gnus-group.el (gnus-group-score-map): Bind it to W e.
19838 2004-01-04  Simon Josefsson  <jas@extundo.com>
19840         * password.el: Add.
19842 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
19844         * dns.el (dns-query-types): Fix typo.
19845         (dns-query-types): New function.
19846         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
19847         PTR and SOA replies, see RFC 1035.
19849 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19851         * gnus.el (gnus-logo-color-style): Change colors to `no'.
19853         * Move to Changelog.2.
19855 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19857         * gnus.el (gnus-version-number): Bump version.
19859 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19861         * gnus.el: No Gnus v0.1 is released.
19863 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19865         * gnus.el: No Gnus v0.0 is released.
19867 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19869         * gnus.el (gnus-version-number): Bump.
19870         (gnus-version): No.
19872 See ChangeLog.2 for earlier changes.
19874   Copyright (C) 2004-2011  Free Software Foundation, Inc.
19876   This file is part of GNU Emacs.
19878   GNU Emacs is free software: you can redistribute it and/or modify
19879   it under the terms of the GNU General Public License as published by
19880   the Free Software Foundation, either version 3 of the License, or
19881   (at your option) any later version.
19883   GNU Emacs is distributed in the hope that it will be useful,
19884   but WITHOUT ANY WARRANTY; without even the implied warranty of
19885   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
19886   GNU General Public License for more details.
19888   You should have received a copy of the GNU General Public License
19889   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
19891 ;; Local Variables:
19892 ;; coding: utf-8
19893 ;; fill-column: 79
19894 ;; add-log-time-zone-rule: t
19895 ;; End: