Protect against trying to restore window configurations containing buffers that are...
[gnus.git] / lisp / ChangeLog
blob398086dd40d9298851a70bbd81d138598bad8188
1 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
4         window configurations containing buffers that are now dead.
6         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
7         parsing to avoid integer overflows.
8         (nnimap-parse-flags): Simplify the last change.
9         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
10         too large for 32-bit Emacsen.
12 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
14         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
15         XEmacs, which was one character too wide.
17 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
19         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
20         default number of articles to display.
21         (gnus-articles-to-read): Use pretty names for prompt.
23 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
25         * gnus-int.el (gnus-open-server): Ditto.
27         * gnus-start.el (gnus-activate-group): Give a backtrace if
28         debug-on-quit is set and the user hits `C-g'.
29         (gnus-read-active-file): Ditto.
31         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
33 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
35         * message.el (message-yank-original): Use cond instead of CL case.
37 2011-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
39         * lpath.el: Fbind read-char-choice for XEmacs.
41 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
43         * auth-source.el (auth-source-netrc-create): Show the default in the
44         prompt when prompting for token creation.
46 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
48         * auth-source.el (auth-source-format-prompt): Always convert the value
49         to a string to avoid evaluating non-string arguments.
50         (auth-source-netrc-create): Offer default properly, not as initial
51         content in `read-string'.
52         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
53         of line to determine if we've been run before.  If so, don't run again,
54         but print a trivial message to indicate the cache was hit instead.
56 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
58         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook): Don't
59         install `gnus-sync-read' to any hooks by default.  It's buggy.  The
60         user will have to run `gnus-sync-read' manually and wait for Cloudy
61         Gnus.
63 2011-03-11  Julien Danjou  <julien@danjou.info>
65         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
66         modified file".
68 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
70         * auth-source.el (auth-source-read-char-choice): New function to read a
71         character choice using `dropdown-list', `read-char-choice', or
72         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
73         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
74         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
75         (auth-source-netrc-saver): Use it.
76         (auth-source-pick-first-password): New convenience function.
78 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
80         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
81         parameter in the credentials.
82         (nnimap-open-connection-1): Use it after a successful login.
83         (nnimap-credentials): Add IMAP-specific user and password prompt.
85         * auth-source.el (auth-source-search): Add :require parameter, taking a
86         list.  Document it and the :save-function return token.  Pass :require
87         down.  Change the CREATED message from a warning to a debug statement.
88         (auth-source-search-backends): Pass :require down.
89         (auth-source-netrc-search): Pass :require down.
90         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
91         Change save prompt to indicate all modifications saved here are
92         deletions.
93         (auth-source-netrc-create): Take user login name as default in user
94         prompt.  Move all the save functionality to a lexically bound function
95         under the :save-function token in the returned list.  Set up clearer
96         default prompts for user, host, port, and secret.
97         (auth-source-netrc-saver): New function, intended to be wrapped for
98         :save-function.
100 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
102         * shr.el (shr-table-horizontal-line): Change the defaults for the table
103         lines to be spaces instead.
105 2011-03-07  Julien Danjou  <julien@danjou.info>
107         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
108         (sieve-sasl-auth): Check that auth-source-search did return something,
109         or just return an empty string.
111 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
113         * gnus.el (gnus-interactive): Use read-directory-name.
115         * gnus-uu.el (gnus-uu-decode-uu-and-save)
116         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
117         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
118         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
119         Likewise.
121         * gnus-group.el (gnus-group-make-directory-group): Likewise.
123 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
125         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
126         onto the list of killed groups, too.  This makes killed nnimap groups,
127         for instance, more reliably not reappear.
129         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
130         the parent.
132         * gnus-sum.el (gnus-update-read-articles): Fix typo.
134         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
135         really have server-side marks.
137         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
138         since most backends do not usefully have server-side marks.
139         (gnus-update-read-articles): Propagate marks to all backends that
140         really have server-side marks.
142 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
144         * message.el (message-cite-reply-position, message-cite-style): New
145         variables.
146         (message-yank-original): Use the new citation styles.
148 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
150         * message.el (message-options): Revert 22da67af (workaround for XEmacs
151         buffer-local issue); don't mark it buffer-local when running under
152         XEmacs.
154 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
156         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
157         numbers too big to be `read'.
159 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
161         * password-cache.el (password-in-cache-p): Add autoload.
163         * message.el (message-options): Make buffer-local two ways to attempt
164         to fix a XEmacs bug.
166 2011-03-02  Julien Danjou  <julien@danjou.info>
168         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
170 2011-03-01  Julien Danjou  <julien@danjou.info>
172         * gnus-art.el (list-identifier): Add list-identifier as a parameter
173         group.
174         (article-hide-list-identifiers): Use list-identifier group parameter.
176 2011-02-28  Julien Danjou  <julien@danjou.info>
178         * sieve.el (sieve-buffer-script-name): New local variable to store
179         sieve script name.
180         (sieve-edit-script): Store sieve script name.
181         (sieve-upload): Use sieve script name when uploading.
182         (sieve-upload): Use substitute-command-keys.
183         (sieve-edit-script): Use substitute-command-keys.
184         (sieve-refresh-scriptlist): Use substitute-command-keys.
185         (sieve-manage-mode-map): Define keymap properly.
186         (sieve-manage-mode): Do not set mode name manually, change mode-name to
187         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
188         Remove commented code about cvs.
189         (sieve-manage-quit): New function.
190         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
192 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
194         * gnus-group.el (gnus-import-other-newsrc-file): New function.
196 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
198         * auth-source.el (auth-source-search): Cache empty result sets.
200         * password-cache.el (password-in-cache-p): Convenience function to
201         check if a key is in the cache, even if the value is nil.
203         * auth-source.el (auth-source-save-behavior): New variable to replace
204         `auth-source-never-create'.
205         (auth-source-netrc-create): Use it.
206         (auth-source-never-save): Remove.
208 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
210         * nnimap.el (nnimap-stream): Doc fix.
211         (nnimap-open-connection-1): Reverse the order of the ports to that the
212         prompted-for port is first.
214         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
215         retrieval by the no-group selection.
217         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
218         numerical parameters.
220 2011-02-25  Julien Danjou  <julien@danjou.info>
222         * gnus-gravatar.el: Use gnus-with-article-buffer.
224         * gnus-art.el (gnus-with-article-buffer): Check that the
225         gnus-article-buffer is alive.
227 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
229         * auth-source.el (auth-source-creation-prompts): New variable to manage
230         creation-time prompts.
231         (auth-source-search): Document it.
232         (auth-source-format-prompt): Add utility function.
233         (auth-source-netrc-create): Don't default the user name to
234         user-login-name.  Use `auth-source-creation-prompts' and some default
235         prompts for user, host, port, and password (the default generic prompt
236         remains ugly).
237         (auth-source-never-save): Add customizable option to never save info.
238         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
239         mode excursion.
241 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
243         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
244         argument that XEmacs doesn't support.
246         * dgnushack.el (dgnushack-compile): Exclude color.el from being
247         compiled for Emacsen having no `libxml-parse-html-region' support.
249         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
251         * lpath.el: Bind buffer-save-without-query for XEmacs.
253 2011-02-23  Julien Danjou  <julien@danjou.info>
255         * gnus-art.el (article-make-date-line): Ignore errors if time is
256         invalid and not convertible.
257         (article-make-date-line): Only add lapsed time if time is not nil.
259 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
261         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
262         `read-char-choice' for backwards compatibility.
263         (auth-source-netrc-element-or-first): New function to DTRT for
264         parameter extraction.
265         (auth-source-netrc-create): Use it and fix multiple parameter print
266         bug.  Use the default passed from above (given-default) or the
267         built-in (user-login-name for :user).
269 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
271         * gnus-start.el (gnus-dribble-read-file): Set
272         buffer-save-without-query, since we always want to save the dribble
273         file, probably.
275         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
276         nnimap.
278         * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
279         -summary- since it's a user-visible variable.
281         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
282         first time you use the new Gnus.
284 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
286         * auth-source.el: Don't load netrc.el.
287         (auth-sources): Search ~/.netrc as well by default.
288         (auth-source-debug): Add 'trivia option for extra output.
289         (auth-source-do-trivia): Use it.
290         (auth-source-search): Simplify logic to use
291         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
292         appropriate.  Don't keep a running count at this level.  Layer :create
293         and :delete options appropriately on the first and second passes.
294         Don't track the backend with the search results.
295         (auth-source-search-backends): New function to search a list of
296         backends for a processed spec.
297         (auth-source-netrc-parse): Cache all netrc files, making
298         auth-source-netrc-cache an alist keyed by the file name and using the
299         file mtime as the caching criterion.  Keep the obfuscated data secret
300         with a lexical bind.
301         (auth-source-netrc-search): Don't calculate the length of the results
302         unnecessarily.
303         (auth-source-search-backends): Fix bug.
304         (auth-source-netrc-create): Rework prompts.
306 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
308         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
309         Lower case names of search constraints.
310         (nnir-run-query): Cache and reuse search constraints for all imap
311         servers.
313 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
315         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
316         after exit.
317         (gnus-setup-message): Define missing variable from last checkin.
319         * gnus-sum.el (gnus-summary-show-article): When called with t as the
320         value, show the raw article.
322 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
324         * gnus.el: No Gnus v0.13 is released.
326 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
328         * nnimap.el (nnimap-open-connection-1): Revert last change, since
329         auth-source now accepts numbers.
331         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
332         spec, too.
333         (auth-source-ensure-strings): New function.
335         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
336         (gnus-article-setup-buffer): Always restart the date timer so that user
337         changes to the frequency is respected.
339         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
340         port numbers, so make sure it gets that if nnimap-server-port is
341         explicit.
343 2011-02-21  Simon Josefsson  <simon@josefsson.org>
345         * nnimap.el (nnimap-inbox): Doc fix.
347 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
349         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
350         Autoload.  Add optional arg FRAME, and pass it to color-values.
351         (color-complement): Caller changed.  Doc fix.
352         (color-gradient): Rewrite for better clarity and efficiency.
354 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
356         * shr-color.el (shr-color->hexadecimal): Use renamed function names
357         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
358         color-lab-to-srgb.
360 2011-02-20  Drew Adams  <drew.adams@oracle.com>
362         * color.el: First part of merge from hexrgb.el.
363         (color-rgb-to-hex): Rename from color-rgb->hex.
364         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
365         saturation to zero if the value is too small.
366         (color-rgb-to-hsl): Rename from color-rgb->hsl.
367         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
368         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
369         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
370         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
371         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
372         (color-cie-de2000): Doc fix.
374 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
376         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
377         given method as in the group name if we're using an extended method.
378         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
379         command, if we're using that, instead of waiting for the beginning.
381         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
382         we're sure to get unique server names, and we don't output two async
383         commands in the same buffer.  This fixes an NNTP hang for some users.
385 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
387         * gnus.el: No Gnus v0.11 is released.
389 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
391         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
392         summary buffer before reading going to the next buffer.  This avoids
393         putting the point in the group buffer if you `C-g' the command.
395         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
396         cache (for now) to make ~/.authinfo.gpg files usable.
398         * nnfolder.el (copyright-update): Define for the compiler.
400         * auth-source.el (auth-source-search): Fix unbound variable.
402 2011-02-19  Glenn Morris  <rgm@gnu.org>
404         * gnus.el (gnus-meta): Doc fix.
406 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
408         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
409         in case it's not yet loaded.
411 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
413         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
414         line we're waiting for.
416 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
418         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
419         face with line-width greater than zero will cause RET in gnus summary
420         buffer to scroll down article page-wise because auto vscroll happens,
421         it should be temporalily disabled when doing a scroll-up.
423 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
425         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
426         outputs from the server.
428 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
430         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
431         later so that bbdb can hook in easier.
433 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
435         * auth-source.el (auth-source-search): Don't try to create credentials
436         if the caller doesn't want that.
437         (auth-source-search): If we don't find a match, don't bug out on
438         non-bound variables.
439         (auth-source-search): Only ask a single backend to create the
440         credentials.
442         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
443         logging.
444         (nnimap-credentials): Protect against auth-source-search returning nil.
445         (nnimap-request-list): Protect against not being able to open the
446         server.
448 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
450         * auth-source.el (auth-source-search): Do a two-phase search, one with
451         no :create to get the responses from all backends.
453         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
454         when getting credentials.
456         * gnus-util.el (gnus-delete-duplicates): New function.
458 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
460         * nnimap.el (nnimap-credentials): Instead of picking the first port as
461         a creation default, pass the whole port list down.  It will be
462         completed.
464         * auth-source.el (auth-source-search): Updated docs to talk about
465         multiple creation choices.
466         (auth-source-netrc-create): Accept a list as a value (from the search
467         parameters) and do completion on that list.  Keep a separate netrc line
468         with the password obscured for showing the user.
470         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
471         first choice to `auth-source-search' so it will be used for entry
472         creation instead of the server's Gnus-specific name.
473         (nnimap-credentials): Rely on the auth-source library to select which
474         port is actually wanted in the new netrc entry, so don't override
475         `auth-source-creation-defaults'.
477         * auth-source.el (auth-source-netrc-parse): Use :port instead of
478         :protocol and accept a missing user, host, or port as a wildcard match.
479         (auth-source-debug): Default to off.
481         (auth-source-netrc-search, auth-source-netrc-create)
482         (auth-source-secrets-search, auth-source-secrets-create)
483         (auth-source-user-or-password, auth-source-backend, auth-sources)
484         (auth-source-backend-parse-parameters, auth-source-search): Use :port
485         instead of :protocol.
487         * nnimap.el (nnimap-credentials): Pass a port default to
488         `auth-source-search' in case an entry needs to be created.
489         (nnimap-open-connection-1): Use :port instead of :protocol.
491 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
493         * auth-source.el: Bind load-path when loading EIEIO from
494         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
495         21.4 doesn't support, to `require'.
496         (auth-source-secrets-search): Use mm-delete-duplicates instead of
497         delete-dups that is not available in XEmacs 21.4.
499 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
501         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
502         as EIEIO must also be loaded when auth-source.el is being
503         byte-compiled.
505 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
507         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
509         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
511         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
513         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
515         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
517         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
519         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
521         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
522         necessary.
524 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
526         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
527         nil means that nnimap doesn't get updated.
529 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
531         * auth-source.el (auth-source-netrc-create): Return a synthetic search
532         result when the user doesn't want to write to the file.
533         (auth-source-netrc-search): Expect a synthetic result and proceed
534         accordingly.
535         (auth-source-cache-expiry): New variable to override
536         `password-cache-expiry'.
537         (auth-source-remember): Use it.
539         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
540         parameter.  Create entry if necessary by using :create t.
541         (nnimap-open-connection-1): Don't pass `inhibit-create'.
543 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
545         * auth-source.el (auth-source-debug): Enable by default and don't
546         mention the obsolete `auth-source-hide-passwords'.
547         (auth-source-do-warn): New function to debug unconditionally.
548         (auth-source-do-debug): Use it.
549         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
550         and for Secrets API entries when the secrets.el library is not
551         available.
553 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
555         * gnus-sum.el (gnus-propagate-marks): Default to nil.
556         (gnus-summary-exit): Kill the correct article buffer on exit from a
557         `C-d' group.
559         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
560         gnus-propagate-marks.
562         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
563         before killing the buffers so that a non-full window conf gets handled
564         correctly.
565         (gnus-summary-exit): Ditto.
566         (gnus-summary-read-group-1): Ditto.
568         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
569         async code again so that we can debug it properly.
571         * message.el (message-reply): Take an optional switch-buffer parameter
572         so that Gnus window confs are respected better.
574 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
576         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
577         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
578         docstring.
579         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
580         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
581         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
582         Login collection is "Login" and not "login".
584 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
586         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
587         multiple headers.
589         * nnimap.el (nnimap-inhibit-logging): New variable.
590         (nnimap-log-command): Don't log login commands.
592         * auth-source.el (auth-source-netrc-search): The asserts seem to want
593         to have more parameters.
595         * nnimap.el (nnimap-send-command): Mark the command time for each
596         command, so that we don't get NOOPs stepping on our toes.
598         * gnus-art.el (article-date-ut): Get the date from the Date header on
599         `t'.
601 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
603         * auth-source.el (auth-source-search): Use copy-sequence instead of
604         the cl.el copy-list.
606 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
608         * imap.el: Bring it back (revert
609         84d800cd31de3064f0ed39617d725709a2f8f42f).
611 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
613         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
614         Improve prompt.
616 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
618         * gnus-art.el (gnus-article-mode-line-format): Remove the article
619         washing status from the default format.  It isn't very informative.
621 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
623         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
624         Gcc processing on imap.
626 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
628         * imap.el: Remove file.  All the functionality is in nnimap.el.
630 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
632         * message.el (message-bury): Don't pop up a new window when selected
633         window is dedicated.
635 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
637         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
639 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
641         * sieve-manage.el: Autoload `auth-source-search'.
642         (sieve-sasl-auth): Use it.
644 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
646         * nnimap.el: Autoload `auth-source-forget+'.
647         (nnimap-open-connection-1): Use it if the connection fails.
649         * auth-source.el: Require `password-cache'.
650         (auth-source-hide-passwords, auth-source-cache): Remove and mark
651         obsolete.
652         (auth-source-magic): Marker for `password-cache' keys.
653         (auth-source-do-cache): Update docstring.
654         (auth-source-search): Use and check cache.
655         (auth-source-forget-all-cached, auth-source-remember)
656         (auth-source-recall, auth-source-forget, auth-source-forget+)
657         (auth-source-specmatchp): Caching support functions.
658         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
659         Remove and obsolete.
660         (auth-source-user-or-password): Remove caching to further discourage
661         using it.  Always hide passwords.
663         * password-cache.el (password-cache-remove): Accept secrets that are
664         not strings.
666 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
668         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
669         code for now, since it doesn't work for all users.
671 2011-02-09  Julien Danjou  <julien@danjou.info>
673         * message.el (message-options): Make message-options really buffer
674         local.
676 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
678         * mail-source.el: Autoload `auth-source-search'.
679         (mail-source-keyword-map): Note order matters.
680         (mail-source-set-1): Get all the mail-source source values and
681         defaults and search auth-source on those if needed.  This can all
682         probably be simplified.
684         * nnimap.el: Autoload `auth-source-search'.
685         (nnimap-credentials): Use it.
686         (nnimap-open-connection-1): Ask for the virtual server and physical
687         address in one shot.
689         * nntp.el: Autoload `auth-source-search'.
690         (nntp-send-authinfo): Use it.  Note TODO.
692 2011-02-08  Julien Danjou  <julien@danjou.info>
694         * shr.el (shr-tag-body): Add support for text attribute in body
695         markups.
697         * message.el (message-options): Make message-options a local variable.
699 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
701         * auth-source.el (auth-source-secrets-search)
702         (auth-source-user-or-password): Use `append' instead of `nconc'.
703         (auth-source-user-or-password): Build return list better and protect
704         against nil :secret.
706 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
708         * nnimap.el (nnimap-update-info): Refactor slightly.
709         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
710         (nnimap-update-info): Clean up slightly.
711         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
712         characters.
713         (nnimap-process-quirk): Rename function to avoid collision.
714         (nnimap-update-info): Fix macrology bug-out.
715         (nnimap-update-info): Simplify split history test.
717 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
719         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
720         `secrets-get-attributes' instead of `secrets-get-attribute'.
721         (auth-source-secrets-search): Limit search when `max' is greater than
722         number of results.
724 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
726         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
727         part not returning any data.
729         * proto-stream.el (open-protocol-stream): Document the return value.
731 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
733         * auth-source.el (auth-source-secrets-search): Add examples.
735 2011-02-06  Julien Danjou  <julien@danjou.info>
737         * message.el (message-setup-1): Handle message-generate-headers-first
738         set to t.
740 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
742         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
743         API with a string "secrets:collection-name" and with 'default.
744         (auth-source-backend-parse): Parse "secrets:collection-name" and
745         'default.  Recurse on parses instead of repeating code.  Use the
746         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
747         message when ignoring a source.
748         (auth-source-search): List ignored search keys at the top level.
749         (auth-source-netrc-create): Use `case' instead of `cond'.
750         (auth-source-secrets-search): Created with TODOs.
751         (auth-source-secrets-create): Created with TODOs.
752         (auth-source-retrieve, auth-source-create, auth-source-delete)
753         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
754         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
755         (auth-source-user-or-password-sftp)
756         (auth-source-user-or-password-smtp): Removed.
757         (auth-source-user-or-password): Deprecated and modified to be a wrapper
758         around `auth-source-search'.  Not tested thoroughly.
760 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
762         * auth-source.el: Bring in assoc and eioeio libraries.
763         (secrets-enabled): New variable to track the status of the Secrets API.
764         (auth-source-backend): New EIOEIO class to represent a backend.
765         (auth-source-creation-defaults): New variable to set prompt defaults
766         during token creation (see the `auth-source-search' docstring for
767         details).
768         (auth-sources): Simplify to allow a simple string as a netrc backend
769         spec.
770         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
771         (auth-source-backend-parse-parameters): Fill in the backend parameters.
772         (auth-source-search): Main auth-source API entry point.
773         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
774         (auth-source-search-collection): Helper function for searching.
775         (auth-source-netrc-parse, auth-source-netrc-normalize)
776         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
777         Supports search, create, and delete.
778         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
779         backend stubs.
780         (auth-source-user-or-password): Call `auth-source-search' but it's not
781         ready yet.
783 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
785         * message.el (message-setup-1): Remove the read-only stuff, since it
786         doesn't work under XEmacs, for some reason.
788         * gnus-sum.el (gnus-user-date): Rename back from
789         gnus-summary-user-date since user code refers to it.
791         * shr.el (shr-render-td): Store the actual background colour used.
793         * message.el (message-setup-1): Don't bind the constant
794         -forbidden-properties.
795         (message-setup-1): Revert previous change, since it needs to bind the
796         props to insert them.
797         (message-resend): Allow removing the read-only separator line.
799 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
801         * nnimap.el (nnimap-request-accept-article): Give an error message if
802         the APPEND wasn't successful.
804 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
806         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
807         that have no groups.
809 2011-02-03  Julien Danjou  <julien@danjou.info>
811         * gnus-draft.el: Remove progn around gnus-draft-setup.
813 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
815         * gnus-start.el (gnus-read-active-for-groups): This function is never
816         called with a nil `infos', so clean that up.
817         (gnus-get-unread-articles): Request active files from primary/secondary
818         methods that have no groups (yet).
820 2011-02-03  Julien Danjou  <julien@danjou.info>
822         * message.el (message-setup-1): Always generate References first.
823         (message-mail): Return the return value of message-setup, not always t.
824         (message-setup-1): Insert mail-header-separator with read-only and
825         intangible properties set.
827         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
828         user-date in docstring.
830         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
832         * gnus.el (gnus-summary-line-format): Mention &user-date format in
833         docstring.
835         * gnus.el (gnus-user-date-format-alist): Change default value. Use
836         defcustom, with type and group. Move from gnus-util.el. Rename to
837         gnus-summary-user-date-format-alist.
839 2011-02-03  Glenn Morris  <rgm@gnu.org>
841         * nnimap.el (gnus-fetch-headers): Declare.
843         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
845 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
847         * message.el (message-forward-make-body-digest-plain)
848         (message-followup, message-reply): Clean up things noted by Stefan.
850         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
851         gnus-article-update-date-headers is nil.
852         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
853         it didn't really work with defcustom.
854         (article-update-date-lapsed): Make sure the window start doesn't move,
855         either.
857 2011-02-01  Julien Danjou  <julien@danjou.info>
859         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
860         format.
862         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
863         standard in Emacs nowadays.
865         * color.el (color-gradient): Add a color-gradient function.
867 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
869         * message.el (message-expand-name): Don't trust the return value of
870         bbdb-complete-name.
871         (message-check-news-header-syntax): Remove unused var `start'.
872         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
873         (message-inhibit-body-encoding): Move to before first use.
874         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
875         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
876         (Organization, Message-ID, Date, mh-previous-window-config):
877         Defvar the vars using dynamic scoping.
879 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
881         * shr.el (shr-render-td): Only do colours at the final rendering.
882         Should be slightly faster.
883         (shr-insert-table): Fix up TD background colours when doing the
884         vertical padding.
886         * gnus-art.el (article-date-ut): Protect against articles with no Date
887         header.
888         (article-update-date-lapsed): Don't use current-column to find the
889         horizontal position.  It's fragile in the presence of \003 characters.
891         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
893 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
895         * gnus-art.el (article-transform-date): Rewrite to still work when
896         there are several rfc2822 parts.
897         (article-transform-date): Fix infinite recursion.
898         (article-date-ut): Replace infinitely many Date headers with a single
899         one when called interactively.
901         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
902         secure manner.
904         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
905         move around by not using save-window-excursion.  It seems to work...
907 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
909         * gnus-art.el (article-make-date-line): Work for user-defined format.
911 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
913         * nntp.el (nntp-retrieve-group-data-early)
914         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
915         fetching functions.
917         * gnus-start.el (gnus-read-active-for-groups): Read the active files
918         thoroughly for all backends that have no known groups.  This should
919         allow new nnml methods to retrieve mail.
921         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
922         that Gnus doesn't know exists again.
924         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
925         (gnus-treat-date-ut): Ditto.
926         (gnus-article-update-date-header): Renamed.
927         (gnus-treat-date-local): Removed.
928         (gnus-treat-date-english): Removed.
929         (gnus-treat-date-lapsed): Removed.
930         (gnus-treat-date-combined-lapsed): Removed.
931         (gnus-treat-date-original): Removed.
932         (gnus-treat-date-iso8601): Removed.
933         (gnus-treat-date-user-defined): Removed.
934         (gnus-article-date-headers): New variable to control all the date
935         header options.
936         (article-date-ut): Rewrite to allow using the new way to format date
937         headers(s).
939 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
941         * nnmail.el (nnmail-article-group): Check for a direct fancy split
942         method.
943         (nnmail-article-group): A better test for fanciness.
945         * nnimap.el (nnimap-request-head): Protect against not finding the
946         article by Message-ID.
948 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
950         * gnus-art.el (article-update-date-lapsed): Try a better way to really
951         keep point at the "same place".
953 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
955         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
956         data if the group is unactivated.
958 2011-01-28  Julien Danjou  <julien@danjou.info>
960         * gnus-win.el: Remove dead function gnus-window-configuration-element.
961         (gnus-all-windows-visible-p): Remove old compatibility code.
962         (gnus-window-top-edge): Add docstring.
964         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
966 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
968         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
969         older request-update-info.
971         * gnus-art.el (article-make-date-line): Limit the length a bit more.
973 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
975         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
976         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
978 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
980         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
981         groups.  This makes the nndraft:queue group pop up if it's not already
982         there.
984         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
985         messages" logic, which was reversed.
987         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
988         the "same place" even if point is on the line being replaced.
989         (article-update-date-lapsed): Allow updating both the combined lapsed
990         and the lapsed headers.
991         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
992         (article-make-date-line): Limit the number of segments dynamically to
993         avoid too-long lines.
995 2011-01-27  Julien Danjou  <julien@danjou.info>
997         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
998         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1000 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1002         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1003         Use plist-get instead of the cl function getf.
1005 2011-01-27  Glenn Morris  <rgm@gnu.org>
1007         * gnus-util.el (float-time): Get rid of compiler warning, again.
1009 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1011         * shr.el (shr-put-color): Special-case background colours: Do put them
1012         at the blank parts at the front of the lines.
1014         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1015         exit hook to nix out all data on readedness on group exit.
1017         * gnus-util.el (float-time): If float-time is bound, always use it on
1018         all Emacsen.  It's unclear why the subrp check was there.
1019         (time-date): Require to make some autoload issues on XEmacs go away.
1021         * shr.el (shr-put-color): Don't do the box padding in tables, since
1022         they're already padded.
1024 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1026         * gnus-art.el (gnus-article-next-page): When the last line of the
1027         article is displayed, scroll down once more instead of going to the
1028         next article at once.
1029         (article-lapsed-string): Refactor out and allow specifying how many
1030         segments you want.
1031         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1032         (gnus-article-update-lapsed-header): New variable.
1034         * shr.el: Revert change that made headings use different-sized faces.
1035         The Emacs display engine isn't advanced enough that, for instance,
1036         tables can comfortably use differntly-sized faces.
1038 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1040         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1041         used.
1042         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1043         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1044         we're using an encrypted connection.
1046         * proto-stream.el: Alter the interface functions to also return the
1047         actual stream type used: network or tls.
1049 2011-01-25  Julien Danjou  <julien@danjou.info>
1051         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1052         (mm-display-javascript-inline): New function.
1054         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1055         viewing function.
1057 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1059         * shr.el (shr-expand-newlines): Fix variable name.
1061 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1063         * shr.el (shr-expand-newlines): Make nested boxes work.
1065 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1067         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1068         backgrounds.
1069         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1070         in a more sensible manner.
1072 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1074         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1075         if EPG is loaded.
1077 2011-01-24  Julien Danjou  <julien@danjou.info>
1079         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1080         tags.
1082 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1084         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1085         commands.
1087         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1088         in the article buffer.
1089         (gnus-gravatar-insert): Use blank space from the current buffer to
1090         avoid breaking text properties.  This makes X-Sent updating work again.
1092         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1094 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1096         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1097         fix the bug in url-http.el instead.
1099         * shr.el (shr-image-fetched): Ditto.
1101         * shr.el (shr-image-fetched): Avoid having point move in the article
1102         buffer.
1104         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1105         buffer after being called.  It's apparently being killed by url.el, and
1106         killing it made point move to end-of-buffer in a random buffer.
1108         * shr.el (shr-image-fetched): Ditto.
1110 2011-01-23  Julien Danjou  <julien@danjou.info>
1112         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1114         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1115         text/x-org.
1117 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1119         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1120         (i.e., nnimap) returning nil as the article number.
1122 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1124         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1125         "DelSp" parameter in RFC3676.
1127 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1129         * message.el (message-check-recipients): Display the encoded version of
1130         the bogus address if they differ.
1132         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1133         after sending.
1135         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1137         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1139         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1140         group buffer after sending the queue.
1142         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1144 2011-01-22  Julien Danjou  <julien@danjou.info>
1146         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1148 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1150         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1151         nested related parts.
1153         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1154         unexpired articles.  This fixes the regression that led expiry marks to
1155         disappear from nnfolder groups.
1157 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1159         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1160         Don't confuse the "ret" of "retrograde" with RET.
1162 2011-01-21  Julien Danjou  <julien@danjou.info>
1164         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1165         than mm-insert-inline.
1167 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1169         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1170         Widen article buffer.
1172 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1174         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1175         the temp buffer.
1176         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1178 2011-01-20  Julien Danjou  <julien@danjou.info>
1180         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1182         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1183         than mm-insert-inline to insert inline part: this respect
1184         mm-inline-media-tests displayers.
1186         * mm-view.el (mm-display-shell-script-inline): New function.
1188         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1190         * mm-uu.el (mm-uu-type-alist): Add org block.
1191         (mm-uu-org-src-code-block-extract): New function.
1193         * mm-view.el (mm-display-org-inline): New function.
1195         * mm-decode.el (mm-automatic-display): Add text/org.
1197         * mailcap.el (mailcap-mime-extensions): Add .org.
1199 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1201         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1202         gnus-article-add-buttons.
1204 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1206         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1207         From header with a date and "nobody" as the sender.
1209 2011-01-19  Julien Danjou  <julien@danjou.info>
1211         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1212         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1213         if you have the same regexp several times.
1214         (gnus-button-push): Fix matching when regexp is symbol.
1216 2011-01-15  Glenn Morris  <rgm@gnu.org>
1218         * message.el (message-mail): A compose-mail function should
1219         accept headers as strings.
1221 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1223         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1224         Add :vert-only tags.
1225         (message-mail): New arg RETURN-ACTION.
1226         (message-return-action): New var.
1227         (message-bury): Use it.
1228         (message-mode): Make it buffer-local.
1229         (message-send-and-exit): Always call message-bury.
1231         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1232         message-mail.
1234 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1236         * nnimap.el (nnimap-convert-partial-article): Protect against
1237         zero-length body parts.
1239         * mm-decode.el (mm-preferred-alternative-precedence):
1240         Discourage showing empty parts.
1242         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1243         and stuff if the backend didn't return the article number.  This fixes
1244         an Exchange-related nnimap bug.
1246         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1247         group window, because it does the wrong thing when a separate frame
1248         displays the group buffer.
1250         * proto-stream.el (open-protocol-stream): Protect against the low-level
1251         transport functions returning nil.
1253 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1255         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1256         (mml2015-epg-find-usable-secret-key): New function.
1257         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1258         mml2015-epg-find-usable-key (Bug#7797).
1259         (mml2015-epg-encrypt): Ditto.
1261 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1263         * dgnushack.el (rot13-string): Fix the way to get the argument.
1265 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1267         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1269 2011-01-03  Glenn Morris  <rgm@gnu.org>
1271         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1273         * sieve.el (sieve-open-server): Give a more explicit error if
1274         sieve-manage-open returns nil.  (Bug#7720)
1276 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1278         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1280 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1282         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1283         This avoids sending passwords in plain text over non-encrypted
1284         channels.
1286         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1288         * nnimap.el (nnimap-login): Refactored out into own function, and
1289         implement CRAM-MD5.
1290         (nnimap-wait-for-line): Refactored out.
1292         * mm-view.el (mml-smime): Require.
1294 2010-12-20  David Engster  <deng@eml.cc>
1296         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1297         use EPG to decrypt S/MIME messages instead of openssl.
1299 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1301         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1303         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1304         status is the group clearly is unreachable.
1306         * auth-source.el (auth-source-create): Add the optional second
1307         parameter to `local-variable-p' to be compatible with XEmacs.
1309 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1311         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1312         work when using a compressed nnml folder.
1314 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1316         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1317         backends after sanitising on entry, because this never makes sense:
1318         If the articles have gone missing, then the data no longer exists on
1319         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1320         overwrite anything anyway.
1322         * shr.el (shr-insert-document): Bind shr-width dynamically to
1323         window-width if it's nil.
1325 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1327         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1328         with the meaning of using the full emacs window width for rendering.
1330 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1332         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1333         case when sender is not given.
1335 2010-12-23  Julien Danjou  <julien@danjou.info>
1337         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1338         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1339         the addresses, otherwise we might misplaced the gravatar.
1341 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1343         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1344         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1345         obsolete in Emacs.
1347 2010-12-20  Julien Danjou  <julien@danjou.info>
1349         * gnus-util.el (gnus-rescale-image): Revert last change.
1351 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1353         * binhex.el: Improve commentary (Bug#7482).
1355 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1357         * gnus-group.el (gnus-group-delete-articles): New command.
1359 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1361         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1363 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1365         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1366         here, since it's up to the backends to do CRLF removal if their
1367         protocol has it.
1369         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1371 2010-12-17  Julien Danjou  <julien@danjou.info>
1373         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1374         they are from file. Can also scale up.
1376 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1378         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1379         gnus-use-agent.
1380         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1382         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1384 2010-12-17  Julien Danjou  <julien@danjou.info>
1386         * gravatar.el (gravatar-retrieve-synchronously): New function.
1387         (gravatar-get-data): Make more robust.
1389 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1391         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1393 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1395         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1396         to really consider the last line.
1398 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1400         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1401         list of recipient keys, or use symmetric encryption if not a list.
1402         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1403         EPA override, replacing the call to `netrc-store-data'.
1405 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1407         * gnus-srvr.el: Avoid passing nil regexp argument to
1408         delete-matching-lines.
1410 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1412         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1413         fetching stops when Gnus exits.
1415         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1416         function.
1417         (nnfolder-request-expire-articles): Save all the buffers after doing
1418         expiry.
1420         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1421         the last article", since that led to serious performance regressions
1422         when expiring nnml groups.
1424 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1426         * nnir.el: Improve customizations.
1428 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1430         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1432         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1433         group has been killed.
1434         (gnus-group-yank-group): Ditto.
1436         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1438         * nnimap.el (nnimap-request-update-group-status): New function.
1440         * gnus-int.el (gnus-request-update-group-status): New interface
1441         function.
1443         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1444         copying read-ness to the backends.
1446         * nnimap.el (nnimap-quirk): New function.
1447         (nnimap-retrieve-group-data-early): Use it.
1448         (nnimap-quirks): New alist.
1450 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1452         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1453         don't delete it within indentation.
1455 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1457         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1458         previous line.
1460 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1462         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1463         QRESYNC command by deleting a superfluous space which broke Cyrus
1464         servers.  This change will break other servers that are buggy the other
1465         way around.
1467 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1469         * spam.el: Reindent and fix long lines.
1470         (spam-copy-or-move-routine): Exclude invalid move destinations.
1472 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1474         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1475         installed the registry.
1477 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1479         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1481 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1483         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1484         groupname doesn't contain "gmane".
1486 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1488         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1489         and netrc-bound-and-true-p bindings.
1490         (netrc-parse): Cache the netrc contents.
1492         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1493         (gnus-1): Don't create the nndrafts group twice.
1494         (gnus-setup-news): There's no need to read the active file here, since
1495         that's done again later on a per-backend basis.
1496         (gnus-start-draft-setup): Make sure that the new group is started out
1497         empty.
1499         * gnus-agent.el (gnus-agentize): Don't create the queue group
1500         automatically on startup.  It'll be created later, if needed.
1502         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1503         of automatically subscribed groups.
1504         (gnus-auto-subscribed-categories): New variable.
1505         (gnus-matches-options-n): Use it.
1506         (gnus-default-subscribed-newsgroups): Remove unused variable.
1507         (gnus-start-draft-setup): Message a bit less.
1509 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1511         * nnir.el (nnir-run-imap): Return article list in order of increasing
1512         UID.
1514 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516         * gnus-sum.el (gnus-summary-enter-digest-group):
1517         Mention gnus-auto-select-on-ephemeral-exit.
1519         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1520         convention of the network-only option.
1522 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1524         * proto-stream.el (proto-stream-open-network-only): New function to
1525         have a way to specify non-STARTTLS upgrade connections.
1527 2010-12-10  Julien Danjou  <julien@danjou.info>
1529         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1530         email address is nil.
1532         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1534 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1536         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1537         deletion.
1538         (nnir-run-imap): Only need to parse list once.
1540 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1542         * shr.el (shr-tag-script): Ignore <script>.
1543         (shr-tag-label): Add <label> support.
1545 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1547         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1549         * shr.el (shr-image-displayer): Work for images lined side by side.
1551 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1553         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1554         parameter, since XEmacs doesn't accept t as a parameter.
1556 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1558         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1559         ids.
1560         (nnir-run-gmane): Simplify groupspec formatting.
1561         (nnir-request-expire-articles): New function.
1563 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1565         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1566         overflow, possibly.
1568         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1569         (shr-render-td): Handle td style="" better.
1570         (shr-tag-table): Use the color from the style sheet.
1571         (shr-render-td): Make sure we copy over all the overlays, too.
1573 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1575         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1576         (nnir-request-article): Improve article retrieval.
1578 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1580         * mm-util.el (mm-extra-numeric-entities): New variable.
1582         * mm-url.el (mm-url-decode-entities):
1583         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1585         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1587 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1589         * message.el: Use completion-at-point.
1590         (message-completion-function): New fun, extracted from message-tab.
1591         (message-mode): Use it for completion-at-point-functions.
1592         (message-tab): Use it and completion-at-point.
1594 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1596         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1597         character if a non-breakable character follows.
1599 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1601         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1602         any stream.
1604         * shr.el (shr-tag-font): Colorize the region.
1605         (shr-tag-body): Ditto.
1606         (shr-tag-font): Actually let the styles be inherited instead of
1607         overwriting them.
1608         (shr-tag-font): Get the background color right.
1609         (shr-tag-style): Ignore all <style> tags for the moment.
1611         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1612         a Message-ID to avoid having nnimap depend on gnus-sum.
1614         * shr.el (shr-descend): Only colorize something if we have a node that
1615         sets colors.
1617 2010-12-06  Julien Danjou  <julien@danjou.info>
1619         * shr.el (shr-render-td): Render td content with shr-descend, so style
1620         will be applied to <td> too.
1621         (shr-colorize-region): Colorize region even if we only have a background.
1622         (shr-tag-body): Fix color and background color inheritance.
1623         Do not recolorize after shr-generic.
1624         (shr-tag-font): Let shr-generic colorize via inheritance.
1626 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1628         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1630 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1632         * nnir.el (nnir-request-move-article): Remove obsolete code.
1634 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1636         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1638 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1640         * gnus-sum.el (gnus-summary-respool-article): The completion function
1641         expects a list instead of an alist.
1643         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1644         string as the parameter.
1646         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1648         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1649         styles.
1650         (shr-colorize-region): New function.
1651         (shr-insert-background-overlay): Remove.
1652         (shr-render-td): Background setting should be taken care of on a higher
1653         level.
1654         (shr-tag-body): Use post-hoc colorizations.
1655         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1656         (shr-put-color-1): Don't overwrite old colors.
1657         (shr-colorize-region): When the background color isn't explicit, use
1658         a fixed background.
1660         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1661         nnmail variables.
1663 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1665         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1666         unless necessary.
1668 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1670         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1671         server.
1673 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1675         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1676         so that TAB works.
1678         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1679         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1681         * shr.el (shr-urlify): Show the URL before the title to avoid
1682         misleading URLs.
1684 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1686         * shr.el (shr-urlify): Display the title in <a> tags.
1688 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1690         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1692 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1694         * nnir.el: Rearrange code to allow macros to be autoloaded by
1695         gnus-sum.el.
1696         (nnir-retrieve-headers-override-function): Make this variable
1697         customizable.
1698         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1700         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1701         from nnir.el.
1703 2010-12-03  Julien Danjou  <julien@danjou.info>
1705         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1707 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1709         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1710         allow optional argument `environment'.
1712 2010-12-03  Glenn Morris  <rgm@gnu.org>
1714         * mm-extern.el (message-goto-body): Update declaration.
1716 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1718         * gnus-util.el (gnus-macroexpand-all): New function.
1720         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1721         instead of macroexpand-all that is unavailable in XEmacs.
1723 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1725         * nnir.el (nnir-summary-line-format): New variable.
1726         (nnir-mode): Use it.
1727         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1728         (nnir-article-ids): Reimplement as defsubst.
1729         (nnir-retrieve-headers): Don't mangle the subject header.
1730         (nnir-run-imap): Use 100 as RSV score.
1731         (nnir-run-find-grep): Fix for full server searching.
1732         (nnir-run-gmane): Better restriction to gmane groups.
1734         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1735         summary buffers.
1737 2010-12-02  Julien Danjou  <julien@danjou.info>
1739         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1741         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1743         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1744         support.
1746 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1748         * nnir.el: Update to handle the registry better.
1749         (autoload): Silence byte-compiler.
1750         (nnir-open-server): Add a hook for nnir groups.
1751         (nnir-request-move-article): Don't mangle the header. Better to use
1752         formating variables (which will be added in the future).
1753         (nnir-registry-action): Update the registry using the original article
1754         group name.
1755         (nnir-mode): Install nnir-specific hooks for updating the registry.
1757         * gnus-sum.el
1758         (gnus-article-original-subject,gnus-newsgroup-original-name):
1759         Remove obsolete variables.
1760         (gnus-summary-move-article): Remove use of obsolete variables.
1761         (gnus-summary-local-variables): Make move and delete hooks local to
1762         summary buffers.
1764 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1766         * rtree.el: New file.
1768 2010-12-01  Julien Danjou  <julien@danjou.info>
1770         * message.el (message-user-organization): Do not use
1771         gnus-local-organization.
1773         * gnus.el: Remove gnus-local-organization.
1775         * gnus-msg.el: Remove nastygram thing.
1777 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1779         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1780         funcall.
1782 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1784         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1785         names.
1787         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1788         characters.
1790         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1791         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1792         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1793         (gnus-gravatar-transform-address): Use mail-extract-address-components
1794         that supports non-ASCII names rather than mail-header-parse-addresses.
1796 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1798         * proto-stream.el (open-protocol-stream): All starttls connections are
1799         handled by the network handler.
1801 2010-11-30  Julien Danjou  <julien@danjou.info>
1803         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1804         (nnimap-open-connection-1): Fix PREAUTH.
1806         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1808 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1810         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1811         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1812         (shr-insert): Use them.
1813         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1815 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1817         * nnir.el (nnir-request-move-article): Bail out if original group
1818         doesn't support article moves.
1819         (nnir-get-active): Improve active list retrieval.
1821 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1823         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1825 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1827         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1828         seem to accept strings-with-numbers as port numbers,
1830 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1832         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1833         change the registry.
1835 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1837         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1838         delete-dups that is not available in XEmacs 21.4.
1840         * mm-util.el (mm-delete-duplicates): Add comment.
1842 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1844         * nnir.el (nnir-ignored-newsgroups): New variable.
1845         (nnir-get-active): Use it.
1847 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1849         * proto-stream.el (proto-stream-open-network): Add some comments.
1851         * nntp.el (nntp-open-connection): Provide a :success condition.
1853         * nnimap.el (nnimap-open-connection-1): Ditto.
1855         * proto-stream.el (proto-stream-open-network): See what the response to
1856         the STARTTLS command is.
1858         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1859         backwards compatibility).
1860         (nnimap-open-connection-1): Really respect nnimap-server-port.
1862         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1863         TLS upgrades we don't really care about the identity of the peer.
1864         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1865         that what we've checked for.
1866         (proto-stream-always-use-starttls): Only default to t if
1867         open-gnutls-stream exists.
1868         (proto-stream-open-network): If STARTTLS failed, then just open a
1869         normal connection.
1870         (proto-stream-open-network): Wait until the greeting before doing
1871         STARTTLS.
1873         * nntp.el (nntp-open-connection): Report what the connection error is.
1875         * proto-stream.el (open-protocol-stream): Rename from
1876         open-proto-stream.
1878 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1880         * nnimap.el (nnimap-stream): Change default to `undecided'.
1881         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1882         first, and then network.
1883         (nnimap-open-connection-1): Respect nnimap-server-port.
1884         (nnimap-open-connection): Be more backwards-compatible.
1886         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1887         (proto-stream-open-starttls): De-duplicate the starttls code.
1888         (proto-stream-open-starttls): Folded back into the main function.
1889         (proto-stream-open-network): Fix typo in the gnutls path.
1890         (proto-stream-command): Refactor out.
1892         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1894         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1895         starttls.el STARTTLS.
1897         * color.el (color-lab->srgb): Fix function call name.
1899         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1900         if we're using tls.el.
1901         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1902         built in, then don't try to establish a STARTTLS connection.
1904         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1905         servers.
1907         * proto-stream.el (open-proto-stream): Use network, not stream.
1908         (open-proto-stream): Add a way to specify what the end of a command is.
1910         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1911         connections types.
1912         (nntp-open-network-stream): Remove.
1913         (nntp-open-ssl-stream): Remove.
1914         (nntp-open-tls-stream): Remove.
1915         (nntp-ssl-program): Remove.
1917         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1919 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1921         * nnir.el: Fix typos.
1922         (nnir-retrieve-headers-override-function): Rename variable to reflect
1923         new semantics.
1924         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1925         macros.
1926         (nnir-request-article, nnir-request-move-article): Use them.
1927         (nnir-categorize): New function.
1928         (nnir-run-query): Use it.
1929         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1930         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1931         sorted.
1932         (nnir-group-full-name): Use gnus-group-full-name instead.
1933         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1934         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1936 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1938         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1940         * proto-stream.el: New library to provide protocol-specific
1941         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1942         protocols.
1943         (open-proto-stream): Complete the documentation.
1944         (proto-stream-open-network): Fix some typos.
1946         * nnimap.el (nnimap-open-connection): Use it.
1948 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1950         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1951         negotiation.
1953 2010-11-26  Julien Danjou  <julien@danjou.info>
1955         * color.el: Rename various rgb functions to srgb.
1957 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1959         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1960         names.
1962 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1964         * shr.el (shr-insert): Revert last change.
1965         (shr-find-fill-point): Never leave point being at bol;
1966         relax the kinsoku limitation when rendering tables.
1968 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1970         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1971         results from -accept-article.
1973         * shr-color.el: Require cl when compiling.
1975         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1976         checkin.
1978         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1980         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1982         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1983         'add and 'delete to set backend marks.
1985         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1987         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1989         * nntp.el (nntp-request-set-mark): Use it.
1991         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1993         * nnml.el (nnml-request-set-mark): Ditto.
1995         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1996         introduces regressions in article selection.
1997         (nnimap-find-uid-response): New function.
1998         (nnimap-request-accept-article): Use the UID returned, if any.
1999         (nnimap-request-move-article): Use the UID returned, if any.
2000         (nnimap-get-groups): Reimplement to work with folded lines.
2001         (nnimap-find-uid-response): The UID is the last element in the list.
2002         (nnimap-request-set-mark): Extend syntax with 'set.
2004         * nnml.el (nnml-request-set-mark): Ditto.
2006         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2008         * nntp.el (nntp-request-set-mark): Ditto.
2010 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2012         * message.el (message-called-interactively-p): A temporary macro.
2013         (message-goto-body): Use it temporarily.
2015 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2017         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2018         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2019         (nnimap-last-response-string): Fix last unfolding fix.
2021 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2023         * shr.el (shr-insert): Fix the way to fold lines.
2025 2010-11-25  Julien Danjou  <julien@danjou.info>
2027         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2029         * color.el: Rename from color-lab.el
2030         (color-rgb->hex): Add.
2031         (color-complement): Add.
2032         (color-complement-hex): Add.
2034         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2036 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2038         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2039         don't exist.
2041 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2043         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2044         assuming that article displaying or another mml-preview may be
2045         interrupted for an error or for the like.
2047         * shr.el (shr-get-background): Fix argument name.
2049 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2051         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2053         * gnus-sum.el (gnus-summary-include-articles): New function.
2055         * message.el (message-goto-body): called-interactively-p needs a
2056         parameter, so use `any'.
2058         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2059         clear marks before moving, since they're synced from the Gnus side
2060         first.
2062         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2063         (gnus-summary-move-article): Copy over all marks before moving, so that
2064         IMAP doesn't think a new article has arrived.
2066 2010-11-24  Julien Danjou  <julien@danjou.info>
2068         * shr.el (shr-insert-background-overlay): Fix typo.
2069         (shr-render-td): Copy the background before rendering.
2071         * shr-color.el (shr-color-visible): Fix docstring.
2073         * shr.el (shr-tag-table): Add bgcolor support.
2074         (shr-render-td): Add bgcolor support.
2075         (shr-get-background): Add.
2076         (shr-insert-foreground-overlay): Use shr-get-background.
2078         * message.el (message-goto-body): Use called-interactively-p.
2079         (message-in-body-p): message-goto-body returns point.
2081 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2083         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2084         Fixes something or other in Emacs 23, and is backwards compatible.
2086         * message.el (message-goto-body): Remove the <#secure special-casing,
2087         which is too special.
2089         * shr.el (shr-parse-style): Drop !important from styles.
2091 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2093         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2094         this function to return incorrect results when calling it with an
2095         explicit article argument different from
2096         (gnus-summary-article-number).
2098 2010-11-24  Julien Danjou  <julien@danjou.info>
2100         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2101         (shr-tag-body): Add background support.
2102         (shr-descend): Add background support.
2103         (shr-tag-title): Add.
2105         * shr-color.el (shr-color-visible): Really return original background
2106         if fixed.
2108 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2110         * shr.el (shr-color-check): Protect against non-existant colour names.
2112 2010-11-24  Julien Danjou  <julien@danjou.info>
2114         * color-lab.el: Require 'cl when compiling.
2116         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2118         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2119         matched part.
2121         * color-lab.el: Fix all expt calls to use float type.
2123 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2125         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2126         expression to shr-color-check as is.
2128         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2130         * color-lab.el: Add coding cookie.
2131         (float-pi): Use eval-and-compile.
2133         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
2134         compiled for Emacsen having no `libxml-parse-html-region' support.
2136 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138         * shr.el (shr-insert-color-overlay): Split stuff like
2139         "#444444 !important" to find the real colour.
2140         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2141         parse <font color="red"> entries.
2143 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2145         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2146         point when parsing headers.
2148         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2149         is positioned properly when parsing headers.
2151 2010-11-23  Julien Danjou  <julien@danjou.info>
2153         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2155         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2157         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2159         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2160         Use shr-color-hue-to-rgb.
2161         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2163 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165         * shr.el (shr-color->hexadecimal): Autoload.
2166         (shr-descend): Add color to all tags.
2168 2010-11-22  Julien Danjou  <julien@danjou.info>
2170         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2171         shr-color->hexadecimal.
2173         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2174         RGB() or HSL() color representation.
2176         * shr.el (shr-tag-font): Add.
2177         (shr-tag-color-check): New function to get better colors.
2178         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2179         tag-span.
2181         * shr-color.el: New file.
2183         * color-lab.el: New file.
2185         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2187 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2189         * nnir.el: Fix typo in comments.
2190         (nnir-run-imap): Simplify code. No need to reverse artlist.
2191         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2193 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2195         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2197         * nnimap.el (nnimap-get-capabilities): Refactor out.
2198         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2200 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2202         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2203         appearing when `mm-uu-hide-markers' is nil.
2205 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2207         * nnimap.el (nnimap-unselect-group): Make into its own function.
2208         (nnimap-request-rename-group): Unselect group before renaming.
2209         This had gotten lost somewhere.
2210         (nnimap-request-accept-article): Keep track of examined groups, and
2211         unselect the group before APPENDing to read-only groups.
2212         (nnimap-request-move-article): Clear flags before moving so that they
2213         can be re-set later.
2215 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2217         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2218         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2220 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2222         * gnus-art.el (gnus-mime-display-single)
2223         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2224         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2225         parameter.
2227 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2229         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2230         (shr-table-vertical-line): New variable.
2231         (shr-insert-table): Use it.
2233 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2235         * gnus-html.el (gnus-html-wash-images): Don't display images if
2236         gnus-inhibit-images is non-nil; register displayer for cid images.
2237         (gnus-html-display-image): Work for cid image.
2238         (gnus-html-insert-image): Allow arguments.
2239         (gnus-html-put-image): Inhibit read-only.
2240         (gnus-html-prefetch-images): Don't prefetch images if
2241         gnus-inhibit-images is non-nil.
2243 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2245         * shr.el (shr-put-image): Break lines when inserting big pictures.
2247 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2249         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2250         sender, thanks Katsumi Yamaoka.
2252 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2254         * nnir.el (nnir-run-imap): Reverse the article list for each group
2255         rather than the whole list.
2257 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2259         * shr.el (shr-image-displayer): Protect function against non-existent
2260         image source.
2262         * gnus-art.el (gnus-inhibit-images): New user option.
2263         (gnus-mime-display-single): Don't display image if it is non-nil.
2265         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2266         gnus-inhibit-images.
2268         * shr.el (shr-image-displayer): New function.
2269         (shr-tag-img): Use it.
2271 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2273         * mml2015.el (mml2015-epg-sign): Use From header.
2275 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2279         * gnus-util.el (gnus-find-text-property-region): Return markers.
2281         * shr.el (shr-tag-img): Put a displayer in the text property.
2283         * gnus-util.el (gnus-find-text-property-region): New utility function.
2285         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2286         (gnus-html-show-images): Remove.
2288         * gnus-art.el (gnus-article-show-images): New, more general function.
2290         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2291         image url text properties.
2293         * shr.el: Ditto.
2295         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2296         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2298 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2300         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2301         work for two or more articles.
2303 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2305         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2306         divide an image that's in an html article to two or more when washing
2307         non-ASCII characters in alt text of it.
2309 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2311         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2312         smime-decrypt-region using function argument.
2313         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2315         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2317         * smime.el (smime-decrypt-region): Catch it.
2319 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2321         * smime.el (smime-mode-map): Move initialization into declaration.
2322         (gnus-run-mode-hooks): Don't autoload.
2323         (smime-mode): Use define-derived-mode.
2325 2010-11-11  Glenn Morris  <rgm@gnu.org>
2327         * smime.el (from): Restrict declaration to XEmacs.
2329         * nnir.el (gnus-group-topic-name): Autoload.
2331 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2333         * shr.el (shr-insert): Don't break long line if it is because of
2334         kinsoku-bol characters in the line end.
2336 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2338         * nnir.el (nnir-request-move-article): Fix to provide original group
2339         and subject.
2340         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2341         been retrieved.
2343         * gnus-sum.el (gnus-summary-move-article): Use original group and
2344         subject for virtual articles such as those in an nnir summary buffer.
2346 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2348         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2349         least 21.5).
2351         * smime.el (from): Declare it again for XEmacs.
2353 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2355         * message.el (message-resend): Don't disable encoding unless it's
2356         already encoded.
2358         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2359         low-numbered articles.
2361 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2363         * rfc2047.el (rfc2047-syntax-table): Simplify.
2365         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2367         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2368         set-char-table-range for XEmacs.
2370 2010-11-10  Glenn Morris  <rgm@gnu.org>
2372         * time-date.el (time-to-seconds): Always an alias on Emacs,
2373         never a real function.
2374         (with-no-warnings): Remove compat stub, now unused.
2375         (time-less-p): Doc fix.
2376         (time-to-number-of-days): Simplify.
2378         * smime.el (from): Remove unused declaration.
2380         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2381         (gnus-float-time): On Emacs, always an alias.
2383         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2384         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2386 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2388         * dgnushack.el: Don't use ignore-errors in the top level form since it
2389         is unavailable in XEmacs even if cl is loaded.
2391         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2393 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2395         * shr.el (browse-url-mailto): Autoload.
2397         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2399         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2400         regexp doesn't need quoting.
2402 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2404         * message.el (message-subject-trailing-was-ask-regexp)
2405         (message-subject-trailing-was-regexp): Match was: in addition to was.
2407 2010-11-09  Glenn Morris  <rgm@gnu.org>
2409         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2410         (nnbabyl-check-mbox): Use point-at-bol.
2412 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2414         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2416         * message.el (message-mailto): New function.
2417         (message-mailto): Should accept other parameters.
2418         (message-mailto): Remove since it duplicates browse-url-mailto
2419         functionality.
2421 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2423         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2424         methods.
2425         (gnus-read-active-file): Ditto.
2427         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2428         ": " from the prompt.
2429         (gnus-group-make-group): Ditto.
2431 2010-11-07  Glenn Morris  <rgm@gnu.org>
2433         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2434         (gnus-bookmark-kill-line): Use point-at-eol.
2436 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2438         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2439         asterisks in From header.
2441 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2443         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2444         string to avoid making the From headers syntactically invalid.
2446         * message.el (message-send-mail): Don't insert courtesy messages if the
2447         message already has List-Post and List-ID messages.
2449 2010-11-06  Glenn Morris  <rgm@gnu.org>
2451         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2452         `condition', `type', `length' a prefix.
2453         (gnus-treat-predicate): Update for above name changes.
2455 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2457         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2458         binding.  Handled by `gnus-summary-refer-thread' instead.
2459         (nnir-warp-to-article): New backend function.
2461         * nnimap.el (nnimap-request-thread): Force dependency updating.
2463         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2464         (gnus-summary-refer-thread): Rework to improve thread-referral.
2466         * gnus-int.el (gnus-warp-to-article): New function.
2468         * gnus-sum.el (gnus-summary-article-map): Bind it.
2470 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2472         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2473         gnus-summary-refer-thread.
2475         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2476         headers.
2477         (gnus-summary-limit-include-thread): Prevent articles in thread from
2478         being cut in gnus-cut-threads.
2479         (gnus-summary-refer-thread): Limit retrieved headers to those in
2480         thread.
2482 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2484         * message.el (message-send-mail): Use the value of
2485         message-courtesy-message from the message buffer.
2487         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2489         * shr.el (shr-browse-url): Implement mailto: URLs.
2491         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2492         "raw".
2494         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2495         if it's already selected.
2497         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2499 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2501         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2502         to measure the length and truncate alt text.
2504 2010-11-03  Glenn Morris  <rgm@gnu.org>
2506         * nndiary.el (nndiary-generate-nov-databases-1)
2507         (nndiary-generate-active-info): Rename dynamic variable `files' to
2508         something less generic.
2510 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2512         * nnir.el (nnir-request-move-article): Call the underlying backend to
2513         move articles from nnir.
2515 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2517         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2519 2010-11-02  Julien Danjou  <julien@danjou.info>
2521         * nnir.el: Remove wais support.
2523 2010-11-02  Glenn Morris  <rgm@gnu.org>
2525         * gnus-html.el: Reorder requirements to quieten compiler.
2527 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2529         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2530         properly for XEmacs as well.
2531         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2532         (gnus-article-natural-long-line-p): Use window-width rather than
2533         frame-width.
2535 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2537         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2538         (nnir-read-parms): Don't modify query.
2539         (nnir-run-query): Add ability to search topic on current line.
2540         (nnir-get-active): Clean up.
2542 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2544         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2545         degenerate articles.
2547         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2548         (gnus-print-buffer): Just print the buffer as is, without any copying
2549         to a buffer and then re-highlighting.
2551         * nnimap.el (nnimap-request-group): Store the new updated info.
2552         (nnimap-request-group): Select the group when we don't know whether it
2553         exists or not.
2555         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2556         groups.
2558         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2559         groups.
2561         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2562         groups.
2564         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2565         long-lines case by only filling the long lines.
2567         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2568         (bug #7311).
2570 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2572         * shr.el: No need to declare `declare-function' since shr.el is for
2573         only Emacsen that provide `libxml-parse-html-region'.
2575         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2576         effective only in a file it is referred to.
2578 2010-11-01  Glenn Morris  <rgm@gnu.org>
2580         * mm-util.el (gnus-completing-read): Autoload.
2581         (mm-read-coding-system): Simplify Emacs definition.
2583         * nnmail.el (gnus-activate-group):
2584         * nnimap.el (gnutls-negotiate):
2585         * nntp.el (netrc-parse): Fix declarations.
2587 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2589         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2590         string-match-p in Emacs >=23.
2592         * gnus-msg.el (gnus-configure-posting-styles)
2593         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2595 2010-11-01  Glenn Morris  <rgm@gnu.org>
2597         * nnir.el (declare-function): Add compat stub.
2598         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2599         (nnir-run-gmane): Require 'mm-url.
2601         * mm-util.el (mm-string-to-multibyte): Simplify.
2603         * shr.el (declare-function): Add compat stub.
2604         (url-cache-create-filename): Declare.
2605         (mm-disable-multibyte, widget-convert-button): Autoload.
2607         * smime.el (ldap-search): Declare.
2608         (smime-cert-by-ldap-1): Require ldap on Emacs.
2610         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2611         (nnimap-keepalive): Use gnus-float-time.
2613         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2614         (mail-source-delete-crash-box): Use gnus-float-time.
2616         * gnus-dired.el (gnus-completing-read): Autoload.
2618         * mm-view.el (gnus-rescale-image): Autoload.
2620         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2622         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2624         * sieve-manage.el: Require 'cl when compiling.
2626         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2627         (gnus-iswitchb-completing-read): Require iswitchb.
2628         (gnus-select-frame-set-input-focus): Silence compiler.
2630 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2632         * message.el (message-subject-trailing-was-query): Change default to t,
2633         since I think that's what most people want.
2635         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2636         appending for easier debugging.
2637         (nnimap-wait-for-connection): Take a regexp.
2638         (nnimap-request-accept-article): Wait for the continuation line before
2639         sending anything unless we're streaming.
2641         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2642         leave the header washing to take place.
2644 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2646         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2647         regular expression match and replace in posting styles.
2649 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2651         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2652         an entire server.
2653         (nnir-get-active): New function.
2654         (nnir-run-imap): Use it.
2655         (nnir-run-gmane): Who knew, gmane search returns an article score!
2657         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2658         server on the current line with nnir.
2660 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2662         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2663         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2664         left edge.
2665         (gnus-article-foldable-buffer): Skip past the prefix when determining
2666         raggedness.
2668         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2669         the raw article, and change `C-u g' to show the article without doing
2670         treatments.
2672         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2673         on to `gnus-treat-article'.
2674         (gnus-inhibit-article-treatments): New variable.
2676         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2678         * gnus-art.el (gnus-treatment-function-alist): Have
2679         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2680         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2681         sections.
2683         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2684         parameter.
2685         (gnus-article-fill-cited-long-lines): New function.
2686         (gnus-article-fill-cited-article): Allow filling only long sections.
2688         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2689         and non-punctuation (like after the apostrophe in "'We").
2691         * gnus-sum.el (gnus-summary-select-article): Make sure
2692         gnus-original-article-buffer is alive.
2694         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2695         reflect the order they're in in the digest.
2697         * gnus.el (gnus-group-startup-message): Move point to the start of the
2698         buffer.
2700         * nnimap.el (nnimap-capability): New function.
2701         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2702         is set.
2704 2010-10-31  David Engster  <dengste@eml.cc>
2706         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2707         conform with changes to gnus-completing-read.
2709 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2711         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2713 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2715         * nnir.el: Move defvar, defcustom around to keep file organized
2716         and keep byte-compiler quiet.
2717         (nnir-read-parms): Accept search-engine as arg.
2718         (nnir-run-query): Pass search-engine as arg.
2719         (nnir-search-engine): Remove.
2721 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2723         * shr.el (shr-generic): The text nodes should be text, not :text.
2725         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2726         later in the file.
2728 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2730         * nnir.el: General clean up.  Allow searching with multiple engines.
2731         Allow separate extra-parameters for each engine.
2732         Batch queries when possible.
2733         (nnir-imap-default-search-key,nnir-method-default-engines):
2734         Add customize interface.
2735         (nnir-run-gmane): New engine.
2736         (nnir-engines): Use it.  Qualify all prompts with engine name.
2737         (nnir-search-engine): Remove global variable.
2738         (nnir-run-hyrex): Restore for now.
2739         (nnir-extra-parms,nnir-search-history): New variables.
2740         (gnus-group-make-nnir-group): Use them.
2741         (nnir-group-server): Remove in favor of gnus-group-server.
2742         (nnir-request-group): Avoid searching twice.
2743         (nnir-sort-groups-by-server): New function.
2745 2010-10-30  Julien Danjou  <julien@danjou.info>
2747         * gnus-group.el: Remove gnus-group-fetch-control.
2749         * gnus-start.el (gnus-find-new-newsgroups):
2750         Remove gnus-check-first-time-used.
2752         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2754 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2756         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2757         set on groups that don't have \* permanentflags.
2759 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2761         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2762         control the background color.
2763         (shr-tag-img): Ignore very small web bug type images.
2764         (shr-put-image): Add help-echo alt texts to the images.
2765         (shr-tag-video): Show the video poster image.
2767 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2769         * shr.el (shr-table-depth): New variable.
2770         (shr-tag-table-1): Only insert the images after the top-level table.
2772         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2774         * gnus-util.el (gnus-list-memq-of-list): New function.
2776         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2777         selected.
2778         (nnimap-unsplittable-articles): New slot.
2779         (nnimap-new-articles): Use it.
2781 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2783         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2784         move to the previous line on `M-g'.
2786 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2788         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2789         *-request-group, which seems unnecessary.
2791         * nnimap.el (nnimap-quote-specials): Function copied over from
2792         imap.el.
2793         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2794         they support that.  Suggested by Tom Regner.
2796 2010-10-29  Julien Danjou  <julien@danjou.info>
2798         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2799         defalias.
2800         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2802         * gnus.el: Remove `gnus-nntp-service' variable.
2803         (gnus-secondary-servers): Make obsolete.
2804         (gnus-nntp-server): Make obsolete.
2806         * gnus-start.el (gnus-1): Remove x-splash calls.
2808         * gnus-ems.el (gnus-x-splash): Remove.
2810         * gnus.el (gnus-group-startup-message): Simplify/update code.
2812         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2813         definition.
2815         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2816         capability before doing anything.
2817         (gnus-group-insert-group-line): Remove useless
2818         gnus-group-remove-excess-properties.
2820 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2822         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2824 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2826         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2827         config after reselecting.
2829 2010-10-28  Julien Danjou  <julien@danjou.info>
2831         * shr.el (shr-put-image): Use point even if only inserting text.
2832         (shr-put-image): Save excursion when inserting alt text on non-graphic
2833         display, so the behaviour is the same when we are on a graphic display.
2835         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2837 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2839         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2840         (gnus-mime-copy-part): Check coding system, not charset.
2841         (gnus-mime-view-part-externally): Never remove part.
2842         (gnus-mime-view-part-internally): Don't remove part here.
2843         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2844         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2845         multipart/alternative.
2847         * mm-decode.el (mm-display-part): Take optional arg `force'.
2849 2010-10-26  Julien Danjou  <julien@danjou.info>
2851         * gnus-group.el (gnus-group-default-list-level): Add this function to
2852         compute the default list level.
2853         (gnus-group-default-list-level): Add possibility to use a function.
2855 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2857         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2859         * gnus-group.el (gnus-group-completing-read)
2860         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2861         gnus-replace-in-string.
2863 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2865         * shr.el (shr-tag-div): Add.
2867         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2869 2010-10-25  Julien Danjou  <julien@danjou.info>
2871         * gnus-util.el: Remove `gnus-with-local-quit'.
2873         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2875 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2877         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2878         the original article buffer.
2880 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2882         * nnimap.el (nnimap-request-head): New function.
2883         (nnimap-request-move-article): Try to be slighly faster by not
2884         requesting the entire message when moving.
2885         (nnimap-transform-headers): Don't bug out on bodiless articles.
2886         (nnimap-send-command): Have no outstanding messages if the IMAP server
2887         doesn't support streaming.
2888         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2890 2010-10-24  Julien Danjou  <julien@danjou.info>
2892         * message.el (message-default-headers): Fix type.
2894 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2896         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2897         prefetching images.
2899         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2900         backend for unknown groups.  This is mainly useful for nnimap groups.
2902         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2903         group isn't covered by the agent.
2905 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2907         * nnir.el (nnir-method-default-engines): New variable.
2908         (nnir-run-query): Use it.
2909         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2910         (gnus-summary-nnir-goto-thread): Change group if needed.
2912         * gnus-group.el (gnus-group-group-map): Add key binding for
2913         gnus-group-make-nnir-group.
2915 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2917         * shr.el (shr-tag-object): Add.
2919         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2920         original article buffer live.
2921         (gnus-summary-select-article-buffer):
2922         Mention gnus-widen-article-buffer.
2924 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2926         * shr.el (shr-tag-strong): Add.
2928 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2930         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2931         group names.  They mess up the group buffer badly.
2933         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2935         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2936         instead of the summary one.
2938 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2940         * mml.el (mml-preview): Work properly when editing article.
2942         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2943         gnus-have-read-active-file if it's already been in.
2945 2010-10-22  Tom Tromey  <tromey@redhat.com>
2947         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2948         gnus-group-completing-read.
2950 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2952         * message.el (message-mode-map): Don't bind M-; to comment region, to
2953         allow the global comment-dwim to work.
2955 2010-10-21  Julien Danjou  <julien@danjou.info>
2957         * message.el (message-setup-1): Allow message-default-headers to be a
2958         function.
2960 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2962         * shr.el (shr-tag-table): Simplify.
2964 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2966         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2967         to avoid trying to snarf invalid stuff.
2969         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2971         * gnus.el (gnus-message-archive-group): Quote value.
2972         (gnus-message-archive-group): Mark as changed.
2974         * shr.el (shr-add-font): Don't put the font properties on the newline
2975         or the indentation.
2977         * message.el (message-fix-before-sending): Change options when sending
2978         non-printable characters.
2980         * gnus.el (gnus-message-archive-method): Change the default to
2981         monthly outgoing groups.
2983         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2984         that have gotten new numbers.
2986         * nnimap.el (nnimap-request-replace-article): New function.
2988 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2990         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2991         (nnrss-request-article): Don't use special html washing code.
2993 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2995         * shr.el (shr-tag-table): Remove useless nconc.
2997 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2999         * gnus-art.el (article-wash-html): Simplify and remove the charset
3000         stuff.  Use the normal html rendering code instead of the special html
3001         washing code.
3003         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3004         `gnus-w3m' symbols.
3005         (mm-text-html-washer-alist): Remove.
3007         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3008         (mm-inline-media-tests): Remove use.
3009         (mm-text-html-renderer): Change default to the `shr' symbol.
3011         * mm-view.el (mm-inline-text-html): Remove use.
3013         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3014         `gnus-blocked-images' to be a function.
3015         (gnus-article-wash-function): Remove.
3017 2010-10-20  Julien Danjou  <julien@danjou.info>
3019         * spam.el (spam-list-of-processors): Mark as obsolete.
3021         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3022         (nnimap-insert-partial-structure): Fix boundary detection.
3024 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3026         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3027         run file-truename on remote files.  This can be expensive and even
3028         prevent one from editing drafts if some unrelated buffer has a stale
3029         connection.
3031 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3033         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3034         kinsoku-eol regardless of shr-kinsoku-shorten.
3035         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3036         (shr-tag-table): Support caption, thead, and tfoot.
3038 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3040         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3041         lines.
3042         (shr-save-contents): New command and keystroke.
3044         * nndoc.el (nndoc-type-alist): Add git support.
3045         (nndoc-git-type-p): New function.
3046         (nndoc-transform-git-article): Ditto.
3047         (nndoc-transform-git-headers): Ditto.
3048         (nndoc-transform-git-headers): Generate Subject headers.
3050         * shr.el (shr-parse-style): New function.
3051         (shr-tag-span): Ditto.
3053         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3054         to `G G' to avoid collisions.
3056 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3058         * shr.el: Load kinsoku if necessary.
3059         (shr-kinsoku-shorten): New internal variable.
3060         (shr-find-fill-point): Make kinsoku shorten text line if
3061         shr-kinsoku-shorten is bound to non-nil.
3062         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3063         shr-indentation too when testing if table is wider than frame width.
3064         (shr-insert-table): Use `string-width' instead of `length' to measure
3065         text width.
3066         (shr-insert-table-ruler): Make sure indentation is done at bol.
3068 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3070         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3071         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3072         undecoded network data.
3074 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3076         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3077         name in the mode line spec so that the mode line menu works
3078         (bug #2431).
3080         * message.el (message-get-reply-headers): If we're fed `to-address',
3081         then always use that.
3083         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3084         aren't so wide as to need to switch off the edit menu.
3086         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3087         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3089         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3090         `M-g'.
3091         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3092         the permanent marks.
3094 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3096         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3097         Splitting according to references/in-reply-to obeys the ignore-groups
3098         variable, while splitting by sender and subject do not.
3100 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3102         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3103         alist, so that we can look for non-Unicode chars.
3104         (article-translate-strings): Allow both character and string maps.
3106 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3108         * shr.el (shr-insert): Don't insert space behind a wide character
3109         categorized as kinsoku-bol, or between characters both categorized as
3110         nospace.
3112 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3114         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3115         headers to gnus-newsgroup-headers.
3117 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3119         * shr.el (shr-tag-img): Don't align images -- since we're not
3120         rescaling, this often leads to ugly displays.
3122 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3124         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3125         duplicates.
3127 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3129         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3130         call.
3132 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3134         * gnus.el: Autoload gnus-html-show-images.
3136         * nnimap.el: Use nnheader-message throughout.
3138         * shr.el (shr-tag-img): Ignore images with no data.
3140 2010-10-15  Julien Danjou  <julien@danjou.info>
3142         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3143         a possibility to disable format=flow encoding when using hard newlines.
3145 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3147         * shr.el (shr-insert): Remove space inserted before or after a
3148         breakable character or at the beginning or the end of a line.
3149         (shr-find-fill-point): Do kinsoku; find the second best point or give
3150         it up if there's no breakable point.
3152 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3154         * nnimap.el (nnimap-open-connection): Message when opening connection
3155         for debugging purposes.
3157         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3158         on every setup buffer call to allow this to change from article to
3159         article.
3161         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3162         buffers where we have a wide table.
3164 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3166         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3167         uses *-request-thread.
3169 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3171         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3172         incantation, which is no longer valid.
3174 2010-10-14  Julien Danjou  <julien@danjou.info>
3176         * shr.el: Fix defcustom type (char -> character).
3178 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3180         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3181         programs.
3183 2010-10-14  Julien Danjou  <julien@danjou.info>
3185         * shr.el (shr-tag-a): Use url-link as widget type.
3187         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3188         `gnus-group-get-icon'.
3190 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3192         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3193         This should make server editing work better.
3195         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3197         * tls.el (tls-program): Remove spurious %s from openssl.
3199         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3200         (nnimap-parse-flags): Fix regexp.
3202         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3203         probably work for CJVK text, too.
3205         * nnimap.el (nnimap-extend-tls-programs): Remove.
3206         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3208         * tls.el (tls-starttls-switches): Remove starttls hack.
3209         (open-tls-stream): Ditto.
3210         (tls-find-starttls-argument): Ditto.
3212 2010-10-13  Julien Danjou  <julien@danjou.info>
3214         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3215         responses.
3217 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3219         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3221         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3222         anything in Emacs.
3224         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3226 2010-10-13  Julien Danjou  <julien@danjou.info>
3228         * shr.el (shr-width): Make shr-width a defcustom with default to
3229         fill-column.
3230         (shr-tag-img): Use shr-width rather than fill-column.
3232 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3234         * dgnushack.el (byte-optimize-apply)
3235         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3237         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3238         position when (X-)Faces exist.
3239         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3240         avatars when called interactively.
3242 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3244         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3245         gnus-article-x-face-too-ugly is bound.
3247 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3249         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3251         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3252         mailbox that doesn't exist.
3254 2010-10-12  Julien Danjou  <julien@danjou.info>
3256         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3257         (shr-get-image-data): Encode URL properly when fetching from cache.
3258         (shr-tag-img): Use aligned-to spaces to align correctly images.
3260         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3261         before inserting the Gravatar.
3263         * shr.el (shr-tag-img): Add align attribute support for <img>.
3265 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3267         * gnus-gravatar.el (gnus-art): Require.
3269         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3270         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3271         Remove long obsoleted functions.
3273 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3275         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3277         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3279         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3280         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3281         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3282         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3283         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3284         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3285         * sieve-manage.el, smime.el, spam.el:
3286         Fix comment for declare-function.
3288 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3290         * nnimap.el (nnimap-request-rename-group): Select group read-only
3291         before renaming it.
3293         * shr.el (shr-insert): Fix up the white space only regexp.
3295         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3296         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3298         * shr.el (shr-current-column): New function.
3299         (shr-find-fill-point): New function.
3301 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3303         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3304         numbers.
3306 2010-10-11  Julien Danjou  <julien@danjou.info>
3308         * shr.el (shr-hr-line): Add.
3309         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3310         display hr lines.
3311         (shr-max-columns): Do not change state to nil if we just inserting
3312         spaces.
3314 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3316         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3317         select the last group.
3319 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3321         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3323 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3325         * dig.el (dig-mode-map): Declare and define in one step.
3327 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3329         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3330         for Gnus.
3331         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3332         (nnimap-update-qresync-info): Mark \Seen articles as read.
3334         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3335         non-variable, too.
3337         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3338         available.
3339         (nnimap-update-info): Rely more on the current active than the param
3340         active to avoid marking articles as read too much.
3342         * auth-source.el (auth-source-create): Use (user-login-name) for the
3343         user name default.
3345         * nnimap.el (nnimap-update-info): If the server doesn't return any
3346         useful info, just use the previous info.
3347         (nnimap-update-info): Prefer old info over start-article.
3348         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3350 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3352         * nnir.el (autoload): Clean up autoloads.
3353         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3354         Use key rather than value.
3355         (nnir-imap-search-other): New variable.
3356         (nnir-read-parm): Use it.
3357         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3358         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3360 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3362         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3363         the process, too.
3365 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3367         * spam.el (gnus-summary-mode-map): Bind to "$".
3368         Suggested by Russ Allbery.
3370         * shr.el: Rework the way things are indented by <li> slightly.
3372         * gnus.el (gnus-group-set-parameter): Fix typo.
3374         * nnimap.el: Start implementing QRESYNC support.
3376 2010-10-09  Julien Danjou  <julien@danjou.info>
3378         * nnir.el (nnir-engines): Fix too many arguments.
3380 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3382         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3383         group is the "last", so that the backends like nnfolder actually save
3384         their folders.
3386         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3387         try to use that for the tls stream.
3388         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3389         UIDVALIDITY and find out which groups are read-only and not.
3390         (nnimap-get-flags): Use the same marks parsing code as the rest of
3391         nnimap.
3393 2010-10-09  Julien Danjou  <julien@danjou.info>
3395         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3397         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3398         retrieving gravatars.
3400         * shr.el (shr-table-corner): Add.
3401         (shr-table-line): Add.
3402         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3404 2010-10-08  Julien Danjou  <julien@danjou.info>
3406         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3408 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3410         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3412         * gnus-sum.el (gnus-mark-article-as-unread)
3413         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3414         (gnus-summary-set-bookmark): Use it.
3416         * gnus-msg.el (gnus-setup-message): Use it.
3418         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3420         * gnus.el (gnus-group-remove-parameter): Use it.
3422         * gnus-group.el (gnus-group-make-web-group): Use it.
3424         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3426         * nnregistry.el: Update docs to mention manual.
3428         * gnus-registry.el: Update docs to mention nnregistry.el.
3429         (gnus-registry-initialize): Don't install nnregistry refer method
3430         automatically.
3431         (gnus-registry-install-nnregistry): Remove it.
3433 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435         * shr.el (shr-insert): Don't insert double spaces.
3437 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3439         * gnus-gravatar.el (gnus-treat-from-gravatar)
3440         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3441         called interactively.
3443         * gnus-art.el (gnus-mime-view-part-externally)
3444         (gnus-mime-view-part-internally): Make predicate function passed to
3445         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3446         of a mime type.
3448         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3450 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3452         * shr.el (require): Require cl when compiling.
3453         (shr-tag-hr): New function.
3455         * nnimap.el (nnimap-update-info): Remove double setting of high.
3456         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3457         This makes nnimap work properly on Courier again.
3459         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3460         the variable for backwards compatability.
3462         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3463         the file name before using to avoid setting mm-default-directory to
3464         nil.
3466         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3467         bidning gnus-agent variables.
3469         * shr.el (shr-render-td): Use a cache for the table rendering function
3470         to avoid getting an exponential rendering behaviour in nested tables.
3471         (shr-insert): Rework the line-breaking algorithm.
3472         (shr-insert): Don't leave trailing spaces.
3473         (shr-insert-table): Also insert empty TDs.
3474         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3476 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3478         * gnus-sum.el (gnus-number): Rename from `number'.
3479         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3480         (gnus-summary-limit-children): Update uses correspondingly.
3482 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3484         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3485         (gnus-gravatar-transform-address): Don't show avatars of people of
3486         which mail addresses match gnus-gravatar-too-ugly.
3488 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3490         * shr.el (shr-table-widths): Expand TD elements to fill available
3491         space.
3493 2010-10-07  Julien Danjou  <julien@danjou.info>
3495         * nnimap.el (nnimap-request-rename-group): Add this method.
3497 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3499         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3500         name from XEmacs' function-arglist.
3502         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3503         gravatar under XEmacs.
3505 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3507         * auth-source.el: Update docs with TODO items.
3509         * gnus-sync.el: Update docs to explain state and plans.
3511         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3512         Hooks for mark updates.
3513         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3515         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3516         hooks with arguments, which is needed for mark update hooks.
3518 2010-10-06  Julien Danjou  <julien@danjou.info>
3520         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3521         was matched.
3523         * sieve-manage.el: Update example in `Commentary'.
3525         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3527         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3528         not 2000.
3529         (sieve-manage-authenticate): Re-add function.
3531 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3533         * shr.el (shr-insert): Get 'space transition right.
3534         (shr-render-td): Only delete space at the end of the TD.
3536         * nnimap.el (nnimap-open-connection): Prepare to support
3537         open-gnutls-stream.
3539         * shr.el: Rearrange function order to be more logical.
3541 2010-10-06  Julien Danjou  <julien@danjou.info>
3543         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3544         (nnrss-discover-feed): Remove 404 URL in docstring.
3546         * nnir.el: Fix Swish-E URL.
3547         Fix Namazu URL.
3549         * message.el (message-change-subject): Remove 404 URL in a comment.
3551 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3553         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3554         called interactively.
3556         * gnus-util.el (gnus-remove-if): Allow hash table.
3557         (gnus-remove-if-not): New function.
3559         * gnus-art.el (gnus-mime-view-part-as-type)
3560         * gnus-score.el (gnus-summary-score-effect)
3561         * gnus-sum.el (gnus-read-move-group-name):
3562         Replace remove-if-not with gnus-remove-if-not.
3564         * gnus-group.el (gnus-group-completing-read):
3565         Regard collection as a hash table if it is not a list.
3567 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3569         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3571         * shr.el: Document the table-rendering algorithm.
3573 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3575         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3576         for Emacsen having no `libxml-parse-html-region' support.
3578 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3580         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3581         invalid URLs.
3583         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3584         line-broken.
3585         (shr-tag-img): Ignore image fetching errors.
3586         (shr-overlays-in-region): Compute overlay positions correctly.
3588         * mm-decode.el (mm-shr): Require shr.
3590         * gnus-art.el (gnus-blocked-images): Move variable here.
3592         * shr.el (shr-insert-table): Bind free variable.
3594         * mm-decode.el (mm-shr): Bind shr-content-function.
3596         * shr.el (shr-content-function): New variable.
3598         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3599         added for symmetry.
3601         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3603         * gnus-group.el (gnus-group-make-group): Doc fix.
3605         * nnimap.el (nnimap-request-newgroups): Return success.
3607         * shr.el (shr-find-elements): New function.
3608         (shr-tag-table): Put all the images after the table.
3609         (shr-tag-table): Really inhibit images inside the table.
3610         (shr-collect-overlays): Copy over overlays from the TD elements to the
3611         main document.
3613         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3614         gnus-blocked-images.
3616 2010-10-05  Julien Danjou  <julien@danjou.info>
3618         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3620         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3621         (gnus-html-maximum-image-size): Add this function.
3622         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3624         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3625         server-value of the capability is nil.
3627 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3629         * shr.el (shr-tag-em): Add <EM> tag.
3631 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3633         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3634         customizable.
3636         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3637         handing broken links to browse-url.
3639 2010-10-05  Julien Danjou  <julien@danjou.info>
3641         * gnus-util.el (gnus-emacs-completing-read)
3642         (gnus-iswitchb-completing-read): Use autoload rather than require.
3644 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3646         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3647         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3648         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3649         iswitchb-temp-buflist for XEmacs.
3651         * gnus-util.el (gnus-completing-read-function): Exclude
3652         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3653         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3654         XEmacs.
3656         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3657         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3659         * gnus-html.el: Don't require help-fns under XEmacs.
3660         (gnus-html-schedule-image-fetching): Work for XEmacs.
3662         * mm-decode.el (mm-shr): Decode contents by charset.
3664 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3666         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3667         unknown.
3669         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3670         (shr-get-image-data): Ensure against the cache file missing.
3672         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3673         for data.
3675         * spam-report.el (spam-report-url-ping-plain): Don't query about
3676         killing the process.
3678         * shr.el (shr-render-td): Protect against too-wide text.
3680 2010-10-04  Julien Danjou  <julien@danjou.info>
3682         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3683         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3685         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3686         retrieved.
3688 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3690         * shr.el (browse-url): Require.
3691         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3692         lines.
3693         (shr-show-alt-text, shr-browse-image): New commands.
3694         (shr-browse-url, shr-copy-url): New commands.
3696         * gnus-sum.el (gnus-widen-article-window): New variable.
3697         (gnus-summary-select-article-buffer): Use it.
3699         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3700         without @ signs.
3702 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3704         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3706 2010-10-04  Julien Danjou  <julien@danjou.info>
3708         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3709         for XEmacs.
3711 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3713         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3715         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3716         (nnimap-close-server): Implement.
3718         * dgnushack.el (iswitchb): Require to shut up the compiler.
3720         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3721         (shr-insert): Tweak line breaking.
3722         (shr-insert): Handle <pre> better.
3723         (shr-tag-li): Get <li> indentation right.
3724         (shr-tag-li): Get <li> indentation even righter.
3725         (shr-tag-blockquote): Ensure paragraph start.
3726         (shr-make-table): Tweak table generation.
3727         (shr-make-table): Fix typo.
3729         * shr.el: Implement table rendering.
3731 2010-10-04  Julien Danjou  <julien@danjou.info>
3733         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3735 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3737         * shr.el (shr-insert): Use string anchors instead of line anchors.
3739 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3741         * shr.el: Add headings.
3742         (shr-ensure-paragraph): Actually work.
3743         (shr-tag-li): Make <ul> prettier.
3744         (shr-insert): Get white space at the beginning/end of elements right.
3745         (shr-tag-p): Collapse subsequent <p>s.
3746         (shr-ensure-paragraph): Don't insert double line feeds after blank
3747         lines.
3748         (shr-insert): \t is also space.
3749         (shr-tag-s): Fix "s" tag name function.
3750         (shr-tag-s): Fix face prop name.
3752 2010-10-03  Julien Danjou  <julien@danjou.info>
3754         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3756         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3757         gnus-window-inside-pixel-edges.
3759         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3760         gnus-ems.
3762         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3764         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3765         function.
3767         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3768         resize choice.
3770 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3772         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3773         beginning of the buffer.
3775         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3776         article buffer again.
3778         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3780         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3781         when it's at the start of the buffer.
3783         * shr.el (shr-tag-blockquote): Convert name.
3784         (shr-rescale-image): Use the right image-size variant.
3786         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3787         buffer isn't shown, then select the current article first instead of
3788         bugging out.
3789         (gnus-summary-select-article-buffer): Show both the article and summary
3790         buffers again.
3792         * shr.el (shr-fontize-cont): Protect against regions with no text.
3793         Rename tag functions to shr-tag-* for enhanced security.
3794         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3796 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3798         * shr.el (shr-insert):
3799         * pop3.el (pop3-movemail):
3800         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3801         loaded.
3803 2010-10-03  Glenn Morris  <rgm@gnu.org>
3805         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3807         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3809         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3811         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3813         * gnus-util.el (gnus-make-local-hook): Simplify.
3815 2010-10-02  Julien Danjou  <julien@danjou.info>
3817         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3818         (gnus-ido-completing-read): New function.
3819         (gnus-emacs-completing-read): New function.
3820         (gnus-completing-read): Use gnus-completing-read-function.
3821         Add gnus-completing-read-function.
3823 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3825         * shr.el (shr-insert-document): Autoload.
3826         (shr-img): Be silent.
3827         (shr-insert): Add a newline after every picture before text.
3828         (shr-add-font): Use overlays for combining faces.
3829         (shr-insert): Pass upwards the text start point.
3831         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3832         possible.
3833         (mm-shr): New function.
3835 2010-10-02  Julien Danjou  <julien@danjou.info>
3837         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3838         should go backward.
3840 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3842         * shr.el (shr): Fix typo in provide call.
3844 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3846         * shr.el: New file.
3848         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3850         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3851         completing read.
3853 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3855         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3856         we're being queried about.  Suggested by Dan Jacobson.
3858         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3859         Suggested by Jason Eisner.
3861         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3862         table, too.  Suggested by Stefan Wiens.
3863         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3864         the table unnecessary.  Suggested by Stefan Wiens.
3866         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3867         longer needed, and probably doesn't work either, as pointed out by
3868         Stefan Wiens.
3869         (gnus-summary-exit): Remove call to the clearing function.
3870         (gnus-summary-exit-no-update): Ditto.
3872         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3873         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3874         Reported by Stefan Monnier.
3875         (gnus-summary-save-in-rmail): Ditto.
3877         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3878         article buffer, instead of both the article buffer and the summary
3879         buffer.  Sort of suggested by Dan Jacobson.
3881         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3883         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3884         Suggested by Dan Jacobson.
3886         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3887         documentation clearer.
3889         * message.el (message-shorten-references): Comment on the number "21".
3890         Suggested by Stefan Monnier.
3892         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3893         Suggested by Dan Jacobson.
3895         * gnus.el (gnus-large-newsgroup):
3896         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3898         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3899         externalize attachments.  Bug reported by Steve Wen.
3901         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3902         really message anything to the user.
3904         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3905         directly.
3907         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3908         messages in empty groups.
3910 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3912         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3913         non-UIDNEXT group.
3915 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3917         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3918         not the value from the collection.
3920         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3921         values.  This sometimes happens on some groups that have no info.
3922         (nnimap-request-newgroups): New function.
3924 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3926         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3927         check into `gnus-registry-initialize'.
3928         (gnus-registry-initialize): Ditto.
3929         Fix and extend header docs.
3931 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3933         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3934         regexp backtrace overflows.
3936         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3937         for starttls that tls.el implements; i.e. openssl.
3939         * tls.el (tls-starttls-switches): Give up on using starttls with
3940         gnutls-cli.
3941         (tls-program): Add --insecure to be consistent with the defaults from
3942         openssl s_client.  Now all three commands are insecure.
3944 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3946         * lpath.el: Bind completion-styles-alist for XEmacs.
3948         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3949         (gravatar-create-image): New function that's an alias to
3950         gnus-xmas-create-image, gnus-create-image, or create-image.
3951         (gravatar-data->image): Use it.
3953 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3955         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3956         install the nnregistry refer method.
3957         (gnus-registry-install-hooks): Use it.
3958         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3959         unfollowed groups.
3961 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3963         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3964         expanding threads.
3966 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3968         * nnir.el: Use the server names without suffixes (bug #7009).
3970         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3971         unencrypted to STARTTLS, if possible.
3973 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3975         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3976         headers before superseding.
3978 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3980         * nnrss.el (nnrss-use-local): Add documentation.
3982         * nnimap.el (nnimap-extend-tls-programs): New function.
3983         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3984         (nnimap-wait-for-connection): Accept the greeting from the stupid
3985         output from openssl s_client -starttls, too.
3987         * tls.el (tls-starttls-switches): New variable.
3988         (tls-find-starttls-argument): Use it.
3989         (open-tls-stream): Ditto.
3991         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3992         (netrc-machine): Ditto.
3994         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3995         article number.
3996         (nnimap-split-fancy): New variable.
3997         (nnimap-split-incoming-mail): Use it.
3999         * nntp.el (nntp-server-list-active-group): Document.
4001         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
4002         SELECT to get the message-id.
4004         * mail-source.el (mail-sources): Remove webmail support.
4005         (defvar): Ditto.
4006         (mail-source-fetcher-alist): Ditto.
4007         (mail-source-fetch-webmail): Remove.
4009         * webmail.el: Remove -- doesn't seem relevant any more.
4011         * gnus.el: Fix up make-obsolete-variable declarations throughout.
4013         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
4014         the \r.
4016 2010-09-30  Julien Danjou  <julien@danjou.info>
4018         * gnus-agent.el (gnus-agent-add-group): Fix call to
4019         gnus-completing-read.
4021 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4023         * nndoc.el (nndoc-retrieve-groups): New function.
4025         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4026         `default', use nnmail-split-methods.
4027         (nnimap-request-article): Downcase the NILs so that they are nil.
4029         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4030         symbol.
4032         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4033         code, since if the user has requested network, that's what they ought
4034         to get.
4035         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4036         (nnimap-split-rule): Mark as obsolete.
4038         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4039         New variable.
4041         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4042         correct slot, too.
4044 2010-09-29  Julien Danjou  <julien@danjou.info>
4046         * gnus.el (gnus-local-domain): Declare variable obsolete.
4048         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4049         Fix history computing.
4050         (gnus-ido-completing-read): Require ido.
4052 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4054         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4055         build Gnus.
4057         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4058         when interpreting the structures.
4059         (nnimap-request-accept-article): Add \r\n to the lines to make this
4060         work with Cyrus.
4062         * nndraft.el (nndraft-request-expire-articles): Use the group name
4063         instead if "nndraft".  Fix found by Nils Ackermann.
4065 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4067         * nnregistry.el: Add.
4069 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4071         * nnmail.el (group, group-art-list, group-art):
4072         Remove unneeded directives.
4074 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4076         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4077         (mm-mime-charset)
4078         * rfc2047.el (rfc2047-syntax-table)
4079         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4081         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4082         rather than `insert-file-contents' and `eval-region'.
4084         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
4085         construction.
4087         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
4089         * time-date.el: No need to require cl for Emacs 21.
4091 2010-09-29  Julien Danjou  <julien@danjou.info>
4093         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4094         replacement of `gnus-gravatar-relief' to mimic
4095         `gnus-faces-properties-alist'.
4096         Add :version property.
4098 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4100         * mail-source.el (mail-source-report-new-mail)
4101         * message.el (message-default-mail-headers)
4102         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4104         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4106 2010-09-28  Julien Danjou  <julien@danjou.info>
4108         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4109         mail-address contains the same string as real-name.
4111         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4112         non-blank in header, otherwise it'll get stripped.
4114         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4115         real-name, and then for mail address rather than doing : or , search.
4117 2010-09-27  Julien Danjou  <julien@danjou.info>
4119         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4120         right completing-read function.
4121         (gnus-use-ido): New variable
4122         (gnus-completing-read-with-default): Remove.
4123         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4124         (gnus-agent-add-group):
4125         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4126         * mm-view.el (mm-view-pkcs7-decrypt):
4127         * mm-util.el (mm-codepage-setup):
4128         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4129         * mml-smime.el (mml-smime-openssl-sign-query):
4130         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4131         (mml-insert-multipart):
4132         * gnus-msg.el (gnus-summary-yank-message):
4133         * gnus-int.el (gnus-start-news-server):
4134         * mm-decode.el (mm-interactively-view-part):
4135         * gnus-dired.el (gnus-dired-attach):
4136         * gnus.el (gnus-read-method):
4137         * gnus-bookmark.el (gnus-bookmark-jump):
4138         * gnus-art.el (gnus-mime-view-part-as-type)
4139         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4140         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4141         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4142         * nnmairix.el (nnmairix-create-server-and-default-group)
4143         (nnmairix-update-groups, nnmairix-get-server)
4144         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4145         (nnmairix-get-group-from-file-path):
4146         * nnrss.el (nnrss-find-rss-via-syndic8):
4147         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4148         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4149         (gnus-group-browse-foreign-server):
4150         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4151         (gnus-summary-execute-command, gnus-summary-respool-article)
4152         (gnus-read-move-group-name):
4153         * gnus-score.el (gnus-summary-increase-score)
4154         (gnus-summary-score-effect):
4155         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4157 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4159         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
4160         x-focus-frame.
4162         * nnimap.el (auth-source-forget-user-or-password)
4163         (auth-source-user-or-password): Autoload.
4165         * message.el (message-from-style, message-interactive)
4166         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4167         (message-yank-prefix, message-indentation-spaces, message-signature)
4168         (message-signature-file): Add comment.
4170 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4172         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4173         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4174         new articles.
4176         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4177         parts.
4178         (nnimap-request-article): Work with the t setting, too.
4180         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4181         that you don't get flashes of other buffers.
4182         (gnus-summary-show-complete-article): Intern before setting.
4184 2010-09-27  David Engster  <dengste@eml.cc>
4186         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4187         well as HEADERS.
4188         (nnmairix-retrieve-headers): Provide new argument for the above.
4190 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4192         * gnus-sum.el (gnus-summary-move-article): Don't alter
4193         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4194         group.
4196         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4198         * message.el (message-cite-prefix-regexp): Revert my last edit.
4200         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4201         variable instead of the Gnus variable.
4203         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4205         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4207         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4208         since some servers don't like it.
4209         (nnimap-open-connection): Forget credentials if the server says the
4210         password was wrong.
4211         (nnimap-parse-line): Protect against invalid data.
4213         * gnus-sum.el (gnus-summary-move-article): Add comment.
4214         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4215         nothing alters it while scanning for new messages.
4217         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4218         which may or may not help.
4219         (nnimap-open-connection): If we're doing a stream connection, and then
4220         discover we're on a STARTTLS-capable server, then open a STARTTLS
4221         connection instead.
4223 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4225         * nnimap.el (utf7): Require.
4227         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4228         prefix.
4230 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4232         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4234 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4236         * nnimap.el (nnimap-request-accept-article): Message the error on
4237         error.
4239 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4241         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4243 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4245         * nndoc.el (nndoc-request-list): Return success always.
4247         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4248         `fetch-old' -- we only want to fetch the articles we've requested.
4249         The rest are in the agent, probably.
4250         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4251         disappeared server" to something low.  It's not important.
4253         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4254         arrived before the FETCH data.
4256         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4257         target here, because we don't know the Gnus name of the group.
4259         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4260         for the correct group.
4262         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4264         * gnus.el (gnus): Give a final warning after startup.
4266         * gnus-util.el (gnus-action-message-log): New variable.
4267         (gnus-message): Use it.
4268         (gnus-final-warning): New function.
4270         * nnimap.el (nnimap-open-connection): Record the greeting.
4271         (nnimap): Add greeting.
4273 2010-09-26  Julien Danjou  <julien@danjou.info>
4275         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4276         arguments.
4277         (gnus-html-wash-images): Fix spec computing to include start/end.
4279         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4281 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4283         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4284         deletion.
4285         (nnimap-retrieve-headers): Don't select the group, because that's
4286         already done by nnimap-possibly-change-group.
4288         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4289         (gnus-picon-transform-address): Use it.
4291         * mail-source.el (mail-source-value): Revert previous patch.
4293         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4294         on failure.
4295         (nnimap-open-connection): Look up both virtual and physical server name
4296         credentials.
4298         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4300 2009-02-07  Dave Love  <fx@gnu.org>
4302         * tls.el (open-tls-stream): Don't query killing process.
4304 2009-02-08  Dave Love  <fx@gnu.org>
4306         * gnus-win.el (gnus-window-to-buffer-helper)
4307         (gnus-all-windows-visible-p): Function needn't be a symbol.
4309         * mail-source.el (mail-source-value): Function needn't be a symbol.
4311 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4313         * message.el (message-cite-prefix-regexp): Remove } from the cite
4314         prefix.
4316         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4317         highlight again, so that the highlight is correct.
4319         * gnus-picon.el (gnus-picon): Remove again.
4320         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4322         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4323         doing the header highlightling, so that the background colour of the
4324         picon is correct.
4326         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4327         (gnus-picon): Ditto.
4328         (gnus-picon): Reinstate.  The background colour for picons is white.
4329         (gnus-picon-insert-glyph): Make the background white.
4331         * nnml.el (nnml-open-nov): Don't return dead buffers.
4333         * auth-source.el (auth-source-create): Query the user for whether to
4334         store the credentials.
4336         * netrc.el (netrc-store-data): New function.
4338         * auth-source.el (auth-source-user-or-password): Use the existing auth
4339         sources, if any, for creation.
4341         * gnus.el (gnus-group-fast-parameter): Return the last matching
4342         parameter instead of the first matching parameter.
4344 2010-09-26  Julien Danjou  <julien@danjou.info>
4346         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4348 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4350         * mml2015.el (mml2015-use): Remove gpg support.
4352         * mml1991.el (mml1991-function-alist): Remove gpg function.
4353         (mml1991-gpg-sign): Remove.
4355 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4357         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4358         (gnus-browse-unsubscribe-current-group): Document it.
4359         (gnus-browse-unsubscribe-group): Use it.
4361 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4363         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4364         address to the To list for easier response.
4366         * gnus.el (gnus-play-startup-jingle): Remove.
4367         (gnus-splash): Don't play jingle.
4368         (gnus): Silence gnus-load message.
4370         * gnus-art.el (gnus-treat-play-sounds): Remove.
4372         * gnus.el (gnus-play-jingle): Remove audio support.
4374         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4376         * earcon.el: Remove -- no users.
4378         * gnus-audio.el: Remove -- no users of this package.
4380         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4382         * gnus-start.el (gnus-setup-news): Remove nocem support.
4384         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4386         * gnus.el (gnus-use-nocem): Remove.
4388         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4389         Remove.
4391         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4392         uses NoCeM any more.
4394         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4395         (gnus-button-ctan-handler): Ditto.
4396         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4397         (gnus-button-ctan-directory-regexp): Ditto.
4398         (gnus-button-handle-ctan): Ditto.
4399         (gnus-button-tex-level): Ditto.
4400         (gnus-button-alist): Remove CTAN stuff.
4402 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4404         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4405         nnimap-streaming test.
4407         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4408         servers twice.
4410         * nnimap.el (nnimap-open-connection): Add more error reporting when
4411         nnimap fails early.
4413         * nnheader.el (nnheader-get-report-string): New function.
4414         (nnheader-get-report): Use it.
4416         * gnus-int.el (gnus-check-server): Say what the error was when opening
4417         failed.
4419         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4420         using streaming.
4422 2010-09-25  Julien Danjou  <julien@danjou.info>
4424         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4425         gnus-window-inside-pixel-edges.
4427 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4429         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4431         * mm-decode.el (mm-save-part): Allow saving to other directories the
4432         normal Emacs way.
4434         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4435         Suggested by Jay Berkenbilt.
4437         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4438         there isn't a single byte.
4440         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4441         just do it.  It doesn't really seem to matter what the user responds
4442         here, I think, so it's just a confusing question.
4444         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4445         non-streaming case.
4447         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4448         (gnus-article-encrypt-body): Use it.
4450         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4451         keystroke.
4453         * nnimap.el (nnimap-find-wanted-parts-1):
4454         Use gnus-fetch-partial-articles.
4456         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4458         * nnimap.el (nnimap-insert-partial-structure): New function.
4459         (nnimap-get-partial-article): New function.
4460         (nnimap-request-article): Use it.
4461         (nnimap-wait-for-response): Return whether the wait was successful.
4462         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4463         retrieval wasn't successful.
4464         (nnimap-retrieve-group-data-early): Allow throttling servers.
4465         (nnimap-streaming): New variable.
4466         (nnimap-fetch-partial-articles): Remove.
4468         * mm-decode.el (mm-with-part): Protect against killed buffers.
4470         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4471         for prettier summary display.
4473 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4475         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4477 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4479         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4480         apparently third-party libraries depend on it.
4482         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4483         before starting negotiation.
4485         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4486         privacy reasons.
4487         (gnus-treat-mail-gravatar): Ditto.
4489         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4490         buffer when inserting images.  Inserting text into the headers, for
4491         instance, can make them invalid.
4493 2010-09-25  Julien Danjou  <julien@danjou.info>
4495         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4496         variables.
4498         * nnheader.el: Remove useless variables news-reply-yank-from and
4499         news-reply-yank-message-id.
4501         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4502         variables.
4504         * mml1991.el: Remove useless mml1991-verbose.
4506         * gnus.el: Remove useless variable gnus-use-generic-from.
4507         Remove obsolete variable gnus-topic-indentation.
4509         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4511         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4513         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4515         * gnus-group.el: Remove useless gnus-group-icon-cache.
4516         Remove useless gnus-ephemeral-group-server.
4518         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4520         * mml2015.el: Remove useless mml2015-verbose.
4522         * mml-smime.el: Remove useless mml-smime-verbose.
4524         * gnus.el: Remove useless gnus-local-domain.
4526         * gnus-gravatar.el (gnus-gravatar-transform-address):
4527         Use gnus-gravatar-size.
4529         * gnus-art.el: Remove useless gnus-treat-translate.
4531 2010-09-24  Julien Danjou  <julien@danjou.info>
4533         * gnus-sum.el: Add support for Gravatars.
4535         * gnus-art.el: Add support for Gravatars.
4537         * gnus-gravatar.el: Add this file.
4539         * gravatar.el: Add this file.
4541 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4543         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4545         * gnus-group.el (gnus-group-fetch-faq): Remove.
4547         * gnus.el (gnus-group-faq-directory): Remove.
4549         * gnus-group.el (gnus-group-fetch-charter): Remove.
4551         * gnus.el (gnus-group-charter-alist): Remove.
4553         * gnus-group.el (gnus-group-archive-directory): Remove.
4554         (gnus-group-recent-archive-directory): Ditto.
4555         (gnus-group-make-archive-group): Remove.
4557         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4559         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4560         use the same article number for all the cached articles.
4562         * nnimap.el (nnimap-command): Register the last command time so
4563         that we can use it for idling NOOPs.
4564         (nnimap-open-connection): Start the keeplive timer.
4565         (nnimap-make-process-buffer): Store all the process buffers.
4566         (nnimap-keepalive): New function.
4568         * starttls.el (starttls-open-stream): Add autoload cookie.
4570 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4572         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4573         handling.
4575 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4577         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4578         its data structures.
4580         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4581         instead of the cl.el copy-list.
4582         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4583         equalp.
4585 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4587         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4588         and tool-bar-local-item-from-menu.
4590         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4591         mode-line-highlight face for Emacs.
4593         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4594         loading gnus-sum.elc; fix comment for canlock-verify.
4595         (gnus-article-jump-to-part): Use read-number.
4596         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4597         Remove Emacs pre-21 compatible code for help-echo.
4598         (gnus-article-next-page-1): No need to adjust the number of lines.
4599         (gnus-article-describe-bindings): Always use help-buffer.
4601         * gnus-audio.el (gnus-audio-inline-sound)
4602         * gnus-cus.el (gnus-custom-mode)
4603         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4605         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4607         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4608         compatible code.
4610 2010-09-24  Glenn Morris  <rgm@gnu.org>
4612         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4613         visiting the fcc file in rmail-mode.
4615         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4617 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4619         * nnir.el: Silence the byte compiler.
4621         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4622         alias to browse-url-url-encode-chars if any.
4623         (gnus-html-encode-url): Use it.
4625 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4627         * gnus-start.el (gnus-use-backend-marks): New variable.
4628         (gnus-get-unread-articles-in-group): Use it.
4630         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4631         makeover.
4633 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4635         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4637 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4639         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4640         Remove.
4641         (gnus-setup-news-hook):
4642         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4644         * gnus-int.el (gnus-request-update-info): Protect against backends not
4645         having the function.
4647         * nnimap.el (nnimap-stream): Mention starttls.
4648         (nnimap-open-connection): Add starttls support.
4650 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4652         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4654 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4656         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4657         BODYSTRUCTUREs.
4658         (nnimap-transform-headers): Unfold quoted {42} headers.
4660         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4661         the info.
4662         (gnus-get-unread-articles): Only call updatep on backends that support
4663         it.
4665         * nnweb.el (nnweb-request-update-info): NOOP.
4667         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4669         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4670         since it only deals with marks.
4672         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4673         gnus-request-marks, and make a new gnus-request-update-info.
4675         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4676         the active instead of the high number, which is usually too low.
4678 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4680         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4681         * encrypt.el: Remove.
4683 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4685         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4686         server in symbolic form.
4688         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4690 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4692         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4693         (nnimap-update-info): Fix up code slightly.
4695         * gnus-int.el (gnus-open-server): Add tracing for performance
4696         debugging.
4698         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4699         (gnus-group-insert-group-line): Pass the real group name so that it
4700         gets the right data.
4702         * gnus-start.el (gnus-get-unread-articles): Don't have
4703         `gnus-get-unread-articles-in-group' update info, since that can be
4704         really slow and doesn't seem to be needed?
4706 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4708         * time-date.el (date-to-time): Try using parse-time-string first before
4709         using the slower timezone-make-date-arpa-standard.
4711 2010-09-22  Julien Danjou  <julien@danjou.info>
4713         * gnus-group.el (gnus-group-insert-group-line):
4714         Call gnus-group-highlight-line.
4715         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4716         default hook list.
4717         (gnus-group-update-eval-form): Add new function.
4718         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4719         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4721 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4723         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4724         immediate, then expire all articles.
4725         (nnimap-update-info): Fix off-by-one errors.
4726         (nnimap-flags-to-marks): Would return no marks lists for group with no
4727         flags.  Instead return the other data.
4729 2010-09-22  Julien Danjou  <julien@danjou.info>
4731         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4732         Only return an icon.
4733         (gnus-group-insert-group-line): Compute icon to return.
4735         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4736         (gnus-html-image-fetched): Only cache if
4737         gnus-html-image-automatic-caching is set.
4738         (gnus-html-image-fetched): Check for errors.
4740 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4742         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4743         once per method on `g'.  This ensures that backends like nnfolder don't
4744         open all their folders.
4746         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4747         (nnimap-request-list): Nix out group in the correct buffer.
4748         (nnimap-parse-flags): Implement by using `read' instead of
4749         hand-parsing.
4750         (nnimap-flags-to-marks): Pass on permanent-flags.
4751         (nnimap-make-process-buffer): Record the server name.
4752         (nnimap-parse-flags): Fix typo.
4753         (nnimap-request-scan): Run split on the server in general, not just a
4754         single group.
4756         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4757         parameter, and propagate this downwards.
4759         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4760         since EXAMINE changes it on the server.
4762         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4763         this command might take a while.
4765 2010-09-22  Julien Danjou  <julien@danjou.info>
4767         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4768         harmful if you have 2 images side-by-side, they can't be properly
4769         update on text deletion.  Using text-property is safer here.
4770         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4771         data.
4773 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4775         * nnimap.el (nnimap-expunge-inbox): Remove.
4776         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4777         (nnimap-expunge): Flip default to t.
4779         * gnus.el (gnus-method-to-server): Don't push things to the cache
4780         unless it's unique.
4781         (gnus-server-to-method): Ditto.
4783 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4785         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4787 2010-09-22  Julien Danjou  <julien@danjou.info>
4789         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4790         get the start of data.
4791         (gnus-html-encode-url): Add this function to encode special chars in
4792         URL.
4793         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4794         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4796         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4797         default.
4798         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4800         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4801         images alt-text.
4802         (gnus-html-put-image): Put alt-text as help-echo.
4804 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4806         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4807         * mm-util.el (mm-decompress-buffer)
4808         * nnir.el (nnir-run-find-grep)
4809         * pop3.el (pop3-list): Use 3rd arg of split-string.
4811         * time-date.el (format-seconds): Comment fix.
4813         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4814         and byte-optimize-form-code-walker.
4815         (dgnushack-make-auto-load): Don't advise make-autoload.
4817         * lpath.el: Remove Emacs 21 stuff.
4819 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4821         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4822         outside the active range.  Suggested by Dan Christensen.
4824         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4825         slightly later to avoid double-getting it.
4827         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4828         previous patch.
4830         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4832 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4834         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4836 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4838         * gnus-int.el (gnus-open-server): Give a better error message in the
4839         "go offline" case.
4841         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4842         marks for nnimap, which is seldom the right thing to do.
4844         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4845         (gnus-same-method-different-name): New function.
4847         * nnimap.el (parse-time): Require.
4849         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4850         method in the presence of many similar methods.
4852         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4854         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4855         nnml-inhibit-expiry.
4857         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4858         find out whether methods are equal.
4860         * nnimap.el (nnimap-find-expired-articles): New function.
4861         (nnimap-process-expiry-targets): New function.
4862         (nnimap-request-move-article): Request the article before looking at
4863         what the Message-ID is.  Fix found by Andrew Cohen.
4864         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4866         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4867         for oldness in addition to being a predicate.
4869         * nnimap.el (nnimap-request-group): When we have zero articles, return
4870         the right data to Gnus.
4871         (nnimap-request-expire-articles): Only delete articles immediately if
4872         the target is 'delete.
4874         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4875         method, this would bug out.
4877         * gnus-group.el (gnus-group-expunge-group): Rename from
4878         gnus-group-nnimap-expunge, and implemented as a normal interface
4879         function.
4881         * gnus-int.el (gnus-request-expunge-group): New function.
4883         * nnimap.el (nnimap-request-create-group): Implement.
4884         (nnimap-request-expunge-group): New function.
4886 2010-09-21  Julien Danjou  <julien@danjou.info>
4888         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4889         (gnus-html-cache-expired): Add new function.
4890         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4891         wethever we should display image for fetch it.
4892         Compute alt-text earlier to pass it to the fetching function too.
4893         (gnus-html-schedule-image-fetching): Change function argument to only
4894         get one image at a time, not a list.
4895         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4896         cache.
4897         (gnus-html-get-image-data): New function to retrieve image data from
4898         cache.
4899         (gnus-html-put-image): Change buffer argument to use image data rather
4900         than file, and place image above region rather than inserting a new
4901         one.  Do not take alt-text as argument, since it's useless now: we place
4902         the image above alt-text.
4903         (gnus-html-prune-cache): Remove.
4904         (gnus-html-show-images): Start to fetch image when we find one, do not
4905         push into a temporary list.
4906         (gnus-html-prefetch-images): Only fetch image if they have expired.
4907         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4908         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4910 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4912         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4914 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4916         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4917         spec inser "*" if the group isn't active instead of 0.
4919         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4920         opening the server.
4921         (nnimap-request-delete-group): Implement group deletion.
4922         (nnimap-transform-headers): Return the size of the entire message in
4923         the Bytes header, not just the size of the first part.
4924         (nnimap-request-move-article): When moving an article from nnimap,
4925         request the article first so the accepting form has an article to
4926         accept.  Reported by Dan Christensen.
4927         (nnimap-command): Make sure that the error message doesn't error out.
4929 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4931         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4932         we haven't requested anything.
4934 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4936         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4937         "".  Fix found by Andrew Cohen.
4939         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4940         instead of -encode-string.
4942 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4944         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4946         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4947         by mm-subst-char-in-string.
4949 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4951         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4952         waiting for the connection string.
4954         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4955         arriving.
4957         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4958         bogus characters.  This allows selecting certain Gmail groups.
4960         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4961         (nnimap-fetch-partial-articles): New variable.
4962         (nnimap-open-connection): When looking for credentials, also use the
4963         nnimap-server-port.
4964         (nnimap-request-article): Return the group/article number, so that Gnus
4965         `^' works as expected.
4966         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4968         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4969         comments.
4970         (gnus-methods-sloppily-equal): New function.
4971         (gnus): When using the development version of Gnus, load the gnus-load
4972         file.
4974         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4975         `gnus-open-server' on each method before trying to scan them etc.
4976         This ensures that all the backend parameters are set correctly.
4978         * nnimap.el (nnimap-authenticator): New variable.
4979         (nnimap-open-connection): Allow anonymous login.
4980         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4981         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4983         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4984         patch, found by Knut Anders Hatlen.
4986 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4988         * gnus-agent.el (gnus-agent-batch-confirmation)
4989         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4990         to gnus-message.
4991         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4992         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4993         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4994         * gnus-int.el (gnus-open-server): Likewise.
4995         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4996         (gnus-score-check-syntax): Likewise.
4997         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4998         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4999         Likewise.
5000         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
5002 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5004         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
5005         calling conventions so that prefetch doesn't bug out.
5007 2010-09-19  Julien Danjou  <julien@danjou.info>
5009         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
5010         rather than `subst-char-in-region' in order to be able to replace ASCII
5011         char by UTF-8 ones.
5013         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
5014         than curl.
5015         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
5016         the right URL and ALT text on images.
5017         (gnus-html-wash-tags): Fix tag case.
5018         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
5019         (gnus-article-html): Add -o display_ins_del=2 option.
5020         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
5022 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5024         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
5025         the extra mail headers, which sometimes seem to happen for unknown
5026         reasons.
5028         * mail-parse.el (mail-header-encode-parameter): Define as
5029         rfc2045-encode-string instead of as rfc2231-encode-string, since some
5030         (or most, perhaps?) mail readers don't understand the latter, but do
5031         understand the former.
5033         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
5034         to nil, so that no methods are automatically agentized.  I think this
5035         is probably what most users want.
5037         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
5038         from url-retrieve, for instance about invalid URLs.
5040         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
5041         groups that have no articles.
5042         (nnimap-request-article): Check that we really got an article when we
5043         requested one.
5045         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5046         doesn't exist.
5048         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5049         nntp buffer so the agent can save it.
5050         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5051         that CRLF doesn't get translated to \n.
5052         (nnimap-open-connection): Don't make 'shell commands only send \n.
5054 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5056         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5057         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5058         Update var name.
5059         (nnml-generate-nov-file): Use dolist.
5060         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5061         Use with-current-buffer.
5063 2010-09-18  Julien Danjou  <julien@danjou.info>
5065         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5066         parallel.
5068 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5070         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5071         the range update right.
5072         (nnimap-request-group): Don't make `M-g' bug out on group with no
5073         marks.
5074         (nnoo): Require, so that other packages can require nnimap.
5075         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5076         command we're looking for.  This helps when the server sends more
5077         responses after we've gotten everything we expected.
5078         (nnimap): Add a `newlinep' field to keep track of end-of-line
5079         conventions.
5080         Don't send CRLF to things that don't want it.
5081         (nnimap-request-accept-article): Ditto.
5083 2010-09-18  Julien Danjou  <julien@danjou.info>
5085         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5086         than curl to retrieve images.
5088 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5090         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5091         the marks.
5092         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5093         (nnimap-wait-for-connection): New function.
5094         (nnimap-open-connection): If we have PREAUTH, don't query for login
5095         credentials.
5096         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5097         when doing a partial update.
5099 2010-09-18  Julien Danjou  <julien@danjou.info>
5101         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5102         tags.
5104 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5106         * nnimap.el (nnimap-credentials): New function.
5107         (nnimap-open-connection): Use the new function to look for credentials
5108         also on the numeric equivalents of "imap" and "imaps".
5110         * gnus-start.el (gnus-activate-group): Send the info to
5111         gnus-request-group.
5113         * nnimap.el (nnimap-request-group): Have the "check" version of the
5114         function parse flags and update the info, so that a `M-g' get a total
5115         resync of all flags from the group.
5117         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5118         to allow backends to alter the info on group selection.  Also alter all
5119         the backend -request-group functions to take the parameter.
5121         * nnimap.el (nnimap-store-info): New function.
5122         (nnimap-update-info): Store the info for later usage.
5123         (nnimap-request-group): Use the stored info for the dont-check case, so
5124         that we don't retrieve all marks when we enter a group.
5126         * nnimap.el: Use deffoo instead of defun for interface functions.
5128         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5129         update the group info.  This makes the nndraft groups, for instance, go
5130         back to their old behaviour.
5132         * gnus-sum.el (gnus-select-newsgroup): Indent.
5134         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5135         in.
5136         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5137         nothing.
5139         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5140         from methods that are denied.
5142         * gnus-int.el (gnus-method-denied-p): New function.
5144         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5145         store the password instead of netrc.
5146         (nnimap-open-connection): Don't error out when we can't make a
5147         connections.
5149         * auth-source.el (auth-source-create): In the password prompt, say what
5150         we're querying for.  Also prompt for user name if that hasn't been
5151         given.
5153         * nnimap.el (nnimap-with-process-buffer): Remove.
5155 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5157         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5158         method when we're reading from the agent.
5160         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5162         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5163         that's probably most useful for users.
5165         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5166         "failed" all the time.
5168         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5169         ...)) with (with-current-buffer ... ).
5171         * nntp.el (nntp-open-server): Return whether the open was successful or
5172         not.
5174         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5175         select an unread unseen article first.
5177         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5178         /etc/services, supply some sensible port defaults.
5180         * dgnushack.el: Define netrc-credentials.
5182 2010-09-17  Julien Danjou  <julien@danjou.info>
5184         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5186 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5188         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5189         doesn't have any parameters.
5191 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5193         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5194         only upcased checks.
5196         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5198         * nnimap.el (nnimap-open-shell-stream): New function.
5199         (nnimap-open-connection): Use it.
5200         (nnimap-transform-headers): Get the number of lines in each message.
5201         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5202         number of lines.
5203         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5204         problem.
5206         * utf7.el (utf7-encode): Autoload.
5208         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5209         to allow the mail splitting to not return a default group.  This is
5210         useful for nnimap, which will leave unmatched mail in the inbox.
5212         * nnimap.el: Rewritten.
5214         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5215         nnimap usage.
5217         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5218         if the move is internal, so that nnimap can do fast internal moves.
5220         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5221         data.
5222         (gnus-read-active-for-groups): Support finishing the early retrieval of
5223         data.
5225         * gnus-range.el (gnus-range-nconcat): New function.
5227         * gnus-int.el (gnus-finish-retrieve-group-infos)
5228         (gnus-retrieve-group-data-early): New functions.
5230 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5232         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5233         (nnrss-retrieve-groups):
5234         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5235         (pop3-quit): Use with-current-buffer.
5237 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5239         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5240         instead of nnheader-accept-process-output.
5242         * dgnushack.el (dgnushack-compile): Add comment.
5244         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5246         * gnus-html.el (gnus-html-schedule-image-fetching)
5247         (gnus-html-prefetch-images): Replace process-kill-without-query by
5248         gnus-set-process-query-on-exit-flag.
5250 2010-09-16  Romain Francoise  <romain@orebokech.com>
5252         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5254 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5256         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5257         parameter to unintern is mandatory-ish in Emacs 24.
5259         * gnus-html.el (gnus-html-schedule-image-fetching)
5260         (gnus-html-prefetch-images): Check for curl before using it.
5262         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5263         depend on curl, which isn't essential.
5265         * imap.el: Revert back to version
5266         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5267         seem problematic.
5269 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5271         * gnus-registry.el (gnus-registry-install-shortcuts):
5272         Explicitly pass `obarray' to `unintern' to avoid a warning.
5274 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5276         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5277         change.
5279         * nnrss.el (nnrss-request-list): Remove this function and related
5280         functions, including the moreover stuff.
5282 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5284         * nnrss.el (nnrss-retrieve-groups): New function.
5286 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5288         * .dir-locals.el: Add no-byte-compile cookie.
5290 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5292         * time-date.el (format-seconds): Comment fix.
5294         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5295         for back end that doesn't support request-scan.
5297 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5299         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5300         then do request scans from the backends.
5302         * netrc.el (netrc-credentials): New conveniency function.
5304         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5305         avoid running a hook per line, since this takes a lot of time,
5306         profiling shows.
5307         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5308         directly if gnus-visual-p is true.
5310 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5312         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5313         groups; replace mapcar with dolist which is a bit faster; pass groups
5314         info to gnus-read-active-file-1.
5315         (gnus-read-active-file-1): Scan only specified groups if the new
5316         optional arg `infos' is given.
5318 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5320         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5322         * pop3.el (pop3-movemail): Remove.
5323         (pop3-streaming-movemail): Rename to pop3-movemail.
5325         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5326         don't restrict end-tag searches to the end of the line.
5328 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5330         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5331         articles of every unchecked group to t, which means unknown since the
5332         server has never been opened.
5334 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5336         * gnus-html.el (gnus-html-show-alt-text): New command.
5337         (gnus-html-browse-image): Ditto.
5338         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5339         to browse the image directly.
5340         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5341         better.
5343         * gnus-async.el (gnus-async-article-callback):
5344         Call `gnus-html-prefetch-images' unconditionally.
5346         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5347         before feeding URLs to curl.
5349 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5351         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5352         internal images as deletable by `W D D'.
5354         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5355         (gnus-async-article-callback): Fix typo.
5357 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5359         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5360         current line to work around bugs in the output from w3m.
5362         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5363         for groups that want that.
5365         * nntp.el (nntp-wait-for-string): Supply a timeout for
5366         accept-process-output to ensure progress.
5368         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5369         level to get unread articles from, then use that for foreign groups,
5370         too.
5372         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5373         confuses the rest of the function.
5375         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5376         for the methods that support -retrieve-groups, too.
5378         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5380 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5382         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5383         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5385         * pop3.el: Require cl when compiling.
5386         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5388 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5390         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5391         that aren't going to be activated.
5392         (gnus-get-unread-articles): Fix up the last commit.
5394         * gnus-html.el (gnus-article-html): Allow calling without specifying
5395         the handle.  In that case, dissect the buffer first.
5397         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5399         * nnimap.el (nnimap-open-connection): Revert the change that would look
5400         into authinfo for imaps instead of imap.
5402         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5403         say that you don't want to call gnus-request-group with don-check, but
5404         do check the reponse.  This is for virtual groups only.
5405         (gnus-get-unread-articles): Count the archive groups as secondary, so
5406         that they're activated the same way as before.
5408         * imap.el (imap-message-map): Removed optional buffer parameter, since
5409         no callers use it.
5410         (imap-message-get): Ditto.
5411         (imap-message-put): Ditto.
5412         (imap-mailbox-map): Ditto.
5413         (imap-mailbox-put): Ditto.
5414         (imap-mailbox-get): Ditto.
5415         (imap-mailbox-get): Revert last change for this function.
5417         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5418         case-insensitively.
5419         (nnimap-debug): Remove.
5421         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5422         to use `imap-fetch' instead.  According to the comments, this should be
5423         safe, since all other IMAP clients use the 1:* syntax.
5424         (imap-enable-exchange-bug-workaround): Removed.
5425         (imap-debug): Removed -- doesn't seem very useful.
5427         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5428         mail from a file, and the file doesn't exist.
5430         * imap.el (imap-log): New convenience function used throughout instead
5431         of repeating the same code all over the place.
5433         * pop3.el (pop3-streaming-movemail): Return t for success.
5435         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5436         .authinfo if we're using ssl connection.
5438         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5439         already have if we're in a main Gnus `g' run.
5441         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5443 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5445         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5447         * nnmh.el (nnmh-request-list-1): Bind `file'.
5449         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5450         alias to set-process-query-on-exit-flag or process-kill-without-query.
5451         (pop3-open-server): Use it.
5453 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5455         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5456         box to the Incoming file.  Fixes mistake in previous checkin.
5458         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5459         request loop (for debugging purposes) removed.
5461         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5462         culprit is more visible.
5463         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5464         (nnml-add-incremental-nov): New functions to do "incremental" nov
5465         updates, where we just append to the end of the existing nov files
5466         without reading/writing them in full.
5468         * mail-source.el (mail-source-delete-crash-box): Really only check the
5469         incoming files once in a while.
5471         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5473         * mail-source.el (mail-source-delete-crash-box): Only check the
5474         incoming files for deletion once per day to save a lot of file
5475         accesses.
5477         * pop3.el (pop3-logon): Fix up unbound variable typo.
5479         * mail-source.el (pop3-streaming-movemail): Autoload.
5481         * pop3.el (pop3-streaming-movemail):
5482         Respect pop3-leave-mail-on-server.
5484         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5485         retrieval.
5487         * pop3.el (pop3-process-filter): Remove unused function.
5488         (pop3-streaming-movemail, pop3-send-streaming-command)
5489         (pop3-wait-for-messages, pop3-write-to-file)
5490         (pop3-number-of-responses): New functions for streaming pop3
5491         retrieval.
5493         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5494         come from no known methods.
5495         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5496         list.
5498         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5499         message sizes.
5500         (pop3-movemail): Use erase-buffer instead of looping and deleting
5501         regions, which seems rather odd.
5503         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5504         file once per `g' run.
5506         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5507         directories.  This makes the draft queue directory work.
5509         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5510         data from the backends, so that we only request the list of groups from
5511         each method once.  This should speed things up considerably.
5513         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5514         detect that it's not implemented.
5516         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5517         we actually do recurse down into the tree, but don't stat all leaf
5518         nodes.
5520         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5521         then say so instead of bugging out.
5523         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5524         files exist before trying to read them.
5526         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5527         around <pre_int>.
5529         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5531         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5533 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5535         * mm-util.el (mm-image-load-path): Just return the image directories,
5536         not all directories in the path in addition to the image directories.
5537         (mm-image-load-path): Maintain a cache of the image directories so that
5538         the `g' command in Gnus doesn't have to stat dozens of directories each
5539         time.
5541         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5542         (gnus-html-wash-tags): Add a new `i' command to insert images.
5543         (gnus-html-insert-image): New command and keystroke.
5544         (gnus-html-redisplay-with-images): New command and keystroke.
5545         (gnus-html-show-images): Rename command.
5546         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5547         spacers.
5548         (gnus-html-wash-tags): Decode entities at the end, so that entities
5549         inside the tags don't mess up the rest of the "parsing".
5551         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5552         so that nnimap methods aren't agentized by default.  There's apparently
5553         many problems related to agent/imap behaviour.
5555         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5557         * gnus-html.el: Doc fix.
5559 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5561         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5562         specifier-spec-list for Emacs 21.
5564         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5565         glyph-width and glyph-height instead of display-graphic-p and
5566         image-size; make avoidance of displaying small images work for XEmacs.
5568         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5569         for XEmacs.
5571         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5572         of symbol that holds plist data.
5573         (gnus-process-plist): Remove plist of process after getting it.
5575 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5577         * message.el (message-generate-hashcash): Change default to
5578         'opportunistic if hashcash is installed.
5580         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5581         (gnus-html-put-image): Only call image-size once, since it's somewhat
5582         time-consuming on remote X servers.
5584 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5586         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5587         type on data, not a file name.
5589         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5590         window-pixel-edges for Emacs 21.
5592         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5593         decoded contents.
5594         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5596 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5598         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5599         group line format, since it isn't very interesting.
5601         * gnus-agent.el (gnus-agent-short-article),
5602         (gnus-agent-long-article): Increase values for these two variables,
5603         since most people are likely to have more network connection and
5604         storage than before.
5606         * gnus.el (gnus-refer-article-method): Change default to 'current.
5607         When referring an article, the common behaviour is to refer it from the
5608         current select method, not the native select method.  The chances of
5609         the native select method having the message in question is rather slim
5610         these days.
5612         * gnus-sum.el (gnus-auto-select-subject): Change default to
5613         `unseen-or-unread'.  I think it's likely that most people want to
5614         select an unseen article over a previously seen, but unread one.
5616         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5617         means that in the article buffer none of the minor mode elements will
5618         be shown, usually, and this is not desirable in most cases.
5620         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5621         that commands like `d' (and the like) go to the next line in the
5622         buffer, instead of the next unread article.  I think this is the
5623         behaviour that is most natural for most users.
5624         (gnus-single-article-buffer): Change default to nil, so that people can
5625         have as many article buffers open as they have summary buffer.  I think
5626         this is the most natural way for the groups to behave.
5628         * message.el (message-generate-new-buffers): Change default to
5629         `unsent', so that all new message buffers start their names with the
5630         string "*unsent", and it's easier to find the buffers if you move from
5631         them.
5633 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5635         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5636         small.  They're probably tracking images.
5637         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5638         (gnus-html-rescale-image): Yet another try at getting the image sizing
5639         right.
5641         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5642         nntp-marks-file-name is nil.
5644 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5646         * gnus-html.el (gnus-html-wash-tags)
5647         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5648         Better logging.
5650 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5652         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5654         * gnus-html.el (gnus-html-wash-tags): Check the value of
5655         gnus-blocked-images in the summary buffer.
5657 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5659         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5661 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5663         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5664         like "a", it seems like.
5665         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5666         since it needs to be picked from the correct buffer.
5668         * nnwfm.el: Remove.
5670         * nnlistserv.el: Remove.
5672 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5674         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5675         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5677 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5679         * nnkiboze.el: Remove.
5681         * nndb.el: Remove.
5683         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5684         alt text.
5685         (gnus-html-rescale-image): Try to get the rescaling logic right for
5686         images that are just wide and not tall.
5688         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5689         overshadow variable bindings.
5691 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5693         * gnus-html.el (gnus-html-wash-tags)
5694         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5695         Add extra logging.
5697 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5699         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5700         (gnus-max-image-proportion): New variable.
5701         (gnus-html-rescale-image): New function.
5702         (gnus-html-put-image): Rescale images.
5704 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5706         Fix up some byte-compiler warnings.
5707         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5708         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5709         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5710         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5711         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5712         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5713         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5715 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5717         * gnus-html.el (gnus-article-html): Decode contents by charset.
5719 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5721         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5722         (gnus-html-frame-width, gnus-blocked-images)
5723         * message.el (message-prune-recipient-rules): Add custom version.
5724         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5726         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5727         functions.
5729         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5730         gnus-process-get.
5732 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5734         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5735         instead of lsub directly.
5737 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5739         * nnwarchive.el: Remove.
5741         * gnus-soup.el: Remove.
5743         * nnsoup.el: Remove.
5745         * nnultimate.el: Remove.
5747         * gnus-html.el (gnus-blocked-images): New variable.
5749         * message.el (message-prune-recipients): New function.
5750         (message-prune-recipient-rules): New variable.
5752         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5753         guess whether a long line is natural text or not.
5755         * gnus-html.el (gnus-html-schedule-image-fetching):
5756         Use gnus-process-plist and friends for compatibility.
5758 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5760         * gnus-html.el: Require packages that define macros used in this file.
5761         (gnus-article-mouse-face): Declare to silence byte-compiler.
5762         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5763         process-get.
5764         (gnus-html-put-image): Use plist-get to avoid getf.
5765         (gnus-html-prefetch-images): Use with-current-buffer.
5767 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5769         * gnus-ems.el: Provide compatibility functions for
5770         gnus-set-process-plist.
5772         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5773         header-line-format for XEmacs 21.4.
5775         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5776         * gnus.el (gnus-valid-select-methods)
5777         * message.el (message-send-mail-partially-limit)
5778         * mm-decode.el (mm-text-html-renderer)
5779         * mml.el (mml-insert-mime-headers-always)
5780         * smiley.el (smiley-regexp-alist): Bump custom version.
5782 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5784         * gnus-html.el: require mm-url.
5785         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5786         with the url to `url'.
5787         (gnus-html-wash-tags): Support cid: URLs/images.
5789 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5791         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5792         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5793         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5795         * gnus-move.el: Remove file, since it doesn't really work.
5797         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5798         UTF-8.  This seems to fix problems with some German web feeds.
5800         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5801         at the top so that the proper colours are applied.
5803         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5804         don't have dots in their names.
5806         * gnus-art.el (gnus-article-view-part): Doc fix.
5808         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5809         XEmacs-compatible.
5810         (gnus-html-put-image): Don't do images on non-graphic displays.
5812         * nnslashdot.el: Remove this unused backend.
5814         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5815         actions.
5816         (gnus-undo-register-1): Revert last change.
5818         * gnus-group.el (gnus-group-completing-read): Protect against not
5819         having completion-styles bound.
5821         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5822         make broken recipients happier.
5824         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5826         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5827         point parameter.
5829         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5831         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5832         completion-styles for group selection.
5834 2009-02-04  Andreas Schwab  <schwab@suse.de>
5836         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5837         headers and regexp-quote the match if necessary.
5839 2009-03-24  Miles Bader  <miles@gnu.org>
5841         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5842         the blinking smiley.
5844 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5846         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5847         blink smiley.
5849 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5851         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5852         where the dribbel file lives exists.
5854         * message.el (message-send-mail-partially-limit): Change the default to
5855         nil, since most people don't want this.
5857         * mm-url.el (mm-url-decode-entities): Also decode entities like
5858         &#x3212.
5860 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5862         * gnus-sum.el (gnus-summary-idna-message):
5863         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5864         Hyperlink urls in docstrings with URL `...'.
5866 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5868         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5869         functions.
5871 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5873         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5874         say what the mouseover text should be.
5876         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5877         version of the mm-w3m-safe-url-regexp variable to only download images
5878         in the groups where we want that to happen.
5880         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5882         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5883         easier debugging.
5884         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5885         big pictures in the article buffer.
5887         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5888         gnus-article-html.
5889         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5890         w3m.
5892         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5894 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5896         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5897         which doesn't exist.
5899         * message.el (message-inhibit-ecomplete): New variable to allow some
5900         function to inhibit ecomplete address storage.
5901         (message-resend): Disable ecomplete message storage when resending
5902         messages.
5904         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5906 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5908         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5909         Save excursion while copying, moving, and deleting articles in order to
5910         prevent the cursor from jumping to unforeseen place.
5912 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5914         * lpath.el: No need to bind bookmark-current-buffer,
5915         bookmark-yank-point and bookmark-make-record-function.
5917 2010-08-17  Glenn Morris  <rgm@gnu.org>
5919         * gnus-sync.el: Require gnus components whose functions are used.
5921         * gnus-art.el (bookmark-make-record-function):
5922         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5923         Declare for compiler.
5925         * mm-url.el (mml-compute-boundary): Autoload.
5927 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5929         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5931 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5933         Typo fix "hoo4a" -> "hook".
5935         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5937 2010-08-14  Glenn Morris  <rgm@gnu.org>
5939         * gnus-sync.el (gnus-sync): Fix defgroup version.
5941 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5943         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5945         * gnus-sync.el: Fix docs.
5946         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5947         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5949 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5951         Optimizations for gnus-sync.el.
5953         * gnus-sync.el: Add docs about gnus-sync-backend
5954         possibilities.
5955         (gnus-sync-save): Remove unnecessary message.
5956         (gnus-sync-read): Optimize and show what groups were skipped.
5958 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5960         Minor bug fixes for gnus-sync.el.
5962         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5963         Don't read the sync on get-new-news.
5965         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5966         quiet.
5968         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5969         (fix typo).
5971 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5973         Make saving and restoring of hidden threads work with overlays.
5974         Patch applied by Ted Zlatanov.
5976         * gnus-sum.el (gnus-hidden-threads-configuration)
5977         (gnus-restore-hidden-threads-configuration): Update to deal with text
5978         properties, rather than searching for a magic character.
5980 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5982         New gnus-sync.el library for synchronization of marks.
5984         * gnus-sync.el: New library for synchronization of marks.
5986         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5987         renamed from `gnus-registry-grep-in-list'.
5989         * gnus-registry.el (gnus-registry-follow-group-p):
5990         Use `gnus-grep-in-list'.
5992         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5994 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5996         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5997         determining charset of text fails.
5999 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6001         * nnmail.el (nnmail-get-new-mail-1): Revert.
6003         * nnml.el (nnml-active-number): Make sure names of newly created groups
6004         in nnml-group-alist are encoded.
6006 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6008         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
6009         containing non-ASCII characters in active file for nnml back end.
6011 2010-07-24  David Engster  <dengste@eml.cc>
6013         * mml-smime.el (mml-smime-epg-verify): Also accept the older
6014         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
6016 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
6018         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
6019         tag (Bug#6654).
6021 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6023         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
6024         the article buffer, not the summary buffer.
6026 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6028         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
6029         Emacs 23 as well.
6031 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6033         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
6034         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
6036 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6038         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
6039         Patch applied by Karl Fogel.
6041         * gnus-sum.el (gnus-summary-bookmark-make-record):
6042         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
6044 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6046         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
6047         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
6048         C-w still not working correctly from Article buffers; Thierry's
6049         patch to fix that will be applied after this.
6051         * gnus-art.el (bookmark-make-record-function): New local variable.
6053         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
6054         article buffer.
6055         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
6057 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
6059         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
6060         on changes in bookmark.el.
6062 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6064         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
6065         `no-log' instead of message not to log prompt string.
6067 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
6069         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
6070         the *other* type of HTML form submission.
6072 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
6074         * auth-source.el (auth-source-pick): If choice does not contain a
6075         questioned keyword, set the check to t.
6077 2010-06-12  Romain Francoise  <romain@orebokech.com>
6079         * gnus-util.el (gnus-date-get-time): Move up before first use.
6081 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6083         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
6084         (gnus-article-edit-part): Bind it to make last part that is substituted
6085         or deleted visible.
6086         (gnus-mime-display-single): Buttonize part of which id equals to
6087         gnus-mime-buttonized-part-id.
6089 2010-06-10  Dan Christensen  <jdc@uwo.ca>
6091         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
6092         (gnus-dd-mmm): Use gnus-date-get-time.
6093         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
6094         simplify logic.
6095         (gnus-summary-limit-to-age): Use gnus-date-get-time.
6096         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
6098 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
6100         * auth-source.el (top): Autoload `secrets-list-collections',
6101         `secrets-create-item', `secrets-delete-item'.
6102         (auth-sources): Fix tag string.
6103         (auth-get-source, auth-source-retrieve, auth-source-create)
6104         (auth-source-delete): New defuns.
6105         (auth-source-pick): Rewrite in order to avoid 2 passes.
6106         (auth-source-forget-user-or-password): New parameter USERNAME.
6107         (auth-source-user-or-password): New parameters CREATE-MISSING and
6108         DELETE-EXISTING.  Retrieve password interactively, if needed.
6110 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6112         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6113         deleting unused directories when gnus-expert-user is t.
6115 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6117         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6118         for each temp file when gnus-article-browse-delete-temp is ask.
6120 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
6122         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
6123         Lisp calls to delete-backward-char by calls to delete-char.
6125 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6127         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6129 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
6131         * password-cache.el (password-cache-remove): Fix docstring.
6133 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6135         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6136         article unless decoding article to be saved.
6138 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6140         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6141         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6142         generated within the mm-with-unibyte-current-buffer macro.
6144 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6146         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6147         to nil when we're in a mml-preview buffer and no group is selected.
6149 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6151         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6152         when catching the `C-g'.  Reported by "Leo".
6154 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6156         * message.el (message-forward-make-body-plain)
6157         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6158         multibyte-string-p.
6160         * lpath.el: Revert.
6162 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6164         * message.el (message-forward-make-body-mml): Assume original message
6165         is multibyte string; error on unibyte.
6166         (message-forward-make-body-plain): Ditto; don't add excessive newline
6167         in body end.
6169         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6171 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6173         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6174         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6176 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6178         * mm-extern.el (mm-extern-url): Don't use
6179         mm-with-unibyte-current-buffer.
6180         (mm-extern-cache-contents): Use with-current-buffer instead of
6181         save-excursion + set-buffer.
6183 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6185         * mm-util.el (mm-emacs-mule): Remove.
6187 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6189         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6190         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6191         change.
6193 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6195         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6196         bind the default value of enable-multibyte-characters to nil.
6198 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6200         * message.el (message-forward-make-body-plain)
6201         (message-forward-make-body-mml):
6202         Don't use mm-with-unibyte-current-buffer.
6204 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6206         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6208 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6210         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6211         (Bug#5592).
6213 2010-05-07  Julien Danjou  <julien@danjou.info>
6215         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6216         it to mm-pipe-part.
6218         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6219         it is given.
6221 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6223         * binhex.el (binhex-decode-region-internal)
6224         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6225         (dns-query)
6226         * nnweb.el (nnweb-gmane-search)
6227         * pgg-parse.el (pgg-parse-armor)
6228         * pgg.el (pgg-verify-region)
6229         * sha1.el (sha1-string-external)
6230         * uudecode.el (uudecode-decode-region-internal)
6231         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6232         XEmacs.
6234         * gnus-art.el (gnus-article-browse-html-parts)
6235         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6236         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6237         make-temp-file.
6239         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6240         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6241         compiling.
6243         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6244         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6245         XEmacs when compiling.
6247         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6248         gnus-pick-mode-off-hook for XEmacs when compiling.
6249         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6250         gnus-binary-mode-off-hook for XEmacs when compiling.
6252         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6253         Return nil if char-charset is not available.
6255         * imap.el (imap-disable-multibyte)
6256         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6257         macros.
6259         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6260         instead of encode-coding-string.
6262         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6263         'xemacs) instead of mm-emacs-mule to switch function definitions.
6264         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6266         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6267         bind temporary-file-directory for XEmacs;
6268         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6269         timer-set-function for XEmacs 21.4 and SXEmacs;
6270         bind timer-list for XEmacs 21.4 and SXEmacs;
6271         fbind char-charset and find-charset-region for non-Mule XEmacs;
6272         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6273         encode-coding-region and encode-coding-string for XEmacs having no
6274         file-coding feature.
6276 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6278         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6280 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6282         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6283         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6285 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6287         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6288         alias `jka-compr-delete-temp-file' no longer exists.
6290 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6292         Use define-minor-mode in Gnus where applicable.
6293         * mml.el (mml-mode): Use define-minor-mode.
6294         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6295         (gnus-undo-mode): Use define-minor-mode.
6296         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6297         (gnus-dead-summary-mode): Use define-minor-mode.
6298         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6299         Initialize in declaration.
6300         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6301         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6302         (gnus-mailing-list-mode): Use define-minor-mode.
6303         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6304         (gnus-draft-mode): Use define-minor-mode.
6305         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6306         (gnus-dired-mode): Use define-minor-mode.
6308 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6310         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6311         handles on recursive mml-to-mime translation and check them for
6312         boundary delimiter collisions.  Reported by Greg Troxel.
6314 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6316         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6318 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6320         * mm-util.el (mm-find-buffer-file-coding-system):
6321         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6323 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6325         * message.el (message-generate-headers): Record insertion of optional
6326         headers as well.  Otherwise the check to prevent repeated insertion of
6327         optional headers is a no-op.
6329 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6331         * smime.el: Don't mention CVS.
6333         * nnrss.el (nnrss-fetch): Don't mention CVS.
6335         * nnir.el: Don't mention CVS.
6337 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6339         * gnus-sum.el (gnus-summary-bookmark-make-record):
6340         Add `location' field.
6342 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6344         * lpath.el: Fbind bookmark-default-handler,
6345         bookmark-get-bookmark-record, bookmark-make-record-default,
6346         bookmark-prop-get for Emacs <23 and XEmacs.
6348 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6350         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6351         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6352         Use with-current-buffer to silence the byte-compiler.
6353         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6354         bother to require `gnus'.
6355         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6357 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6359         * gnus-sum.el (gnus-summary-bookmark-make-record)
6360         (gnus-summary-bookmark-jump): New functions.
6361         (gnus-summary-mode): Setup bookmark support.
6363 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6365         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6366         if set.
6368 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6370         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6371         gnus-article-browse-html-save-cid-image; make it work recursively for
6372         forwarded messages as well.
6373         (gnus-article-browse-html-parts): Work when prefix arg is given.
6374         (gnus-article-browse-html-article): Doc fix.
6376 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6378         * message.el (message-default-mail-headers):
6379         (message-default-headers): Carry the value mail-default-headers over
6380         into message-default-mail-headers, rather than message-default-headers.
6382 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6384         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6385         charset.
6387         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6388         charset into the <meta> tag when the article is encoded to utf-8.
6390 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6392         * gnus-art.el (gnus-article-browse-delete-temp-files):
6393         Delete directories as well.
6394         (gnus-article-browse-html-parts): Work for images that do not specify
6395         file names; delete temp directory when quitting; insert header at the
6396         right place; use file: scheme for image files.
6398 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6400         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6401         (gnus-article-browse-html-parts): Use it to make temporary cid image
6402         files in addition to html file so that browser may display them.
6404 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6406         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6408 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6410         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6412 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6414         * auth-source.el (auth-sources): Change default to be simpler.
6415         Explain about Secret Service API sources.  Improve Customize options.
6416         (auth-source-pick): Change to accept any number of search parameters.
6417         Implement fallbacks iteratively, not recursively.  Add scoring on the
6418         second pass and sort by score.  Call Secret Service API when needed.
6419         (auth-source-user-or-password): Use it.  Call Secret Service API
6420         directly when needed to get the user name and the password.
6422 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6424         * message.el (message-interactive): Doc fix.
6425         (message-qmail-inject-args): Reflow.
6426         (message-kill-to-signature): Fix typo in docstring.
6428         * smiley.el (smiley-buffer): Fix typo in docstring.
6430 2010-03-24  Glenn Morris  <rgm@gnu.org>
6432         * mail-source.el (gnus-message): Declare.
6433         (mail-source-delete-old-incoming): Require gnus-util.
6435 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6437         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6439         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6441         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6442         password-cache's default if it is not bound.
6443         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6444         password-cache-expiry's default if it is not bound.
6446         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6447         available in Emacs 21.
6449         * lpath.el: Suppress compiler warnings for:
6450         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6451         XEmacs;
6452         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6453         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6454         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6456 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6458         * auth-source.el (auth-sources): Fix up definition so extra parameters
6459         are always inline.
6461 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6463         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6464         wasn't updated after mismatch.  Clear cached mailbox info correctly
6465         when uidvalidity changes.
6466         (nnimap-group-prefixed-name): New function to avoid some code
6467         duplication.
6468         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6469         (nnimap-request-group): Use it.
6470         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6471         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6472         with many imap folders.  This is done by caching the group status from
6473         the imap server persistently in a group parameter `imap-status'.  (This
6474         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6475         but not persistently, so every Gnus startup was still very slow.)
6477 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6479         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6480         delete the extra newline.  Otherwise editing of :string and :number
6481         types don't work.
6483 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6485         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6486         secrets.el dependency.
6487         (auth-sources): Add optional user name.  Add secrets.el configuration
6488         choice (unused right now).
6490 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6492         * gnus-sum.el (gnus-summary-make-menu-bar):
6493         Let `gnus-registry-install-shortcuts' fill in the functions.
6495         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6496         warnings.
6497         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6498         (gnus-registry-install-shortcuts): Populate and use it in a
6499         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6501 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6503         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6504         In-place substitutions for the group name encoding/decoding.
6505         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6506         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6507         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6508         (nnimap-update-unseen, nnimap-request-list)
6509         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6510         (nnimap-request-set-mark, nnimap-split-to-groups)
6511         (nnimap-split-articles, nnimap-request-newgroups)
6512         (nnimap-request-create-group, nnimap-request-accept-article)
6513         (nnimap-request-delete-group, nnimap-request-rename-group)
6514         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6515         `encoded-mbx' for consistency.
6516         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6517         variable `imap-current-mailbox'.
6519         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6520         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6522 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6524         * pop3.el (pop3-display-message-size-flag): Display message size byte
6525         counts during POP3 download.
6526         (pop3-movemail): Use it.
6527         (pop3-list): Implement listing of available messages.
6529 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6531         * nnir.el (nnir-get-article-nov-override-function): New function to
6532         override the normal NOV retrieval.
6533         (nnir-retrieve-headers): Use it.
6535 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6537         * auth-source.el (netrc-machine-user-or-password): Autoload.
6539 2010-03-19  Glenn Morris  <rgm@gnu.org>
6541         Stop message.el from loading about 40 libraries it doesn't always need.
6542         The general approach is to autoload rather than require, and to
6543         require in the specific functions rather than the file.  (Bug#5642)
6545         * gmm-utils.el: Don't require wid-edit.
6546         (widget-create-child-value, widget-convert, widget-default-get):
6547         Autoload.
6549         * gnus-util.el: Don't require time-date, netrc.
6550         (message-fetch-field, gnus-group-name-decode): Declare rather than
6551         autoloading.
6552         (gnus-fetch-field): Require message.
6553         (gnus-decode-newsgroups): Require gnus-group.
6555         * ietf-drums.el: Don't require time-date.
6557         * message.el: Don't require hashcash, canlock, ecomplete.
6558         Do require mail-utils.  Require nnheader only when compiling.
6559         (smtpmail-default-smtp-server): Remove declaration.
6560         (message-send-mail-function): Check smtpmail-default-smtp-server
6561         is bound rather than requiring smtpmail.
6562         (message-auto-save-directory, message-insert-signature):
6563         Use expand-file-name rather than nnheader-concat.
6564         (nnheader-insert-file-contents): Autoload.
6565         (hashcash-wait-async): Declare.
6566         (message-send-mail): Only call gnus-setup-posting-charset if
6567         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6568         (message-send-mail-with-sendmail): Require sendmail.
6569         (canlock-password, canlock-password-for-verify): Declare.
6570         (message-canlock-password): Require canlock.
6571         (nnheader-get-report): Autoload.
6572         (gnus-setup-posting-charset): Declare.
6573         (message-send-news): Require gnus-msg.
6574         (message-make-references, message-make-in-reply-to): Use mail-header-id
6575         rather than the alias mail-header-message-id.
6576         (ecomplete-add-item, ecomplete-save): Declare.
6577         (message-put-addresses-in-ecomplete): Require ecomplete.
6578         (ecomplete-display-matches): Autoload.
6580         * mm-decode.el: Don't require mailcap, gnus-util.
6581         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6582         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6583         Autoload.
6584         (mailcap-mime-extensions): Declare.
6586         * mm-encode.el: Don't require mailcap.
6587         (mailcap-extension-to-mime): Autoload.
6589         * mml-sec.el: Don't require password-cache.
6591         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6592         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6593         (mml-minibuffer-read-type): Require mailcap.
6594         (mml-preview): Require gnus-msg.
6596         * mml1991.el: Require password-cache.
6597         (password-cache-expiry): Remove declaration.
6599         * mml2015.el: Require password-cache.
6600         (password-cache-expiry): Remove declaration.
6602         * nneething.el (mailcap): Require mailcap.
6604         * nnheader.el (declare-function): Add compatibility stub.
6605         (message-remove-header): Declare rather than autoload.
6606         (nnheader-replace-header): Require message.
6608         * nnimap.el (declare-function): Add compatibility stub.
6609         (netrc-parse, netrc-machine-user-or-password): Declare.
6610         (nnimap-open-connection): Require netrc.
6612         * nntp.el (declare-function): Add compatibility stub.
6613         (netrc-parse, netrc-machine, netrc-get): Declare.
6614         (nntp-send-authinfo): Require netrc.
6616         * rfc2047.el: Don't require qp.
6617         (quoted-printable-encode-region, quoted-printable-decode-string):
6618         Autoload.
6620         * sieve-mode.el: Don't require easymenu.
6621         (easy-menu-add-item): Autoload it.
6623         * spam-stat.el (time-to-number-of-days): Autoload it.
6625 2010-03-19  Glenn Morris  <rgm@gnu.org>
6627         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6629 2010-03-18  Glenn Morris  <rgm@gnu.org>
6631         * hashcash.el (declare-function): Remove duplicate definition.
6633 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6635         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6636         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6637         value if any backslash escapes).
6639 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6641         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6642         if it is available.  (bug#5647)
6644         * lpath.el: Suppress compiler warning for coding-system-from-name for
6645         Emacs 21 and XEmacs.
6647 2010-03-14  Juri Linkov  <juri@jurta.org>
6649         * hmac-def.el:
6650         * hmac-md5.el:
6651         * netrc.el: Fix keywords.
6653 2010-02-26  Glenn Morris  <rgm@gnu.org>
6655         * message.el (message-send-mail-function): Change the default, so that
6656         it inherits from a customized send-mail-function.  (Bug#5643)
6658 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6660         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6661         shell-command-to-string signals an error (bug#5299).
6663 2010-02-24  Glenn Morris  <rgm@gnu.org>
6665         * message.el (message-smtpmail-send-it)
6666         (message-send-mail-with-mailclient): Doc fixes.
6668 2010-02-16  Glenn Morris  <rgm@gnu.org>
6670         * message.el (message-default-mail-headers): Change the default value
6671         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6673 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6675         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6676         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6678 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6680         * time-date.el (date-to-time): Doc fix (Bug#5408).
6682 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6684         * message.el (message-mail): Just pass yank-action on to message-setup.
6685         (message-setup): Handle (FUN . ARGS) form of yank-action.
6686         (message-with-reply-buffer, message-widen-reply)
6687         (message-yank-original): Handle non-buffer values of
6688         message-reply-buffer (Bug#4080).
6689         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6691 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6693         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6694         Fix typo in docstring.
6696 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6698         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6699         response.
6701 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6703         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6705         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6707         * message.el (message-check-news-header-syntax): Protect against a
6708         string that `rfc822-addresses' returns when parsing fails.
6710 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6712         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6713         (gnus-previous-char-property-change): New functions.
6715         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6717 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6719         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6720         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6722 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6724         * message.el (message-exchange-point-and-mark): Rework last change to
6725         avoid using optional arg of exchange-point-and-mark, for backward
6726         compatibility.
6728 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6730         * message.el (message-exchange-point-and-mark):
6731         Call exchange-point-and-mark with an argument rather than setting
6732         mark-active by hand (Bug#5175).
6734 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6736         * nntp.el (nntp-service-to-port): Work for service expressed with
6737         numeric string; replace [:digit:] with [0-9] for XEmacs.
6739 2009-12-17  Glenn Morris  <rgm@gnu.org>
6741         * gnus-group.el (gnus-bug-group-download-format-alist):
6742         Change emacs entry to debbugs.gnu.org.  Bump :version.
6744 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6746         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6748 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6750         * message.el (message-info): Explain why we use `Info-goto-node'.
6752 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6754         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6756 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6758         * message.el (message-completion-in-region): New compatibility function.
6759         (message-expand-group): Use it.
6761 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6763         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6764         with no unread article should be listed if the 2nd arg `predicate' is
6765         given.
6767 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6769         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6771 2009-11-29  Juri Linkov  <juri@jurta.org>
6773         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6774         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6775         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6777 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6779         * sha1.el (sha1-string-external): default-directory "/" in case
6780         otherwise non-existent.  process-connection-type pipe for touch of
6781         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6783 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6785         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6786         it's comms related and sgml-mode.el has "comm" on that basis too.
6788 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6790         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6791         containing tspecial characters if they have been already quoted.
6793 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6795         * dns-mode.el (auto-mode-alist): Purecopy string.
6797 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6799         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6801 2009-10-24  Glenn Morris  <rgm@gnu.org>
6803         * gnus-art.el (help-xref-stack-item): Define for compiler.
6805 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6807         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6809 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6811         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6813 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6815         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6816         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6818 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6820         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6821         (gnus-overlays-in): New alias to overlays-in.
6823         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6824         gnus-overlay-get, and gnus-delete-overlay.
6825         (gnus-summary-show-thread): Make it work as well for systems in which
6826         next-single-char-property-change is not available.
6827         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6829         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6830         (gnus-overlay-get): New alias to extent-property.
6831         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6833         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6834         SXEmacs.
6836         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6837         SXEmacs.
6839 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6841         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6843 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6845         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6846         and XEmacs that don't have `remove-overlays'.
6848 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6850         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6851         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6852         selective display.  Use overlays instead.
6854 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6856         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6858 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6860         * spam-stat.el (spam-stat-load): Fix typo in message.
6862 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6864         * dig.el (dig-invoke): Fix typo in docstring.
6865         (query-dig): Reflow docstring.
6867 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6869         * gnus-art.el (gnus-article-encrypt-body):
6870         * message.el (message-check-recipients):
6871         * mm-util.el (mm-codepage-setup):
6872         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6873         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6875 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6877         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6878         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6879         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6880         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6881         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6883 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6885         * dig.el: Add "Keywords: comm", as per net-utils.el.
6887 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6889         * dig.el (dig-mode): Use define-derived-mode.
6891 2009-09-19  Glenn Morris  <rgm@gnu.org>
6893         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6895 2009-09-18  Glenn Morris  <rgm@gnu.org>
6897         * gnus-diary.el (gnus-diary-check-message):
6898         * message.el (message-insert-formatted-citation-line):
6899         * nnbabyl.el (top-level):
6900         * nndiary.el (nndiary-schedule):
6901         Fix typos in condition-case handlers.
6903 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6905         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6906         configuration that provides the sole article window in a frame;
6907         position point correctly after deleting a part.
6909 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6911         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6912         (spam-resolve-registrations-routine): Use it to unregister articles
6913         that change status.
6915 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6917         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6918         with XEmacs.
6919         (parse-time-string-chars): Use it.
6921 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6923         * imap.el (imap-interactive-login): Better messages.
6924         (imap-open): Fix bug with renamed buffer on reconnect.
6925         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6926         for easier debugging and cleaner code.  On successful (guessed based on
6927         server capabilities) secondary authentication, set imap-state
6928         correctly.
6929         (imap-last-authenticator): Define imap-last-authenticator as a variable
6930         to avoid warnings.
6932 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6934         * nnrss.el (nnrss-request-article): Remove binding of
6935         default-enable-multibyte-characters that has gotten needless by
6936         the 2007-07-13 change in rfc2047-encode-message-header.
6938         * mml.el (mml-insert-multipart): Error on the message header.
6939         (mml-insert-part): Error on the message header; position point at
6940         the end of a MIME tag.
6942 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6944         * time-date.el (autoload): Expand define-obsolete-function-alias into
6945         defalias and make-obsolete for old Emacsen that Gnus supports.
6946         (with-no-warnings): Define it for old Emacsen.
6947         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6948         is available.
6949         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6950         float-time is available; suppress compile warning for time-to-seconds.
6952         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6953         (gnus-float-time): Alias to float-time if it exists.
6955         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6956         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6957         float-time is available; suppress compile warning for time-to-seconds.
6959         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6960         XEmacs.
6962 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6964         * imap.el (imap-message-map): Docstring fix.
6966 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6968         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6969         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6970         Add the optional argument `encoding' that overrides the default.
6972         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6973         mm-encode-buffer.
6975 2009-09-04  Glenn Morris  <rgm@gnu.org>
6977         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6978         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6979         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6980         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6981         * mm-util.el (mm-with-unibyte-current-buffer)
6982         (mm-find-buffer-file-coding-system):
6983         * yenc.el (yenc-decode-region): Use default-value rather than
6984         default-enable-multibyte-characters.
6986 2009-09-03  Glenn Morris  <rgm@gnu.org>
6988         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6989         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6990         than default-enable-multibyte-characters.
6992 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6994         * gnus-art.el (gnus-article-read-summary-keys):
6995         Fix gnus-buffer-configuration's value temporarily used.
6997 2009-09-02  Glenn Morris  <rgm@gnu.org>
6999         * gnus-util.el (gnus-float-time): New function.
7000         * gnus-delay.el (gnus-delay-article):
7001         * gnus-sum.el (gnus-thread-latest-date):
7002         * gnus-util.el (gnus-user-date): Use gnus-float-time.
7003         * nnspool.el (nnspool-request-newgroups):
7004         Use gnus-float-time rather than time-to-seconds.
7005         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
7007         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
7008         (gnus-header-subject-face, gnus-header-newsgroups-face)
7009         (gnus-header-name-face, gnus-header-content-face):
7010         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
7011         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
7012         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
7013         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
7014         (gnus-cite-face-11):
7015         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
7016         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
7017         (gnus-server-closed-face, gnus-server-denied-face)
7018         (gnus-server-offline-face):
7019         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
7020         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
7021         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
7022         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
7023         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
7024         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
7025         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
7026         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
7027         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
7028         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
7029         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
7030         (gnus-summary-selected-face, gnus-summary-cancelled-face)
7031         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
7032         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
7033         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
7034         (gnus-summary-high-undownloaded-face)
7035         (gnus-summary-low-undownloaded-face)
7036         (gnus-summary-normal-undownloaded-face)
7037         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
7038         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
7039         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
7040         (gnus-splash-face):
7041         * message.el (message-header-to-face, message-header-cc-face)
7042         (message-header-subject-face, message-header-newsgroups-face)
7043         (message-header-other-face, message-header-name-face)
7044         (message-header-xheader-face, message-separator-face)
7045         (message-cited-text-face, message-mml-face):
7046         * sieve-mode.el (sieve-control-commands-face)
7047         (sieve-action-commands-face, sieve-test-commands-face)
7048         (sieve-tagged-arguments-face):
7049         * spam.el (spam-face):
7050         Mark face aliases with "-face" in the name as obsolete.
7052 2009-09-01  Glenn Morris  <rgm@gnu.org>
7054         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
7055         than goto-line.
7057 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
7059         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7060         Don't move point if the command is invoked inside the message header.
7062 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7064         * imap.el (imap-send-command): Simplify.
7065         (imap-wait-for-tag): point-max -> buffer-size.
7067 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7069         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
7070         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
7071         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
7072         * nnir.el (nnir-swish-e-index-file):
7073         * gnus-sum.el (gnus-summary-delete-marked-as-read)
7074         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
7075         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
7076         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
7077         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
7078         (gnus-treat-display-xface): Add Emacs version of obsolescence.
7080 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7082         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
7083         Don't save excursion.
7085 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7087         * nnheader.el (nnheader-find-file-noselect):
7088         * mm-util.el (mm-insert-file-contents):
7089         Use (default-value 'major-mode) instead of default-major-mode.
7091 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7093         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
7095 2009-08-26  Glenn Morris  <rgm@gnu.org>
7097         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
7098         than placing in files.el.
7100 2009-08-25  Glenn Morris  <rgm@gnu.org>
7102         * nnir.el (top-level): Don't require cl at run-time.
7103         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
7104         Replace cl-function substitute with gnus-replace-in-string.
7105         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
7106         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
7107         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
7108         simplified expansions.
7110 2009-08-25  Kevin Ryde  <user42@zip.com.au>
7112         * dig.el (dig): Add autoload cookie.
7114 2009-08-22  Glenn Morris  <rgm@gnu.org>
7116         * gnus-art.el (gnus-button-patch): Use forward-line rather than
7117         goto-line.
7119 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
7121         * parse-time.el (parse-time-string-chars): Save match data.
7123 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
7125         * parse-time.el (parse-time-string-chars): Compute using character
7126         classes, to handle non-ascii characters (Bug#3190).
7128 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
7130         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
7132         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
7133         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
7134         (gnus-mm-display-part, gnus-mime-display-single)
7135         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
7136         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
7138         * gnus-sum.el
7139         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
7140         (gnus-summary-move-article): Add expirable mark to articles copied or
7141         moved to group that has auto-expire turned on if the option is non-nil.
7143 2009-07-24  Glenn Morris  <rgm@gnu.org>
7145         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
7146         Fix typo.  (Bug#3903)
7148 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7150         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
7151         gnus-article-read-summary-keys rather than gnus-summary-edit-article
7152         that should not be used for draft articles.
7153         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
7154         that has no concern in minor mode keys.
7155         (gnus-article-summary-command, gnus-article-summary-command-nosave):
7156         Abolish.
7158 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7160         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
7161         article without making inquiry to a user for unknown encoding.
7163         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
7164         (nnmaildir--scan): Assume i-node and device number that file-attributes
7165         returns might be cons-cell.
7167         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7169         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7171 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7173         * auth-source.el: Remove docs now in auth.texi.  Don't use
7174         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7175         `auth-source-hide-passwords' and use them.
7177 2009-07-15  Glenn Morris  <rgm@gnu.org>
7179         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7181 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7183         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7184         excessive whitespace from the default values of title and description.
7186 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7188         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7189         mail-fetch-field to fetch Content-Description header in order to
7190         exclude newlines.
7192 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7194         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7195         format used by GnuPG 2.0.11.
7197 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7199         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7200         to deleted part.
7202 2009-05-30  David Engster  <dengste@eml.cc>
7204         * nnmairix.el: Remove old documentation in the commentary block.
7205         (nnmairix-request-group): Do not update active file for nnml back ends.
7206         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7207         end so that overview files are ignored.
7208         (nnmairix-update-groups): Make updating the groups more robust by using
7209         marks.
7210         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7211         with dollar characters in message-id.
7213 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7215         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7216         2008-12-25 in dns.el.
7218 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7220         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7221         could happen if the text is only composed of spaces and/or tabs.
7223 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7225         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7226         when sending a queued message to avoid extra mml tags.
7228 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7230         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7232 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7234         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7235         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7236         rmail-toggle-header for XEmacs;
7237         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7239 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7241         * gnus-dired.el: Remove autoload for gnus-setup-message.
7242         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7243         displaying Gnus logo; always use compose-mail.
7245 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7247         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7249 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7251         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7252         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7253         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7254         available.
7255         (gnus-nocem-epg-verify): New function.
7257 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7259         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7261 2009-02-15  Glenn Morris  <rgm@gnu.org>
7263         * gnus-util.el (rmail-insert-rmail-file-header)
7264         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7265         autoloads.
7266         (rmail-default-rmail-file): Remove unnecessary declaration.
7267         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7269 2009-02-14  Glenn Morris  <rgm@gnu.org>
7271         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7272         variable (only used in gnus-util, which declares it anyway).
7273         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7274         which was only needed by gnus-art (changed to not use it any more).
7275         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7276         only used in gnus-util, which autoloads it itself.
7277         (rmail-update-summary): Fix autoload.
7279         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7280         rather than rmail-output-to-rmail-file.
7282 2009-02-07  Glenn Morris  <rgm@gnu.org>
7284         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7285         autoload of function that no longer exists.
7286         (rmail-toggle-header): Declare.
7287         (message-forward-rmail-make-body): Handle mbox Rmail.
7289 2009-01-31  Glenn Morris  <rgm@gnu.org>
7291         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7292         2009-01-09 change.
7294 2009-01-31  Dave Love  <fx@gnu.org>
7296         * imap.el (imap-fetch-safe): Bind debug-on-error.
7297         (imap-debug): Add imap-fetch-safe.
7299 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7301         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7302         (auth-source-forget-all-cached): New convenience function.
7303         (auth-source-user-or-password): Accept list of modes or a single mode.
7305         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7306         auth-source modes.
7308         * netrc.el (netrc-machine-user-or-password): Use list of
7309         auth-source modes.
7311         * nnimap.el (nnimap-open-connection): Use list of
7312         auth-source modes.
7314         * nntp.el (nntp-send-authinfo): Use list of
7315         auth-source modes.
7317 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7319         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7320         now.
7322 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7324         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7325         coding system in XEmacs; add a workaround for XEmacs.
7327         * lpath.el: Fbind coding-system-aliasee.
7329 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7331         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7332         of current-language-environment.
7334 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7336         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7337         available at runtime.
7339 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7341         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7343 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7345         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7346         the greatest positive fixnum value doesn't work under an XEmacs with
7347         bignum support; use the most-positive-fixnum constant instead,
7348         available since Emacs 21.1 with cl and XEmacs 21.1.
7350 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7352         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7353         XEmacs gets not to work.
7355 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7357         * mm-util.el (mm-coding-system-priorities): Allow the value like
7358         "Japanese (UTF-8)" of current-language-environment.
7360 2009-01-09  Glenn Morris  <rgm@gnu.org>
7362         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7363         with last-command-event.
7365 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7367         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7368         in the doc string.
7370         * message.el (message-fix-before-sending): Amend comment.
7372 2009-01-08  Dave Love  <fx@gnu.org>
7374         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7376 2009-01-07  David Engster  <dengste@eml.cc>
7378         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7379         simplified server definitions by converting it via
7380         gnus-server-to-method.
7382 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7384         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7385         parameter's operands.
7387 2009-01-06  David Engster  <dengste@eml.cc>
7389         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7390         primary select method (for gnus-group-mark-article-as-read).
7392 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7394         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7395         `(gnus)Face', not `(gnus)X-Face'.
7397 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7399         * mm-util.el (mm-ucs-to-char): New function.
7401         * mm-url.el (mm-url-decode-entities): Use it.
7403         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7404         unicode-to-char.
7406 2009-01-05  Dave Love  <fx@gnu.org>
7408         * time-date.el: Require cl for `declare'.
7410 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7412         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7413         Dave Love.
7415 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7417         * message.el (message-fix-before-sending): Add `eight-bit' to
7418         illegible-text check.
7420 2009-01-03  Michael Olson  <mwolson@gnu.org>
7422         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7423         `headers' is nil.  This can occur if the IMAP server does not have
7424         permissions to read messages from a folder, but can write new messages
7425         to the folder.
7426         (nnimap-request-article-part): Do not insert `data' if it is nil.
7428         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7429         characters which will confuse `read', so skip past them.
7431 2009-01-01  Dave Love  <fx@gnu.org>
7433         * imap.el (imap-string-to-integer): Fix typo.
7434         (imap-fetch-safe): New function.
7435         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7437         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7439         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7440         (imap-parse-greeting): Fix doc strings.
7441         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7442         (imap-parse-flag-list): Make messages unique.
7443         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7445         * nnimap.el: Fix author email.
7446         (nnimap-split-rule): Add FIXME comment.
7447         (nnimap-debug): Fix doc string.
7449 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7451         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7453 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7455         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7456         nslookup if resolv.conf isn't available.
7457         (dns-query): Rename from query-dns.
7458         (dns-query-cached): Rename from query-dns-cached.
7460 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7462         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7463         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7464         to check if those variables exist (first appeared in Emacs 18.50).
7466 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7468         * mm-util.el (mm-line-number-at-pos): New function.
7470         * spam-report.el (spam-report-process-queue): Use it.
7472 2008-12-24  David Engster  <dengste@eml.cc>
7474         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7475         parameters that haven't existed as variables as buffer-local variables.
7477 2008-12-23  Dave Love  <fx@gnu.org>
7479         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7480         cadar.
7482         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7483         imap-starttls-p.
7484         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7486 2008-12-22  Dave Love  <fx@gnu.org>
7488         * imap.el: Fix author email.  Doc fixes.
7489         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7490         reply.
7492 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7494         * spam-report.el (spam-report-gmane-max-requests): New constant.
7495         (spam-report-gmane-wait): New variable.
7496         (spam-report-gmane-ham, spam-report-gmane-spam)
7497         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7498         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7499         the server.
7501         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7502         Add explanations.
7504         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7505         nnheader-accept-process-output and nnheader-read-timeout if available.
7506         (pop3-movemail): Use it.
7508         * message.el (message-check-news-body-syntax): Fix signature check if
7509         there's an attachment.
7511 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7513         * mm-util.el: Add comments to the mm- emulating functions.
7515 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7517         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7518         Reported by Stephen Berman <stephen.berman@gmx.net>.
7520 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7522         * mm-util.el (mm-substring-no-properties): New function.
7523         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7524         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7525         (mm-string-to-multibyte): Doc fix.
7527         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7529 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7531         * mml.el (mml-attach-file): Strip text properties from file name.
7532         (Bug#1574)
7534 2008-12-16  Glenn Morris  <rgm@gnu.org>
7536         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7538 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7540         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7541         knows since the charset specified might be a bogus alias that
7542         mm-charset-synonym-alist provides.
7544 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7546         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7547         "ISO_8859-1".
7549         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7551 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7553         * mm-util.el (mm-charset-eval-alist):
7554         Define it before mm-charset-to-coding-system.
7555         (mm-charset-to-coding-system): Add optional argument `silent';
7556         define it before mm-charset-override-alist.
7557         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7558         default value if it can be used in Emacs currently running;
7559         silence mm-charset-to-coding-system.
7561 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7563         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7564         `allow-override' which says whether to use `mm-charset-override-alist'.
7565         (rfc2047-decode-encoded-words): Use it.
7567         * mm-util.el (mm-charset-override-alist): Fix custom type;
7568         add `(gb2312 . gbk)' to choices.
7570 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7572         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7573         fast.
7575         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7577         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7579 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7581         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7582         on links.
7584         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7586 2008-12-03  Lute Kamstra  <lute@gnu.org>
7588         * sha1.el: Remove leading * from docstrings of defcustoms,
7589         deffaces, defconsts and defuns.
7591 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7593         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7594         users' addresses that don't have domain parts.
7595         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7596         rather than message-narrow-to-head since there will be the message
7597         header separator.
7599 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7601         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7602         since the result is inserted in a unibyte buffer anyway.
7603         (nnimap-demule-use-string-to-multibyte): Remove.
7604         (nnimap-demule): Alias it to mm-string-to-multibyte.
7606 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7608         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7609         variable for debugging bug#464 and bug#1174.
7610         (nnimap-demule): Use it.
7612 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7614         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7615         score calculation correctly.
7617 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7619         * message.el (message-send-mail): Just set the buffer to unibyte
7620         rather than use mm-with-unibyte-current-buffer which does a lot more.
7621         (message-send-mail-partially): Don't bother with
7622         mm-with-unibyte-current-buffer since it's already been made unibyte by
7623         message-send-mail.
7625 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7627         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7629 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7631         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7633 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7635         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7636         require itself and to remove `with-no-warnings'.
7638 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7640         * starttls.el (starttls-any-program-available): Get the name of the
7641         available TLS layer program.
7642         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7643         well as the host name in the "opening" message.
7645         * auth-source.el (auth-source-cache, auth-source-do-cache)
7646         (auth-source-user-or-password): Cache passwords and logins by default,
7647         allow override with `auth-source-do-cache'.
7648         (auth-source-forget-user-or-password): Allow users to remove cache
7649         entries if needed.
7651 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7653         * md4.el (md4-buffer): Fix typo in docstring.
7654         (md4, md4-64): Doc fixes.
7655         (md4-pack-int32): Reflow docstring.
7657 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7659         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7660         condition-case to only the forward-sexp call.
7662 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7664         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7665         quotes contained.  Make it more robust regardless by an extra
7666         condition-case wrapper.
7668 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7670         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7672 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7674         * nnml.el (nnml-request-expire-articles): Check if the function set to
7675         `nnmail-expiry-target' returns the symbol `delete'.
7677         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7679         * nnmail.el (nnmail-expiry-target): Fix custom type.
7681 2008-10-02  Glenn Morris  <rgm@gnu.org>
7683         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7684         Silence compiler warning.
7686 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7688         * tls.el (open-tls-stream): Show the actual command being
7689         executed, instead of the format string.
7691 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7693         * lpath.el: Fbind codepage-setup for Emacs 23.
7695 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7697         * mml.el (mml-menu): Don't assume mml2015 is bound.
7699 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7701         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7702         exists.
7704 2008-09-27  Glenn Morris  <rgm@gnu.org>
7706         * gnus-util.el (mail-header-remove-comments): Autoload it.
7708 2008-09-27  Andreas Schwab  <schwab@suse.de>
7710         * gnus-util.el (gnus-split-references): Strip comments.
7711         (gnus-parent-id): Likewise.
7713 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7715         * message.el (message-confirm-send): Fix version.
7717 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7719         * message.el (message-idna-to-ascii-rhs-1): Use
7720         mail-extract-address-components rather than mail-header-parse-addresses
7721         that is an alias by default to ietf-drums-parse-addresses that does not
7722         support non-ASCII names in headers' contents.
7724 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7726         * message.el (message-confirm-send): Fix variable documentation to
7727         avoid the "y/n" wording.
7729 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7731         * message.el (message-set-auto-save-file-name): Save to a different
7732         filename so multiple messages (especially drafts) can be recovered.
7734 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7736         * message.el (message-confirm-send): Add appropriate version.
7738 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7740         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7741         defvar.
7743 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7745         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7746         (mm-pkcs7-enveloped-magic): Ditto.
7748 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7750         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7751         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7753 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7755         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7756         default, it's better.
7758 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7760         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7761         summary line gnus-number property and ignore them (with a warning
7762         message).
7764 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7766         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7767         macro caddr in the interactive form since it won't be expanded.
7769 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7771         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7772         `charset'; fix name of function called recursively.
7773         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7775 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7777         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7778         (gnus-mime-set-charset-parameters): New function.
7779         (gnus-mime-view-part-as-charset): Use it to correctly display part
7780         specifying wrong charset.
7782 2008-09-08  David Engster  <dengste@eml.cc>
7784         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7785         in completing-read for back end server.
7787 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7789         * message.el (message-confirm-send): New variable to confirm sending a
7790         message.
7791         (message-send): Use it.
7793 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7795         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7797 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7799         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7801 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7803         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7804         prevent tracking too many groups.
7805         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7806         Use it.
7808 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7810         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7811         moving point to the bottom of the window in order to avoid recentering.
7813 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7815         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7817         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7818         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7819         (gnus-article-beginning-of-window): Fix calculation.
7821 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7823         * gnus-msg.el (gnus-summary-supersede-article)
7824         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7825         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7826         message header.
7828 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7830         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7831         pending output coming after the status change.
7833 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7835         * message.el:
7836         * gnus-start.el:
7837         * gnus-registry.el: Remove VMS support.
7839 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7841         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7842         macro.
7843         (rfc2104-hash): Use it.
7845 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7847         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7848         (gnus-summary-sort-by-most-recent-date): New commands.
7849         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7850         and menu entries.
7852 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7854         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7855         don't redisplay article for raw contents; remove plural articles stuff.
7857         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7858         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7859         on gnus-summary-save-article; display results properly.
7861 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7863         * lpath.el: No need to fbind ns-focus-frame.
7865 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7867         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7869 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7871         * gnus-art.el (gnus-summary-save-in-pipe):
7872         Consider gnus-save-all-headers.
7874 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7876         * gnus-util.el (ns-focus-frame): Remove declaration.
7877         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7878         like x.
7880 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7882         * rfc2104.el (rfc2104-zero): Delete defconst.
7883         (rfc2104-hex-alist): Likewise.
7884         (rfc2104-hex-to-int): Delete func.
7885         (rfc2104-hexstring-to-bitstring): Likewise.
7886         (rfc2104-nybbles): New defconst.
7887         (rfc2104-hash): Rewrite for speed.
7889 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7891         * tls.el (open-tls-stream): Make it work with the 2nd argument
7892         BUFFER that is a string but does not exist as a buffer object, as
7893         mentioned in the doc-string.
7895 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7897         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7898         SXEmacs.
7900 2008-07-16  Glenn Morris  <rgm@gnu.org>
7902         * gnus-util.el (ns-focus-frame): Declare for compiler.
7904 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7906         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7907         set as a group parameter.
7908         (gnus-summary-save-in-pipe): Work when it is called independently.
7909         (gnus-summary-pipe-to-muttprint): Don't modify
7910         gnus-summary-pipe-output-default-command.
7912 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7914         * message.el (message-send-mail-with-sendmail):
7915         Display the error message.
7917 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7919         * gnus-art.el (gnus-default-article-saver):
7920         Add gnus-summary-save-in-pipe to choices.
7921         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7922         gnus-summary-pipe-output-default-command as the default command.
7923         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7924         instead of gnus-last-shell-command.
7926         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7927         New user option.
7928         (gnus-summary-muttprint-program): Mention the value will be changed.
7929         (gnus-summary-save-article): Force showing of all headers.
7930         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7932 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7934         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7936 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7938         * nnimap.el (nnimap-id):
7939         * sieve-manage.el (sieve-manage-open): Doc fixes.
7941 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7943         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7944         if available.
7946 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7948         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7950         * nnkiboze.el (nnkiboze-generate-group):
7951         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7953         * nnmairix.el: Require CL.
7955 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7957         * dgnushack.el: Autoload get-display-table and put-display-table for
7958         XEmacs 21.5.
7960         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7961         21.4 and SXEmacs.
7963 2008-06-15  David Engster  <dengste@eml.cc>
7965         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7967 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7969         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7970         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7971         runtime choice under XEmacs.
7973         * gnus-sum.el (gnus-summary-set-display-table):
7974         Use `gnus-put-display-table', `gnus-get-display-table',
7975         `gnus-set-display-table' for the display table, instead of `aset'.
7977         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7978         Use `gnus-put-display-table', `gnus-get-display-table',
7979         `gnus-set-display-table' for the display table.
7981 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7983         * nnmairix.el: Add autoloads.
7985 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7987         * nnmairix.el (nnmairix-delete-recreate-group)
7988         (nnmairix-update-and-clear-marks): Fix error messages.
7990 2008-06-14  David Engster  <dengste@eml.cc>
7992         * nnmairix.el: Upgrade to version 0.6.
7993         (nnmairix-group-toggle-propmarks-this-group)
7994         (nnmairix-group-toggle-readmarks-this-group)
7995         (nnmairix-group-delete-recreate-this-group)
7996         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7997         (nnmairix-remove-tick-mark-original-article): New commands.
7998         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7999         (nnmairix-propagate-marks-to-nnmairix-groups)
8000         (nnmairix-only-use-registry, nnmairix-allowfast-default)
8001         (nnmairix-marks-cache, nnmairix-version-output): New variables.
8002         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
8003         functions needed for marks propagation and manipulation of read marks.
8004         (nnmairix-update-groups): New function.
8005         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
8006         (nnmairix-determine-original-group-from-registry)
8007         (nnmairix-determine-original-group-from-path)
8008         (nnmairix-get-group-from-file-path, nnmairix-map-range)
8009         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
8010         New helper functions.
8011         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
8012         keystrokes for new commands.
8013         (nnmairix-delete-and-create-on-change): Doc string cleanup.
8014         (nnmairix-request-group): Check allow-fast group parameter.
8015         (nnmairix-request-create-group): Set allow-fast group parameter if
8016         nnmairix-allowfast-default is set.
8017         (nnmairix-close-group): Propagate marks upon closing if needed.
8018         (nnmairix-group-toggle-threads-this-group): Use new.
8019         nnmairix-group-toggle-parameter helper function.
8020         (nnmairix-search): Better check for empty search result.
8021         (nnmairix-goto-original-article): Use new helper functions for
8022         determining original article.
8023         (nnmairix-show-original-article): Make sure message-id is in brackets.
8024         (nnmairix-call-mairix-binary): Change variable name.
8025         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
8026         helper function.
8027         (nnmairix-widget-toggle-activate): Fix doc string.
8029 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8031         * nnir.el: Require edmacro when compiling with XEmacs.
8032         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
8033         available in Emacs 21.
8035 2008-06-11  Glenn Morris  <rgm@gnu.org>
8037         * gnus-util.el (x-focus-frame):
8038         * gnus.el (image-size):
8039         * mm-decode.el (image-size): Declare.
8041         * gnus-picon.el (declare-function): Add compat definition.
8042         (image-size): Declare.
8044         * gnus-group.el (tool-bar-map):
8045         * gnus-sum.el (tool-bar-map): Define for compiler.
8047         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
8049         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
8051         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
8052         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
8053         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
8054         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
8055         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
8056         * sieve-manage.el, spam-report.el, spam.el:
8057         Remove unnecessary eval-and-compile of autoloads.
8059 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
8061         * auth-source.el: Precise Tramp doc.
8063 2008-06-07  Glenn Morris  <rgm@gnu.org>
8065         * nnmairix.el: Remove unnecessary eval-when-compile.
8067 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
8069         * lpath.el: Fbind propertize for XEmacs 21.4.
8071 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
8073         * nnir.el: Move here from ../contrib.
8075 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8077         * gnus-util.el (gnus-read-shell-command): New function.
8078         * mm-decode.el (mm-pipe-part):
8079         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
8081 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8083         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
8085 2008-06-03  Glenn Morris  <rgm@gnu.org>
8087         * pop3.el (nnheader-accept-process-output): Autoload it.
8089 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
8091         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
8092         are not 2-digit hexadecimal characters that follow `%'s.
8094 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
8096         * message.el (message-bogus-recipient-p): Fix type in doc string.
8097         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
8098         (message-bogus-addresses): Rename from message-bogus-address-regexp.
8099         Improve custom options.
8100         (message-bogus-recipient-p): Adjust accordingly.
8102 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
8104         * parse-time.el (parse-time-months, parse-time-weekdays): Add
8105         long-form month and day names.
8107 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
8109         * dgnushack.el: Autoload debug, eudc-expand-inline and
8110         pgg-snarf-keys-region for XEmacs.
8112         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
8114         * nnmairix.el: Require edmacro when compiling with XEmacs.
8116 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
8118         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
8119         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
8121 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
8123         * auth-source.el: Add more docs.
8125         * netrc.el (netrc-machine): Always match if the port is not given.
8127 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8129         * nnheader.el (nnheader-read-timeout): Change the default timeout from
8130         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
8131         retrieval faster in some cases, but might make CPU usage larger.
8132         If this has any bad side effects, we might revert this change.
8134         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
8135         seems to make mail retrieval much, much faster.
8136         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
8137         unconditionally.
8139         * gnus-draft.el (gnus-group-send-queue):
8140         Bind message-send-mail-partially-limit to nil to avoid being prompted.
8142 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
8144         * mml.el (mml-attach-buffer): Prompt for `disposition'.
8146         * message.el (message-bogus-address-regexp): Fix and improve custom
8147         type.
8148         (message-setup-hook): Add message-check-recipients as custom option.
8150 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
8152         * message.el (message-cite-function): Remove bogus autoload which crept
8153         in during merge from v5-10.
8155 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
8157         * nnimap.el (nnimap-open-connection): Fix login/password bug.
8159         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
8161         * auth-source.el: Preliminary Tramp docs.
8162         (auth-sources): Change the default auth-sources to use
8163         EPA .gpg files.
8165 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8167         * nntp.el: Autoload `auth-source-user-or-password'.
8168         (nntp-send-authinfo): Use it.
8170         * nnimap.el: Autoload `auth-source-user-or-password'.
8171         (nnimap-open-connection): Use it.
8173         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8174         for the gnus-message function.
8175         (auth-source-user-or-password): Use it.
8177 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8179         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8180         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8181         (rfc2104-hash): Use it.
8183 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8185         * gnus-art.el (gnus-article-toggle-truncate-lines):
8186         Don't use `iff' in docstring.
8188 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8190         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8192         * gnus-util.el (gnus-extract-address-component-name)
8193         (gnus-extract-address-component-email): Convenience functions around
8194         `gnus-extract-address-components'.
8196         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8197         Use `gnus-extract-address-component-email' to fix bug of comparing full
8198         sender name to `user-mail-address'.
8200 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8202         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8203         catch/throw to optimize.
8204         (gnus-registry-find-keywords): Just use member to find a keyword.
8206 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8208         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8209         is current before calling gnus-server-prepare.
8210         (gnus-server-setup-buffer, gnus-server-update-server)
8211         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8213 2008-05-04  Juri Linkov  <juri@jurta.org>
8215         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8216         (mailcap-file-default-commands): Use mailcap-replace-in-string
8217         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8218         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8220 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8222         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8224 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8226         * gnus.el: Bump version to 0.11.
8228 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8230         * gnus.el: No Gnus v0.10 is released.
8232 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8234         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8235         hooks.
8236         (gnus-update-read-articles): Speed up non-marks-using users.
8237         (gnus-use-marks): Define gnus-use-marks.
8238         (gnus-propagate-marks): Rename variable to something more sensible.
8240 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8242         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8243         (gmm-image-load-path-for-library): Fix typos in docstrings.
8244         (gmm-message): Reflow docstring.
8246 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8248         * mail-source.el (mail-source-set-1, mail-source-bind):
8249         Move auth-source code out of the macro to clean it up and fix bugs.
8251 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8253         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8254         by sender if it's equal to user-mail-address, it's likely to be
8255         useless.
8257         * mail-source.el (mail-source-bind): Don't use user or password if they
8258         are not bound.  Unintern them if they are nil.  Don't use server unless
8259         it's bound, and default it to empty string otherwise.
8261 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8263         * mail-source.el: Load auth-source.el.
8264         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8265         get user name or password, if auth-sources is set up.
8267         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8268         strategy of splitting with parent.
8269         (gnus-registry-split-fancy-with-parent)
8270         (gnus-registry-post-process-groups): Use it and fix prior
8271         bug (returning a list as the split result).
8273         * auth-source.el (auth-sources): Remove server parameter.
8274         (auth-source-pick, auth-source-user-or-password)
8275         (auth-source-user-or-password-imap)
8276         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8277         (auth-source-user-or-password-sftp)
8278         (auth-source-user-or-password-smtp): Remove server parameter.
8280 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8282         * smime.el (smime-sign-region, smime-encrypt-region)
8283         (smime-decrypt-region):
8284         Remove redundant calls to `generate-new-buffer-name'.
8286 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8288         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8289         Don't use QP for message/rfc822.
8290         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8292 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8294         * sieve-manage.el (sieve-string-bytes): Remove.
8295         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8296         correct byte-length only if the process's coding-system is the same as
8297         the one used internally by Emacs to represent strings.
8299 2008-04-22  Juri Linkov  <juri@jurta.org>
8301         * mailcap.el (mailcap-file-default-commands): New function.
8303 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8305         * message.el (message-signature-separator, message-cite-function):
8306         Change custom version.
8308 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8310         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8311         commands.
8312         (tls-checktrust): Ditto.
8314 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8316         * mm-decode.el (mm-display-external): Make temp file read-only.
8318 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8320         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8321         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8322         `C-c C-f d'.
8324 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8326         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8328 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8330         * gnus.el: Bump version to 0.9.
8332 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8334         * gnus.el: No Gnus v0.8 is released.
8336 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8338         * mail-source.el (mail-source-value):
8339         Prefer fboundp to functionp so it works with macros as well.
8341 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8343         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8344         Fix last change in case the element is not even a symbol.
8346 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8348         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8349         Prefer fboundp to functionp so it works with macros as well.
8351 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8353         * auth-source.el: Add docs.
8354         (auth-sources): Modify format to support server.
8355         (auth-source-pick, auth-source-user-or-password)
8356         (auth-source-user-or-password-imap)
8357         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8358         (auth-source-user-or-password-sftp)
8359         (auth-source-user-or-password-smtp): Add server parameter.
8361 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8363         * gnus-registry.el: Initialize the registry when gnus-registry-install
8364         is t.
8366 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8368         * compface.el (uncompface): Make buffer unibyte.
8370 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8372         * mail-source.el (mail-source-value):
8373         Prefer fboundp to functionp so it works with macros as well.
8375 2008-04-05  Glenn Morris  <rgm@gnu.org>
8377         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8379 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8381         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8382         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8384         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8385         multibyteness after rather than before erasing it.
8387         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8388         mm-with-multibyte.
8389         (gnus-request-article-this-buffer): Make sure the proper decoding is
8390         used if gnus-original-article-buffer happens to be unibyte.
8392         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8393         default-enable-multibyte-characters.
8395         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8396         default-enable-multibyte-characters.
8398         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8400         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8402 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8404         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8405         Fix last change in case the element is not even a symbol.
8407 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8409         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8410         (imap-message-copyuid-1): Use it.
8411         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8412         J. Williams in
8413         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8415         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8416         imap-enable-exchange-bug-workaround.
8417         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8419 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8421         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8422         a 100 byte status-checks into a 2-3MB transfer for each group.
8423         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8424         to enable bug workaround or not.
8425         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8427 2008-03-31  Glenn Morris  <rgm@gnu.org>
8429         * message.el (mml2015-use): Declare for compiler.
8430         (message-info): Require mml2015 when appropriate.
8432 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8434         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8435         whitespace.
8437 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8439         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8440         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8441         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8442         (nntp-service-to-port): New function.
8443         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8444         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8445         (nntp-open-netcat-stream): New function.
8446         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8448 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8450         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8452 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8454         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8456 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8458         * dns.el (dns-write): Use set-buffer-multibyte.
8460 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8462         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8464 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8466         * message.el (message-signature-separator): Change default.
8467         Improve custom type.
8468         (message-cite-function): Change default to
8469         message-cite-original-without-signature.
8471         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8472         toggle.
8474         * message.el (message-check-news-body-syntax): Fix signature check.
8475         (message-setup-1): Mark buffer as unmodified _after_ running
8476         message-setup-hook and handling message-alternative-emails.
8477         (message-shorten-references): Be more strict when building list of
8478         valid references to comply with GNKSA.
8480         * gnus-group.el (gnus-read-ephemeral-bug-group)
8481         (gnus-read-ephemeral-debian-bug-group)
8482         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8484         * message.el (message-info): Don't use booleanp which isn't supported
8485         in Emacs 21 and XEmacs.
8487 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8489         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8490         gnus-group-gmane-group-download-format.
8491         (gnus-group-read-ephemeral-gmane-group): Rename from
8492         gnus-group-read-ephemeral-gmane-group.
8493         (gnus-read-ephemeral-gmane-group-url): Rename from
8494         gnus-group-read-ephemeral-gmane-group-url.
8495         (gnus-bug-group-download-format-alist): New variable.
8496         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8497         (gnus-read-ephemeral-emacs-bug-group): New commands.
8499 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8501         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8502         (gnus-visible-headers): Improve custom type.
8504 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8506         * mml.el (mml-menu): Add workarounds for XEmacs.
8508         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8509         X-Boundary header.
8511         * message.el (message-simplify-recipients): Fix previous commit.
8513 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8515         * mm-util.el (mm-set-buffer-multibyte): New function.
8516         * mm-decode.el (mm-copy-to-buffer): Use it.
8518         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8519         Prefer fboundp to functionp so it works with macros as well.
8521 2008-03-19  Glenn Morris  <rgm@gnu.org>
8523         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8524         Accidentally removed in the sync process with Emacs.
8526 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8528         * message.el (message-alter-recipients-discard-bogus-full-name):
8529         New function.
8530         (message-alter-recipients-function): New variable.
8531         (message-get-reply-headers): Use it.
8532         (message-replace-header): New helper function.
8533         (message-recipients-without-full-name): New variable.
8534         (message-simplify-recipients): New command.
8536         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8538         * message.el (message-info): Handle EasyPG manual.
8540         * mml.el (mml-menu): Add entry for EasyPG.
8542 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8544         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8545         parameter.
8547         * message.el (message-disassociate-draft): Specify drafts group name
8548         fully.
8550 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8552         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8553         Eliminate unnecessary duplicates from the match list.
8555 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8557         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8559         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8561         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8562         args of `how-many' of which the XEmacs version doesn't take; declare
8563         Info-index-next as function.
8565 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8567         * gnus-score.el (gnus-score-headers): Fix handling of
8568         gnus-inhibit-slow-scoring.
8570         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8571         string.
8572         (gnus-button-url-regexp): Improve handling of parenthesis.
8573         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8574         (gnus-button-handle-info-keystrokes): Handle index entries.
8576 2008-03-15  Glenn Morris  <rgm@gnu.org>
8578         * parse-time.el (parse-time-string): Simplify.
8580 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8582         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8583         Incoming* files.
8585 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8587         * auth-source.el (auth-sources): Rename from auth-source-choices.
8588         (auth-source-pick): Use it.
8590 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8592         * binhex.el (binhex-decode-region-internal):
8593         * uudecode.el (uudecode-decode-region-internal):
8594         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8595         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8596         setting default-enable-multibyte-characters.
8598 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8600         * auth-source.el (auth-source-protocols)
8601         (auth-source-protocols-customize, auth-source-choices): Add and
8602         modified variable customizations and defaults.
8603         (auth-source-pick, auth-source-user-or-password)
8604         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8605         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8606         (auth-source-user-or-password-sftp)
8607         (auth-source-user-or-password-smtp): Use new variables and provide an
8608         interface to netrc.el.
8610 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8612         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8613         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8614         Make sure the nntp port to specify is a string.
8616 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8618         * nntp.el: Use with-current-buffer.
8619         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8620         dubious mm-with-unibyte-current-buffer.
8621         (nntp-with-open-group-function): New function extracted from
8622         nntp-with-open-group macro.
8623         (nntp-with-open-group): Use the function, so it's easier to debug.
8624         Add indentation and debugging info.
8625         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8626         Recommend the use of the netcat alternatives.
8628         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8629         Avoid mm-string-as-multibyte as well.
8631         * nnweb.el (nnweb-insert-html):
8632         Remove use of nnheader-string-as-multibyte.
8634         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8635         (nnheader-string-as-multibyte): Remove.
8637         * mm-view.el: Use inhibit-read-only.
8638         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8639         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8640         or unibyte-string.
8642         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8643         (mm-uu-yenc-extract): Use with-current-buffer.
8645         * gnus-soup.el (gnus-soup-send-packet): Don't use
8646         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8648         * nnmh.el: Use with-current-buffer.
8649         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8650         mm-string-as-multibyte on the output of mm-encode-coding-string.
8652         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8653         (nnimap-request-move-article): Use with-current-buffer.
8655         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8656         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8657         conversion uses string-make-unibyte rather than string-as-unibyte.
8659         * gnus-msg.el: Use with-current-buffer.
8661         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8663 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8665         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8666         string for caching if it is 'PIN.
8668 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8670         * lpath.el: Consider the case without Emacs/W3.
8672 2008-03-08  Glenn Morris  <rgm@gnu.org>
8674         * time-date.el (date-to-time, time-subtract, time-add)
8675         (safe-date-to-time): Doc fixes.
8677 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8679         * mail-source.el (mail-source-delete-old-incoming-confirm):
8680         Change default to nil.
8681         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8683 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8685         * lpath.el: Rearrange.
8687         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8688         (gnus-article-goto-prev-page): Work for articles having ^L's.
8690         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8692         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8694 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8696         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8697         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8698         (gnus-bookmark-jump): Adjust some variable names.
8700 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8702         * auth-source.el: New package.
8703         (auth-source-choices): Add customization entry point variable.
8705         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8706         bug.
8708 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8710         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8711         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8712         (gnus-registry-install-shortcuts): Rename from
8713         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8714         the `gnus-registry-mark-map' keymap dynamically from
8715         `gnus-registry-marks'.  The generated functions update the summary line
8716         when a registry mark is added or deleted, and will call
8717         `gnus-registry-install-p' (see the comments in the code).
8718         (gnus-registry-user-format-function-M): Use concat intelligently.
8720         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8721         the registry mark functions.
8723 2008-03-05  Glenn Morris  <rgm@gnu.org>
8725         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8726         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8727         gnus-art.
8728         (top-level): No need to load own source when compiling.
8730 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8732         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8733         Suggested by <chris.anderton@zetnet.co.uk>.
8735 2008-03-04  Glenn Morris  <rgm@gnu.org>
8737         * gnus-sum.el (top-level): No need to require gnus when compiling,
8738         since unconditionally required near start of file.
8739         (gnus-summary-display-while-building): Move definition before use.
8741 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8743         * gnus-registry.el (gnus-registry-user-format-function-M):
8744         Add formatting function.
8746 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8748         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8749         with plists.
8750         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8751         Use new format.
8753 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8755         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8756         `where-is-internal' that returns a range of key sequences.
8758 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8760         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8762         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8763         (gnus-summary-jump-to-group): Consider windows on other displayed
8764         frames as well.  Similar changes might be needed elsewhere, but that's
8765         the one I've bumped into during my use.
8767         * nndoc.el (nndoc-oe-dbx-type-p):
8768         * gnus-msg.el (gnus-debug):
8769         * gnus-group.el (gnus-update-group-mark-positions):
8770         Use mm-string-to-multibyte.
8772 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8774         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8775         doesn't handle NotDashEscaped.
8777         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8778         (mml-dnd-attach-options): Fix typo in custom choice.
8780         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8781         Change nndoc-article-type to mbox.
8782         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8784         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8785         to nil, instead of html2text.
8787         * imap.el (imap-debug): Add `imap-ping-server'.
8789         * gnus-bookmark.el: Add FIXMEs.
8791         * message.el (message-form-letter-separator)
8792         (message-send-form-letter-delay): New variables.
8793         (message-send-form-letter): Use them.  New command to send form
8794         letters.  Requested by Uwe Siart.
8795         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8797 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8799         * Update copyright years.
8801 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8803         Sync from EMACS_22_BASE.
8805         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8807 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8809         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8810         empty author.
8812 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8814         * gnus-registry.el (gnus-registry-marks): Add variable for
8815         customization of marks and their appearance.
8816         (gnus-registry-read-mark): Use it.
8817         (gnus-registry-do-marks): Add utility function to loop through
8818         `gnus-registry-marks'.
8819         (gnus-registry-install-shortcuts-and-menus): Add function to install
8820         shortcuts and menus.
8821         (gnus-registry-initialize): Use it.
8822         (gnus-registry-default-mark): Clarify documentation.
8824 2008-02-29  Glenn Morris  <rgm@gnu.org>
8826         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8827         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8828         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8829         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8830         Change defcustom :version from 23.0 to 23.1.
8832 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8834         * gnus-registry.el (gnus-registry-follow-group-p)
8835         (gnus-registry-post-process-groups): Add functions to aid registry
8836         splitting and improve logging.  Clarify behavior in function
8837         documentation.
8838         (gnus-registry-split-fancy-with-parent): Use them.
8840 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8842         * gnus-art.el: Use with-current-buffer.
8844 2008-02-27  David Engster  <dengste@eml.cc>
8846         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8847         Express real group name in the response.
8849 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8851         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8852         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8853         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8854         autoload gnus-registry-fetch-group when compiling.
8855         (nnmairix-request-group-with-article-number-correction):
8856         Remove unreferenced argument passed to nnmairix-call-backend.
8858 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8860         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8861         (mm-uu-extract): Improve face for low color ttys.
8862         Reported by Sascha Wilde.
8864 2008-02-27  Glenn Morris  <rgm@gnu.org>
8866         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8867         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8868         variables to defconsts.  Convert comments to doc-strings.
8869         (nnmairix-last-server, nnmairix-current-server): Convert from free
8870         variables to defvars.  Convert comments to doc-strings.
8871         (gnus-registry-fetch-group): Autoload.
8872         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8873         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8874         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8875         caddr.
8876         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8877         nnmairix-request-group-with-article-number-correction call.
8878         (nnmairix-fast, nnmairix-group): New, less general names, for free
8879         variables passed from nnmairix-request-group to
8880         nnmairix-request-group-with-article-number-correction.  Declare.
8881         (nnmairix-request-group-with-article-number-correction):
8882         Use nnmairix-fast, nnmairix-group rather than fast, group.
8884 2008-02-26  David Engster  <dengste@eml.cc>
8886         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8887         version 0.5.
8889 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8891         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8892         instead of making an extra function call.  Don't add the current group
8893         to articles only when they have the group.  Use
8894         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8895         Reported by David <de_bb@arcor.de>.
8897 2008-02-24  Miles Bader  <miles@gnu.org>
8899         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8900         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8901         (mm-find-mime-charset-region):
8902         * mm-bodies.el (mm-encode-body):
8903         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8905 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8907         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8908         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8910 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8912         * mail-source.el (mail-source-delete-incoming): Change default.
8913         Supplement doc string.
8915         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8917 2008-02-14  Glenn Morris  <rgm@gnu.org>
8919         * time-date.el (format-seconds): New function.
8921 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8923         * nnmail.el (nnmail-message-id-cache-file): Derive from
8924         `gnus-home-directory'.
8926 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8928         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8929         Document negative prefix.
8931         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8933 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8935         * message.el (message-unsent-separator): Add the Exim bounce
8936         separator.
8938 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8940         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8941         list.
8942         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8943         recipient/signer list.
8945 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8947         * Makefile.in (datarootdir): Define.
8948         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8949         name that might contain whitespace.
8951 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8953         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8954         fbound (Emacs 23 unicode), signal an error.
8956 2008-02-08  Glenn Morris  <rgm@gnu.org>
8958         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8960 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8962         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8963         ports to the calls to `netrc-machine-user-or-password' in addition to
8964         "imap" and "imaps".
8966 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8968         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8970         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8972 2008-02-01  Kenichi Handa  <handa@m17n.org>
8974         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8975         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8976         (rfc2104-hash): Convert the result of concat to unibyte string.
8978 2008-02-01  Dave Love  <fx@gnu.org>
8980         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8981         coding-system-for-read.
8982         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8984 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8986         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8987         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8988         <hanche@math.ntnu.no>.
8990 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8992         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8994         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8996 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8998         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8999         * message.el (message-beginning-of-line): Use featurep instead of bound
9000         tests in order to resolve conditionals at compile time.
9002 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
9004         * mail-source.el (mail-sources): Add `group' choice.
9006         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
9007         parameter `in-group' to control into which group the articles go.
9008         Add treatment of `group' mail-source.
9010 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9012         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
9014         * mm-decode.el (mm-dissect-buffer): Decode description.
9016         * mml.el (mml-to-mime): Encode message header first.
9018 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9020         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
9021         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
9023         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
9024         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
9026 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
9028         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
9030 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9032         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
9033         prefix keys.
9034         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
9035         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
9036         gnus-xmas.el.
9038         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
9039         (gnus-xmas-article-describe-bindings): New function.
9040         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
9041         gnus-xmas-article-describe-bindings.
9043         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
9045 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
9047         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
9048         Add new variables for article mark management.
9049         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
9050         list of extra data entries which, when present, will indicate that the
9051         article ID should not be trimmed from the registry.
9052         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
9053         functions.
9054         (gnus-registry-read-mark): New function to read a mark name from the
9055         user.
9056         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
9057         (gnus-registry-set-article-mark-internal): New functions to add and
9058         remove marks.
9059         (gnus-registry-get-article-marks): New function to show the marks for
9060         an article, or retrieve them for further use.
9062 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9064         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
9065         keys when no argument is given.
9067 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
9069         * imap.el (imap-ping-server): New variable.
9070         (imap-opened): On add extra ping if imap-ping-server is non-nil.
9071         (imap-ping-server): Minor doc string fixes.
9073 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
9075         * imap.el (imap-ping-server): New function.
9076         (imap-opened): Call imap-ping-server.
9078 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
9080         * gnus-sum.el (gnus-article-sort-by-random)
9081         (gnus-thread-sort-by-random): Fix doc strings.
9082         Reported by jidanni@jidanni.org.
9084 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9086         * gnus-art.el (gnus-article-describe-bindings): New function.
9087         (gnus-article-read-summary-keys): Use it.
9088         (gnus-article-mode-map): Bind `C-h b' to it.
9090 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9092         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
9093         XEmacs.
9094         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9095         Protect against non-character events.
9097         * lpath.el: Fbind map-keymap for Emacs 21.
9099 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
9101         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
9102         New command.
9103         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
9104         instead of END.  Change name of the temp file.
9105         (gnus-group-gmane-group-download-format): Add doc string.  Make it
9106         customizable.
9108 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9110         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
9111         bind `S W' to gnus-article-wide-reply-with-original; set default
9112         binding to gnus-article-read-summary-send-keys.
9113         (gnus-article-read-summary-keys): Fix the order of keys; display
9114         continuation keys correctly in the echo area; describe bindings
9115         correctly when keys end with `C-h'.
9116         (gnus-article-read-summary-send-keys): New function.
9117         (gnus-article-describe-key, gnus-article-describe-key-briefly):
9118         Work for gnus-article-read-summary-send-keys; display continuation keys
9119         correctly in the echo area.
9120         (gnus-article-reply-with-original): Ignore prefix argument.
9121         (gnus-article-wide-reply-with-original): New function.
9123         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
9124         Emacs 21.
9126 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
9128         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
9129         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
9131 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
9133         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
9134         (gnus-group-read-ephemeral-gmane-group): New command.
9136 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
9138         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
9140 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
9142         * message.el (message-send-mail-function): Increase custom version.
9144         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
9145         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
9147 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
9149         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
9150         for the cases where imap-authenticate is called with a nil buffer
9151         parameter.
9153 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9155         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
9156         html parts correctly; support forwarded messages.
9157         (gnus-article-browse-html-article): Remove work buffers.
9159         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
9160         compiling.
9161         (netrc-bound-and-true-p): New macro.
9162         (netrc-parse): Use it instead of bound-and-true-p that is not available
9163         in XEmacs 21.4.
9165 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9167         * gnus-registry.el (gnus-registry-mark-article)
9168         (gnus-registry-article-marks): Add functionality to mark articles
9169         through the Gnus registry.
9171         * encrypt.el: Clarify documentation for the new pgg method.
9172         (encrypt-file-alist): Add PGG option.
9173         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9174         functionality.  Abstract password key and messaging to external
9175         functions.
9176         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9177         (encrypt-message-method-and-cipher): Add new convenience external
9178         functions.
9179         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9180         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9182         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9183         (netrc-parse): Use encrypt-file-alist to determine if
9184         encrypt-find-model or encrypt-insert-file-contents should be used.
9186         * encrypt.el: Clarify documentation.  Load password-cache or
9187         password, whichever one is found first, instead of autoloading.
9189 2007-12-19  Glenn Morris  <rgm@gnu.org>
9191         * mml.el (message-options-set, message-narrow-to-head)
9192         (message-in-body-p, message-mail-p, message-encode-message-body):
9193         Autoload.
9194         (message-remove-header, message-narrow-to-headers-or-head)
9195         (message-subscribed-p, message-make-mail-followup-to)
9196         (message-position-on-field, message-news-p)
9197         (message-options-set-recipient, message-generate-headers)
9198         (message-sort-headers): Declare as functions.
9200 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9202         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9203         convention in doc string.
9205 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9207         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9208         title to html parts.
9209         (gnus-article-browse-html-article): Pass message header to it.
9211         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9213 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9215         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9216         or password compatible with XEmacs.
9218 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9220         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9221         format document.
9222         (gnus-mime-delete-part): Don't write description line if empty.
9223         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9225 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9227         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9228         (gnus-summary-mark-read-and-unread-as-read)
9229         (gnus-summary-mark-current-read-and-unread-as-read)
9230         (gnus-summary-mark-unread-as-ticked): Doc fix.
9231         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9233 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9235         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9236         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9238 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9240         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9241         yes-or-no-p.
9243 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9245         * mm-decode.el (mm-add-meta-html-tag): New function.
9246         (mm-save-part-to-file, mm-pipe-part): Use it.
9248         * gnus-art.el (gnus-article-browse-delete-temp-files):
9249         Use gnus-y-or-n-p instead of y-or-n-p.
9250         (gnus-article-browse-html-parts): Work with message/external-body; use
9251         mm-add-meta-html-tag.
9253 2007-12-11  Glenn Morris  <rgm@gnu.org>
9255         * gnus-cache.el: Require gnus-sum not just when compiling.
9257         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9259         * gnus-int.el (gnus-server-opened, gnus-status-message):
9260         Move definitions before use.
9262         * mm-decode.el: Require gnus-util.
9263         (mm-remove-part): Only call delete-annotation on XEmacs.
9265         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9267         * nnmail.el: Require gnus-int.
9269         * spam.el: Move `require's before `eval-when-compile's.
9271         * gnus-ems.el (gnus-alive-p):
9272         * gnus-fun.el (message-goto-eoh):
9273         * gnus-util.el (gnus-group-name-decode):
9274         * mail-source.el (gnus-compress-sequence):
9275         * message.el (Info-goto-node, format-spec):
9276         * mm-bodies.el (message-options-get):
9277         * mm-decode.el (mm-view-pkcs7):
9278         * mm-util.el (gmm-write-region):
9279         * mml-smime.el (mml-compute-boundary)
9280         (gnus-completing-read-with-default):
9281         * mml.el (widget-button-press, gnus-make-hashtable):
9282         * mml1991.el (mm-decode-content-transfer-encoding)
9283         (mm-encode-content-transfer-encoding)
9284         (message-options-get, message-options-set):
9285         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9286         * nnfolder.el (gnus-request-group):
9287         * nnheader.el (ietf-drums-unfold-fws):
9288         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9289         * smime.el (gnus-run-mode-hooks):
9290         * spam-stat.el (gnus-message): Autoload.
9292         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9293         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9294         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9295         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9296         Add declare-function compatibility definition.
9298         * gnus-cache.el (nnvirtual-find-group-art):
9299         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9300         (gnus-add-image, gnus-add-wash-type):
9301         * gnus-group.el (nnkiboze-score-file):
9302         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9303         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9304         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9305         (message-tokenize-header, gnus-get-buffer-create)
9306         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9307         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9308         * gnus.el (gnus-group-decoded-name):
9309         * mail-source.el (imap-capability):
9310         * mm-bodies.el (message-options-set):
9311         * mm-decode.el (gnus-configure-windows):
9312         * mm-extern.el (message-goto-body):
9313         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9314         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9315         (epg-sub-key-validity, message-options-set):
9316         * mml.el (widget-event-point, gnus-configure-windows):
9317         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9318         * mml2015.el (epg-check-configuration, epg-configuration)
9319         (message-options-set):
9320         * nndb.el (nndb-request-article):
9321         * nnfolder.el (gnus-request-create-group):
9322         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9323         * nnmaildir.el (gnus-group-mark-article-read):
9324         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9325         * rfc1843.el (message-fetch-field):
9326         * spam.el (gnus-extract-address-components):
9327         Declare as functions.
9329 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9331         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9333         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9335         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9336         bind show-trailing-whitespace for XEmacs.
9338 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9340         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9341         new no-op macro for backward compatibility.
9343         * imap.el (imap-string-to-integer): New function.
9345 2007-12-09  Glenn Morris  <rgm@gnu.org>
9347         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9349         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9350         * message.el, mm-view.el, sieve-manage.el, smime.el:
9351         Add declare-function compatibility definition.
9353         * gnus-art.el (w3-region, w3m-region, Info-menu):
9354         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9355         * gnus-sum.el (gnus-get-predicate):
9356         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9357         * message.el (mail-abbrev-in-expansion-header-p):
9358         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9359         (w3m-detect-meta-charset, w3m-region):
9360         * sieve-manage.el (password-read, password-cache-add)
9361         (password-cache-remove):
9362         * smime.el (password-read-and-add): Declare as functions.
9364 2007-12-08  David Kastrup  <dak@gnu.org>
9366         * gnus-sum.el (gnus-summary-simplify-subject-query):
9367         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9368         `message'.
9370 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9372         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9373         it to bind idna-program, installation-directory, defined-colors, and
9374         face-attribute for XEmacs of the version that compiles defcustom forms.
9376 2007-12-07  Glenn Morris  <rgm@gnu.org>
9378         * gnus-art.el (article-make-date-line): Revert previous change.
9380 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9382         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9384 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9386         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9387         Call gnus-add-to-range ranges only once with a prepared article-list.
9389 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9391         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9392         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9393         group names with backslashes.
9394         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9396 2007-12-06  Deepak Goel  <deego3@gmail.com>
9398         * gnus-art.el (article-make-date-line):
9399         * gnus-start.el (gnus-load):
9400         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9402 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9404         * gnus-art.el (gnus-use-idna)
9405         * gnus-start.el (gnus-site-init-file)
9406         * message.el (message-use-idna)
9407         * mm-uu.el (mm-uu-hide-markers)
9408         * smiley.el (smiley-style): Revert changes that suppress warnings.
9410 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9412         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9413         specify charset to html source.
9414         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9416 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9418         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9419         idna-program in order to suppress byte compile warning issued by XEmacs
9420         that came to byte compile the default value section of defcustom forms
9421         recently.
9423         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9424         value of installation-directory.
9426         * message.el (message-use-idna): Don't directly refer to the value of
9427         idna-program.
9429         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9431         * smiley.el (smiley-style): Don't directly call face-attribute.
9433 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9435         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9437         * gnus-dired.el: Reduce Gnus dependencies.
9438         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9439         Don't require.  Use autoloads instead.
9440         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9441         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9442         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9443         (gnus-dired-mode): Adjust doc string.
9444         (gnus-dired-mail-mode): New variable.
9445         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9446         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9447         (gnus-dired-mail-buffers): New function.  Return mail or message
9448         composition buffers.
9449         (gnus-dired-attach): Use it.
9450         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9451         NO-DECODE.
9452         (gnus-dired-print): Use `gnus-print-buffer' depending on
9453         `gnus-dired-mail-mode'.
9455 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9457         * rfc2047.el (rfc2047-encoded-word-regexp)
9458         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9459         explaining what regexp patterns are for.
9461 2007-12-04  Glenn Morris  <rgm@gnu.org>
9463         * password.el: Move to password-cache.el.
9465         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9466         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9467         * mml-smime.el (password-read, password-cache-add)
9468         (password-cache-remove):
9469         No need to autoload, since mml-sec requires password.
9471         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9472         * message.el (gnus-extract-address-components):
9473         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9475         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9476         password.
9478 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9480         * mailcap.el: Reduce dependencies.
9481         (mail-header-parse-content-type): Autoload.
9482         (mailcap-delete-duplicates): New alias.
9483         (mailcap-mime-info): Add optional argument NO-DECODE.
9484         (mailcap-mime-types): Use mailcap-delete-duplicates.
9486         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9488 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9490         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9491         (imap-parse-status): Upcase status-att for servers that sends them
9492         lower-case (e.g., MS Exchange 2007).
9494 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9496         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9497         function.
9499         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9500         (gnus-uu-yenc-article): New function.
9502         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9504         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9506 2007-12-02  Glenn Morris  <rgm@gnu.org>
9508         * binhex.el (binhex): New custom group.
9509         (binhex-decoder-program, binhex-decoder-switches)
9510         (binhex-use-external): Move to the binhex custom group.
9512         * uudecode.el (uudecode): New custom group.
9513         (uudecode-decoder-program, uudecode-decoder-switches)
9514         (uudecode-use-external): Move to the uudecode custom group.
9516         * netrc.el (top-level): Don't load `encrypt' features.
9517         (netrc-parse): Don't use encrypt.
9518         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9520         * encrypt.el: Remove file.
9522 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9524         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9525         matches on patches.
9527         * gnus-art.el (gnus-article-browse-html-article):
9528         Mention `mm-text-html-renderer' in the doc string.
9530         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9531         string.  Add comments.
9533         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9534         if rhs is ASCII.
9536 2007-12-01  Glenn Morris  <rgm@gnu.org>
9538         * mail-source.el (top-level): Require format-spec before
9539         eval-when-compile.
9541 2007-11-30  Glenn Morris  <rgm@gnu.org>
9543         * encrypt.el: Require password, rather than autoloading password-read.
9545 2007-11-29  Glenn Morris  <rgm@gnu.org>
9547         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9548         (sasl-make-client, sasl-next-step, sasl-step-data)
9549         (sasl-step-set-data): Declare as functions.
9551 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9553         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9555 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9557         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9558         certs should be verified and what is to be done in the event of a
9559         verification failure.
9561         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9562         caller can indicate whether the cache should be disregarded for this
9563         call.  This way the result of the call is reproducible at all times and
9564         can be considered a canonical server name for the supplied method.
9565         (gnus-agent-method-p): Canonicalize server names by pushing their
9566         method through `gnus-method-to-server' using the no-cache argument.
9568         * gnus-srvr.el (gnus-server-insert-server-line):
9569         Call `gnus-method-to-server' with `no-cache' argument.
9571         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9572         gnus-agent-possibly-synchronize-flags as this should be called when the
9573         server is actually being opened.
9574         (gnus-agent-possibly-synchronize-flags)
9575         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9576         flags file of an agentized server to the latter function.
9578         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9579         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9580         after a connection has been established successfully.
9582 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9584         * gnus-art.el (article-display-face): Force to display face if called
9585         interactively; check if gnus-article-x-face-too-ugly matches author.
9586         (article-display-x-face): Display face even if From header is missing
9587         as article-display-face does.
9589 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9591         * hashcash.el (message-narrow-to-headers-or-head)
9592         (message-fetch-field, message-goto-eoh)
9593         (message-narrow-to-headers): Declare as functions.
9595 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9597         * mail-source.el (mail-sources): Default to fetch from file for
9598         compatibility with default of nnmail-spool-file.
9600 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9602         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9603         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9604         to look for encoded word that should be encoded again.
9605         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9606         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9607         encoding pattern.
9608         (rfc2047-decode-region): Switch strict regexp and loose one according
9609         to rfc2047-allow-irregular-q-encoded-words.
9611 2007-11-25  Romain Francoise  <romain@orebokech.com>
9613         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9615 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9617         * tls.el (tls-program): Provide more custom choices from
9618         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9619         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9621 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9623         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9624         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9626         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9627         `nnmail-spool-file'.
9629         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9630         `nnmail-spool-file'.
9632         * gnus-move.el (gnus-change-server): Ditto.
9634         * gnus-kill.el (gnus-batch-score): Ditto.
9636         * gnus-cache.el (gnus-jog-cache): Ditto.
9638         * gnus-msg.el (gnus-summary-reply):
9639         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9641 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9643         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9644         version.  Minor improvement to doc strings.
9645         (tls-program): Add comment.
9647 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9649         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9650         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9651         mismatch between the hostname provided in the certificate and the name
9652         of the host connnecting to.
9653         (open-tls-stream): Use them.  Check certificates against trusted root
9654         certificates.
9656 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9658         * gnus-cache.el (gnus-cache-generate-nov-databases):
9659         Use nnml-generate-nov-databases-directory instead of
9660         nnml-generate-nov-databases-1.
9662 2007-11-24  Glenn Morris  <rgm@gnu.org>
9664         * message.el (message-tool-bar-retro): Update for rename
9665         mail_send.xpm->mail-send.xpm.
9667 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9669         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9670         `smime-ldap-search' for Emacs 22 and up.
9672 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9674         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9676         * message.el (message-send-mail-function): Fix error convention.
9677         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9678         (message-widen-reply, message-send-mail, message-talkative-question)
9679         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9680         (message-clone-locals, message-send-news): Use with-current-buffer.
9681         (message-insert-or-toggle-importance): Remove unused var `valid'.
9682         (message-make-references): Remove unused var `new-references'.
9683         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9685 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9687         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9688         (spam-split-symbolic-return-positive): Reflow docstring.
9689         (spam-backends, spam-summary-exit-behavior)
9690         (spam-mark-ham-unread-before-move-from-spam-group)
9691         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9692         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9693         (spam-clear-cache, spam-backend-check, spam-install-backend)
9694         (spam-install-statistical-backend, spam-list-of-processors)
9695         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9696         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9697         (spam-check-crm114, spam-initialize, spam-unload-hook):
9698         Fix typos in docstrings.
9700 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9702         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9703         been checked if they have never been read and those group levels are
9704         higher than the one that a user specified.
9706 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9708         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9709         foreign groups unless a group level is specified by a user.
9710         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9712 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9714         * message.el (message-send-mail-function): Require sendmail.
9716 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9718         * message.el (message-send-mail-function): Check for smtpmail too.
9720         * utf7.el (utf7-encode, utf7-decode): Use coding system
9721         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9723         * message.el (message-send-mail-function): New function.
9724         (message-send-mail-function): Set default using
9725         message-send-mail-function.  Adjust doc string.
9726         (message-send-mail-with-mailclient): New function.
9728 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9730         * smime.el (from):
9731         * rfc2047.el (message-posting-charset):
9732         * qp.el (mm-use-ultra-safe-encoding):
9733         * pop3.el (parse-time-months):
9734         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9735         * nnml.el (files):
9736         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9737         (jka-compr-compression-info-list, ange-ftp-path-format)
9738         (efs-path-regexp):
9739         * nndiary.el (files):
9740         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9741         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9742         (epg-digest-algorithm-alist, inhibit-redisplay)
9743         (password-cache-expiry):
9744         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9745         (pgg-output-buffer, password-cache-expiry):
9746         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9747         (efs-path-regexp):
9748         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9749         (inhibit-redisplay):
9750         * mm-uu.el (file-name, start-point, end-point, entry)
9751         (gnus-newsgroup-name, gnus-newsgroup-charset):
9752         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9753         (latin-unity-ucs-list):
9754         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9755         (mm-uu-binhex-decode-function):
9756         * message.el (gnus-message-group-art, gnus-list-identifiers)
9757         (rmail-enable-mime-composing, gnus-local-organization)
9758         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9759         (gnus-read-active-file, facemenu-add-face-function)
9760         (facemenu-remove-face-function, gnus-article-decoded-p)
9761         (tool-bar-mode):
9762         * mail-source.el (display-time-mail-function):
9763         * gnus-util.el (nnmail-pathname-coding-system)
9764         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9765         (gnus-original-article-buffer, gnus-user-agent)
9766         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9767         (xemacs-codename, sxemacs-codename, emacs-program-version):
9768         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9769         * gnus-start.el (gnus-agent-covered-methods)
9770         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9771         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9772         (gnus-newsgroup-headers, gnus-group-list-mode)
9773         (gnus-group-mark-positions, gnus-newsgroup-data)
9774         (gnus-newsgroup-unreads, nnoo-state-alist)
9775         (gnus-current-select-method, mail-sources)
9776         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9777         (nnmail-spool-file, gnus-cache-active-hashtb):
9778         * gnus-mh.el (mh-lib-progs):
9779         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9780         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9781         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9782         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9783         (gnus-group-buffer):
9784         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9785         (font-lock-set-defaults):
9786         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9787         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9788         (gnus-summary-post-menu, total-parts, type, condition, length):
9789         * gnus-agent.el (gnus-agent-read-agentview):
9790         * flow-fill.el (show-trailing-whitespace):
9791         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9792         eval-and-compile wrappers for byte compiler pacifiers.
9794         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9795         (mm-display-inline-fontify): Check for featurep 'xemacs not
9796         extent-list.
9798         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9799         itimer-list.
9800         (mm-create-image-xemacs): Only do something for XEmacs.
9801         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9803         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9805         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9806         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9808 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9810         * nnimap.el (nnimap-split-download-body):
9811         * gnus-demon.el (gnus-demon):
9812         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9814 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9816         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9817         New macros.
9818         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9819         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9820         copy data from unibyte buffer to multibyte current buffer.
9821         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9822         to copy data from unibyte current buffer to multibyte buffer.
9823         (nntp-make-process-buffer): Make process buffer unibyte.
9825         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9827 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9829         * pop3.el (pop3-open-server): Accept and process data more robustly at
9830         connexion start to avoid spurious "POP SSL connexion failed" errors.
9832 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9834         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9835         read group names.
9837 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9839         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9841 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9843         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9844         (nnmail-save-active): Use a unibyte buffer when saving active file,
9845         which may contain non-ASCII group names.
9847         * nnml.el (nnml-request-group): Decode group names in messages.
9849 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9851         * message.el (message-citation-line-function)
9852         (message-insert-formatted-citation-line): Fix spelling of
9853         `message-insert-formated-citation-line'.
9855 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9857         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9859 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9861         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9862         nnmail-pathname-coding-system.
9864         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9865         that a user enters; decode group names in messages.
9867         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9869 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9871         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9873         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9875         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9876         risky local variable.
9878         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9880 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9882         * encrypt.el: Improve documentation to fix function name typo.
9883         Reported by Daiki Ueno <ueno@unixuser.org>.
9885 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9887         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9888         even if the point is not in the last page of an article.
9889         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9890         back to the previous page.
9892 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9894         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9896 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9898         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9900 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9902         * message.el (message-check-news-body-syntax):
9903         Avoid mm-string-as-multibyte.
9904         (message-hide-headers): Don't assume (point-min)==1.
9906 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9908         * message.el (message-remove-blank-cited-lines): Fix if remove is
9909         given.
9910         (message-bogus-address-regexp): New variable.
9911         (message-bogus-recipient-p): New function.
9912         (message-check-recipients): New command.
9913         (message-syntax-checks): Add `bogus-recipient'.
9914         (message-fix-before-sending): Add `bogus-recipient'.
9916         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9917         (gnus-treat-body-boundary): Don't test window-system.
9919 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9921         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9923 2007-10-28  Miles Bader  <miles@gnu.org>
9925         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9926         at compile-time too.
9928 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9930         * gnus-msg.el (gnus-message-setup-hook):
9931         Add `message-remove-blank-cited-lines' to options.
9933 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9935         * message.el (message-remove-blank-cited-lines): New function.
9936         Suggested by Karl Plästerer.
9938 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9940         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9941         mapc.
9943         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9944         (top-level): Use mapc to set functions to be traced for debugging.
9946         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9947         called for effect with while loop.
9949         * message.el (message-talkative-question): Replace mapcar called for
9950         effect with mapc.
9952         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9953         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9954         called for effect with dolist.
9956         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9958         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9959         gnus-extra-headers and nnmail-extra-headers.
9961         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9962         called for effect with dolist.
9963         (top-level): Use mapc to set functions to be traced for debugging.
9965         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9966         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9967         dolist.
9969         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9970         Replace mapcar called for effect with mapc.
9971         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9972         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9973         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9974         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9976         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9977         remove-if that's a cl function.
9979         * webmail.el (webmail-debug): Replace mapcar called for effect with
9980         dolist.
9982         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9983         with mapc.
9985 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9987         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9988         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9989         with while loop.
9991         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9992         functions from article-* functions.
9993         (gnus-multi-decode-header): Replace mapcar called for effect with
9994         dolist.
9996         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9997         (gnus-bookmark-show-details): Replace mapcar called for effect with
9998         while loop.
10000         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
10001         called for effect with while loop.
10003         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
10004         with dolist.
10006         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
10007         Replace mapcar called for effect with dolist.
10009         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
10011         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
10012         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
10013         Replace mapcar called for effect with dolist.
10014         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
10015         mapc.
10017         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
10018         Replace mapcar called for effect with dolist.
10019         (gnus-topic-list): Replace mapcar called for effect with mapc.
10021         * gnus.el: Use mapc instead of mapcar to add autoloads.
10023 2007-10-23  Richard Stallman  <rms@gnu.org>
10025         * gnus-group.el (gnus-group-highlight): Mark as risky.
10027 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10029         * gnus.el (gnus-server-to-method): Return method found first in
10030         gnus-newsrc-alist.
10032         * gnus-art.el (gnus-article-highlight-signature)
10033         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
10034         button overlay without the front stickiness.
10036 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
10038         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
10039         overview buffer needed a catch to receive its throw.
10040         (gnus-agent-flush-cache): Declare as interactive to make this function
10041         easier to use.
10043 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
10045         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
10046         `next-line'.
10048 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10050         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
10051         exclude address matching message-dont-reply-to-names.
10053 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10055         * gnus-util.el (gnus-string<): New function.
10057         * gnus-sum.el (gnus-article-sort-by-author)
10058         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
10060 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10062         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
10063         the frame-focus tag is set in gnus-buffer-configuration.
10065 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
10067         * gnus-art.el (gnus-article-add-button): Make a button overlay without
10068         the front stickiness.
10070 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
10072         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
10073         url pattern; remove duplicate one.
10074         (gnus-article-extend-url-button): New function.
10075         (gnus-article-add-buttons): Use it.
10076         (gnus-button-push): Use concatenated url that it makes.
10078 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
10080         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
10082 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10084         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
10085         Don't hardcode point-min==1.
10087 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
10089         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
10090         Fix comment about "iso8859-1".
10092 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
10094         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
10095         ones returned from the verify-function.
10097         * mm-uu.el (mm-uu-pgp-signed-extract-1):
10098         Call mml2015-extract-cleartext-signature if extraction failed.
10100 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
10102         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
10103         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
10104         failed.
10106 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
10108         * Relicense "GPLv2 or later" files to "GPLv3 or later".
10110 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
10112         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
10113         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
10114         recommends to use EasyPG instead of PGG.
10116         * pgg.el: Revert to revision 6.23.2.16.
10118         * pgg-def.el: Revert to revision 6.6.2.14.
10120         * pgg-gpg.el: Revert to revision 6.23.2.34.
10122 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
10124         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
10125         to mark a thread as expirable.  Add variable `hide' to handle hiding of
10126         thread for both the null and zero (kill/expire thread) universal prefix
10127         cases.
10128         (gnus-summary-expire-thread): Add new function to expire a thread,
10129         using gnus-summary-kill-thread.
10130         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
10131         shortcuts for gnus-summary-expire-thread.
10132         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
10133         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
10135 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
10137         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
10138         extras value, so an extras entry can be deleted.
10139         (gnus-registry-delete-extra-entry): Use it.
10140         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
10141         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
10142         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
10143         storage through the gnus-registry, and provide an appropriate API for
10144         it.
10146 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10148         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
10149         Suggested by Leo <sdl.web@gmail.com>.
10151         * gnus.el: Do.
10153 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10155         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
10156         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
10158         * gnus-agent.el (gnus-agent-fetch-headers): Do.
10160         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10161         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
10163 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10165         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10166         newline.
10167         (nnmbox-request-accept-article): Don't change article in source buffer;
10168         narrow to header to use message-fetch-field rather than
10169         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10170         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10171         as delimiters; make sure article ends with newline.
10172         (nnmbox-delete-mail): Correct last position of article to be deleted;
10173         ignore X-Gnus-Newsgroup header in article body.
10174         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10175         positions; make sure article ends with newline.
10177         * message.el (message-display-abbrev): Don't infloop when a user
10178         inserts SPC in the beginning of header.
10180         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10181         coding-system-for-read and coding-system-for-write for XEmacs having no
10182         file-coding feature.
10184         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10186 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10188         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10189         list of groups not followed by default.  Fix type to be regexp.
10190         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10192 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10194         * hmac-def.el (define-hmac-function): Switch from old-style to
10195         new-style backquotes.
10197         * md4.el (md4-make-step): Likewise.
10199 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10201         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10202         raw-text coding system when saving .newsrc file, which may contain
10203         non-ASCII group names.
10205 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10207         * gnus-cus.el (gnus-score-extra): New widget.
10208         (gnus-score-extra-convert): New function.
10209         (gnus-score-customize): Use it for Extra.
10211 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10213         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10214         (mml2015-mailcrypt-clear-verify): Use it.
10215         (mml2015-gpg-clear-verify): Use it.
10216         (mml2015-pgg-clear-verify): Use it.
10217         (mml2015-epg-clear-verify): Replace the current part with the output
10218         from GnuPG; don't extract the plaintext by itself.
10220         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10221         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10222         mml2015-clear-verify-function; don't touch the armor headers or
10223         dash-escaped text here.
10225 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10227         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10228         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10229         parts, or application/octet-stream as a last resort.
10230         (gnus-mime-view-part-as-type): Don't toggle display.
10231         (gnus-mime-view-part-as-charset): Don't turn off display before
10232         querying charset.
10234         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10235         stuff to undisplayer function in Emacs.
10236         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10238         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10239         text/calendar parts.
10241 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10243         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10244         decoding text/calendar parts.
10246         * message.el (message-forward-make-body-mime): Always mark body as
10247         having no illegible text; remove signed-or-encrypted argument.
10248         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10250         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10251         (mml-generate-mime-1): Don't encode body if it is specified to be in
10252         raw form; don't make buffer be unibyte when inserting multibyte string.
10254 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10256         * sha1.el: Fix up comment style.
10257         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10258         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10260         * hex-util.el: Fix up comment style.
10261         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10263         * gnus-salt.el: Use with-current-buffer.
10264         (gnus-pick-setup-message): Fix long-standing typo.
10266 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10268         * imap.el (imap-logout-timeout): New variable.
10269         (imap-logout, imap-logout-wait): New functions.
10270         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10272         * nnimap.el (nnimap-logout-timeout): New server variable.
10273         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10274         nnimap-logout-timeout.
10276         * gnus-art.el (gnus-article-summary-command-nosave)
10277         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10279 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10281         * gnus.el (gnus-maximum-newsgroup): New variable.
10283         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10284         according to gnus-maximum-newsgroup.
10286         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10287         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10288         Limit the range of articles according to gnus-maximum-newsgroup.
10290 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10292         * gnus-art.el (gnus-sticky-article): Fix problems described in
10293         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10294         Don't perform gnus-configure-windows here; reuse existing sticky
10295         article buffer.
10297         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10298         it doesn't exist in gnus-article-mode.
10300 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10302         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10303         (gnus-agent-decoded-group-name): New function.
10304         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10305         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10307 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10309         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10310         Add binding for gnus-sticky-article.
10311         (gnus-summary-exit): Don't kill sticky article buffers.
10313         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10314         article buffer.
10315         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10316         (gnus-kill-sticky-article-buffers): New commands.
10318 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10320         * nntp.el (nntp-xref-number-is-evil): New server variable.
10321         (nntp-find-group-and-number): If it is non-nil, don't trust article
10322         numbers in the Xref header.
10324 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10326         * gnus-agent.el (gnus-agent-read-group): New function.
10327         (gnus-agent-flush-group, gnus-agent-expire-group)
10328         (gnus-agent-regenerate-group): Use it.
10329         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10330         nnmail-pathname-coding-system.
10332 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10334         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10336         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10337         that are unread as unread, and also as selected so that information of
10338         marks having been changed by a user may be updated when exiting group.
10340 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10342         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10344 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10346         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10347         calculated ignoring signature parts to gnus-treat-article.
10349 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10351         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10352         a point here in order to keep the window start.
10353         (gnus-insert-mime-security-button): Make a button overlay without the
10354         front stickiness.
10355         (gnus-mime-display-security): Goto the end of a button.
10357         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10359 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10361         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10362         group-name-at-point.
10363         (gnus-group-completing-read): New function that offers decoded
10364         non-ASCII group names for completion.
10365         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10366         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10367         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10368         (gnus-group-fetch-control): Use it.
10369         (gnus-fetch-group): Use group-name-at-point for the initial value
10370         rather than the default value; use gnus-alive-p.
10372         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10373         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10374         (gnus-summary-post-news): Use gnus-group-completing-read.
10376         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10377         (gnus-read-move-group-name): Decode group name for completion.
10379 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10381         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10382         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10383         Yamaoka slightly modified the code).
10385 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10387         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10388         (nnmail-split-incoming): Bind it.
10390         * nnml.el (nnml-group-name-charset): New function.
10391         (nnml-decoded-group-name): Use it; don't decode group name if
10392         nnmail-group-names-not-encoded-p is non-nil.
10393         (nnml-encoded-group-name): New function.
10394         (nnml-group-pathname): Inline nnml-decoded-group-name.
10395         (nnml-request-expire-articles): Decode group name in message.
10396         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10397         nnmail-pathname-coding-system.
10398         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10399         not decoded ones according to nnmail-group-names-not-encoded-p.
10400         (nnml-generate-active-info): Use nnml-encoded-group-name.
10402 2007-08-08  Glenn Morris  <rgm@gnu.org>
10404         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10405         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10406         doc-strings and comments.
10408 2007-07-25  Glenn Morris  <rgm@gnu.org>
10410         * Relicense all FSF files to GPLv3 or later.
10412 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10414         * gnus-sum.el (gnus-summary-move-article):
10415         Make gnus-summary-respool-article work.
10417 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10419         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10420         string.
10422 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10424         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10425         that should be ignored when comparing distant RSS articles with local
10426         ones.
10427         (nnrss-make-hash-index): New function.  Create a hash index according
10428         to the ignored fields.
10429         (nnrss-check-group): Use it.
10431 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10433         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10435         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10437         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10438         the new optional argument ENCODED is non-nil.
10439         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10440         coding system for encoding group name.
10441         (gnus-group-make-rss-group): Pass un-encoded group name to
10442         gnus-group-make-group.
10443         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10444         encoded.
10446         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10447         Encode group name to which articles are moved or copied.
10448         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10449         coding system for encoding Newsgroup, Followup-To and Xref headers.
10451         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10452         marks; use nnheader-file-coding-system to write a file.
10453         (nnagent-retrieve-headers): Bind file-name-coding-system to
10454         nnmail-pathname-coding-system.
10456         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10458         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10459         (nnml-request-article, nnml-request-create-group)
10460         (nnml-request-rename-group, nnml-find-id)
10461         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10462         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10463         (nnml-save-marks): Use nnml-group-pathname instead of
10464         nnmail-group-pathname.
10466         (nnml-request-create-group, nnml-request-expire-articles)
10467         (nnml-request-move-article, nnml-request-delete-group)
10468         (nnml-deletable-article-p, nnml-possibly-create-directory)
10469         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10470         (nnml-open-marks): Bind file-name-coding-system to
10471         nnmail-pathname-coding-system.
10473         (nnml-request-article): Pass server argument to nnml-find-group-number.
10474         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10475         Pass server argument to nnml-possibly-create-directory.
10476         (nnml-request-accept-article): Pass server argument to
10477         nnml-active-number and nnml-save-mail.
10478         (nnml-find-group-number): Pass server argument to nnml-find-id.
10479         (nnml-request-update-info): Pass server argument to
10480         nnml-marks-changed-p.
10482         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10483         (nnml-save-mail, nnml-active-number): Add server argument.
10485         (nnml-request-delete-group): Warn if group is missing.
10486         (nnml-get-nov-buffer): Decode group name.
10487         (nnml-generate-active-info): Encode group name.
10488         (nnml-open-marks): Decode group name in messages.
10490 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10492         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10493         if it is not specified.
10494         (gnus-article-pipe-part, gnus-article-save-part)
10495         (gnus-article-interactively-view-part, gnus-article-copy-part)
10496         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10497         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10498         (gnus-article-replace-part, gnus-article-delete-part)
10499         (gnus-article-view-part-as-type): Pass raw prefix argument to
10500         gnus-article-part-wrapper.
10502 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10504         * gnus-agent.el (gnus-agent-save-active):
10505         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10507         * gnus-cache.el (gnus-cache-save-buffers)
10508         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10509         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10510         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10511         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10512         (gnus-cache-generate-active, gnus-cache-rename-group)
10513         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10514         (gnus-cache-update-overview-total-fetched-for):
10515         Bind file-name-coding-system to nnmail-pathname-coding-system.
10516         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10517         New variables.
10518         (gnus-cache-decoded-group-name): New function.
10519         (gnus-cache-file-name): Use it.
10520         (gnus-cache-generate-active): Use non-decoded group name for active.
10522         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10523         right place.
10524         (gnus-write-active-file): Don't break non-ASCII group names.
10526         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10527         nnmail-pathname-coding-system.
10529         * lpath.el: Bind default-file-name-coding-system,
10530         file-name-coding-system and language-info-alist for XEmacs.
10532         * gnus-uu.el (gnus-uu-decode-save): Typo.
10534 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10536         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10538 2007-07-14  David Kastrup  <dak@gnu.org>
10540         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10541         finishing actions if we did not edit the article.
10543 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10545         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10546         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10547         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10548         (gnus-agent-flush-group, gnus-agent-flush-cache)
10549         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10550         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10551         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10552         (gnus-agent-regenerate-group)
10553         (gnus-agent-update-files-total-fetched-for)
10554         (gnus-agent-update-view-total-fetched-for):
10555         Bind file-name-coding-system to nnmail-pathname-coding-system.
10556         (gnus-agent-group-pathname): Don't encode file names by
10557         nnmail-pathname-coding-system.
10558         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10559         coding-system-for-write instead of buffer-file-coding-system to
10560         gnus-agent-file-coding-system.
10562         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10563         Decode group name.
10565         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10567         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10568         (gnus-read-newsrc-el-file): Make group names unibyte.
10570         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10571         nnmail-pathname-coding-system.
10573         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10574         (nnrss-request-delete-group): Bind file-name-coding-system to
10575         nnmail-pathname-coding-system.
10576         (nnrss-read-server-data, nnrss-read-group-data):
10577         Bind file-name-coding-system correctly.
10578         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10580         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10581         (nntp-server-to-method-cache): New variable.
10582         (nntp-group-pathname): New function that decodes non-ASCII group names.
10583         (nntp-possibly-create-directory, nntp-marks-changed-p)
10584         (nntp-save-marks, nntp-open-marks): Use it.
10585         (nntp-possibly-create-directory, nntp-open-marks):
10586         Bind file-name-coding-system to nnmail-pathname-coding-system.
10587         (nntp-open-marks): Decode group names when bootstrapping marks.
10589         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10590         Newsgroups and Folowup-To headers.
10592 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10594         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10595         (gnus-server-closed-face, gnus-server-denied-face)
10596         (gnus-server-offline-face): Remove variable.
10597         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10599         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10600         of modifying message-stack directly for XEmacs.
10602         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10603         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10604         if the coding-system argument is nil for XEmacs.
10606         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10607         mm-charset-override-alist.
10609         * rfc2047.el: Don't require base64; require rfc2045 for the function
10610         rfc2045-encode-string.
10611         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10612         to quote the parameter value.
10614 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10616         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10617         form in gnus-group-name-charset-method-alist.
10619         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10620         overrides the default layout edit-form.
10622         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10624         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10626 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10628         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10629         as unfetched articles.
10631 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10633         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10635 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10637         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10638         original back end that keeps marks in the local system.
10640 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10642         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10643         arg of pop-to-buffer for XEmacs.
10644         (gnus-article-read-summary-keys): Ditto; don't restore window
10645         configuration if summary command ends up with neither article buffer
10646         nor summary buffer; describe bindings if summary keys end with C-h.
10648 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10650         * message.el (message-fix-before-sending): Skip raw message part to be
10651         forwarded while checking illegible text.
10652         (message-forward-make-body-mime, message-forward-make-body):
10653         Mark signed or encrypted raw message as having no illegible text.
10655 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10657         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10658         (gnus-message-with-timestamp-1): New macro.
10659         (gnus-message-with-timestamp): New function.
10660         (gnus-message): Use them.
10662         * nnheader.el (nnheader-message): Use them.
10664 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10666         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10667         .newsrc.eld file.
10669 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10671         * gnus-agent.el (gnus-agent-fetch-headers)
10672         (gnus-agent-retrieve-headers):
10673         Bind gnus-decode-encoded-address-function to identity.
10675         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10676         available also when the server returns simply a dot.
10678         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10680 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10682         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10684 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10686         * gnus-ems.el (gnus-x-splash): Make it work.
10688         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10689         from being used.
10691         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10693 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10695         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10696         4th and the 5th arguments.
10698         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10699         the front stickiness.
10700         (gnus-article-summary-command-nosave): Correct the order of the
10701         arguments passed to pop-to-buffer.
10702         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10703         summary command ends up with the article buffer.
10705         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10706         the same faces.
10708 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10710         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10712 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10714         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10715         * gnus-sum.el (gnus-summary-highlight):
10716         * pgg.el (pgg-sign-region, pgg-sign):
10717         * mail-source.el (mail-source-delete-old-incoming-confirm):
10718         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10720 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10722         * gnus-art.el (gnus-mime-view-part-externally)
10723         (gnus-mime-view-part-internally): Fix predicate function passed to
10724         completing-read.
10726         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10728         * gnus.el (gnus-update-message-archive-method): Add :version.
10730 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10732         * gnus.el (gnus-update-message-archive-method): New variable.
10734         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10735         according to gnus-message-archive-method if
10736         gnus-update-message-archive-method is non-nil.
10738 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10740         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10741         Suggested by Loic Dachary <loic@dachary.org>.
10742         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10744 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10746         * message.el (message-pop-to-buffer): Add switch-function argument.
10747         (message-mail): Pass switch-function argument to it.
10749 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10751         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10752         Improve doc string.
10754 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10756         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10757         (gnus-header-content)
10758         * gnus-cite.el (gnus-cite-10)
10759         * gnus-srvr.el (gnus-server-closed)
10760         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10761         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10762         (gnus-group-mail-3-empty, gnus-group-mail-low)
10763         (gnus-group-mail-low-empty, gnus-splash)
10764         * message.el (message-header-to, message-header-cc)
10765         (message-header-subject, message-header-other, message-header-name)
10766         (message-header-xheader, message-separator, message-cited-text)
10767         (message-mml): Lighten colors of faces used for dark background.
10769 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10771         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10772         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10774 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10776         * message.el (message-narrow-to-headers-or-head):
10777         Ignore mail-header-separator in the body.
10779 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10781         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10782         same as window size.
10784 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10786         * message.el (message-font-lock-keywords): Use message-header-xheader
10787         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10788         ahead of the anything pattern, to get it recognised.
10790 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10792         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10793         spam.el loads uses it in the compiled defadvice form.
10795 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10797         * gnus-sum.el (gnus-articles-to-read)
10798         (gnus-summary-insert-old-articles): Don't truncate group name for
10799         `read-string'.
10801         * gnus-util.el (gnus-limit-string): Delete this function.
10803         * gnus-sum.el (gnus-simplify-subject-fully):
10804         Use `truncate-string-to-width' instead.
10806 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10808         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10809         Tell if, on summary exit, the next group has to be selected.
10810         (gnus-summary-exit): Use it.
10812 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10814         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10815         non-break space.
10817 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10819         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10820         Check if group is not a directory.
10821         (nnfolder-request-expire-articles): Don't delete articles if the target
10822         group is not available.
10824         * nnml.el (nnml-request-create-group): Properly check if group is not a
10825         file.
10826         (nnml-request-expire-articles): Don't delete articles if the target
10827         group is not available.
10829         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10830         Don't quote characters that are within parentheses.
10832 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10834         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10835         (gnus-handle-ephemeral-exit): Select article according to it.
10837 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10839         * message.el (message-insert-formated-citation-line): Remove newline.
10840         (message-citation-line-format): Add final \n here so that the user can
10841         avoid a blank line.
10843 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10845         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10846         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10847         Update lanl/arXiv support.
10849 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10851         * gnus.el: Bump version number.
10853 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10855         * gnus.el (gnus-version-number): Bump version.
10857 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10859         * gnus.el: No Gnus v0.6 is released.
10861 2007-04-27  Didier Verna  <didier@xemacs.org>
10863         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10864         * gmm-utils.el (gmm-regexp-concat): ... here.
10865         * message.el: Don't require 'gnus-util.
10866         (message-dont-reply-to-names): Handle name change above.
10867         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10869 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10871         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10872         since the initial value varies according to the system.
10874 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10876         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10878 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10880         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10882 2007-04-24  Didier Verna  <didier@xemacs.org>
10884         Improve the type of gnus-ignored-from-addresses.
10885         * gnus-util.el (gnus-orify-regexp): New function.
10886         * message.el (gnus-util): Require it.
10887         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10888         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10889         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10891 2007-04-24  Didier Verna  <didier@xemacs.org>
10893         * gnus-sum.el:
10894         * gnus-utils.el: Fix some trailing whitespaces.
10896 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10898         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10899         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10900         article's Message-ID; refer parent article in summary buffer.
10902         * message.el (message-bounce): Call mime-to-mml.
10904         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10905         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10906         optimize and/or forms properly.
10908 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10910         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10911         URL.
10913 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10915         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10917 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10919         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10920         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10921         displayed of multipart/alternative part if it is invoked from summary
10922         buffer.
10924         * mm-view.el (mm-inline-text-html-render-with-w3m)
10925         (mm-inline-text-html-render-with-w3m-standalone)
10926         (mm-inline-render-with-function): Use mail-parse-charset by default.
10928 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10930         * parse-time.el (parse-time-string-chars): Check if CHAR
10931         is less than the length of parse-time-syntax.
10933 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10935         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10936         from gnus-newsgroup-processable.
10938 2007-04-16  Didier Verna  <didier@xemacs.org>
10940         * gnus-msg.el (gnus-configure-posting-styles):
10941         Handle message-signature-directory properly with :file syntax.
10942         Reported by "Leo".
10944 2007-04-11  Didier Verna  <didier@xemacs.org>
10946         New user option: message-signature-directory.
10947         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10948         * message.el (message-insert-signature): Ditto.
10949         * message.el (message-signature-file): Doc update.
10950         * message.el (message-signature-directory): New.
10952 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10954         * gnus-msg.el (gnus-inews-yank-articles):
10955         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10957 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10959         * message.el (message-yank-original): Make sure cited text ends with
10960         newline; don't exchange point and mark.
10962 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10964         * tls.el (open-tls-stream): Properly handle case where there
10965         is no associated buffer.
10967 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10969         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10970         message-yank-original, make sure (< mark TEXT point).
10972 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10974         * message.el (message-fill-column): New variable.
10975         (message-mode): Use it.  Add comment on a possible new hook.
10977         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10978         (nnmail-get-new-mail): Reformat.
10980         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10982         * gmm-utils.el: Fix Commentary.
10983         (gmm-tool-bar-from-list): Fix typo in doc string.
10985 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10987         * message.el (message-yank-original): Don't switch point and mark
10988         unnecessarily to put point and mark as documented.
10990 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10992         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10993         from the message heads.
10995 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10997         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10998         article buffer does not have a window.  This may not be the best
10999         solution but is certainly better than setting the start of the null,
11000         that is the current, window.
11002 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
11004         * gnus-draft.el (gnus-draft-setup-hook): New hook.
11005         (gnus-draft-setup): Run it.
11007         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
11008         gnus-score-fast-scoring.  Allow regexp.
11009         (gnus-score-headers): Use it.
11011         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
11012         XEmacs.
11014         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
11015         string.
11016         (gnus-button-alist): Also catch `<f1> k ...'.
11017         (gnus-treat-display-x-face): Fix doc string.
11019 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11021         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
11022         evaluation of gnus-extended-version to ensure correct generation of the
11023         User-Agent header when message-generate-headers-first is used.
11025 2007-03-24  Simon Josefsson  <simon@josefsson.org>
11027         * hashcash.el (hashcash-generate-payment-async): Don't crash if
11028         hashcash-path is nil.  Don't call callback with incorrect number of
11029         parameters if val is 0.
11031 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11033         * message.el (message-required-news-headers):
11034         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
11036 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
11038         * tls.el (open-tls-stream): In handshake-waiting loop,
11039         don't wait more if there is output available to process.
11041 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
11043         * tls.el (tls-program): Doc fix.
11045 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
11047         * message.el (message-generate-new-buffers): Change the meaning of the
11048         nil value; add `standard' to the choices; treat t as `unique'; improve
11049         doc string.
11050         (gnus-select-frame-set-input-focus): Autoload.
11051         (message-buffer-name): Search for the existing message buffer if
11052         message-generate-new-buffers is nil or `standard'; treat the value t of
11053         message-generate-new-buffers as `unique'.
11054         (message-pop-to-buffer): Raise the frame already displaying the message
11055         buffer; clear the echo area after querying.
11056         (message-setup): Pass the `continue' argument to compose-mail.
11057         (message-mail): Prefer `switch-function' if it is given; search for the
11058         existing message buffer if the `continue' argument is non-nil; pass
11059         continue and switch-function arguments to compose-mail by way of
11060         message-setup.
11061         (message-mail-other-window): Adjust argument of message-setup.
11062         (message-mail-other-frame): Ditto.
11064 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11066         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
11067         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
11068         to turn font-lock on when turning gnus-message-citation-mode on.
11070 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
11072         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
11073         (mml-smime-function-alist): New variable; add epg as the backend.
11074         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
11075         mml-smime- functions instead.
11076         * mm-view.el: Require smime.
11078 2007-03-05  Didier Verna  <didier@xemacs.org>
11080         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
11081         instead of just inheritance for posting styles.
11082         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
11084 2007-02-24  Chris Moore  <dooglus@gmail.com>
11086         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
11087         * pgg-pgp.el (pgg-pgp-encrypt-region):
11088         * pgg-gpg.el (pgg-gpg-encrypt-region):
11089         Check pgg-encrypt-for-me if no other recipients.
11091 2007-02-24  John Paul Wallington  <jpw@pobox.com>
11093         * tls.el (tls-certtool-program): Fix custom type.
11095 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11097         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
11098         and point-at-eol instead of line-(beginning|end)-position.
11100         * assistant.el (assistant-parse-buffer): Ditto.
11102         * netrc.el (netrc-parse-services): Ditto.
11104 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
11106         * mml2015.el (mml2015-epg-find-usable-key): New function.
11107         (mml2015-epg-sign): Use it.
11108         (mml2015-epg-encrypt): Use it.
11110 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11112         * message.el (message-make-in-reply-to): Quote name containing
11113         non-ASCII characters.  It will make the RFC2047 encoder cause an error
11114         if there are special characters.  Reported by NAKAJI Hiroyuki
11115         <nakaji@jp.freebsd.org>.
11117 2007-02-27  Didier Verna  <didier@xemacs.org>
11119         Include the group parameters as well as the topic ones in the
11120         inheritance filter process.
11121         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
11122         argument GROUP-PARAMS-LIST.
11123         * gnus-topic.el (gnus-group-topic-parameters): Use it.
11125 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11127         * nntp.el (nntp-never-echoes-commands)
11128         (nntp-open-connection-functions-never-echo-commands): New variables.
11129         (nntp-send-command): Use them.
11131 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
11133         * mml2015.el (mml2015-epg-verify): Simplify.
11135 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11137         * mml.el (mml-content-disposition-alist): New user option.
11138         (mml-content-disposition): New function.
11139         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
11140         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
11142 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
11144         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
11145         verification.
11147 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11149         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
11150         articles posted in the last 24 hours.
11152 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
11154         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
11156 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
11158         * nntp.el (nntp-send-command): Don't wait for echoes when
11159         nntp-open-ssl-stream is used.
11161 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
11163         * gnus-cite.el (gnus-test-font-lock-add-keywords)
11164         (gnus-message-add-citation-keywords)
11165         (gnus-message-remove-citation-keywords): Remove.
11166         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11167         directly, make the variables in font-lock-defaults buffer-local, add
11168         gnus-message-citation-keywords to them and then update the value of
11169         font-lock-keywords.
11171 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11173         * message.el (message-cite-original-1): Don't call
11174         gnus-article-highlight-citation.
11176         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11177         citations; fix line count.
11179 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11181         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11182         (gnus-message-add-citation-keywords)
11183         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11184         versions of font-lock-add-keywords and font-lock-remove-keywords to
11185         work with XEmacs correctly.
11187 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11189         * gnus-cite.el (gnus-cite-face-list): Set the values of
11190         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11191         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11192         (gnus-message-cite-prefix-regexp): New variable.
11193         (gnus-message-search-citation-line): Use it; protect against long
11194         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11195         the 0th match data for Emacs.
11196         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11197         (gnus-message-add-citation-keywords): Append keywords rather than
11198         prepending; emulate font-lock-add-keywords if it is not available.
11199         (gnus-message-remove-citation-keywords):
11200         Emulate font-lock-remove-keywords if it is not available.
11202         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11204         * message.el (message-cite-prefix-regexp): Set the value of
11205         gnus-message-cite-prefix-regexp.
11207 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11209         * nnweb.el (nnweb-google-parse-1): Update parser.
11211 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11213         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11215 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11217         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11218         regexp.
11220 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11222         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11223         string-to-multibyte.
11224         (uudecode-decode-region-internal): Use it.
11226         * lpath.el: Fbind string-as-multibyte for XEmacs.
11228 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11230         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11231         Fix custom choice.
11233         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11235 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11237         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11239         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11240         `write-region' to respect `mm-inhibit-file-name-handlers'.
11242 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11244         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11245         Use gnus-home-directory instead of "~/" or "$HOME".
11247 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11249         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11250         to mention filename.
11251         Add comments at beginning regarding usage.
11252         (encrypt-write-file-contents): Change interactive so a string is
11253         acceptable.  If the file has no associated model, show an error instead
11254         of a nonsense prompt.
11256 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11258         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11259         Thanks to Yoshihiko Yamada for kind notification of this typo.
11261 2007-01-12  Kenichi Handa  <handa@m17n.org>
11263         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11264         multibyte buffer.
11266 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11268         * gnus-score.el (gnus-score-fast-scoring): New variable.
11269         (gnus-score-headers): Use it.
11271         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11273         * message.el (message-cite-original-1):
11274         Call gnus-article-highlight-citation if requested.
11275         (message-make-from): Allow name and address as optional arguments.
11277         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11279         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11280         bugs to doc string.
11281         (gnus-button-alist): Add mid\\|message-id.
11282         (gnus-button-fetch-group): Extend for use in
11283         `browse-url-browser-function'.
11284         (gnus-button-url-regexp): Try to catch paired parentheses like in
11285         Wikipedia URLs.
11287         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11288         Suggested by Simon Krahnke <overlord@gmx.li>.
11290 2007-01-13  Romain Francoise  <romain@orebokech.com>
11292         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11293         Update copyright.
11295 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11297         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11299 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11301         * gnus-registry.el (gnus-registry-unfollowed-groups)
11302         (gnus-registry-split-fancy-with-parent): Fix documentation.
11304 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11306         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11307         from nnweb groups.
11309 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11311         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11312         Xref urls.  Erase buffer before requesting head.
11314         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11316 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11318         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11319         customizable.
11321 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11323         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11324         no signing key is found.
11325         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11326         no encrypting and/or signing key is found.
11328 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11330         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11332 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11334         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11335         headers read from disk with the ones newly found in the current search.
11336         This should no longer cause problems, because the article numbers in
11337         Gmane's `nov.php' output are ignored since the previous change.
11339 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11341         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11343 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11345         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11346         replace-regexp-in-string; bind url-version; fbind display-images-p and
11347         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11348         find-face and set-itimer-function for Emacs; bind itimer-list for
11349         Emacs.
11351         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11353 2007-01-01  Romain Francoise  <romain@orebokech.com>
11355         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11357 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11359         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11360         `define-minor-mode' macro definition expanded properly.
11361         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11362         exclude it there.
11364         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11365         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11366         `fboundp' test.
11367         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11368         This is OK to autoload in (S)XEmacs now.
11370 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11372         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11373         keystroke.
11374         (gnus-summary-limit-to-singletons): Fix typo.
11376         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11377         else fails.
11379 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11381         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11382         docstring.
11384         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11385         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11386         (gnus-summary-insert-dormant-articles): Fix typo in message.
11388 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11390         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11391         nil for XEmacs.
11392         (gnus-message-citation-mode): Don't autoload in XEmacs.
11394         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11396 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11398         * nnimap.el (nnimap-expunge-search-string):
11399         Mention nnimap-search-uids-not-since-is-evil in docstring.
11401 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11403         * spam.el: Revert to make-obsolete-variable because
11404         define-obsolete-variable-alias is not supported in Emacs 21.
11406         * spam.el (spam-ifile-path, spam-ifile-database-path)
11407         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11408         make-obsolete-variable.
11409         (spam-bsfilter-path, spam-bsfilter-program)
11410         (spam-spamassassin-path, spam-spamassassin-program)
11411         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11412         Don't use "path" inappropriately.
11413         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11414         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11415         variable names.
11417 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11419         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11420         summary buffer.
11422         * password.el (password-cache-remove): Use clear-string to burn
11423         password, if available.
11425 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11427         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11429         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11431         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11432         (gnus-message-highlight-citation): Move defcustom here from
11433         gnus-cite.el.
11434         (gnus-message-citation-mode): Autoload.
11436         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11437         checks to make it compile with XEmacs.
11438         (gnus-message-citation-mode): New minor mode.
11439         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11440         (gnus-message-highlight-citation): New variables.
11441         (gnus-message-search-citation-line)
11442         (gnus-message-add-citation-keywords)
11443         (gnus-message-remove-citation-keywords)
11444         (turn-on-gnus-message-citation-mode)
11445         (turn-off-gnus-message-citation-mode): New functions.
11447 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11449         * gnus-cite.el: Enable highlighting of different citation levels in
11450         message-mode.
11452 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11454         * message.el (message-make-fqdn): Fix comment.
11455         (message-bogus-system-names): Add ".local".
11457         * spam.el (spam-ifile-path, spam-ifile-program)
11458         (spam-ifile-database-path, spam-ifile-database)
11459         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11460         Don't use "path" inappropriately.
11461         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11462         strings.
11463         (spam-check-ifile, spam-ifile-register-with-ifile)
11464         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11465         Use new variable names.
11467         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11468         (gnus-treat-display-smileys): Simplify using
11469         gnus-image-type-available-p.
11471         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11472         available.
11474         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11475         Use `display-images-p' if available.
11477 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11479         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11480         one after turning on the buffer's multibyteness instead of decoding
11481         them directly in the unibyte buffer that causes unexpected conversion
11482         in Emacs 23 (unicode).
11484 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11486         * message.el (message-generate-hashcash): Fix custom type.
11488 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11490         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11492 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11494         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11495         disconnect icons.  Add help text.
11497 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11499         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11500         negated to be consistent with the others we handle.
11502 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11504         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11505         version of gnus-summary-buffer to something, so that we can use two
11506         article buffers at the same time.
11508 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11510         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11511         trigger all the extra headers.
11512         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11513         sorting.
11515 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11517         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11518         solid groups.
11520 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11522         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11524 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11526         * legacy-gnus-agent.el: Add Copyright notice.
11528 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11530         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11532 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11534         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11536         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11537         to make it work reliably in CVS Emacs.
11538         (gnus-summary-limit-strange-charsets-predicate)
11539         (gnus-summary-limit-to-predicate): New functions.
11541 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11543         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11544         specifying array size.
11545         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11546         array if it is too small.
11547         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11548         (gnus-sort-threads-loop): New function.
11550 2006-12-06  Chris Moore  <dooglus@gmail.com>
11552         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11553         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11555 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11557         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11558         options.
11560 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11562         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11563         DOS-ing the recipient.
11565         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11566         the headers when creating the mapping to avoid mismappings.
11567         (nnweb-gmane-create-mapping): Always nix out old mapping.
11569 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11571         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11572         and mm-verify-option to never.
11574 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11576         * message.el (message-signed-or-encrypted-p): New function.
11577         (message-forward-make-body): Use it.
11579         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11580         Replace encode-coding-string with mm-encode-coding-string.
11582 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11584         * nneething.el (nneething-decode-file-name):
11585         Replace decode-coding-string with mm-decode-coding-string.
11587         * gnus-int.el (gnus-open-server): Say failed server's name.
11589 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11591         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11592         strings to a single string.  Quote `errors-file-name'.
11593         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11594         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11595         Adjust calls.  Use `shell-quote-argument'.
11597 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11599         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11600         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11602         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11603         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11604         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11605         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11606         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11607         (gnus-subscribe-newsgroup, gnus-1):
11608         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11609         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11610         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11611         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11613 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11615         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11616         keystroke.
11617         (gnus-summary-limit-to-bodies): Implement headersp.
11619 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11621         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11623 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11625         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11627 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11629         * message.el (message-generate-hashcash): Expand range of values to
11630         include `opportunistic'.
11631         (message-send-mail): Use it.
11633 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11635         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11636         and comment it.
11638         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11640 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11642         * gnus-util.el (gnus-extract-address-components): Improve comment.
11644 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11646         * gnus-util.el (gnus-extract-address-components): Work with address in
11647         which the name portion contains @.
11649         * lpath.el: Fbind custom-autoload.
11651 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11653         * gnus.el (gnus-start): Move custom group up.
11654         (gnus-select-method): Don't autoload, but make it available for
11655         `customize-variable'.
11656         (gnus-getenv-nntpserver): Don't autoload.
11658 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11660         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11662 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11664         * message.el (message-sendmail-extra-arguments): New variable.
11665         (message-send-mail-with-sendmail): Use it.
11667 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11669         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11670         mm-with-unibyte-current-buffer to make string unibyte.
11672         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11673         mm-string-as-multibyte.
11675 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11677         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11678         Reported by Werner Koch <wk@gnupg.org>.
11680 2006-11-14  Daiki Ueno  <ueno@p360>
11682         * mml2015.el: Autoload epa-select-keys when compiling.
11684 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11686         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11687         message-options.
11688         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11690 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11692         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11693         EasyPG (< 0.0.6).
11694         (mml2015-always-trust): New user option.
11695         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11696         prompt.
11698 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11700         * nntp.el (nntp-authinfo-force): New variable.
11701         (nntp-send-authinfo): Use it.
11703 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11705         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11706         decode encoded words.  Improve prompt.  Add comment about forwarding.
11707         (message-replacement-char): Move up.
11709 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11711         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11712         instead of gnus-intersection because arguments of gnus-sorted-nunion
11713         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11715 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11717         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11718         (message-simplify-subject-functions):
11719         Enable message-strip-subject-encoded-words by default.
11721 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11723         * message.el (message-strip-subject-encoded-words): New function.
11724         (message-simplify-subject-functions): New variable.
11725         (message-simplify-subject): Use it.  Fix typo in doc string.
11726         Support message-strip-subject-encoded-words.
11728 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11730         * gnus-diary.el (gnus-diary-delay-format-function):
11731         * nndiary.el (nndiary-reminders):
11732         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11734 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11736         * gnus-art.el (article-hide-boring-headers): Fetch date from
11737         gnus-original-article-buffer to avoid problems with localized date
11738         strings.
11740 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11742         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11744 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11746         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11747         New variables.
11748         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11749         (mm-charset-synonym-alist): Move some entries to
11750         mm-codepage-iso-8859-list.
11751         (mm-charset-synonym-alist, mm-charset-override-alist):
11752         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11754 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11756         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11758 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11760         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11761         with Emacs 21 and XEmacs.
11763 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11765         * spam.el (spam-parse-address): New function for better parsing,
11766         catching errors, etc.
11767         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11769 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11771         * mm-view.el: Add interactive arg to html2text autoload.
11773 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11775         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11777 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11779         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11780         New variables.
11781         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11782         (mm-charset-synonym-alist): Move some entries to
11783         mm-codepage-iso-8859-list.
11785         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11787 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11789         * message.el (message-citation-line-format)
11790         (message-insert-formated-citation-line): Fix implementation of %E, %N
11791         and %n according to the doc string.
11793 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11795         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11796         Use car-safe to avoid bad parses.
11798 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11800         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11801         names.
11803         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11805 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11807         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11808         header.
11810         * message.el (message-draft-headers): Add Date.
11811         (message-headers-to-generate): Fix typo in docstring.
11813         * nndraft.el (nndraft-required-headers): New variable.
11814         (nndraft-generate-headers): Use it.
11816         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11818 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11820         * gnus-registry.el (gnus-registry-wash-for-keywords)
11821         (gnus-registry-find-keywords): New functions to allow easy searching of
11822         articles that are in the registry.
11824 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11826         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11827         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11828         Reported by Damien Elmes <damien@repose.cx>.
11830 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11832         * gnus.el (gnus-mime): Remove unused custom group.
11834 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11836         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11837         "blank line" when searching for end of armor headers.
11839 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11841         * gmm-utils.el (gmm-write-region): Fix variable name.
11843 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11845         * gmm-utils.el (gmm-write-region): New function based on compatibility
11846         code from `mm-make-temp-file'.
11848         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11850         * nnmaildir.el (nnmaildir--update-nov)
11851         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11852         Use `gmm-write-region'.
11854 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11856         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11857         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11859         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11861         * message.el (message-replacement-char): New variable.
11862         (message-fix-before-sending): Use it.
11863         (message-simplify-subject): New function to remove duplicate code.
11864         (message-reply, message-followup): Use it.
11866         * gnus-sum.el (gnus-summary-make-menu-bar):
11867         Clarify gnus-summary-limit-to-articles.
11869 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11871         * gnus-util.el (gnus-with-local-quit): New macro.
11873         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11875 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11877         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11878         ignore non-string data.
11880 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11882         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11883         non-string data (needs to be done in the registry too).
11885 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11887         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11888         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11889         (gnus-registry-split-fancy-with-parent)
11890         (gnus-registry-fetch-simplified-message-subject-fast)
11891         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11892         Remove text properties on ingress into the registry and when it's saved.
11893         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11894         registry from entries with no groups.
11896 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11898         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11899         function to remove string properties.
11901 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11903         * gmm-utils.el (gmm): Adjust custom version.
11905         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11906         Adjust custom version.
11908         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11910 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11912         * gnus-art.el (gnus-insert-prev-page-button)
11913         (gnus-insert-next-page-button): Simplify.  Reformat.
11915 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11917         * gnus-art.el (gnus-insert-prev-page-button)
11918         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11920 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11922         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11924 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11926         * gnus-art.el (gnus-insert-mime-button)
11927         (gnus-insert-mime-security-button):
11928         Apply gnus-article-button-face to MIME and security buttons.
11930 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11932         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11933         readable.
11935 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11937         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11939 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11941         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11942         `browse-url-of-file' instead of `browse-url'.
11944 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11946         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11947         regexp.  Articles containing quotation were cut prematurely.
11949 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11951         * message.el (message-cite-original-1): Use nobody by default for the
11952         value of From header.
11953         (message-reply): Ditto.
11955 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11957         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11958         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11959         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11961 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11963         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11964         mails in the doc string.  Add some URLs in comment.
11965         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11967 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11969         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11970         backslashes handling and the way to find boundaries of quoted strings.
11972 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11974         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11975         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11976         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11977         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11979 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11981         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11982         doc string.
11983         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11985 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11987         * lpath.el: Fbind epg-check-configuration.
11989 2006-09-06  Simon Josefsson  <jas@extundo.com>
11991         * mml2015.el (mml2015-use): Doc fix, mention epg.
11993 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11995         * mml2015.el (mml2015-use): Default to epg, if available.
11997 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11999         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
12000         message-sender.
12001         (mml1991-epg-encrypt): Ditto.
12002         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
12003         message-sender.
12004         (mml2015-epg-encrypt): Ditto.
12006 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
12008         * message.el (message-send-mail-with-sendmail): Look for sendmail in
12009         several common directories.
12011 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
12013         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
12014         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
12016 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12018         * gnus-art.el (article-decode-encoded-words): Make it fast.
12020 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
12022         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
12024         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
12025         in quoted string into `\'.
12027 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12029         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12030         Use standard-syntax-table.
12032 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
12034         * gnus-art.el (gnus-decode-address-function): New variable.
12035         (article-decode-encoded-words): Use it to decode headers which are
12036         assumed to contain addresses.
12037         (gnus-mime-delete-part): Remove useless `or'.
12039         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
12040         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
12041         (gnus-nov-parse-line): Use it to decode From header.
12042         (gnus-get-newsgroup-headers): Ditto.
12043         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
12045         * mail-parse.el (mail-decode-encoded-address-region): New alias.
12046         (mail-decode-encoded-address-string): New alias.
12048         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
12049         New function.
12050         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
12051         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
12052         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
12053         (rfc2047-decode-string): Ditto.
12054         (rfc2047-decode-address-region): New function.
12055         (rfc2047-decode-address-string): New function.
12057 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
12059         * message.el (message-caesar-buffer-body): Allow rotating headers.
12061         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
12063         * message.el (message-insert-formated-citation-line): Fix %f.
12064         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
12066 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12068         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
12069         (gnus-bookmark-mouse-available-p): New macro.
12070         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
12071         (gnus-bookmark-bmenu-show-infos): Use it.
12072         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
12073         (gnus-bookmark-bmenu-hide-infos): Ditto.
12074         (gnus-bookmark-remove-properties): New function.
12075         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
12076         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
12077         (gnus-bookmark-write-file): Bind coding-system-for-write.
12078         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
12079         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
12080         group before selecting it.
12081         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
12082         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
12083         quit-window if it is not available; use gnus-mouse-2 and bind it to
12084         gnus-bookmark-bmenu-select-by-mouse.
12085         (gnus-bookmark-show-details): Remove unused variable `details-list'.
12086         (gnus-bookmark-bmenu-select-by-mouse): New function.
12088 2006-08-13  Romain Francoise  <romain@orebokech.com>
12090         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
12091         space.
12093 2006-08-10  Romain Francoise  <romain@orebokech.com>
12095         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
12096         (dns-mode-soa-auto-increment-serial): New user option.
12097         (dns-mode-soa-maybe-increment-serial): New function.
12098         (dns-mode): Add the latter to `write-contents-functions'.
12100 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12102         * compface.el (uncompface): Use binary rather than raw-text-unix.
12104 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
12106         * compface.el (uncompface): Make sure the eol conversion doesn't take
12107         place when communicating with the external programs.
12108         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
12110 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
12112         * nnheader.el (nnheader-insert-head): Fix typo in comment.
12114 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12116         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12117         Make it more robust by parsing author and date independently.
12119 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12121         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
12123 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
12125         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
12126         first matching secret key.
12127         (mml2015-epg-encrypt): Ditto.
12129         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
12130         first matching secret key.
12131         (mml1991-epg-encrypt): Ditto.
12133         * mml2015.el (mml2015-encrypt-to-self): New user option.
12134         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
12135         mml2015-epg-encrypt-to-self is set.
12137         * mml1991.el (mml1991-encrypt-to-self): New variable.
12138         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
12139         mml1991-epg-encrypt-to-self is set.
12141         * mml2015.el (mml2015-signers): New user option.
12142         (mml2015-epg-sign): Reflect the value of mml2015-signers.
12143         (mml2015-epg-encrypt): Allow to select signing keys.
12145         * mml1991.el (mml1991-signers): New variable.
12146         (mml1991-epg-sign): Reflect the value of mml1991-signers.
12147         (mml1991-epg-encrypt): Allow to select signing keys.
12149 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12151         * nnheader.el (nnheader-insert-head): Make it work even if the file
12152         uses CRLF for the line-break code.
12154 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
12156         * mml2015.el: Require mml-sec instead of password.
12157         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
12158         (mml2015-cache-passphrase): Inherit the default value from
12159         mml-secure-cache-passphrase.
12160         (mml2015-passphrase-cache-expiry): Inherit the default value from
12161         mml-secure-passphrase-cache-expiry.
12163         * mml1991.el: Require mml-sec instead of password.
12164         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12165         (mml1991-cache-passphrase): Inherit the default value from
12166         mml-secure-cache-passphrase.
12167         (mml1991-passphrase-cache-expiry): Inherit the default value from
12168         mml-secure-passphrase-cache-expiry.
12170         * mml-sec.el: Require password.
12171         (mml-secure-verbose): New user option.
12172         (mml-secure-cache-passphrase): New user option.
12173         (mml-secure-passphrase-cache-expiry): New user option.
12175 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12177         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12178         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12179         andreas@altroot.de (Andreas Vögele).
12181         FIXME: Use `tiny change'?
12183 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12185         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12186         workaround for the url package included with Emacs.
12188         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12190 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12192         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12193         correctly.  This fixes a bug caused by the 2006-05-12 change.
12195 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12197         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12198         some information about the error when saying that the `bogus' mail
12199         group will be used.
12201 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12203         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12204         string.
12206 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12208         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12210 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12212         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12214 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12216         * mml1991.el (mml1991-function-alist): Add epg.
12217         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12218         (mml1991-epg-encrypt): New functions.
12220 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12222         * mml2015.el (mml2015-verbose): New variable.
12223         (mml2015-cache-passphrase): Ditto.
12224         (mml2015-passphrase-cache-expiry): Ditto.
12225         (mml2015-function-alist): Add epg.
12226         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12227         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12228         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12229         New functions.
12231 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12233         * message.el (message-cite-original-1): Preserve region when removing
12234         quoted text due to X-No-Archive in order to avoid bogus attribution
12235         when citing multiple messages.
12237 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12239         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12240         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12242 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12244         * gnus-diary.el (gnus-user-format-function-d)
12245         (gnus-user-format-function-D): Autoload.
12247         * imap.el (Commentary): Fix typo.
12249         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12250         2006-04-22 contribution.
12252 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12254         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12255         It didn't really fix the bogosity I'm seeing with solid web groups.
12257 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12259         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12260         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12261         created using server names.  If we use the feature without declaring
12262         it, Gnus does not properly manage server and group state.
12264         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12265         bound.
12267 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12269         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12270         looking up the method using GROUP's prefix before inventing a new one.
12271         It is used on killed/unknown groups in various places where returning
12272         an all-new method isn't expected by the caller.
12274         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12275         and match semantics of gnus-group-real-prefix.
12277 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12279         * nnmail.el (nnmail-broken-references-mailers): New variable.
12280         (nnmail-ignore-broken-references): New function generalizing
12281         nnmail-fix-eudora-headers.
12282         (nnmail-fix-eudora-headers): Now obsolete.
12284         * gnus-art.el (gnus-button-handle-custom):
12285         Support `customize-apropos*'.
12287 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12289         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12291         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12292         articles.
12294 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12296         * message.el (message-cite-reply-above): New variable.
12297         (message-yank-original): Use it.
12299 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12301         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12303 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12305         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12306         as read.
12308         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12310 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12312         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12313         (gnus-bookmark-default-file): Use gnus-directory.
12314         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12315         Remove "*" in doc string.
12316         (gnus-bookmark-write-file): Simplify.
12317         (gnus-bookmark-maybe-sort-alist): Use `when'.
12318         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12319         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12320         Add FIXME about Emacs 21 and XEmacs compatibility.
12321         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12322         compatibility.
12323         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12324         compatibility.
12325         (gnus-bookmark-menu-heading): Fix version.
12327 2006-06-19  Bastien Guerry  <bzg@altern.org>
12329         * gnus-bookmark.el: New file.
12331 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12333         * message.el (message-syntax-checks): Doc fix.
12335 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12337         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12338         unsubscribed groups as if they were killed ones.  It causes duplicate
12339         entries in gnus-newsrc-alist.
12341 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12343         * message.el (message-syntax-checks): Doc fix.
12344         (message-send-mail): Add check for continuation headers.
12345         (message-check-news-header-syntax): Fix regexp used to check for
12346         continuation headers.
12348 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12350         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12352 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12354         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12356 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12358         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12359         default-truncate-lines.
12361 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12363         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12364         to fill the utf-8 entry.
12366         * lpath.el: Fbind unicode-precedence-list.
12368 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12370         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12372 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12374         * gnus-agent.el (directory-files-and-attributes): Move all the way
12375         forward (the third and final move).
12376         (gnus-agent-read-agentview): Trap reconstruction errors due to
12377         nonexistent directory.  Handle by returning nil.
12379 2006-05-30  Didier Verna  <didier@xemacs.org>
12381         * message.el (message-dont-reply-to-names): Update the custom type.
12382         * message.el (message-dont-reply-to-names): New defsubst: potentially
12383         convert a list of regexps into a single one.
12384         * message.el (message-get-reply-headers): Use it.
12385         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12387 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12389         * gnus-agent.el (directory-files-and-attributes): Move forward.
12391 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12393         * gnus-ml.el (gnus-mailing-list-subscribe)
12394         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12395         (gnus-mailing-list-message): Fix doc strings.
12397 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12399         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12400         of doing it manually.
12402 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12404         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12405         comment.
12407 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12409         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12410         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12411         (gnus-agent-read-local): All symbols allocated in my-obarray.
12412         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12413         (gnus-agent-regenerate-group): Check numeric names to see if they are
12414         messages or groups.
12415         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12416         better way of do this...)
12418         * gnus-cache.el (gnus-agent-total-fetched-for):
12419         Ignore 'dummy.group' (there should be a better way of do this...)
12421 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12423         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12424         (gnus-saved-headers): Ditto.
12425         (gnus-default-article-saver): Mention functions may have properties.
12426         (gnus-article-save): Override gnus-save-all-headers and
12427         gnus-saved-headers by :headers property which saver function may have.
12428         (gnus-summary-save-in-file): Add :headers property.
12429         (gnus-summary-write-to-file): Ditto.
12431         * gnus-sum.el (gnus-summary-save-article): Bind
12432         gnus-prompt-before-saving to t when saving many articles in a file;
12433         always show all headers.
12435         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12437 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12439         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12440         marks.
12442         * message.el (message-indent-citation): Add optional arguments to allow
12443         using it outside of message buffers.
12445         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12446         (gnus-article-treat-unfold-headers): Use it.
12447         (gnus-article-truncate-lines): New variable.
12448         (gnus-article-mode): Use it.
12449         (gnus-article-toggle-truncate-lines): New function.
12451         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12452         Add gnus-article-toggle-truncate-lines.
12454         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12455         coding system in XEmacs, use binary.
12457 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12459         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12460         after-load-alist.
12462         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12463         this function should save decoded articles.
12464         (gnus-summary-write-to-file): Use property to specify this function
12465         should save decoded articles and specify gnus-summary-save-in-file
12466         should be used to save articles other than the first one when saving
12467         many articles.
12468         (gnus-summary-save-body-in-file): Use property to specify this
12469         function should save decoded articles.
12470         (gnus-summary-write-body-to-file): Use property to specify this
12471         function should save decoded articles and specify
12472         gnus-summary-save-body-in-file should be used to save articles other
12473         than the first one when saving many articles.
12475         * gnus-sum.el (gnus-summary-save-article): Simplify.
12477 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12479         * gnus-art.el (gnus-default-article-saver):
12480         Add gnus-summary-write-body-to-file.
12481         (gnus-article-save-coding-system): Don't use coding system object
12482         in XEmacs.
12483         (gnus-read-save-file-name): Add optional `dir-var' argument which
12484         specifies directory in which files are saved; work even if optional
12485         `variable' argument is not specified.
12486         (gnus-summary-write-to-file): Read file name.
12487         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12488         (gnus-summary-write-body-to-file): New function.
12490         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12491         (gnus-summary-local-variables): Add it.
12492         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12493         (gnus-summary-save-article): Remove optional `decode' argument;
12494         determine whether to decode articles by the value of
12495         gnus-default-article-saver; when saving many files using
12496         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12497         it first and use gnus-summary-save-in-file or
12498         gnus-summary-save-body-in-file thereafter unless
12499         gnus-prompt-before-saving is always; move point to article which
12500         will be saved.
12501         (gnus-summary-save-article-file): Revert.
12502         (gnus-summary-write-article-file): Revert.
12503         (gnus-summary-save-article-body-file): Revert.
12504         (gnus-summary-write-article-body-file): New function.
12506 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12508         * gnus-art.el (gnus-default-article-saver): Doc fix.
12509         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12510         from gnus-summary-save-article-coding-system, and default to a
12511         certain coding system.
12512         (gnus-output-to-file): Add coding cookie and encode text according
12513         to gnus-article-save-coding-system; don't use mm-append-to-file.
12515         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12516         gnus-art.el and rename to gnus-article-save-coding-system.
12517         (gnus-summary-save-article): Require gnus-art; don't show all
12518         headers if it decodes articles; don't add coding cookie here;
12519         don't bind mm-text-coding-system-for-write.
12520         (gnus-summary-save-article-file): Save decoded articles.
12521         (gnus-summary-write-article-file): When saving many files, use
12522         gnus-summary-write-to-file first and gnus-summary-save-in-file
12523         thereafter unless gnus-prompt-before-saving is always.
12524         (gnus-summary-save-article-body-file): Save decoded articles.
12526         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12528 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12530         * nnrss.el (nnrss-check-group): Bind hash-index.
12532 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12534         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12535         its hash index.  Store this hash in `nnrss-group-data'.
12536         (nnrss-read-group-data): Update accordingly.
12538 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12540         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12541         entry.
12543         * gnus-sum.el (gnus-summary-make-menu-bar):
12544         Add gnus-article-browse-html-article.
12546 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12548         * gnus-sum.el (gnus-summary-mime-map):
12549         Add gnus-article-browse-html-article.
12551         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12553 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12555         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12556         suitable coding systems in customize.
12558 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12560         * mail-source.el (mail-sources): Fix custom type.
12562 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12564         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12565         (gnus-summary-expire-articles-now): Shorten prompt.
12567         * gmm-utils.el (wid-edit): Require.
12568         (defun-gmm): Rename from `gmm-defun-compat'.
12569         (gmm-image-search-load-path): Use it.
12570         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12572 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12574         * gnus-sum.el (gnus-summary-save-article-coding-system):
12575         New variable.
12576         (gnus-summary-save-article): Add optional `decode' argument.
12577         If it is set and gnus-summary-save-article-coding-system is non-nil,
12578         save decoded article.
12579         (gnus-summary-write-article-file): Save decoded article if
12580         gnus-summary-save-article-coding-system is non-nil.
12582         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12583         type.
12585 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12587         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12589 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12591         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12592         first to test gnus-single-article-buffer which may be buffer-local.
12594         * gnus-sum.el (gnus-summary-setup-buffer):
12595         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12596         group; make gnus-article-buffer, gnus-article-current, and
12597         gnus-original-article-buffer always buffer-local.
12598         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12599         group.
12600         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12602 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12604         * nnml.el (nnml-request-compact-group): Compressed files might not
12605         have .gz extension.
12607 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12609         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12610         (mm-copy-to-buffer): Use with-current-buffer.
12611         (mm-display-part): Simplify.
12612         (mm-inlinable-p): Add optional arg `type'.
12614 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12616         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12617         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12618         Try harder to show the attachment internally or externally using
12619         gnus-mime-view-part-as-type.
12621 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12623         * message.el (message-from-style, message-signature-separator)
12624         (message-user-organization-file, message-send-mail-function)
12625         (message-citation-line-function, message-yank-prefix)
12626         (message-indent-citation-function, message-signature)
12627         (message-signature-file, message-signature-insert-empty-line):
12628         Remove autoloads.
12630         * gnus-art.el (gnus-buttonized-mime-types):
12631         Remove "multipart/signed".  Revert 2006-04-26 change.
12633 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12635         * gnus.el (gnus-version-number): Bump version.
12637 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12639         * gnus.el: No Gnus v0.5 is released.
12641 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12643         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12644         fetching articles by message-id.
12646 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12648         * message.el (hashcash): Require hashcash as normal.
12650         * ecomplete.el (ecomplete-highlight-match-line):
12651         Use point-at-eol.
12652         (ecomplete-highlight-match-line): Use `highlight', because that
12653         face exists in both Emacs and XEmacs.
12655         * message.el (message-display-abbrev): Use point-at-bol.
12657         * mail-source.el: Don't require timer/timer-funcs.
12659         * gnus-async.el: Ditto.
12661         * password.el: Ditto.
12663         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12665         * mm-url.el: Ditto.
12667         * gnus-xmas.el: Don't require timer-funcs.
12669         * mm-util.el: Require timer/timer-funcs.
12671 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12673         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12674         Close.
12676 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12678         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12679         unibyte after clear-decrypt function runs.
12681         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12682         returns as a unibyte string.
12684 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12686         * lpath.el: Revert.
12688         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12689         (pgg-gpg-process-sentinel): Revert.
12691         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12692         (pgg-pgp-lookup-key): Revert.
12694         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12695         (pgg-pgp5-lookup-key): Revert.
12697         * pgg.el (pgg-fetch-key): Revert.
12699 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12701         * lpath.el: Fbind string-as-multibyte for XEmacs.
12703         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12704         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12705         (mml1991-pgg-encrypt): Ditto.
12707         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12708         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12709         a multibyte buffer.
12711         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12712         (pgg-pgp-lookup-key): Ditto.
12714         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12715         (pgg-pgp5-lookup-key): Ditto.
12717         * pgg.el (pgg-fetch-key): Ditto.
12719 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12721         * message.el (message-user-organization-file): Check several
12722         locations of the organization file.
12724         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12725         Add gnus-article-view-part-as-type.
12727         * gnus-art.el (gnus-article-view-part-as-type): New function.
12729         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12730         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12732         * mml.el: Simplify autoload.
12733         (mml-mode): defvar dnd-protocol-alist instead of using
12734         symbol-value.
12735         (mml-default-directory): New variable.
12736         (mml-minibuffer-read-file): Use it.
12737         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12739         * message.el (message-citation-line-format): New variable.
12740         (message-insert-formated-citation-line): New function.
12741         (message-citation-line-function):
12742         Add `message-insert-formated-citation-line' to custom type.
12744         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12745         to doc string.
12747         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12748         depending on mm-verify-option.
12750 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12752         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12753         binding pgg-* variables; reimplement the section which prevents
12754         MIME header from being signed.
12755         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12756         pgg-text-mode; remove a blank line at the top of body.
12758         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12759         lines at the top of body; use gnus-newsgroup-charset if there's no
12760         Charset header.
12762 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12764         * message.el (message-self-insert-commands): Doc fix.
12766         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12767         (mm-uu-pgp-encrypted-test): Ditto.
12768         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12769         between header and body; return application/pgp-encrypted handle
12770         if decryption failed; decode decrypted body by charset.
12772         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12773         element match to application/pgp-*.
12775 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12777         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12778         HTML.
12780 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12782         * mail-source.el (mail-source-call-script): Message the error
12783         string.
12785 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12787         * gnus-util.el (gnus-byte-compile): Use it.
12789 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12791         * gnus-util.el (kill-empty-logs): New function.
12793 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12795         * message.el (message-mail-alias-type): Doc fix.
12796         (message-mail-alias-type-p): New function.
12797         (message-send): Use it.
12798         (message-mode): Ditto.
12799         (message-strip-forbidden-properties): Ditto.
12801         * ecomplete.el (ecomplete-database-file-coding-system):
12802         New variable.
12803         (ecomplete-save): Use it.
12804         (ecomplete-setup): Use it.
12806 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12808         * message.el (message-self-insert-commands): New variable.
12809         (message-strip-forbidden-properties): Use it.
12811 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12813         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12814         that doesn't make XEmacs choke.
12816 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12818         * gnus-util.el (gnus-replace-in-string):
12819         Prefer replace-regexp-in-string over of replace-in-string.
12821 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12823         * gnus-util.el (gnus-select-frame-set-input-focus):
12824         Use select-frame-set-input-focus if it is available in XEmacs; use
12825         definition defined in Emacs 22 for old Emacsen.
12827         * dgnushack.el: Autoload unmorse-region for XEmacs.
12829         * lpath.el: Bind cursor-in-non-selected-windows and
12830         select-frame-set-input-focus for XEmacs.
12832 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12834         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12836 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12838         * gnus-registry.el (gnus-registry-cache-save): Remove text
12839         properties when saving via the temp buffer.
12841 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12843         * message.el (message-generate-hashcash): Honor custom type.
12845 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12847         * message.el (message-generate-hashcash): Default to non-nil when
12848         hashcash is found.
12850         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12851         (gnus-refer-thread-limit): Increase default to 500.
12853         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12855         * flow-fill.el (fill-flowed): Allow delete-space.
12857 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12859         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12860         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12861         Remove autoloads.
12863 2006-04-18  Simon Josefsson  <jas@extundo.com>
12865         * message.el (message-generate-hashcash): Default to.
12867 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12869         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12870         concatenating segments rather than before concatenating them.
12872 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12874         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12876 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12878         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12880         * message.el (message-forward-make-body-plain):
12881         Allow message-forward-ignored-headers to be a list.
12882         (message-remove-ignored-headers): Factor out into function.
12883         (message-forward-make-body-mml): Use it.
12885         * imap.el (imap-quote-specials): New function.
12886         (imap-login-auth): Quote specials.
12888         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12889         (rfc2231-parse-string): Allow concatanation of parameters that
12890         aren't contiguous.  The test case is
12891           (mail-header-parse-content-type "message/external-body;
12892             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12893             access-type=LOCAL-FILE;
12894             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12896 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12898         * nntp.el (nntp-accept-process-output): Return the value of
12899         `nnheader-accept-process-output'.
12901 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12903         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12904         (gnus-button-alist): Recognize more diff formats.
12905         (gnus-button-patch): Strip directory.
12907 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12909         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12910         Emacs 22 when setting focus.
12912 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12914         * gnus-art.el (gnus-article-treat-types): Do treatment of
12915         text/x-verbatim parts.
12916         (gnus-button-patch): New command.
12918         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12919         addresses that contain invalid characters.
12921 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12923         * message.el (message-put-addresses-in-ecomplete):
12924         Use gnus-replace-in-string.
12925         (message-is-yours-p): Use the more correct
12926         mail-header-parse-address instead of
12927         mail-extract-address-components.
12928         (message-put-addresses-in-ecomplete): Fix typo.
12930         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12931         keystroke.
12933         * gnus-art.el (gnus-treatment-function-alist): Change order of
12934         newsgroups/generic header folding to avoid double-folding.
12936         * message.el (message-hidden-headers): Add X-Draft-From.
12938         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12939         New command.
12940         (gnus-summary-repeat-search-article-backward): New command.
12942         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12943         groups in the parent topic.
12945 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12947         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12948         (spam-extra-header-to-number): Return the CRM114 number as a
12949         number instead of a string.
12951 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12953         * gnus-art.el (gnus-face-properties-alist): Move here from
12954         gnus-fun.
12956         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12958 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12960         * message.el (message-strip-forbidden-properties): Only display on
12961         self-insert-command.
12963         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12964         reindent.
12965         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12967 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12969         * smiley.el (smiley-style): Fix typo.
12971 2006-03-23  Kenichi Handa  <handa@m17n.org>
12973         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12974         instead of set-buffer-multibyte.
12976 2006-03-23  Kenichi Handa  <handa@m17n.org>
12978         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12979         buffer and then decode the buffer text if necessary.
12980         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12981         first, and after mm-encode-body, change the buffer to unibyte.
12983 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12985         * hashcash.el (hashcash-insert-payment-async-2):
12986         Use message-goto-eoh instead of doing it manually.
12987         (mail-add-payment): Use message-narrow-to-header instead of trying
12988         to do the same itself.
12990         * message.el (message-hidden-headers): Add Face.
12992         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12993         reparenting code.
12994         (gnus-summary-reparent-children): Refactored out code.
12995         (gnus-summary-thread-map): New keystroke.
12996         (gnus-summary-reparent-children): Make into command.
12998         * smiley.el (smiley-style): Default to `medium' if using a large
12999         font.
13001         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
13002         does it itself.
13004         * message.el (message-point-in-header-p): Simplify definition.
13006 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13008         * nnagent.el (nnagent-request-set-mark): Silence log file
13009         writing.
13010         (nnagent-request-set-mark): Use write-region instead of
13011         append-to-file.
13013         * gnus-sum.el (gnus-read-header): Fudge article number if using a
13014         strange select method.
13016         * ecomplete.el (ecomplete-display-matches): Get highlightling
13017         right.
13018         (ecomplete-display-matches): Use literals.
13019         (ecomplete-display-matches): Disable message logging.
13021         * message.el (message-display-abbrev): Small optimization.
13023         * ecomplete.el (ecomplete-display-matches): Allow automatic
13024         display.
13026         * message.el (message-strip-forbidden-properties):
13027         Display abbrevs.
13028         (message-display-abbrev): Get automatic display right.
13030         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
13031         keystrokes.
13033 2006-04-13  Romain Francoise  <romain@orebokech.com>
13035         TODO: Backport to v5-10!
13037         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
13038         Move here (and rename) from gnus-registry.el.
13040         * gnus-registry.el: Require gnus-util.
13041         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
13043 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13045         * gnus-group.el (gnus-group-catchup-current):
13046         Change if-then-else-if-then-else into cond.
13047         (gnus-group-catchup): Indent.
13048         (group-name-at-point): New function.
13049         (gnus-fetch-group): Provide default from thing at point.
13051 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13053         * message.el (message-display-abbrev): Fix regexp.
13055         * ecomplete.el (ecomplete-highlight-match-line):
13056         Reimplement choosing.
13057         (ecomplete-highlight-match-line): Fix up code rewrite, remove
13058         dead variables.
13060         * message.el (message-newline-and-indent): Remove debugging.
13061         (message-display-abbrev): Use new implementation.
13063 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
13065         * gnus-art.el (gnus-article-mode):
13066         Set cursor-in-non-selected-windows to nil.
13068         * smiley.el: Revert previous change.
13069         (smiley-data-directory): defvar it before using it in the
13070         defcustom of `smiley-style'.
13072 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13074         * message.el (message-newline-and-indent): New function.
13076         * ecomplete.el: Implement more bits.
13078         * message.el (message-put-addresses-in-ecomplete): Clean up the
13079         string.
13081         * ecomplete.el (ecomplete-add-item): Chop off decimals.
13083         * gnus-sum.el (gnus-summary-save-parts):
13084         Bind gnus-summary-save-parts-counter and use it to make unique file
13085         names.
13087         * gnus-art.el (gnus-ignored-headers): Add some more headers.
13089         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
13090         parameter to say whether to actually parse the individual
13091         addresses.
13093         * message.el (message-put-addresses-in-ecomplete): New function.
13094         (ecomplete): Require.
13095         (message-mail-alias-type): Add ecomplete as an option.
13097 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
13099         * flow-fill.el (fill-flowed): Remove trailing space from blank
13100         quoted lines.
13102 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13104         * smiley.el (smiley-style): Move definition later to avoid a
13105         compilation warning.
13107 2006-04-12  Kenichi Handa  <handa@m17n.org>
13109         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
13110         buffer and then decode the buffer text if necessary.
13111         (rfc2231-encode-string): Be sure to work on multibyte buffer at
13112         first, and after mm-encode-body, change the buffer to unibyte.
13113         Use mm-disable-multibyte instead of set-buffer-multibyte.
13115 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13117         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
13118         Content-Type header instead of Content-Disposition header.
13119         (gnus-mime-inline-part): Ditto.
13120         (gnus-mime-view-part-as-charset): Ignore charset that the part
13121         specifies.
13123         * mm-decode.el (mm-display-part): Work with external parts and
13124         usual parts similarly.
13126         * mm-extern.el (mm-inline-external-body): Use mm-display-part
13127         instead of gnus-display-mime.
13129         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
13130         instead of with-temp-buffer.
13132         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
13133         tag to summarized topics part in order to encode non-ASCII text.
13135 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13137         * smiley.el (smiley-style): New variable.
13138         (smiley-directory): New function.
13139         (smiley-data-directory): Derive from `smiley-style' using
13140         `smiley-directory'.
13141         (smiley-regexp-alist): Add new entries.
13143         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
13144         (gnus-article-browse-delete-temp): Add :version.
13146 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
13148         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
13149         the sieve region.
13151 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13153         * gnus.el (gnus-version-number): Bump version.
13155 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
13157         * gnus.el: No Gnus v0.4 is released.
13159 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13161         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
13162         layout.
13164         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13165         unknown charset.
13167         * message.el (message-header-synonyms): Add Original-To to the
13168         default.
13170         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13171         optional parameter.
13173 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13175         * gnus-fun.el (gnus): Require it for gnus-directory.
13177 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13179         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13181 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13183         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13185 2006-04-05  Simon Josefsson  <jas@extundo.com>
13187         * password.el (password-reset): New function.
13189 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13191         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13192         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13194 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13196         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13197         Some whitespace was matched into the url, which broke browsing hits
13198         > 100 when mm-url-use-external was nil.
13200 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13202         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13203         Check gnus-extra-headers for 'Newsgroups.
13205         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13206         bound.
13208 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13210         * pgg-gpg.el: Clean up process buffers every time gpg processes
13211         complete.
13213 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13215         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13216         doc string.
13218 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13220         * pgg-gpg.el (pgg-gpg-process-filter)
13221         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13223         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13224         lines, temporary fix.
13226 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13228         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13230 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13232         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13233         default-enable-multibyte-characters.  This reverts the change from
13234         revision 6.17 which is no longer necessary because the passphrase
13235         is sent separately now.  GnuPG messages are unreadable under
13236         multibyte locales with default-enable-multibyte-characters set to
13237         nil.
13239 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13241         * message.el (message-tool-bar-gnome): Move "spell".
13243 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13245         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13246         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13247         instead.
13249 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13251         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13252         Improve newsgroups handling for NNTP overviews which don't include
13253         Newsgroups.
13255 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13257         * message.el (message-resend): Bind message-generate-hashcash to nil.
13259 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13261         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13262         when searching for already-paid recipients.
13264 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13266         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13267         passphrases when it is not needed.
13268         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13269         passphrase stuff from gpg, should only be necessary when you use
13270         gpg with a smartcard.
13272 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13274         * mml.el (mml-insert-mime): Ignore cached contents of
13275         message/external-body part.
13277         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13278         (mm-insert-part): Ditto.
13280 2006-03-23  Simon Josefsson  <jas@extundo.com>
13282         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13283         Reiner.
13284         (pgg-gpg-use-agent-p): Use it again.
13286 2006-03-23  Simon Josefsson  <jas@extundo.com>
13288         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13289         older emacsen.
13290         (pgg-gpg-use-agent-p): Don't use it.
13292 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13294         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13295         if we can.
13297 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13299         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13300         (pgg-gpg-update-agent): New function.
13301         (pgg-gpg-use-agent-p): New function.
13302         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13303         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13304         (pgg-gpg-sign-region): Use it.
13306 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13308         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13309         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13311 2006-03-21  Simon Josefsson  <jas@extundo.com>
13313         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13314         <wilde@sha-bang.de>.
13315         (pgg-gpg-use-agent): New variable.
13316         (pgg-gpg-process-region): Use it.
13317         (pgg-gpg-encrypt-region): Likewise.
13318         (pgg-gpg-encrypt-symmetric-region): Likewise.
13319         (pgg-gpg-decrypt-region): Likewise.
13320         (pgg-gpg-sign-region): Likewise.
13321         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13323 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13325         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13327         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13328         Add comment on version.
13330 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13332         * smiley.el: Add missing test smiley.
13334 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13336         * mm-decode.el (mm-with-part): New macro.
13337         (mm-get-part): Use it; work with message/external-body as well.
13338         (mm-save-part): Treat name and filename equally.
13340         * mm-extern.el (mm-extern-cache-contents): New function.
13341         (mm-inline-external-body): Use it; force the part to be displayed;
13342         move undisplayer added to the cached handle to the parent.
13344         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13345         (gnus-mime-view-part-as-type): Work with message/external-body.
13347         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13349 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13351         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13352         images in image-load-path.  [Sync with image.el, revision 1.60, in
13353         Emacs.]
13355 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13357         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13358         path rather than symbol.  Always return list of directories.
13359         Guarantee that image directory comes first.  [Sync with image.el,
13360         revision 1.59, in Emacs.]
13362         * message.el (message-make-tool-bar): Adjust to new API of
13363         `gmm-image-load-path-for-library'.
13365         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13367         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13369 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13371         * gnus-art.el (gnus-article-only-boring-p):
13372         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13373         intangible text.
13374         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13376 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13378         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13379         Use `defun' instead of `gmm-defun-compat'.
13381 2006-03-14  Simon Josefsson  <jas@extundo.com>
13383         * message.el (message-unique-id): Don't use message-number-base36
13384         if (user-uid) is a float.
13385         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13387 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13389         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13391         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13392         empty line between a part and a message part.
13394 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13396         * smiley.el: Add more test smileys.
13397         (smiley-data-directory, smiley-regexp-alist)
13398         (gnus-smiley-file-types): Fix doc strings.
13399         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13400         adding new elements.
13401         (smiley-mouse-map): Unused code.  Make it a comment.
13403 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13405         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13406         scan latest NoCeM messages instead of old ones.
13407         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13408         delimiters that are recently used.
13409         (gnus-nocem-load-cache): Add autoload cookie.
13411         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13413         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13414         level which is larger than gnus-use-nocem is specified.
13416         * gnus-group.el (gnus-group-get-new-news): Ditto.
13418 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13420         * gnus-util.el (gnus-tool-bar-update): New function.
13422         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13423         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13425         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13427         * gnus-group.el (gnus-group-redraw-when-idle)
13428         (gnus-group-redraw-check): Remove.
13429         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13431 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13433         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13434         if optional last element is specified in splits (FIELD VALUE...).
13436 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13438         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13439         to gmm-image-load-path-for-library.  Call with no-error argument.
13440         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13442         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13444         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13446         * gmm-utils.el (gmm-image-load-path): Remove alias.
13448 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13450         * gmm-utils.el (gmm-image-load-path): Add alias.
13452         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13453         nnml-generate-nov-databases-1.
13454         (nnml-generate-nov-databases): Use it.
13455         (nnml-generate-nov-databases-directory): Document no-active
13456         argument.
13458         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13459         directory if path is t.  Add no-error.
13461         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13462         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13464         * gnus-art.el (gnus-article-browse-delete-temp-files):
13465         Simplify resetting gnus-article-browse-html-temp-list.
13467         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13468         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13469         Add example to docstring.  Rename local variables.  Move error
13470         checks to default case in cond and simplify.
13472 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13474         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13475         handle is multipart when calling it recursively.
13476         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13478 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13480         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13481         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13483 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13485         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13486         is loaded.
13488         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13489         loaded.
13491 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13493         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13494         to "Emacs 23 (unicode)" in doc string.
13496         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13497         "Emacs 23 (unicode)" in comment.
13499 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13501         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13503         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13504         characters 160 through 255 in Emacs 23.
13506 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13508         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13509         gnus-article-browse-html-temp.
13510         (gnus-article-browse-delete-temp): Make it customizable.
13511         Add `file'.  Adjust doc string.
13512         (gnus-article-browse-delete-temp-files): Add argument.
13513         Allow query for each file.  Adjust doc string.
13514         (gnus-article-browse-html-parts):
13515         Add `gnus-article-browse-delete-temp-files' to
13516         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13518 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13520         * gnus-art.el (gnus-article-browse-html-temp)
13521         (gnus-article-browse-delete-temp): New variables.
13522         (gnus-article-browse-delete-temp-files): New function.
13523         (gnus-article-browse-html-parts): Use it.
13525 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13527         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13529         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13530         string.
13532         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13533         gnus-summary-insert-new-articles when unplugged.
13534         Remove gnus-summary-search-article-forward.
13536         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13537         display-visual-class instead of display-color-cells.
13539 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13541         * dgnushack.el: Autoload customize-group for XEmacs.
13543         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13544         message/* containing non-ASCII text properly.
13546 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13548         * message.el: Require gmm-utils, remove autoloads.
13549         (message-tool-bar): Set default based on
13550         gmm-tool-bar-style.
13551         (message-tool-bar-gnome): Add gmm-customize-mode.
13553         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13554         gmm-tool-bar-style.
13555         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13557         * gnus-group.el (gnus-group-tool-bar): Set default based on
13558         gmm-tool-bar-style.
13559         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13561         * gmm-utils.el (gmm-image-directory): Rename variable from
13562         gmm-image-load-path.
13563         (gmm-image-load-path): Use gmm-image-directory.
13564         (gmm-customize-mode): New function.
13565         (gmm-tool-bar-style): New variable.
13567         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13568         gnus-group-redraw-line-number.
13569         (gnus-group-redraw-check): Simplify.
13570         (gnus-group-tool-bar-update): Remove redraw check.
13571         (gnus-group-make-tool-bar): Add redraw check.
13573 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13575         * gnus-art.el (gnus-button): Add missing parentheses.
13577 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13579         * lpath.el: Fbind line-number-at-pos.
13581 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13583         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13585 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13587         * gnus-art.el (gnus-button): New face.
13588         (gnus-article-button-face): Use it.
13590         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13591         Add gnus-summary-next-page.  Re-order.
13593         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13594         next-node are now included.
13595         (gnus-group-redraw-line-number): New internal variable.
13596         (gnus-group-redraw-check): Helper function for updating the tool
13597         bar.
13598         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13600         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13602         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13603         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13604         Use it to match format of Spamassassin 3.0 and later.
13605         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13606         (spam-check-bogofilter)
13607         (spam-bogofilter-register-with-bogofilter): Fix args of
13608         `gnus-error' calls.
13610 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13612         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13613         unnecessary interaction when sending queued mails.
13614         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13616 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13618         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13619         first or last are nil.
13621 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13623         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13625 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13627         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13629 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13631         * dns.el (query-dns): Protect more against buggy tcp output.
13633 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13635         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13636         nov.php.
13638 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13640         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13641         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13642         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13643         output on the server side.
13644         (nnweb-google-create-mapping): Update regexps and add some
13645         progress indication.
13647 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13649         * gnus-group.el (gnus-group-tool-bar-gnome):
13650         Fix gnus-agent-toggle-plugged.  Re-order icons.
13651         (gnus-group-tool-bar-gnome):
13652         Add gnus-group-{prev,next}-unread-group.
13653         (gnus-group-tool-bar-gnome): Re-order icons.
13655         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13656         Move gnus-summary-insert-new-articles.
13658         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13659         Fix comments.
13661         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13662         also available in Emacs 21.3.
13664         * message.el (message-fix-before-sending): Change "Emacs 22" to
13665         "Emacs 23 (unicode)" in comment.
13667         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13668         "Emacs 23 (unicode)" in comment.
13670         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13671         comment.
13672         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13674         * mm-view.el (mm-fill-flowed): Add :version.
13676 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13678         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13679         and load-path.
13681 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13683         * message.el: Autoload gmm-image-load-path.
13684         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13685         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13686         consitency.
13688         * gmm-utils.el (gmm-image-load-path): Also search in
13689         "../etc/images".  Don't set gmm-image-load-path if we don't find
13690         the image.
13692 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13694         * gmm-utils.el (gmm-image-load-path): Don't make
13695         `gmm-image-load-path' include subdirectories which the second arg
13696         `image' might specify.
13698         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13699         subdirectory to icon file names.
13701         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13703 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13705         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13706         gmm-image-load-path calls.
13708         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13710         * message.el (message-make-tool-bar): Ditto.
13712         * mml.el (mml-preview): Add comment concerning tool bar icons.
13714         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13715         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13717         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13718         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13720         * message.el (message-tool-bar-gnome): Use new icon names.
13721         (message-make-tool-bar): Use `gmm-image-load-path'.
13723         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13724         New functions from MH-E.
13725         (gmm-image-load-path): New variable from MH-E.
13726         (gmm-image-load-path): New function from MH-E.  Add arguments
13727         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13728         *-image-load-path-called-flag.
13730 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13732         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13734 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13736         * nnimap.el (nnimap-request-move-article): Change folder back to
13737         source group before deleting.
13739 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13741         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13743         * gnus-art.el (mm-url-insert-file-contents-external):
13744         Autoload mm-url.
13746         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13748 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13750         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13751         coding system which mm-charset-to-coding-system returns for a
13752         given charset is valid.
13754 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13756         * html2text.el (html2text-remove-tag-list):
13757         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13759 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13761         * gnus-cus.el: Revert 2005-10-17 change.
13763 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13765         * gnus-art.el (article-strip-banner):
13766         Call article-really-strip-banner only when the regexp match is made.
13768 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13770         * gnus-art.el (article-strip-banner):
13771         Use gnus-extract-address-components instead of
13772         mail-header-parse-addresses to make it work with non-ASCII text;
13773         remove mail-encode-encoded-word-string.
13775         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13776         values which are surrounded with \"...\"; make it never cause a
13777         Lisp error; give up parsing of parameters if it failed in
13778         extracting type.
13780 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13782         * smime.el (smime-cert-by-ldap-1): Fix bug where
13783         `smime-ldap-search' returns results without userCertificates.
13785 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13787         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13789 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13791         * spam.el (spam-check-spamassassin-headers): Adapt format for
13792         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13793         <ari@mbf.ocn.ne.jp>.
13794         (spam-list-of-processors): Add spam-use-gmane.
13796 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13798         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13799         make-temp-file; make it work with XEmacs as well.
13801         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13802         mm-make-temp-file.
13804         * mm-decode.el (mm-display-external): Use the 3rd arg of
13805         mm-make-temp-file.
13806         (mm-create-image-xemacs): Ditto.
13808 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13810         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13811         with message-narrow-to-headers.
13812         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13813         (gnus-draft-check-draft-articles): New function.
13814         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13816 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13818         * gnus-art.el (gnus-article-browse-html-parts):
13819         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13820         Don't use suffix argument for mm-make-temp-file for Emacs 21
13821         compatibility.  Remove useless `format'.
13823 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13825         * nnweb.el (nnweb-google-wash-article): Update regexps.
13826         (nnweb-group-alist): Use defvoo instead of defvar.
13828 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13830         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13831         re-loading nn* modules.
13833 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13835         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13836         for `tool-bar-mode' and don't check it's default-value.
13838         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13840         * message.el (message-make-tool-bar): Ditto.
13842         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13843         `substring'.  Shorten tmp-file name.
13845         * gnus.el: Remove bogus comment.
13847 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13849         * gnus-art.el (gnus-article-browse-html-parts): New function.
13850         (gnus-article-browse-html-article): New function for viewing html
13851         articles with a browser.
13853 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13855         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13856         in elisp.
13857         (pgg-gpg-encrypt-symmetric-region): Ditto.
13858         (pgg-gpg-sign-region): Ditto.
13860         * pgg-def.el (pgg-text-mode): New variable.
13862         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13863         (mml2015-pgg-encrypt): Ditto.
13865         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13866         (mml1991-pgg-encrypt): Ditto.
13868 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13870         * nnfolder.el (nnfolder-insert-newsgroup-line):
13871         Use message-make-date instead of current-time-string.
13873         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13874         to gnus-decoded which mm-uu might set.
13876 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13878         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13879         don't decode quoted parameters; remove misimported Emacs code.
13880         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13881         (rfc2231-decode-encoded-string): Don't use split-string which
13882         behaves differently according to Emacs version; use
13883         mm-decode-coding-region to convert charset to coding-system.
13884         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13885         (rfc2231-encode-string): Remove misimported Emacs code.
13887 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13889         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13890         when calling mail-header-parse-content-type.
13891         (article-de-quoted-unreadable): Ditto.
13892         (article-de-base64-unreadable): Ditto.
13893         (article-wash-html): Ditto.
13895         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13896         calling mail-header-parse-content-type and
13897         mail-header-parse-content-disposition.
13898         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13899         mail-header-parse-content-type.
13901         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13902         insert charset and format parameters; encode description after
13903         inserting it to buffer.
13904         (mml-insert-parameter): Fold lines properly even if a parameter is
13905         segmented into two or more lines; change the max column to 76.
13907         * rfc1843.el (rfc1843-decode-article-body): Don't use
13908         ignore-errors when calling mail-header-parse-content-type.
13910         * rfc2231.el (rfc2231-parse-string): Return at least type if
13911         possible; don't cause an error even if it fails in parsing of
13912         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13913         (rfc2231-encode-string): Don't break lines at the beginning, leave
13914         it to mml-insert-parameter.
13916         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13917         calling mail-header-parse-content-type.
13919 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13921         * spam-report.el (spam-report-gmane-use-article-number):
13922         Improve doc string.
13923         (spam-report-gmane-internal): Check if a suitable header was found
13924         in the article.
13926 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13928         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13929         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13931 2006-02-05  Romain Francoise  <romain@orebokech.com>
13933         Update copyright notices of all files in the gnus directory.
13935 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13937         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13939 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13941         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13942         segmented lines of parameter value to cope with Thunderbird 1.5
13943         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13944         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13945         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13947 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13949         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13950         parts.
13952 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13954         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13955         there's only one active file for all servers.
13956         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13957         solid groups.  Gnus might have used a FAST request to select the group.
13958         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13959         and nnweb-search redundantly in the active file.
13960         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13961         (nnweb-request-create-group): Don't use ARGS.
13962         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13963         initialisations.  Let nnoo do the work.
13965 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13967         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13968         Say the part has been decoded.
13970         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13972 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13974         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13975         mailcap-viewer-test-cache when there's no 'test clause, since that
13976         will invert the meaning of a "nil" test previously determined by
13977         mailcap-mailcap-entry-passes-test.
13979 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13981         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13982         compiling.
13984         * gnus-sum.el: Ditto.
13986         * message.el: Don't bind tool-bar-map when compiling.
13988 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13990         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13992 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13994         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13995         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13996         current Google Groups.
13998 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
14000         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
14001         and tool-bar-mode.
14003         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
14004         and tool-bar-mode.
14006         * message.el (message-tool-bar-update): Simplify.
14007         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
14009         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
14010         gnus-summary-buffer.
14011         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
14012         gnus-summary-reply.
14014         * gmm-utils.el (gmm): Add :version.
14016 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14018         * Makefile.in (clean): New rule.
14019         (distclean): Use it.
14021 2006-01-26  Steve Youngs  <steve@sxemacs.org>
14023         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
14024         Don't autoload.
14026 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14028         * gmm-utils.el (gmm-verbose): Add :group.
14030 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
14032         * message.el: Change some comments WRT tool-bars.
14034         * gnus-sum.el (gnus-summary-tool-bar)
14035         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
14036         (gnus-summary-tool-bar-zap-list): New variables.
14037         (gnus-summary-make-tool-bar): Complete rewrite using
14038         `gmm-tool-bar-from-list'.
14040         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
14041         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
14042         New variables.
14043         (gnus-group-make-tool-bar): Complete rewrite using
14044         `gmm-tool-bar-from-list'.
14045         (gnus-group-tool-bar-update): New function.
14047         * message.el (message-mode-field-menu): Add "Show hidden Headers".
14049 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14051         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
14052         is dissected into a single part of which the type is the same as
14053         the given one; decode charset.
14055 2006-01-21  Kevin Ryde  <user42@zip.com.au>
14057         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
14058         into alists as symbol not string, since that's what
14059         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
14060         look for.
14062 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
14064         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
14065         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
14067         * message.el (message-tool-bar-gnome): Use gmm-ignore.
14069 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14071         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
14072         (gnus-xmas-mime-security-button-menu): New function.
14074         * gnus-art.el (gnus-mime-security-button-commands): New variable.
14075         (gnus-mime-security-button-menu): New definition.
14076         (gnus-mime-security-button-map): Use them.
14077         (gnus-mime-security-button-menu): New function.
14078         (gnus-insert-mime-security-button): Addition to help echo.
14079         (gnus-mime-security-run-function, gnus-mime-security-save-part)
14080         (gnus-mime-security-pipe-part): New functions.
14082         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
14083         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
14085         * mm-decode.el (mm-handle-set-disposition): Remove.
14086         (mm-handle-set-description): Remove.
14088 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14090         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
14091         (mm-w3m-standalone-supports-m17n-p): New function.
14092         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
14093         w3m usage.
14095         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
14096         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
14098 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
14100         * message.el (message-tool-bar-zap-list):
14101         Use gmm-tool-bar-zap-list as custom type.
14102         (message-tool-bar-update): New function.
14103         (message-tool-bar, message-tool-bar-gnome)
14104         (message-tool-bar-retro): Add message-tool-bar-update.
14105         (message-tool-bar-gnome): Add flyspell-buffer.
14107         * gnus-util.el (gnus-error): Describe `args'.
14109         * gmm-utils.el (gmm-error): Describe `args'.
14110         (gmm-tool-bar-zap-list): New widget.
14111         (gmm-tool-bar-from-list): Improve description of `zap-list'.
14113 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14115         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
14116         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
14117         the number of recursive calls.
14119         * mm-decode.el (mm-handle-set-disposition): New macro.
14120         (mm-handle-set-description): New macro.
14122 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
14124         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
14125         encoding.
14127 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14129         * message.el (message-tool-bar-zap-list, message-tool-bar)
14130         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
14131         (message-tool-bar-local-item-from-menu): Remove.
14132         (message-tool-bar-map): Replace by `message-make-tool-bar'.
14133         (message-make-tool-bar): New function.
14134         (message-mode): Use `message-make-tool-bar'.
14136         * gmm-utils.el: New file.
14137         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
14138         (gmm-lazy): New widget copied from `nnmail.el'.
14139         (gmm-tool-bar-from-list): New function for creating customizable
14140         tool bars.
14141         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
14142         output.
14143         (gmm): Add :prefix to defgroup.
14145 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
14147         * gmm-utils.el (gmm-widget-p): New function.
14149 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
14151         * mml.el (mml-attach-file): Describe `description' in doc string.
14152         (mml-menu): Add Emacs MIME manual and PGG manual.
14154 2006-01-20  Richard M. Stallman  <rms@gnu.org>
14156         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
14158 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
14160         * nntp.el (nntp-end-of-line): Doc fix.
14162 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
14164         * imap.el (imap-open): Handle case where buffer is a buffer
14165         object.
14167 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14169         * gnus-delay.el (gnus-delay): Don't autoload.
14170         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14171         to be re-loaded when customizing the `gnus-delay' group.
14173 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14175         * message.el (message-insert-citation-line): Use newlines.
14177 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14179         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14180         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14181         these routines, so the passphrase can be managed externally and
14182         passed in to the system.
14183         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14184         pgg-add-passphrase-to-cache function.
14186         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14187         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14188         these routines, so the passphrase can be managed externally and
14189         passed in to the system.
14190         (pgg-pgp5-sign-region): Use new name of
14191         pgg-add-passphrase-to-cache function.
14193 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14195         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14196         part of the decoded armor to find the key-identifier.
14197         (pgg-gpg-lookup-key-owner): New function to return the
14198         human-readable identifier of a key owner.
14199         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14200         itself.
14201         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14202         the key value) if we have a key and can match it against a secret
14203         key.  Also, added a note pointing out fact that the prompt only
14204         indicates the first matching key.
14206         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14207         pgg-decrypt-region.
14208         (pgg-add-passphrase-to-cache): Rename from
14209         `pgg-add-passphrase-cache' to reduce confusion (all callers
14210         changed).
14211         (pgg-remove-passphrase-from-cache): Rename from
14212         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14213         changed).
14214         (pgg-read-passphrase, pgg-add-passphrase-cache)
14215         (pgg-remove-passphrase-cache): Add informative docstrings.
14216         (pgg-decrypt): Convey provided passphrase in subordinate call to
14217         pgg-decrypt-region.
14219 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14221         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14222         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14223         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14224         'passphrase' argument, so the passphrase can be managed externally
14225         and then passed in to the system.
14227         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14228         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14229         so the passphrase cache can be used reliably with identifiers
14230         besides a pgp packet's key id.
14232         * pgg-gpg.el (pgg-gpg-encrypt-region)
14233         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14234         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14235         these routines, so the passphrase can be managed externally and
14236         passed in to the system.
14238         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14239         'notruncate' argument, so the passphrase cache can be used
14240         reliably with identifiers besides a pgp packet's key id.
14242 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14244         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14245         symmetric encryption.
14246         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14247         encrypted session key.
14248         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14249         message ask for the passphrase in a proper way.
14251         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14252         New user commands for symmetric encryption.
14254 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14256         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14258         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14260 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14262         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14264 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14266         * mm-decode.el (mm-inlined-types): Add application/pgp.
14267         (mm-automatic-display): Ditto.
14269         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14270         part as text.
14272 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14274         * nnrss.el: Update copyright.
14275         (nnrss-opml-import): Query whether to subscribe to each entry.
14277         * gnus-art.el:
14278         * gnus-sum.el:
14279         * gnus-xmas.el:
14280         * messagexmas.el:
14281         * mm-uu.el:
14282         * mm-view.el: Update copyright.
14284 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14286         * message.el (message-info): New function.
14287         (message-mode-menu): Add it.
14288         Update copyright.
14290         * ChangeLog: Fix and update copyright.
14292 2006-01-13  Romain Francoise  <romain@orebokech.com>
14294         * message.el (message-forward-subject-name-subject): Prefer the
14295         address to 'nowhere' if the sender has no name.
14296         Fix typo.  Update copyright year.
14298 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14300         * gnus-art.el (article-wash-html):
14301         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14302         (gnus-article-wash-html-with-w3m-standalone): New function.
14304         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14305         mm-inline-text-html-render-with-w3m-standalone.
14306         (mm-text-html-washer-alist): Map w3m-standalone to
14307         gnus-article-wash-html-with-w3m-standalone.
14308         (mm-inline-text-html-render-with-w3m-standalone): New function.
14310 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14312         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14313         Improve LaTeX.
14315 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14317         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14318         (nnrss-request-article): Render text/plain parts as HTML.
14320         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14321         the buffer.
14323 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14325         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14326         custom definition of `gnus-posting-styles'.
14328         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14329         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14331 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14333         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14334         Use nntp for bug archive.
14336 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14338         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14339         parts.
14340         (nnrss-normalize-date): New function converts ISO 8601 date into
14341         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14342         (nnrss-check-group): Use it.
14344 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14346         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14348         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14349         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14350         (nnrss-insert-w3): Ditto.
14352 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14354         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14355         the articles to be forwarded including the case where neither a
14356         number of articles nor a region is specified.
14358 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14360         * nnrss.el (nnrss-request-article): Fix last change; fill
14361         text/plain parts.
14363 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14365         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14366         in text/plain part.
14367         (nnrss-check-group): Don't add excessive newline to dc:subject.
14369 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14371         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14372         article.
14374 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14376         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14377         (nnml-use-compressed-files, nnml-save-mail): Support other
14378         comression programs such as bzip2.
14380 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14382         * dns.el (query-dns): Make sure we check the buffer size before
14383         removing tcp headers.
14385 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14387         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14388         remove MIME buttons associated with multipart/alternative parts.
14389         (gnus-mime-display-alternative): Tag buttons using `article-type'
14390         text property.
14392         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14393         associated with multipart/alternative parts.
14395         * gnus-art.el (gnus-signature-separator): Fix custom type.
14397         * mm-decode.el (mm-inlined-types): Fix custom type.
14398         (mm-keep-viewer-alive-types): Ditto.
14399         (mm-automatic-display): Ditto.
14400         (mm-attachment-override-types): Ditto.
14401         (mm-inline-override-types): Ditto.
14402         (mm-automatic-external-display): Ditto.
14404 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14406         * spam-report.el (spam-report-user-mail-address)
14407         (spam-report-user-agent): New variables.
14408         (spam-report-url-ping-plain): Use spam-report-user-agent.
14410 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14412         * gnus-art.el (gnus-button-handle-custom): Do not just use
14413         `customize-apropos' for any "M-x customize-*" button but the
14414         function called for.  Accept both the function name and its
14415         argument in order to achieve this.
14416         (gnus-button-alist): Remove support for "custom:" URL's.
14417         Pass function name to `gnus-button-handle-custom' in case of "M-x
14418         customize-*" buttons.
14420 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14422         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14423         multipart/alternative and add xref to mm-discouraged-alternatives
14424         in doc string.
14426         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14427         gnus-buttonized-mime-types in doc string.
14429 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14431         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14432         Suggest image/.* in the doc string.
14434 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14436         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14437         message-marks (Debian bug #342521).
14439 2005-12-12  Simon Josefsson  <jas@extundo.com>
14441         * password.el (password-read-from-cache): Add.
14442         (password-read): Use it.
14444 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14446         * rfc2047.el (rfc2047-charset-to-coding-system):
14447         Recognize us-ascii as a MIME charset.
14449         * mm-bodies.el (mm-decode-content-transfer-encoding):
14450         Protect against the case where the 2nd arg TYPE is nil.
14452 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14454         * pop3.el (pop3-stream-type): Fix custom version.
14456         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14458 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14460         * mm-decode.el (mm-display-external): Add missing cdr.
14462 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14464         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14465         RFC1524) if it is in mailcap or add a suffix according to
14466         mailcap-mime-extensions when generating a temp filename; postpone
14467         deleting a temp file for 2 seconds for some wrappers, shell
14468         scripts, and so on, which might exit right after having started a
14469         viewer command as a background job.
14471 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14473         * nntp.el (nntp-marks-directory): Fix custom group.
14475         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14476         steps when < 10.
14478         * gnus-start.el (gnus-no-server-1):
14479         Mention `gnus-level-default-subscribed' in doc string.
14481 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14483         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14484         parens.
14486 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14488         * gnus-xmas.el (gnus-use-toolbar): Revert.
14489         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14490         gnus-use-toolbar is default.
14492         * messagexmas.el (message-use-toolbar): Revert.
14493         (message-setup-toolbar): Use global default-toolbar if
14494         message-use-toolbar is default.
14496 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14498         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14499         according to default-toolbar-visible-p.
14501         * messagexmas.el (message-use-toolbar): Ditto.
14503 2005-11-26  Dave Love  <fx@gnu.org>
14505         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14506         (tls-program, tls-success): Provide openssl alternative.
14508         * starttls.el: Doc fixes.
14509         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14510         SERVICE to PORT.
14512         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14513         port null or service name.
14514         (starttls-negotiate): Autoload.
14516 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14518         * message.el (message-kill-to-signature): Fix interactive spec.
14520 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14522         * pop3.el (pop3-open-server): Recognize a string as a service name.
14524 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14526         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14528 2005-11-23  Dave Love  <fx@gnu.org>
14530         Add pop3s, pop3/starttls.
14532         * pop3.el (pop3-authentication-scheme): Clarify doc.
14533         (open-tls-stream, starttls-open-stream): Autoload.
14534         (pop3-stream-type): New.
14535         (pop3-open-server): Use it.
14537         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14538         for POP.
14539         (mail-source-keyword-map): Add :stream for POP.
14540         (mail-source-fetch-pop): Use pop3-stream-type.
14542 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14544         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14545         of current-time-string.
14547 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14549         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14550         date header.
14552 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14554         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14555         it can seriously impact performance as it bypasses the agent's
14556         local caches.
14558 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14560         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14561         must be explicitly online rather than "not explicitly offline" for
14562         its flags to be synchronized.
14564         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14565         that gnus-uu-unmark-thread will function correctly.
14567         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14568         1024K is instead displayed as 1M.
14570 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14572         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14574 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14576         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14578 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14580         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14581         error message to display actual error condition.
14582         (gnus-agent-save-local): Avoid saving symbols that are bound to
14583         nil as they simply result in a warning message in
14584         gnus-agent-read-local.
14586 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14588         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14589         rather than make-variable-buffer-local for file-precious-flag.
14591 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14593         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14594         for duplicates which are removed.  The invalid sort check then
14595         triggers a rescan after the sort as sorting may have moved
14596         duplicate entries such that they can be cheaply detected.
14598 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14600         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14602 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14604         * gnus-agent.el (gnus-agent-article-alist-save-format):
14605         Change internal variable to a custom variable.  Change default value
14606         from compressed(2) to uncompressed(1).
14607         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14608         support for uncompressed agentview files.  Taken together, reading
14609         the agentview file should now be 6-7 times faster.
14611 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14613         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14614         as a buffer-local variable.  This avoids creating truncated
14615         dribble files as a result of a hang up, eg.
14617 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14619         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14620         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14621         XEmacs.
14623 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14625         * gnus-start.el (gnus-start-draft-setup):
14626         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14628         * gnus.el (gnus-splash): Change custom group.
14629         (gnus-group-get-parameter, gnus-group-parameter-value):
14630         Describe allow-list argument.
14632         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14633         string.
14635 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14637         * gnus-art.el (gnus-default-article-saver): Add user-defined
14638         `function' to custom type.
14640 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14642         * imap.el (imap-open): Handle case where buffer is a buffer
14643         object.
14645 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14647         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14648         long lines.
14649         (gnus-cache-delete-group): Wrap doc strings.
14651         * gnus-agent.el (gnus-agent-rename-group)
14652         (gnus-agent-delete-group): Wrap doc strings.
14654 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14656         * messagexmas.el (message-use-toolbar): Change the valid values
14657         into default, top, bottom, left, and right.
14658         (message-toolbar-thickness): New variable.
14659         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14660         well.
14661         (message-setup-toolbar): Make it work.
14663         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14664         (gnus-use-toolbar): Change the valid values into default, top,
14665         bottom, left, and right.
14666         (gnus-toolbar-thickness): New variable.
14667         (gnus-xmas-setup-toolbar): New function.
14668         (gnus-xmas-setup-group-toolbar): Use it.
14669         (gnus-xmas-setup-summary-toolbar): Use it.
14671 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14673         * gnus-start.el (gnus-1): Add "native" to
14674         gnus-predefined-server-alist.
14676         * gnus.el (gnus-method-to-server): Don't add "native" to the
14677         lists here, because that leads to problems when
14678         gnus-select-method is bound.
14680 2005-11-09  Simon Josefsson  <jas@extundo.com>
14682         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14683         use (not sort-by-date) instead.
14685 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14687         * gnus-delay.el (gnus-delay-group): Don't autoload.
14688         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14689         to be re-loaded when customizing the `gnus-delay' group.
14691 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14693         * message.el: Revert last changes.
14694         (message-insert-citation-line): Use newlines.
14696 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14698         * message.el (message-courtesy-message)
14699         (message-mark-insert-begin, message-mark-insert-end)
14700         (message-elide-ellipsis, message-cancel-message)
14701         (message-add-header, message-change-subject)
14702         (message-cross-post-followup-to-header)
14703         (message-cross-post-insert-note, message-reduce-to-to-cc)
14704         (message-widen-reply, message-delete-not-region)
14705         (message-kill-to-signature, message-insert-signature)
14706         (message-insert-importance-high, message-insert-importance-low)
14707         (message-insert-or-toggle-importance)
14708         (message-insert-disposition-notification-to)
14709         (message-indent-citation, message-yank-original)
14710         (message-cite-original-without-signature, message-cite-original)
14711         (message-insert-citation-line, message-position-on-field)
14712         (message-fix-before-sending, message-send-mail-partially)
14713         (message-send-mail, message-send-mail-with-sendmail)
14714         (message-send-mail-with-qmail, message-send-news)
14715         (message-check-news-header-syntax, message-generate-headers)
14716         (message-insert-courtesy-copy, message-fill-address)
14717         (message-fill-header, message-shorten-references)
14718         (message-setup-1, message-cancel-news)
14719         (message-forward-make-body-plain, message-forward-make-body-mime)
14720         (message-forward-make-body-mml, message-encode-message-body)
14721         (message-forward-make-body-digest-plain)
14722         (message-forward-make-body-digest-mime)
14723         (message-use-alternative-email-as-from): Insert `hard-newline'
14724         instead of ordinary newlines.
14726 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14728         * message.el (message-generate-headers): Downcase the argument
14729         given to message-check-element.
14731 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14733         * nntp.el (nntp-authinfo-rejected): New error condition.
14734         (nntp-wait-for): Use new error condition to signal authentication
14735         error.
14736         (nntp-retrieve-data): Rethrow new error condition to break out of
14737         recursive call to nntp-send-authinfo.
14739 2005-11-08  Romain Francoise  <romain@orebokech.com>
14741         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14742         (gnus-summary-exit-map): Bind to `Z p'.
14743         (gnus-summary-make-menu-bar): Add menu item.
14745 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14747         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14748         (gnus-treat-*): Add `first' in all doc strings.
14750         * gnus-group.el (gnus-group-compact-group): Fix typo.
14752 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14754         * gnus.el (gnus-parameters-case-fold-search): New variable.
14755         (gnus-parameters-get-parameter): Use it.
14757         * gnus-score.el (gnus-home-score-file): Doc fix.
14759 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14761         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14763 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14765         * mm-util.el (mm-special-display-p): New function.
14767         * mml.el (mml-preview): Use it; doc fix.
14769 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14771         * imap.el (imap-open): Handle case where buffer is a buffer object.
14773 2005-10-29  Romain Francoise  <romain@orebokech.com>
14775         * message.el (message-fix-before-sending): Fix comment.
14777 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14779         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14781 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14783         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14784         Used in gnus-score.el.
14786 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14788         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14790 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14792         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14793         whitespace removed in revision 7.8.  Use concatenated string to
14794         protect trailing whitespace.
14796 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14798         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14799         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14800         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14801         Courier IMAP ("some version from 2004").  Mostly based on similar
14802         code in the same function.
14804 2005-10-26  Didier Verna  <didier@xemacs.org>
14806         * gnus-group.el (gnus-group-compact-group): Invalidate original
14807         article buffer.
14808         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14809         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14810         NOV database and in article itself.
14811         Invalidate article backlog.
14813 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14815         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14817 2005-10-26  Simon Josefsson  <jas@extundo.com>
14819         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14820         part of 2004-07-25 change.
14822 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14824         * message.el (message-display-completion-list): New function.
14825         (message-expand-group): Use it; make sure the Completions buffer
14826         is modifiable.
14827 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14829         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14830         user-mail-name is an empty string.
14832 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14834         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14835         depending on gnus-score-decay-constant.
14837         * encrypt.el (encrypt-insert-file-contents)
14838         (encrypt-write-file-contents): Don't use `gnus-message'.
14840         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14841         arguments.
14842         (mm-uu-type-alist): Add message-marks and insert-marks.
14843         Pass arguments to mm-uu-verbatim-marks-extract.
14844         (mm-uu-hide-markers): New variable.
14845         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14847         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14848         (gnus-convert-image-to-face-command): Use "convert" by default to
14849         allow other input image formats.
14850         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14851         accordingly.
14853 2005-10-23  Simon Josefsson  <jas@extundo.com>
14855         * imap.el (imap-gssapi-program): Align command line parameters
14856         with latest GNU SASL.
14857         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14859 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14861         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14862         HTML.
14863         (nnslashdot-request-article): Ditto.
14865         * lpath.el (featurep): Add nobreak-char-display.
14867 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14869         * mail-source.el (mail-source-fetch-pop): Require pop3.
14870         (mail-source-check-pop): Ditto.
14872 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14874         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14875         errors.
14877 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14879         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14880         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14882         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14884         * mm-bodies.el (mm-decode-string):
14885         Call `mm-charset-to-coding-system' with allow-override argument.
14887 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14889         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14890         (rfc2047-charset-to-coding-system): New function.
14891         (rfc2047-decode-encoded-words): New function.
14892         (rfc2047-decode-region): Use them.
14893         (rfc2047-decode-cte): Remove.
14894         (rfc2047-parse-and-decode): Remove.
14895         (rfc2047-decode): Remove.
14897 2005-10-15  Kenichi Handa  <handa@m17n.org>
14899         * rfc2047.el (rfc2047-decode-cte): New function.
14900         (rfc2047-decode-region): Change the way to decode successive
14901         encoded-words: decode B- or Q-encoding in each encoded-word,
14902         concatenate them, and decode it as charset.
14904 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14906         * lpath.el: Fbind codepage-setup for XEmacs.
14908 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14910         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14911         widget-move-and-invoke.
14912         (gnus-custom-mode): Use gnus-custom-map.
14914 2005-10-15  Bill Wohler  <wohler@newt.com>
14916         * message.el (message-tool-bar-map): Rename image file from
14917         mail_send to mail/send.
14919 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14921         * message.el (message-expand-group): Pass the common
14922         prefix substring of completion to `display-completion-list'.
14924 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14926         * mml-sec.el (mml-secure-method): New internal variable.
14927         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14928         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14929         New functions using mml-secure-method.
14931         * mml.el (mml-mode-map): Add key bindings for those functions.
14932         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14933         Harder <harder@myrealbox.com>.
14934         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14935         Goto end of message if point is the headers of the message.
14937         * message.el (message-in-body-p): New function.
14939         * assistant.el: Autoload gnus-util and netrc.
14941         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14942         Use `mm-charset-override-alist' only when decoding.
14944         * mm-bodies.el (mm-decode-body):
14945         Call `mm-charset-to-coding-system' with allow-override argument.
14947         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14948         `filename' from Content-Disposition if Content-Type doesn't
14949         provide `name'.
14950         (gnus-mime-view-part-as-type): Set default instead of
14951         initial-input.
14953 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14955         * format-spec.el (format-spec): Propagate text properties of % spec.
14957 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14959         * gnus-art.el (gnus-treat-predicate): Add `first'.
14961 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14963         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14964         (mm-charset-override-alist): New variable.
14965         (mm-charset-to-coding-system): Use it.
14966         (mm-codepage-setup): New helper function.
14967         (mm-charset-eval-alist): New variable.
14968         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14969         Warn about unknown charsets.
14971         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14973 2005-10-04  David Hansen  <david.hansen@gmx.net>
14975         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14976         (nnrss-check-group): Ditto.
14978 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14980         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14981         Rename x-gnus-verbatim to x-verbatim.
14982         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14984         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14985         x-verbatim.
14987         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14989         * gnus-util.el (gnus-remove-duplicates): Remove.
14991         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14992         instead of gnus-remove-duplicates.
14994         * message.el (message-remove-duplicates): Remove.
14995         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14996         message-remove-duplicates.
14998         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14999         available, else use implementation from `delete-dups'.
15001         * message.el (message-insert-expires): New function.
15002         (message-mode-map): Add key binding.
15003         (message-mode-field-menu): Add menu entry.
15004         (message-mode): Document it.
15005         (message-make-expires-date): Use `message-make-date'.
15007 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
15009         * message.el (message-make-expires-date): New function.
15011 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
15013         * Makefile.in (list-installed-shadows): New entry.
15014         (install): Use it.
15015         (remove-installed-shadows): New entry.
15017         * dgnushack.el (dgnushack-default-load-path): New variable.
15018         (dgnushack-find-lisp-shadows): New function.
15019         (dgnushack-remove-lisp-shadows): New function.
15021 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15023         * Makefile.in (install-el-elc): New entry.
15024         (install): Use it so that .el files are necessarily installed.
15026 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15028         * time-date.el: Autoload parse-time-string, XEmacs needs it.
15030 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15032         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
15033         function rather than the diff-mode.el package.
15034         (mm-display-external): Use with-current-buffer.
15035         (mm-viewer-completion-map, mm-viewer-completion-map):
15036         Move initialization inside declaration.
15038 2005-09-29  Simon Josefsson  <jas@extundo.com>
15040         * spam.el: Load hashcash when compiling, to avoid warnings.
15041         Don't autoload mail-check-payment.
15042         (spam-check-hashcash): Define unconditionally, since hashcash.el
15043         is part of Gnus now.  Ignore errors from payment checking.
15045 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
15047         * message.el (message-bold-region, message-unbold-region):
15048         Rename from `bold-region' and `unbold-region'.
15050         * message.el: Remove useless autoloads.
15052 2005-09-28  Simon Josefsson  <jas@extundo.com>
15054         * message.el (message-use-idna): Default to t.
15055         (message-use-idna): Test whether encoding works too.  Doc fix.
15057 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15059         * nntp.el (nntp-warn-about-losing-connection): Remove.
15061 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
15063         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
15064         customizable.  Change default value.
15065         (mm-uu-diff-groups-regexp): Change default value.
15066         (mm-uu-type-alist): Add doc string.
15067         (mm-uu-configure): Add doc string.  Make it interactive.
15068         (mm-uu-tex-groups-regexp): New variable.
15069         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
15070         (mm-uu-type-alist): Add LaTeX documents.
15071         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
15072         of "text/verbatim".
15073         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
15075         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
15076         instead of "text/verbatim".
15078         * message.el (message-mark-inserted-region)
15079         (message-mark-insert-file): Use slrn style marks when called with
15080         prefix argument.
15082 2005-09-27  Simon Josefsson  <jas@extundo.com>
15084         * message.el (message-idna-to-ascii-rhs-1): Reformat.
15086 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
15088         * message.el (message-remove-duplicates): New function.
15089         Implementation borrowed from `gnus-remove-duplicates'.
15090         (message-idna-to-ascii-rhs): Also encode idna addresses in
15091         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15092         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
15093         only ask about the same idna domain once per header and also tell
15094         in what header to replace the idna domain.
15096         * gnus-art.el (article-decode-idna-rhs): Also decode idna
15097         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
15098         (article-decode-idna-rhs): Fix regexp so that all idna-address in
15099         a header is decoded and not just the last one.
15101 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15103         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
15104         has been decoded.
15106         * mm-decode.el (mm-automatic-display): Add text/verbatim.
15107         (mm-insert-part): Don't modify text if it has been decoded.
15109         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
15110         decoded.
15112         * mm-view.el (mm-inline-text): Don't strip text props unless
15113         decoding enriched or richtext parts.
15115 2005-09-25  Romain Francoise  <romain@orebokech.com>
15117         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
15118         * gnus-start.el (gnus-subscribe-interactively):
15119         * gnus-uu.el (gnus-uu-grab-articles):
15120         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
15121         space.
15123 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
15125         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
15126         * mm-view.el (mm-view-pkcs7-decrypt):
15127         * gnus-sum.el (gnus-summary-limit-to-extra)
15128         (gnus-summary-respool-article, gnus-read-move-group-name):
15129         * gnus-score.el (gnus-summary-increase-score):
15130         * gnus-util.el (gnus-completing-read-with-default):
15131         * gnus-art.el (gnus-read-save-file-name)
15132         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
15133         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
15134         * message.el (message-check-news-header-syntax):
15135         Follow convention for reading with the minibuffer.
15137 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
15139         * spam-report.el (spam-report-url-ping-plain):
15140         Use gnus-extended-version as User-Agent.
15142         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
15143         default value is nil.
15145         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
15146         (mm-uu-verbatim-marks-extract): New function.
15147         (mm-uu-extract): New face.
15148         (mm-uu-copy-to-buffer): Use it.
15150         * spam-report.el (spam-report-gmane-ham): Rename from
15151         `spam-report-gmane-unspam'.
15152         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
15153         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
15155         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
15156         Autoload.
15157         (spam-report-gmane-unregister-routine):
15158         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
15160 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
15162         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
15163         (spam-report-gmane-unregister-routine): Add support for gmane
15164         unregistration.
15166         * spam-report.el (spam-report-gmane-unspam)
15167         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15168         (spam-report-gmane): Change to take a single article and do unspam
15169         registration.
15171 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15173         * mm-url.el (mm-url-decode-entities): Fix regexp.
15175 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15177         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15178         default to nil, to be able to use Gnus at all.  If the default
15179         switches to something else, then the function should be fixed not
15180         be exceedingly slow.
15182 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15184         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15185         fail hard.
15187         * spam-report.el: Add better Keywords line.
15189         * spam.el: Add Maintainer and better Keywords line.
15191 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15193         * gnus-art.el (gnus-article-replace-part)
15194         (gnus-mime-replace-part): New functions.
15195         (gnus-mime-action-alist, gnus-mime-button-commands)
15196         (gnus-mime-save-part-and-strip): Add file argument.
15197         (gnus-article-part-wrapper): Add interactive argument.
15199         * gnus-sum.el (gnus-summary-mime-map):
15200         Add `gnus-article-replace-part'.
15202 2005-09-19  Didier Verna  <didier@xemacs.org>
15204         The nnml compaction feature:
15205         * nnml.el (nnml-request-compact-group): New function.
15206         * nnml.el (nnml-request-compact): New function.
15207         * gnus-int.el (gnus-request-compact-group): New function.
15208         * gnus-int.el (gnus-request-compact): New function.
15209         * gnus-group.el (gnus-group-compact-group): New function.
15210         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15211         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15212         * gnus-srvr.el (gnus-server-compact-server): New function.
15213         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15214         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15216 2005-09-18  Deepak Goel  <deego@gnufans.org>
15218         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15219         format spec.
15221 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15223         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15225 2005-09-15  Romain Francoise  <romain@orebokech.com>
15227         * message.el (message-fill-paragraph): Clarify docstring.
15229 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15231         * gnus-art.el (gnus-mime-display-part): Protect against broken
15232         MIME messages.
15234 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15236         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15237         before parsing header.
15239 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15241         * html2text.el (html2text-replace-list): Add new entities.
15243 2005-09-11  Romain Francoise  <romain@orebokech.com>
15245         * message.el (message-alternative-emails): Improve docstring.
15246         (message-setup-1): Call `message-use-alternative-email-as-from'
15247         after `message-setup-hook' to give it precedence over posting
15248         styles, etc.
15249         (message-use-alternative-email-as-from): Add docstring.
15250         Remove the original From header if present.
15252         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15253         (nnml-save-mail): Use it.
15255         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15256         articles.  Add new argument `silent'.
15257         (gnus-uu-mark-all): Report the total number of marked articles.
15259 2005-09-10  Romain Francoise  <romain@orebokech.com>
15261         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15262         (gnus-uu-mark-series): Likewise.
15264 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15266         * spam-report.el (spam-report-gmane): Fix generation of spam
15267         report URL.
15269 2005-09-10  Simon Josefsson  <jas@extundo.com>
15271         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15272         t, based on discussion on the ding list with Robert Epprecht
15273         <epprecht@solnet.ch>.
15275 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15277         * spam-report.el (spam-report-gmane): Make it work without
15278         X-Report-Spam header.  Gmane now only provides Archived-At.
15279         This is only used if `spam-report-gmane-use-article-number' is nil.
15280         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15282         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15283         make `gnus-summary-sort-by-recipient' work with threading.
15285         * nnweb.el (nnweb-google-wash-article): Print a message if article
15286         is not available.
15288 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15290         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15291         change.  Decode text/* parts content before displaying.
15293 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15295         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15297 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15299         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15301         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15302         url-package-name, url-package-version,
15303         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15304         w3m-display-inline-images, and w3m-minor-mode-map.
15306 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15308         * message.el (message-tab-body-function): Fix mismatched custom type.
15310         * gnus.el (gnus-group-change-level-function): Ditto.
15312         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15314         * gnus-art.el (gnus-signature-limit)
15315         (gnus-article-mime-part-function): Ditto.
15317 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15319         * mml.el (mml-mode): Silence the byte compiler.
15321         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15322         using `(sit-for 0)' before moving the point to the specified part;
15323         skip unbuttonized parts.
15324         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15325         return to the summary window if gnus-auto-select-part is non-nil.
15327 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15329         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15330         New variables.
15331         (mml-dnd-attach-file, mml-mode): Use them.
15333         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15334         Make fetching article by MID work again for Google Groups.
15335         Add FIXME concerning gnus-group-make-web-group.
15337         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15338         Don't depend on Gnus by using mail-extract-address-components if
15339         gnus-extract-address-components is not bound.
15341 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15343         * gnus-art.el (gnus-mime-display-security): Don't display the
15344         signature, but only the signed part.
15346 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15348         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15350         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15351         list, not listp.
15353 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15355         * mm-encode.el (mm-encode-content-transfer-encoding):
15356         Likewise when encoding.
15358         * mm-bodies.el (mm-decode-content-transfer-encoding):
15359         De-canonicalize CRLF for all text content types, not just
15360         text/plain.
15362 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15364         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15365         valid article; point arrow and cursor at the MIME button.
15367 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15369         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15370         Suggested by Dan Christensen <jdc@uwo.ca>.
15372         * mm-decode.el (mm-save-part): Enable change of prompt.
15374 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15376         * gnus-msg.el (gnus-inews-add-send-actions):
15377         Make `message-post-method' lambda parameter ARG `&optional'.
15379 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15381         * gnus-sum.el (gnus-summary-mime-map):
15382         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15383         gnus-article-jump-to-part.
15385         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15386         (gnus-article-edit-part): Use it.
15387         (gnus-article-part-wrapper): Add no-handle argument.
15388         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15389         New functions.
15391 2005-08-29  Romain Francoise  <romain@orebokech.com>
15393         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15394         docstring.
15395         (gnus-face-from-file): Likewise.
15397 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15399         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15400         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15401         non-nil.
15402         (gnus-auto-select-part): New variable.
15403         (gnus-article-jump-to-part): New function.
15404         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15405         (gnus-mime-delete-part): Allow selecting specified part after
15406         deleting or stripping parts.
15407         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15408         part if argument is bogus.
15410 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15412         * gnus-art.el (w3m-minor-mode-map):
15413         * gnus-spec.el (gnus-newsrc-file-version):
15414         * gnus-util.el (nnmail-active-file-coding-system)
15415         (gnus-original-article-buffer, gnus-user-agent):
15416         * gnus.el (gnus-ham-process-destinations)
15417         (gnus-parameter-ham-marks-alist)
15418         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15419         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15420         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15421         * mm-decode.el (gnus-current-window-configuration):
15422         * mm-extern.el (gnus-article-mime-handles):
15423         * mm-url.el (url-current-object, url-package-name)
15424         (url-package-version):
15425         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15426         (smime-keys, w3m-cid-retrieve-function-alist)
15427         (w3m-current-buffer, w3m-display-inline-images)
15428         (w3m-minor-mode-map):
15429         * mml-smime.el (gnus-extract-address-components):
15430         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15431         (gnus-newsrc-hashtb, message-default-charset)
15432         (message-deletable-headers, message-options)
15433         (message-posting-charset, message-required-mail-headers)
15434         (message-required-news-headers):
15435         * mml1991.el (mc-pgp-always-sign):
15436         * mml2015.el (mc-pgp-always-sign):
15437         * nnheader.el (nnmail-extra-headers):
15438         * rfc1843.el (gnus-decode-encoded-word-function)
15439         (gnus-decode-header-function, gnus-newsgroup-name):
15440         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15442 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15444         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15445         the end of the date treatments.
15447 2005-08-15  Simon Josefsson  <jas@extundo.com>
15449         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15450         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15451         Capello and Romain Francoise.
15452         (pgg-fetch-key-function): Remove, not used?
15453         (pgg-insert-url-with-w3): Require url, to get
15454         url-insert-file-contents regardless of where it is defined.
15456 2005-08-13  Romain Francoise  <romain@orebokech.com>
15458         * message.el (message-cite-original-1): New function.
15459         (message-cite-original): Use it.
15460         (message-cite-original-without-signature): Ditto.
15462 2005-08-08  Romain Francoise  <romain@orebokech.com>
15464         * message.el (message-yank-empty-prefix): New variable.
15465         (message-indent-citation): Use it.
15466         (message-cite-original-without-signature): Respect X-No-Archive.
15468 2005-08-08  Simon Josefsson  <jas@extundo.com>
15470         * pgg.el: Autoload url-insert-file-contents instead of loading
15471         w3/url.
15472         (pgg-insert-url-with-w3): Don't load url here.
15474 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15476         * message.el (message-kill-to-signature): Don't insert newline at
15477         bol.
15478         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15480 2005-08-06  Romain Francoise  <romain@orebokech.com>
15482         * message.el (message-user-fqdn): Fix typo in docstring.
15484 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15486         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15488         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15490 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15492         * mm-bodies.el (mm-encode-body): Use coding system rather than
15493         charset to encode text.
15495         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15496         number of charsets if utf-8 is available (XEmacs).
15498 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15500         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15501         taken from `gnus-button-mid-or-mail-regexp'.
15502         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15503         (gnus-button-alist): Improve regexp for domain part of the MIDs
15504         for news:localpart@domain buttons.
15505         (gnus-button-ctan-directory-regexp): Update.
15507 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15509         * sieve-manage.el (sieve-manage-interactive-login):
15510         Use make-local-variable rather than make-variable-buffer-local.
15511         (sieve-manage-open): Ditto.
15512         (sieve-manage-authenticate): Ditto.
15514         * mml.el (mml-generate-mime-1): Make the content type default to
15515         text/plain if the filename is not specified.
15517 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15519         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15520         instead of insert-buffer.
15522         * message.el (message-yank-original): Ditto; set the mark at the
15523         end of the yanked message.
15525 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15527         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15528         lines to scroll rather than to stop it.
15530         * mml.el (mml-generate-default-type): Add doc string.
15531         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15532         default to application/octet-stream when determining the content
15533         type if it is not specified for the part or the mml contents; add
15534         a comment about mml-generate-default-type.
15536 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15538         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15539         make it default to application/octet-stream when determining the
15540         content type if it is not specified for the external contents.
15542 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15544         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15545         segmented parameter but also other parameters might be there.
15547 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15549         * mm-decode.el (mm-display-external): Delete temp file, directory
15550         and buffer immediately if the external process is exited.
15552 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15554         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15555         fewer lines than that of scroll-margin.
15556         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15558 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15560         * gnus-art.el (gnus-article-next-page): Revert.
15561         (gnus-article-beginning-of-window): New macro.
15562         (gnus-article-next-page-1): Use it.
15563         (gnus-article-prev-page): Ditto.
15564         (gnus-article-edit-part): Use insert-buffer-substring instead of
15565         insert-buffer.
15566         (gnus-article-edit-exit): Ditto.
15568         * gnus-util.el (gnus-beginning-of-window): Remove.
15569         (gnus-end-of-window): Remove.
15571         * lpath.el: Don't bind header-line-format and scroll-margin.
15573 2005-07-25  Simon Josefsson  <jas@extundo.com>
15575         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15576         to have the url package without w3.  Reported by Daiki Ueno
15577         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15579 2005-07-20  Didier Verna  <didier@xemacs.org>
15581         * gnus-diary.el: Remove the description comment (nndiary is now
15582         properly documented in the Gnus manual).
15583         Fix the spelling of "Back End".
15584         * nndiary.el: Ditto.
15585         Fix the copyright notice.
15587 2005-07-18  Romain Francoise  <romain@orebokech.com>
15589         * gnus-sum.el (gnus-summary-to-prefix)
15590         (gnus-summary-newsgroup-prefix): New variables.
15591         (gnus-summary-from-or-to-or-newsgroups): Use them.
15593 2005-07-17  Romain Francoise  <romain@orebokech.com>
15595         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15596         space as it's generally not especially interesting to the user.
15598 2005-07-16  Romain Francoise  <romain@orebokech.com>
15600         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15601         nil to avoid prompting and file modification if one of the
15602         messages at the top of the nnfolder file contains a copyright
15603         notice.
15604         Update copyright notice.
15606         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15607         instead of `current-time-string' as the latter creates a time
15608         string that is not RFC 2822 compliant (it lacks the zone).
15609         Update copyright notice.
15611 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15613         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15614         for text/rtf.  Display default in prompt.  Pass default for M-n.
15616         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15618 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15620         * gnus-msg.el (gnus-button-mailto):
15621         Remove save-selected-window-window hackery because it relies on
15622         save-selected-window internals.
15624 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15626         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15627         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15628         (gnus-article-prev-page): Ditto.
15630         * gnus-util.el (gnus-beginning-of-window): New function.
15631         (gnus-end-of-window): New function.
15633         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15635 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15637         * gnus-score.el (gnus-score-edit-all-score):
15638         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15639         gnus-message.
15641 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15643         * gnus-msg.el (gnus-button-mailto):
15644         Remove save-selected-window-window hackery because it relies on
15645         save-selected-window internals.
15647 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15649         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15650         add-minor-mode.
15651         (gnus-binary-mode): Ditto.
15653         * gnus-topic.el (gnus-topic-mode): Ditto.
15655 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15657         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15658         (gnus-article-prev-page): Take scroll-margin into consideration.
15660 2005-07-04  Lute Kamstra  <lute@gnu.org>
15662         Update FSF's address in GPL notices.
15664 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15666         * gnus.el (gnus-exit):
15667         * gnus-group.el (gnus-group-icons):
15668         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15670         * gnus-nocem.el (gnus-nocem):
15671         * message.el (message-various, message-buffers, message-sending)
15672         (message-interface, message-forwarding, message-insertion)
15673         (message-headers, message-news, message-mail):
15674         * pgg-gpg.el (pgg-gpg):
15675         * pgg-parse.el (pgg-parse):
15676         * pgg-pgp.el (pgg-pgp):
15677         * pgg-pgp5.el (pgg-pgp5):
15678         * pop3.el (pop3): Finish `defgroup' description with period.
15680 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15682         * gnus-art.el (article-display-face): Improve the efficiency.
15683         (article-display-x-face): Ditto; remove grey x-face stuff.
15685 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15687         * gnus-art.el (article-display-face): Correct the position in
15688         which Faces are inserted.
15690 2005-06-29  Didier Verna  <didier@xemacs.org>
15692         * gnus-art.el (article-display-face): Display faces in correct
15693         order.
15695 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15697         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15698         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15699         (gnus-nocem-check-article): Fetch the Type header.
15700         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15701         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15702         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15703         make sure gnus-nocem-hashtb is initialized.
15704         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15705         (gnus-nocem-unwanted-article-p): Ditto.
15707         * pgg.el (pgg-verify): Return the verification result.
15709 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15711         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15712         is ascii.
15714 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15716         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15717         `show-nonbreak-escape'.
15719 2005-06-23  Lute Kamstra  <lute@gnu.org>
15721         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15723         * dig.el (dig-mode):
15724         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15726 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15728         * nnimap.el (nnimap-split-download-body): Fix spellings.
15730 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15732         * gnus-art.el (gnus-article-encrypt-body):
15733         * gnus-cus.el (gnus-score-customize):
15734         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15735         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15737 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15739         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15740         header by looking for magic "MII" at the beginnig.
15742 2005-06-16  Miles Bader  <miles@gnu.org>
15744         * gnus-xmas.el (gnus-xmas-group-startup-message):
15745         Use renamed gnus-splash face.
15747         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15748         (assistant-field-face): New backward-compatibility alias for renamed
15749         face.
15750         (assistant-render-text): Use renamed assistant-field face.
15752         * spam.el (spam): Remove "-face" suffix from face name.
15753         (spam-face): New backward-compatibility alias for renamed face.
15754         (spam-face, spam-initialize): Use renamed spam face.
15756         * message.el (message-header-to, message-header-cc)
15757         (message-header-subject, message-header-newsgroups)
15758         (message-header-other, message-header-name)
15759         (message-header-xheader, message-separator, message-cited-text)
15760         (message-mml): Remove "-face" suffix from face names.
15761         (message-header-to-face, message-header-cc-face)
15762         (message-header-subject-face, message-header-newsgroups-face)
15763         (message-header-other-face, message-header-name-face)
15764         (message-header-xheader-face, message-separator-face)
15765         (message-cited-text-face, message-mml-face):
15766         New backward-compatibility aliases for renamed faces.
15767         (message-font-lock-keywords): Use renamed message faces.
15769         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15770         (sieve-test-commands, sieve-tagged-arguments):
15771         Remove "-face" suffix from face names.
15772         (sieve-control-commands-face, sieve-action-commands-face)
15773         (sieve-test-commands-face, sieve-tagged-arguments-face):
15774         New backward-compatibility aliases for renamed faces.
15775         (sieve-control-commands-face, sieve-action-commands-face)
15776         (sieve-test-commands-face, sieve-tagged-arguments-face):
15777         Use renamed sieve faces.
15779         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15780         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15781         (gnus-group-news-3-empty, gnus-group-news-4)
15782         (gnus-group-news-4-empty, gnus-group-news-5)
15783         (gnus-group-news-5-empty, gnus-group-news-6)
15784         (gnus-group-news-6-empty, gnus-group-news-low)
15785         (gnus-group-news-low-empty, gnus-group-mail-1)
15786         (gnus-group-mail-1-empty, gnus-group-mail-2)
15787         (gnus-group-mail-2-empty, gnus-group-mail-3)
15788         (gnus-group-mail-3-empty, gnus-group-mail-low)
15789         (gnus-group-mail-low-empty, gnus-summary-selected)
15790         (gnus-summary-cancelled, gnus-summary-high-ticked)
15791         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15792         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15793         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15794         (gnus-summary-low-undownloaded)
15795         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15796         (gnus-summary-low-unread, gnus-summary-normal-unread)
15797         (gnus-summary-high-read, gnus-summary-low-read)
15798         (gnus-summary-normal-read, gnus-splash):
15799         Remove "-face" suffix from face names.
15800         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15801         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15802         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15803         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15804         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15805         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15806         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15807         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15808         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15809         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15810         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15811         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15812         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15813         (gnus-summary-normal-ticked-face)
15814         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15815         (gnus-summary-normal-ancient-face)
15816         (gnus-summary-high-undownloaded-face)
15817         (gnus-summary-low-undownloaded-face)
15818         (gnus-summary-normal-undownloaded-face)
15819         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15820         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15821         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15822         (gnus-splash-face):
15823         New backward-compatibility aliases for renamed faces.
15824         (gnus-group-startup-message): Use renamed gnus faces.
15826         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15827         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15828         (gnus-server-agent): Remove "-face" suffix from face names.
15829         (gnus-server-agent-face, gnus-server-opened-face)
15830         (gnus-server-closed-face, gnus-server-denied-face)
15831         (gnus-server-offline-face):
15832         New backward-compatibility aliases for renamed faces.
15833         (gnus-server-agent-face, gnus-server-opened-face)
15834         (gnus-server-closed-face, gnus-server-denied-face)
15835         (gnus-server-offline-face): Use renamed gnus faces.
15837         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15838         Remove "-face" suffix from face names.
15839         (gnus-picon-xbm-face, gnus-picon-face):
15840         New backward-compatibility aliases for renamed faces.
15842         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15843         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15844         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15845         (gnus-cite-11): Remove "-face" suffix from face names.
15846         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15847         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15848         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15849         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15850         New backward-compatibility aliases for renamed faces.
15851         (gnus-cite-attribution-face, gnus-cite-face-list)
15852         (gnus-article-boring-faces): Use renamed gnus faces.
15854         * gnus-art.el (gnus-signature, gnus-header-from)
15855         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15856         (gnus-header-content): Remove "-face" suffix from face names.
15857         (gnus-signature-face, gnus-header-from-face)
15858         (gnus-header-subject-face, gnus-header-newsgroups-face)
15859         (gnus-header-name-face, gnus-header-content-face):
15860         New backward-compatibility aliases for renamed faces.
15861         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15863         * gnus-sum.el (gnus-summary-selected-face)
15864         (gnus-summary-highlight): Use renamed gnus faces.
15865         * gnus-group.el (gnus-group-highlight): Likewise.
15867 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15869         * gnus-sieve.el (gnus-sieve-article-add-rule):
15870         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15871         * spam-stat.el (spam-stat-buffer-change-to-spam)
15872         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15874         * message.el (message-is-yours-p):
15875         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15877 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15879         * mm-view.el (mm-inline-text): Withdraw the last change.
15881 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15883         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15884         executing enriched-decode.
15886 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15888         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15889         charset of tar files.
15891 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15893         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15895 2005-06-04  Lute Kamstra  <lute@gnu.org>
15897         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15898         information is never recorded.
15900 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15902         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15904 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15906         * pop3.el (pop3-apop): Run md5 in the binary mode.
15908         * starttls.el (starttls-set-process-query-on-exit-flag):
15909         Use eval-and-compile.
15911 2005-05-31  Simon Josefsson  <jas@extundo.com>
15913         * smime.el (smime-replace-in-string): Define.
15914         (smime-cert-by-ldap-1): Use it.
15916 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15918         * gnus-art.el (article-display-x-face): Replace
15919         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15921         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15922         set-process-query-on-exit-flag or process-kill-without-query.
15924         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15925         loop instead of replace-regexp.
15927         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15928         instead of process-kill-without-query if it is available.
15930         * lpath.el: Fbind ldap-search-entries.
15932         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15933         instead of find-file-hooks if it is available.
15935         * mml1991.el: Bind pgg-default-user-id when compiling.
15937         * mml2015.el: Bind pgg-default-user-id when compiling.
15939         * nndraft.el (nndraft-request-associate-buffer):
15940         Use write-contents-functions instead of write-contents-hooks if it is
15941         available.
15943         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15944         instead of find-file-hooks if it is available.
15946         * nntp.el (nntp-open-connection): Replace
15947         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15948         (nntp-open-ssl-stream): Ditto.
15949         (nntp-open-tls-stream): Ditto.
15951         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15952         set-process-query-on-exit-flag or process-kill-without-query.
15953         (starttls-open-stream-gnutls): Use it instead of
15954         process-kill-without-query.
15955         (starttls-open-stream): Ditto.
15957 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15959         * smime.el (smime-cert-by-ldap-1): Don't use
15960         replace-regexp-in-string.
15962 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15964         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15966         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15967         in PEM format.  Adjust to the XEmacs compability.
15969 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15971         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15972         by `string-to-number'.
15973         * gnus-agent.el (gnus-agent-regenerate-group)
15974         (gnus-agent-fetch-articles): Ditto.
15975         * gnus-art.el (gnus-button-fetch-group): Ditto.
15976         * gnus-cache.el (gnus-cache-generate-active)
15977         (gnus-cache-articles-in-group): Ditto.
15978         * gnus-group.el (gnus-group-set-current-level)
15979         (gnus-group-insert-group-line): Ditto.
15980         * gnus-score.el (gnus-score-set-expunge-below)
15981         (gnus-score-set-mark-below, gnus-summary-score-effect)
15982         (gnus-summary-score-entry): Ditto.
15983         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15984         (gnus-soup-pack): Ditto.
15985         * gnus-spec.el (gnus-xmas-format): Ditto.
15986         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15987         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15988         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15989         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15990         * nndb.el (nndb-get-remote-expire-response): Ditto.
15991         * nndiary.el (nndiary-parse-schedule-value)
15992         (nndiary-string-to-number, nndiary-request-replace-article)
15993         (nndiary-request-article): Ditto.
15994         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15995         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15996         * nneething.el (nneething-make-head): Ditto.
15997         * nnfolder.el (nnfolder-request-article)
15998         (nnfolder-retrieve-headers): Ditto.
15999         * nnheader.el (nnheader-file-to-number): Ditto.
16000         * nnkiboze.el (nnkiboze-request-article): Ditto.
16001         * nnmail.el (nnmail-process-unix-mail-format)
16002         (nnmail-process-babyl-mail-format): Ditto.
16003         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
16004         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
16005         (nnmh-request-create-group, nnmh-request-list-1)
16006         (nnmh-request-group, nnmh-request-article): Ditto.
16007         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
16008         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
16009         * nnsoup.el (nnsoup-make-active): Ditto.
16010         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
16011         * nntp.el (nntp-find-group-and-number)
16012         (nntp-retrieve-headers-with-xover): Ditto.
16013         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
16014         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
16015         (pgg-format-key-identifier): Ditto.
16016         * pop3.el (pop3-last, pop3-stat): Ditto.
16017         * qp.el (quoted-printable-decode-region): Ditto.
16019         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
16020         of concat.
16022 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16024         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
16026         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
16028         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
16030         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
16032         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
16034         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
16036         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
16037         (gnus-carpal-mode): Ditto.
16039         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
16040         (gnus-browse-mode): Ditto.
16042         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
16044         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
16046 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16048         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
16050 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16052         * gnus-util.el (gnus-run-mode-hooks): New function.
16054         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
16056         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
16057         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
16059 2005-05-27  Lute Kamstra  <lute@gnu.org>
16061         * dns-mode.el (dns-mode): Specify customization group.
16063 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
16065         * gnus-agent.el (gnus-agent-make-mode-line-string):
16066         Use mode-line-highlight as mouse-face.
16068 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16070         * canlock.el (canlock): Change the parent group to news.
16072         * deuglify.el (gnus-outlook-deuglify): Add :group.
16074         * dig.el (dig): Add :group.
16076         * dns-mode.el (dns-mode): Add :group.
16078         * encrypt.el (encrypt): Add :group.
16080         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
16081         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
16082         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
16083         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
16084         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
16086         * gnus-diary.el (gnus-diary): Add :group.
16088         * gnus.el (gnus-group-news-1-face): Add :group.
16089         (gnus-group-news-1-empty-face): Ditto.
16090         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
16091         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
16092         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
16093         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
16094         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
16095         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
16096         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
16097         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
16098         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
16099         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
16100         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
16101         (gnus-summary-high-ticked-face): Ditto.
16102         (gnus-summary-low-ticked-face): Ditto.
16103         (gnus-summary-normal-ticked-face): Ditto.
16104         (gnus-summary-high-ancient-face): Ditto.
16105         (gnus-summary-low-ancient-face): Ditto.
16106         (gnus-summary-normal-ancient-face): Ditto.
16107         (gnus-summary-high-undownloaded-face): Ditto.
16108         (gnus-summary-low-undownloaded-face): Ditto.
16109         (gnus-summary-normal-undownloaded-face): Ditto.
16110         (gnus-summary-high-unread-face): Ditto.
16111         (gnus-summary-low-unread-face): Ditto.
16112         (gnus-summary-normal-unread-face): Ditto.
16113         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
16114         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
16116         * hashcash.el (hashcash): New custom group.
16117         (hashcash-default-payment): Add :group.
16118         (hashcash-payment-alist): Ditto.
16119         (hashcash-default-accept-payment): Ditto.
16120         (hashcash-accept-resources): Ditto.
16121         (hashcash-path): Ditto.
16122         (hashcash-extra-generate-parameters): Ditto.
16123         (hashcash-double-spend-database): Ditto.
16124         (hashcash-in-news): Ditto.
16126         * message.el (message-minibuffer-local-map): Add :group.
16128         * netrc.el (netrc): Add :group.
16130         * sieve-manage.el (sieve-manage-log): Add :group.
16131         (sieve-manage-default-user): Diito.
16132         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
16133         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
16134         (sieve-manage-authenticators): Ditto.
16135         (sieve-manage-authenticator-alist): Ditto.
16136         (sieve-manage-default-port): Ditto.
16138         * sieve-mode.el (sieve-control-commands-face): Add :group.
16139         (sieve-action-commands-face): Ditto.
16140         (sieve-test-commands-face): Ditto.
16141         (sieve-tagged-arguments-face): Ditto.
16143         * smime.el (smime): Add :group.
16145         * spam-report.el (spam-report): Add :group.
16147         * spam.el (spam, spam-face): Add :group.
16149 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16151         * nntp.el (nntp-next-result-arrived-p): Some news servers may
16152         return \n.\n.\n at the end of articles.  Protect against that.
16153         (nntp-with-open-group): Allow debugging.
16155         * nnheader.el (mail-header-set-extra): Make into a function
16156         because I just could't understand how to quote the list properly.
16158         * dns.el (query-dns-cached): New function.
16160 2005-05-26  Lute Kamstra  <lute@gnu.org>
16162         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
16164 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16166         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16168         * gnus-art.el: Don't autoload mail-extract-address-components.
16170         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16171         eval-and-compile to evaluate it.
16173         * hashcash.el: Don't autoload executable-find.
16175         * nndb.el: Don't declare the nndb back end two or more times; don't
16176         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16178         * nntp.el: Autoload format-spec instead of format; use
16179         eval-and-compile to evaluate autoload forms.
16181 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16183         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16185 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16187         * gnus.el (gnus-version-number): Bump version.
16189 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16191         * gnus.el: No Gnus v0.3 is released.
16193 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16195         * lpath.el (featurep): Bind show-nonbreak-escape.
16197 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16199         * gnus-art.el (gnus-article-edit-part): Disable undo.
16201 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16203         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16204         gnus-article-date-lapsed-new-header is t if date timer is active;
16205         skip headers in which the original date value is empty.
16206         (gnus-article-save-original-date): Redefine it as a macro.
16207         (gnus-display-mime): Use it.
16209 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16211         * gnus-art.el (article-date-ut): Support converting date in
16212         forwarded parts as well.
16213         (gnus-article-save-original-date): New function.
16214         (gnus-display-mime): Use it.
16216 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16218         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16219         enclosure element of <item>.
16221 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16223         * message.el (message-kill-buffer-query): Rename from
16224         `message-kill-buffer-query-if-modified'.  Add :version.
16226 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16228         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16229         window layout.
16231 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16233         * mml.el: Autoload dnd when compiling.
16235 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16237         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16238         x-dnd-*.
16240 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16242         * qp.el (quoted-printable-encode-region): Save excursion.
16244 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16246         * message.el (message-kill-buffer-query-if-modified): Add new variable
16247         so the user can kill a modified message buffer quickly.
16248         (message-kill-buffer): Use it.
16250 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16252         * lpath.el: Fbind display-time-event-handler; don't fbind
16253         string-to-multibyte.
16255         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16257 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16259         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16260         contained in text because xml.el decodes entities) with LFs.
16262 2005-04-11  Lute Kamstra  <lute@gnu.org>
16264         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16265         differently.
16267 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16269         * mm-util.el (mm-detect-coding-region): Typo.
16271 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16273         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16275 2005-04-06  Deepak Goel  <deego@gnufans.org>
16277         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16278         user-function allow user modifications of the scores.
16279         (spam-stat-score-buffer-user): New function, to allow
16280         user-computed modifications to the score.
16281         (spam-stat-score-buffer-user-functions): List of additional
16282         scoring functions.
16283         (spam-stat-error-holder): Global temporary error holder.
16284         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16285         variable.
16287 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16289         * gnus-registry.el (gnus-registry-clean-empty-function)
16290         (gnus-registry-trim, gnus-registry-fetch-groups)
16291         (gnus-registry-delete-group): Groups that match
16292         `gnus-registry-ignored-groups' are removed from the registry
16293         entries, not just ignored for splitting.  This helps clean up the
16294         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16295         to get all the groups a message ID is in.
16297         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16298         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16299         (spam-stat-score-buffer-user-functions): Add :number custom type.
16301 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16303         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16304         argument in XEmacs.
16306         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16307         (nnrss-request-group): Decode group name first.
16308         (nnrss-request-article): Make a text/plain article if mml-to-mime
16309         failed.
16310         (nnrss-get-encoding): Return a compatible encoding according to
16311         nnrss-compatible-encoding-alist.
16312         (nnrss-find-el): Use consp instead of listp.
16313         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16315 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16317         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16318         which Emacs 20 doesn't support.
16319         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16321 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16323         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16324         silence the byte compiler inside the defun.
16326         * gnus-demon.el (parse-time-string): Add autoload.
16328         * gnus-delay.el (parse-time-string): Add autoload.
16330         * gnus-art.el (parse-time-string): Add autoload.
16332         * nnultimate.el (parse-time): Require for `parse-time-string'.
16334 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16336         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16338         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16340         * smime.el (smime-ldap-host-list): Add :version.
16342 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16344         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16345         pass it to `gnus-browse-read-group'.
16346         (gnus-browse-read-group): Add NUMBER argument and pass it to
16347         `gnus-group-read-ephemeral-group'.
16349         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16350         argument and pass it to `gnus-group-read-group'.
16352 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16354         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16355         mm-xemacs-find-mime-charset-1 if we have the mule feature
16356         available at runtime.
16358 2005-03-25  Werner Lemberg  <wl@gnu.org>
16360         * nnmaildir.el: Replace `illegal' with `invalid'.
16362 2005-03-23  Lute Kamstra  <lute@gnu.org>
16364         * time-date.el: Add comment on time value formats.
16365         Don't require parse-time.
16366         (with-decoded-time-value): New macro.
16367         (encode-time-value): New function.
16368         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16369         (days-to-time): Return a valid time value when arg is huge.
16370         (time-since): Use time-subtract.
16371         (time-to-number-of-days): Use time-to-seconds.
16373 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16375         * gnus-start.el (gnus-display-time-event-handler):
16376         Check display-time-timer at runtime rather than only at load time
16377         in case display-time-mode is turned off in the mean time.
16379 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16381         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16382         used.
16384         * nneething.el (nneething-map-file-directory): Derive from
16385         `gnus-directory'.
16387         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16388         the To/Cc button.
16390 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16392         * nnmaildir.el (nnmaildir-request-accept-article):
16393         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16395 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16397         * gnus-async.el: Require timer-funcs at compile time when in
16398         XEmacs for `run-with-idle-timer'.
16400 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16402         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16403         autoloaded function.
16405 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16407         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16409 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16411         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16413 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16415         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16416         Add gnus-expert-user to default.
16418 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16420         * nnimap.el (nnimap-open-server): Ditto.
16422         * imap.el (imap-authenticate): Fix typo.
16424 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16426         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16427         buffer (since IMAP server might return FETCH response out of
16428         order, and the nntp buffer must be sorted).
16430 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16432         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16433         comparison on string.
16435         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16436         (gnus-agent-score): Rename category keywords to match gnus-cus.
16437         (gnus-agent-summary-fetch-series): Modify to protect against
16438         gnus-agent-summary-fetch-group clearing processable flags.
16439         (gnus-agent-synchronize-group-flags): Update live group buffer as
16440         synchronization may occur due to the user toggle the plugged
16441         status.
16442         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16443         successfully downloaded.
16444         (gnus-agent-expire-group-1): Avoid using markers when the overview
16445         is in ascending order; greatly improves performance.
16446         (gnus-agent-regenerate-group):
16447         Use gnus-agent-synchronize-group-flags to reset read status in both
16448         gnus and server.
16449         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16451 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16453         * message.el: Don't autoload former message-utils variables.
16454         (message-strip-subject-trailing-was): Change doc string.
16456         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16457         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16458         (nnweb-google-search): Add "hl=en" here.
16459         (nnweb-google-parse-1, nnweb-google-create-mapping):
16460         Don't hardcode URL.
16462 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16464         * message.el (message-get-reply-headers, message-followup):
16465         Mention related variables `message-use-followup-to' and
16466         `message-use-mail-followup-to', in the information buffer.
16468         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16469         of broken groups(-beta).google.com.
16471 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16473         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16474         parameter to invoked gnus-request-move-article; remove the
16475         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16476         all at once instead of once per article.
16477         (gnus-summary-remove-process-mark): Accept a list of articles as
16478         well as a single article for processing.
16480         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16481         parameter.
16483         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16485         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16487         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16488         parameter.
16490         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16491         parameter.
16493         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16494         parameter and remove the gnus-sum-hint-move-is-internal variable.
16496         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16497         parameter.
16499         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16500         parameter.
16502         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16503         parameter.
16505         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16507         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16508         parameter.
16510         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16511         parameter.
16513 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16515         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16516         a more conservative way.
16518 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16520         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16521         buffer, so it moves the window's cursor.
16523 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16525         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16526         `mm-dissect-multipart' and receive the from field as an (optional)
16527         argument from `mm-dissect-multipart'.
16528         (mm-dissect-multipart): Receive the from field as an argument and
16529         pass it on when we call `mm-dissect-buffer' on MIME parts.
16530         Fixes verification/decryption of signed/encrypted MIME parts.
16532 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16534         * gnus-sum.el (gnus-summary-move-article):
16535         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16536         whatever it calls (right now, only nnimap-request-move article
16537         respects it).
16539         * nnimap.el (nnimap-request-move-article):
16540         When gnus-sum-hint-move-is-internal is set, don't do the extra
16541         nnimap-request-article.
16543 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16545         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16547         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16548         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16550         * gnus-sum.el (gnus-summary-caesar-message):
16551         Apply `gnus-treat-article' after rotation.
16553         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16554         doc string.
16556 2005-02-22  Simon Josefsson  <jas@extundo.com>
16558         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16559         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16560         <arne@arnested.dk>.
16561         (encrypt): Add password-cache and password-cache-expiry as group
16562         members.
16564 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16566         * smime.el (smime-ldap-host-list): Doc fix.
16567         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16568         cache) password.
16569         (smime-sign-region): Use it.
16570         (smime-decrypt-region): Use it.
16571         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16572         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16573         fails.
16574         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16575         certificate from DER to PEM format rather than calling openssl.
16577         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16579         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16580         for signing/encryption.
16582         * mml.el (mml-parse-1): Use them.
16584 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16586         * nnrss.el (nnrss-verbose): Remove.
16587         (nnrss-request-group): Use `nnheader-message' instead.
16589 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16591         * nnrss.el (nnrss-verbose): New variable.
16592         (nnrss-request-group): Make it say nnrss is requesting a group.
16594 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16596         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16597         Handle news URL with given port correctly.
16599 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16601         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16602         containing special characters.
16604         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16606         * mml.el (mime-to-mml): Ditto.
16608         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16609         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16610         (rfc2047-decode-region): Quote decoded words containing special
16611         characters when rfc2047-quote-decoded-words-containing-tspecials
16612         is non-nil.
16614 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16616         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16618         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16620 2005-02-15  Simon Josefsson  <jas@extundo.com>
16622         * nnimap.el (nnimap-debug): Doc fix.
16624         * imap.el (imap-debug): Doc fix.
16626 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16628         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16630 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16632         * gnus.el (spam-contents): Improve docs for spam-contents
16633         parameter in its variable incarnation.
16635 2005-02-14  Simon Josefsson  <jas@extundo.com>
16637         * smime-ldap.el: Use require instead of load-library for ldap.
16638         (smime-ldap-search): Indent.
16639         (smime-ldap-search-internal): Shorten line.
16641         * smime.el (smime-cert-by-dns): Add doc-string.
16642         (smime-cert-by-ldap-1): Indent.
16644         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16645         mml-smime-get-dns-ldap.
16646         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16648 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16650         * smime.el: Require smime-ldap.
16651         (smime-ldap-host-list): New variable.
16652         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16654         * mml-smime.el (mml-smime-encrypt-query): New function.
16655         (mml-smime-encrypt-query): Use it.
16657         * smime-ldap.el: New file.
16659 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16661         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16663 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16665         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16666         argument in doc string.  Make query for type more clear.
16668 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16670         * gnus.el (gnus-group-startup-message): Search for gnus images in
16671         etc/images/gnus.
16672         * mm-util.el (mm-image-load-path): Likewise.
16673         * smiley.el (smiley-data-directory): Search for smilies in
16674         etc/images/smilies.
16676 2005-02-09  Kim F. Storm  <storm@cua.dk>
16678         Change Emacs release version from 21.4 to 22.1 throughout.
16679         Change Emacs development version from 21.3.50 to 22.0.50.
16681 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16683         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16685         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16686         non-Mule XEmacs as well.
16687         (mm-decompress-buffer): Signal an error intentionally if it does
16688         not decompress compressed data because auto-compression-mode is
16689         disabled.
16691 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16693         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16694         an ID in the registry even if it has no groups.
16696 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16698         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16699         merge it into mm-decompress-buffer.
16700         (gnus-mime-copy-part): Use the MIME part charset, the value which
16701         a user specified or gnus-newsgroup-charset for decoding, like
16702         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16703         save-buffer what was used.  Suggested by Kevin Ryde
16704         <user42@zip.com.au>.
16705         (gnus-mime-inline-part): Allow the name parameter as well as the
16706         filename parameter; force decompressing of compressed data; always
16707         display contents being not decoded as unibyte.
16709         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16710         as well as the filename parameter.
16712         * mm-util.el (mm-decompress-buffer):
16713         Merge gnus-mime-jka-compr-maybe-uncompress.
16714         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16715         of compressed data.
16717 2005-02-08  Simon Josefsson  <jas@extundo.com>
16719         * imap.el (imap-log): Doc fix.
16721 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16723         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16724         the coding cookies; decompress compressed parts.
16726         * mml.el (mml-generate-mime-1): Add the charset parameter according
16727         to the value which a user specified manually or the coding cookie.
16729         * mm-util.el (mm-string-to-multibyte): New function.
16730         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16731         (mm-coding-system-to-mime-charset): New function.
16732         (mm-decompress-buffer): New function.
16733         (mm-find-buffer-file-coding-system): New function.
16735         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16736         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16737         parts.
16739 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16741         * mm-view.el (mm-display-inline-fontify): Decode a part according
16742         to the charset parameter.
16744 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16746         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16747         prefix arg is neither nil nor a number, as info specifies.
16749 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16751         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16752         timestamps.
16754 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16756         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16757         groups error checking and notify user.
16759 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16761         * message.el (message-send-mail-function): Check existence of
16762         sendmail-program first before using default value
16763         `message-send-mail-with-sendmail'.  Otherwise use more generic
16764         `smtpmail-send-it'.
16766 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16768         * nntp.el (nntp-request-update-info): Always return nil.
16770 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16772         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16774 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16776         * message.el (message-beginning-of-line): Change the behavior when
16777         invoked between BOL and : so that it first moves backward.
16779 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16781         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16782         article buffer when editing of the article is discarded.
16783         (gnus-article-prepare): Revert.
16785 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16787         * gnus-art.el (gnus-article-prepare):
16788         Remove message-strip-forbidden-properties from the local hook.
16790 2005-01-27  Simon Josefsson  <jas@extundo.com>
16792         * password.el (password-cache-add): Only start one timer per key.
16793         Reported by Derek Atkins <warlord@MIT.EDU>.
16795 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16797         * run-at-time.el: Remove.  It is no longer needed as
16798         timer-funcs.el in the xemacs-base package has a working version of
16799         `run-at-time'.
16801         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16803         * password.el: Require timer-funcs instead of run-at-time in
16804         XEmacs.
16805         Remove `password-run-at-time' macro.
16806         (password-cache-add): Use `run-at-time' instead of
16807         `password-run-at-time'.
16809         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16810         Remove `nnheader-cancel-function-timers' alias,
16811         `cancel-function-timers' exists in XEmacs in timer-funcs.
16813         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16814         for `run-with-idle-timer'.
16816         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16817         for `run-at-time'.
16819         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16820         for `with-timeout'.
16822         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16823         the same as for XEmacs 21.4.
16824         No need to ignore `run-with-idle-timer', this function exists in
16825         XEmacs now in timer-funcs.el in the xemacs-base package.
16826         (dgnushack-compile): No need to delete
16827         run-at-time.el from the list of files to compile because it
16828         doesn't exist anymore.
16830 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16832         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16833         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16835 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16837         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16838         sensitively.
16840 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16842         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16844 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16846         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16847         which will be inserted according to the multibyteness of a buffer
16848         rather than the type of contents.  Suggested by ARISAWA Akihiro
16849         <ari@mbf.ocn.ne.jp>.
16851         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16852         of string which old xml.el may return rather than a string.
16854 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16856         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16858 2005-01-16  Simon Josefsson  <jas@extundo.com>
16860         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16861         idn/idna.el isn't available.
16862         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16863         <michael@waxrat.com>.
16865         * hashcash.el: Remove non-FSF copyright header.
16867         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16868         (hashcash-generate-payment): Use it.
16869         (hashcash-generate-payment-async): Use it.
16871 2005-01-15  Simon Josefsson  <jas@extundo.com>
16873         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16874         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16876         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16877         gnus-summary-idna-message.
16878         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16879         (gnus-summary-idna-message): New function.
16881 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16883         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16884         gnus-novice-user.
16886 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16888         * nnrss.el (nnrss-request-delete-group): Delete entries in
16889         nnrss-group-alist as well.
16890         (nnrss-save-server-data): Insert newline.
16892 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16894         * gnus.el (gnus-user-agent): Use list of symbols instead of
16895         symbols.  Display full version number for (S)XEmacs.
16896         Optionally display (S)XEmacs codename.
16898         * gnus-util.el (gnus-emacs-version): Update for new
16899         `gnus-user-agent'.
16901         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16902         Gnus version.
16904 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16906         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16907         which is unreadable in some setups.
16909 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16911         * gnus-spec.el (gnus-update-format-specifications): Flush the
16912         group format spec cache if it doesn't support decoded group names.
16914 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16916         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16917         Allow to apply decay on score files matching a regexp.
16919 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16921         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16922         compatibility in %g and %c.
16924 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16926         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16927         name for only %g and %c.
16928         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16929         of gnus-tmp-group to decoded group name.
16930         (gnus-group-make-rss-group): Exclude `/'s from group names.
16932 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16934         * nnrss.el (nnrss-get-encoding): Fix regexp.
16936 2004-12-27  Simon Josefsson  <jas@extundo.com>
16938         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16939         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16940         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16942 2004-12-17  Kim F. Storm  <storm@cua.dk>
16944         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16946         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16948 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16950         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16952 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16954         * nnrss.el: Require rfc2047 and mml.
16955         (nnrss-file-coding-system): New variable.
16956         (nnrss-format-string): Redefine it as an inline function.
16957         (nnrss-decode-group-name): New function.
16958         (nnrss-string-as-multibyte): Remove.
16959         (nnrss-retrieve-headers): Decode group name; don't use
16960         nnrss-format-string.
16961         (nnrss-request-group): Decode group name.
16962         (nnrss-request-article): Decode group name; allow a Message-ID as
16963         well as an article number; don't use nnrss-format-string; encode a
16964         Message-ID string which may contain non-ASCII characters; use
16965         mml-to-mime to compose a MIME article.
16966         (nnrss-request-expire-articles): Decode group name.
16967         (nnrss-request-delete-group): Decode group name.
16968         (nnrss-fetch): Clarify error message.
16969         (nnrss-read-server-data): Use insert-file-contents instead of load;
16970         bind file-name-coding-system; use multibyte buffer.
16971         (nnrss-save-server-data): Bind coding-system-for-write to the
16972         value of nnrss-file-coding-system; bind file-name-coding-system;
16973         add coding cookie.
16974         (nnrss-read-group-data): Use insert-file-contents instead of load;
16975         bind file-name-coding-system; use multibyte buffer.
16976         (nnrss-save-group-data): Bind coding-system-for-write to the
16977         value of nnrss-file-coding-system; bind file-name-coding-system.
16978         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16979         make it work with non-ASCII text.
16980         (nnrss-find-el): Make it work with old xml.el as well.
16982 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16984         * nnrss.el (nnrss-get-encoding): New function.
16985         (nnrss-fetch): Use unibyte buffer initially; bind
16986         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16987         decode contents according to the encoding attribute.
16988         (nnrss-save-group-data): Add coding cookie.
16989         (nnrss-mime-encode-string): New function.
16990         (nnrss-check-group): Use it to encode subject and author.
16992 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16994         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16995         imaginary variable.
16997 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16999         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
17000         correctly even if there are wide characters.
17002 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
17004         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
17005         downcased symbol names; make a new cache instead of reusing
17006         bbdb-hashtable.
17008 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17010         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
17011         concatenating segments rather than before concatenating them.
17012         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17014         * message.el (message-get-reply-headers): Bind `extra'.
17016 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17018         * message.el (message-extra-wide-headers): New variable.
17019         (message-get-reply-headers): Use it.
17021 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
17023         * gnus-agent.el (gnus-agent-group-path): Decode group name.
17024         (gnus-agent-group-pathname): Ditto.
17026         * gnus-cache.el (gnus-cache-file-name): Decode group name.
17028         * gnus-group.el (gnus-group-make-group): Decode group name.
17029         (gnus-group-make-rss-group): Register the group data after opening
17030         the nnrss group.
17032 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
17034         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
17035         by expiry now get marked as read.
17037 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17039         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
17041 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
17043         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
17044         unify Latin characters in XEmacs.
17045         (mm-find-mime-charset-region): Use it.
17047 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17049         * gnus-util.el (gnus-delete-directory): New function.
17051         * gnus-agent.el (gnus-agent-delete-group): Use it.
17053         * gnus-cache.el (gnus-cache-delete-group): Use it.
17055 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17057         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
17058         names.
17060 2004-12-16  Simon Josefsson  <jas@extundo.com>
17062         * hashcash.el (hashcash-payment-alist): Fix custom :type.
17064 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17066         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
17068         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
17069         (gnus-group-set-current-level): Decode group name.
17071 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
17073         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
17074         failed.
17076 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
17078         * gnus-group.el (gnus-group-delete-group): Decode group name.
17079         (gnus-group-make-rss-group): Encode group name.
17080         (gnus-group-catchup-current): Decode group name.
17081         (gnus-group-kill-group): Decode group name.
17083 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
17085         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
17087 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17089         * gnus-group.el (gnus-group-make-rss-group):
17090         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
17092         * gnus-start.el (gnus-setup-news): Honor user's setting to
17093         gnus-message-archive-method.  Suggested by Lute Kamstra
17094         <lute@gnu.org>.
17096 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
17098         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
17099         global counterparts of the buffer-local variables.
17101 2004-11-16  Romain Francoise  <romain@orebokech.com>
17103         * gnus-sum.el (gnus-summary-exit): Don't clear the global
17104         counterparts of the buffer-local variables.
17106 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17108         * message.el (message-forbidden-properties): Fix typo in doc
17109         string.
17111 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
17113         * gnus-util.el (gnus-replace-in-string): Add doc string.
17115         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
17116         to avoid problems when splitting mails with many recipients.
17118 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17120         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
17121         pop-to-buffer, covered by the subsequent gnus-configure-windows.
17123 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
17125         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
17126         if there is no hashtable in memory or file modification time is
17127         newer than cached timestamp.
17129 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
17131         * gnus-sum.el (gnus-summary-limit-to-recipient):
17132         Implement not-matching option.
17134 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
17136         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
17137         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
17138         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
17139         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
17140         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
17141         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
17143 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17145         * message.el (message-forward-make-body-mml): Remove headers
17146         according to message-forward-ignored-headers if a message is decoded.
17148 2004-12-02  Romain Francoise  <romain@orebokech.com>
17150         * message.el (message-forward-make-body-plain): Always remove
17151         headers according to message-forward-ignored-headers.
17153 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
17155         * spam.el (spam-summary-prepare-exit): Remove the
17156         gnus-summary-limit pop for now, it has problems with ham marks for
17157         me.
17159 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
17161         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
17162         correctly.
17164 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17166         * format-spec.el (format-spec): Message the char.
17168 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17170         * gnus-art.el (gnus-split-methods): Reformat comments.
17172         * spam.el (spam-summary-prepare-exit): Remove article limits
17173         before exiting the summary buffer.
17175 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17177         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17178         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17180         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17181         order to silence the byte compiler.
17183         * spam.el: Fix the way to silence the byte compiler, which
17184         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17185         bbdb-search-simple, spam-BBDB-register-routine,
17186         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17187         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17188         spam-stat-buffer-is-spam, spam-stat-load,
17189         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17190         spam-stat-save and spam-stat-split-fancy.
17192 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17194         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17195         which may confuse users.
17196         (canlock-password-for-verify): Ditto.
17198         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17200         * gnus-art.el (gnus-emphasis-alist): Ditto.
17202         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17204         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17206         * gnus-start.el (gnus-save-killed-list): Ditto.
17208         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17209         (gnus-sum-thread-tree-root): Ditto.
17210         (gnus-sum-thread-tree-false-root): Ditto.
17211         (gnus-sum-thread-tree-single-indent): Ditto.
17213         * message.el (message-courtesy-message): Ditto.
17214         (message-archive-note): Ditto.
17215         (message-subscribed-address-file): Ditto.
17216         (message-user-fqdn): Ditto.
17218         * spam-report.el (spam-report-gmane-regex): Ditto.
17220         * spam.el (spam-blackhole-good-server-regex): Ditto.
17222 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17224         * mml.el (mml-preview): Widen the message buffer before copying
17225         the contents to the preview buffer; sort headers before previewing.
17227         * message.el (message-hidden-headers): Fix the way to avoid a bug
17228         in the `repeat' widget in Emacs 21.3 or earlier.
17230 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17232         * message.el (message-hidden-headers): Default to "^References:".
17233         Improve customization type.  Suggested by Reiner Steib
17234         <Reiner.Steib@gmx.de>.
17236 2004-11-25  Romain Francoise  <romain@orebokech.com>
17238         * message.el (message-strip-forbidden-properties): Remove check for
17239         obsolete `message-hidden' text property, hidden headers are not
17240         accessible in the buffer anymore.
17242 2004-11-22  Romain Francoise  <romain@orebokech.com>
17244         * message.el (message-header-format-alist): Add `From' in list
17245         so that it can be sorted.
17246         (message-fix-before-sending): Widen and sort headers before
17247         sending.
17248         (message-hide-headers): Use narrowing to hide headers by moving
17249         them to the top of the buffer and narrowing to the region
17250         underneath.
17252 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17254         * message.el (message-strip-forbidden-properties):
17255         Bind buffer-read-only (etc) to nil.
17257 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17259         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17260         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17262 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17264         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17266 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17268         * dns.el (query-dns): Use sit-for to time instead of
17269         accept-process-output, since that doesn't seem to work on udp
17270         sockets.
17272 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17274         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17276 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17278         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17279         doc string.  Improve doc string.
17281 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17283         * nntp.el (nntp-request-update-info): Return nil if
17284         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17285         may not call gnus-activate-group which uselessly issues the GROUP
17286         commands for all nntp groups and wastes time.  Reported by Romain
17287         Francoise <romain@orebokech.com>.
17289         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17291 2004-11-15  Simon Josefsson  <jas@extundo.com>
17293         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17294         headers separately.
17295         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17296         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17298 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17300         * gnus-start.el (gnus-convert-old-newsrc):
17301         Assign legacy-gnus-agent to 5.10.7.
17303 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17305         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17306         start of the lines.
17308 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17310         * hashcash.el (hashcash-default-payment): Change default to 20.
17311         (hashcash-default-accept-payment): Change default to 20.
17312         (hashcash-process-alist): New variable.
17313         (hashcash-generate-payment-async): Add.
17314         (hashcash-already-paid-p): Add.
17315         (hashcash-insert-payment): Don't generate payments twice.
17316         (hashcash-insert-payment-async): Add.
17317         (hashcash-insert-payment-async-2): Add.
17318         (hashcash-cancel-async): Add.
17319         (hashcash-wait-async): Add.
17320         (hashcash-processes-running-p): Add.
17321         (hashcash-wait-or-cancel): Add.
17322         (mail-add-payment): New optional argument.  Conditionally start
17323         asynchronous calculation.
17324         (mail-add-payment-async): Add.
17326         * message.el (message-send-mail): Wait for asynchronous hashcash
17327         results.  Don't clobber existing X-Hashcash headers.
17328         (message-setup-1): Call mail-add-payment-async when
17329         message-generate-hashcash is non-nil.
17331 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17333         * message.el (message-use-alternative-email-as-from): Examine the
17334         From header as well; use message-make-from in order to include a
17335         user's full name.
17337 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17339         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17340         default; improve customization type.
17341         (gnus-emphasis-custom-with-format): New macro.
17342         (gnus-emphasis-custom-value-to-external): New function.
17343         (gnus-emphasis-custom-value-to-internal): New function.
17345 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17347         * dns.el (query-dns): Resolve reverse addresses.
17349 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17351         * gnus-group.el (gnus-group-get-new-news): Use it.
17353         * gnus-start.el (gnus-check-reasonable-setup): New function.
17355 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17357         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17358         "Args out of range" error.  Reported by Arnaud Giersch
17359         <arnaud.giersch@free.fr>.
17361 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17363         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17365 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17367         * spam.el (spam group): Add :version.
17369         * pgg-def.el (pgg group): Add :version.
17371 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17373         * gnus-art.el (gnus-article-edit-article): Don't associate the
17374         article buffer with a draft file.  This is a temporary measure
17375         against the 2004-08-22 change to gnus-article-edit-mode.
17377 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17379         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17380         (html2text-format-tags): Remove unused variable `attr'.
17382 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17384         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17386         * tls.el (tls-process-connection-type, tls-success)
17387         (tls-certtool-program): Add :version.
17389         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17390         (starttls-extra-arguments, starttls-process-connection-type)
17391         (starttls-connect, starttls-failure, starttls-success): Add :version.
17393         * spam-stat.el (spam-stat): Add :version.
17395         * sieve.el (sieve): Add :version.
17397         * sha1.el (sha1): Add :version.
17398         (sha1-use-external): Remove redundant version.
17400         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17401         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17402         (nnmail-split-fancy-match-partial-words)
17403         (nnmail-split-lowercase-expanded): Add :version.
17405         * nndiary.el (nndiary): Add :version.
17407         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17409         * mml-sec.el (mml-default-sign-method)
17410         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17411         Add :version.
17413         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17415         * mm-url.el (mm-url-use-external, mm-url-program)
17416         (mm-url-arguments): Add :version.
17418         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17419         (mm-attachment-file-modes, mm-decrypt-option)
17420         (mm-w3m-safe-url-regexp): Add :version.
17422         * message.el (message-cite-prefix-regexp)
17423         (message-sendmail-envelope-from, message-minibuffer-local-map)
17424         (message-user-fqdn, message-completion-alist): Add :version.
17426         * gnus-win.el (gnus-configure-windows-hook)
17427         (gnus-use-frames-on-any-display): Add :version.
17429         * gnus-art.el (gnus-article-address-banner-alist)
17430         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17431         (gnus-treat-from-picon, gnus-treat-mail-picon)
17432         (gnus-treat-x-pgp-sig): Add :version.
17434         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17435         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17436         (gnus-summary-article-delete-hook)
17437         (gnus-summary-display-while-building): Add :version.
17439         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17440         (gnus-get-top-new-news-hook): Add :version.
17442         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17443         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17445         * gnus-registry.el (gnus-registry): Add :version.
17447         * gnus-spec.el (gnus-use-correct-string-widths)
17448         (gnus-make-format-preserve-properties): Add :version.
17450         * gnus.el (gnus-group-charter-alist)
17451         (gnus-group-fetch-control-use-browse-url)
17452         (gnus-install-group-spam-parameters): Add :version.
17454         * gnus-diary.el (gnus-diary): Add :version.
17456         * gnus-delay.el (gnus-delay): Add :version.
17458         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17459         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17460         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17461         Add :version.
17463         * gnus-agent.el (gnus-agent-max-fetch-size)
17464         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17465         (gnus-agent-prompt-send-queue): Add :version.
17467         * deuglify.el (gnus-outlook-deuglify): Add :version.
17469         * html2text.el: Beautify code.  Improve doc strings.
17470         Some checkdoc cleanup.
17471         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17473 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17475         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17477 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17479         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17480         when package is loaded.
17482         * spam.el (spam-summary-score-preferred-header): Add global preference
17483         for people who want to override the default SpamAssassin over
17484         Bogofilter preference (when both are set).
17485         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17486         (spam-user-format-function-S):
17487         Check spam-summary-score-preferred-header.
17488         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17489         (spam-user-format-function-S): Format the score correctly.
17491 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17493         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17494         signature file.  Suggested by Manoj Srivastava
17495         <srivasta@golden-gryphon.com>.
17497         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17498         iso-2022-jp even in the Japanese language environment.
17499         Suggested by Jason Rumney <jasonr@gnu.org>.
17501 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17503         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17504         use the same characters as the dummy marks; make it free from
17505         getting affected by the language environment.
17506         (gnus-summary-read-group-1): Update mark positions only when the
17507         format spec is updated.
17509         * gnus-spec.el (gnus-update-format-specifications): Return a list
17510         of updated types.
17512 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17514         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17515         of boundp to check if display-warning is available.
17517 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17519         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17521 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17523         * nnspool.el (nnspool-spool-directory): Use news-path if the
17524         news-directory variable is not bound.
17526         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17527         function instead of display-warning if it is not available.
17529 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17531         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17532         v5-10: Use `point-at-bol'.
17534 2004-10-26  Simon Josefsson  <jas@extundo.com>
17536         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17537         <chenggao@gmail.com>.
17539 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17541         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17542         instead.
17544 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17546         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17547         to remove a server from the nnimap-server-buffer-alist.
17548         (nnimap-open-connection, nnimap-close-server): Use it.
17550         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17552 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17554         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17555         running the major-mode function.
17557 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17559         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17560         dummy marks in the right way.
17562 2004-10-18  David Edmondson  <dme@dme.org>
17564         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17565         excessively.
17567 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17569         * gnus-util.el (gnus-split-references): Accept a nil references
17570         string and go on blissfully.
17572         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17573         cases where the references string is non-nil but has no references.
17575         * encrypt.el: Add autoload tags.
17577         * spam.el (spam-resolve-registrations-routine): Remove article
17578         from unregistration list too.  Reported by David Hanak
17579         <dhanak@isis.vanderbilt.edu>
17581 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17583         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17584         nil.  Change custom type.
17586 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17588         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17590         * gnus-sum.el (gnus-summary-move-article): Use it.
17592 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17594         * encrypt.el: Add autoload cookies.
17596         * spam.el (spam-backend-article-list-property)
17597         (spam-backend-get-article-todo-list)
17598         (spam-backend-put-article-todo-list)
17599         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17600         Resolve registrations separately.
17601         (spam-register-routine): Format comments.
17602         (spam-unregister-routine, spam-register-routine): Always call with
17603         specific-articles, no default list.
17604         (spam-summary-prepare-exit): Use the spam-classifications function.
17606         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17607         gnus-encrypt.el.
17609         * encrypt.el: Copied from gnus-encrypt.el.
17611         * gnus-encrypt.el: Commented that it's obsolete.
17613 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17615         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17616         (gnus-score-save): Use it.
17618         * message.el (message-bury): Use `window-dedicated-p'.
17620 2004-10-15  Simon Josefsson  <jas@extundo.com>
17622         * pop3.el (top-level): Don't require nnheader.
17623         (pop3-read-timeout): Add.
17624         (pop3-accept-process-output): Add.
17625         (pop3-read-response, pop3-retr): Use it.
17627 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17629         * spam.el (spam-register-routine): Move comment.
17630         (spam-verify-bogofilter): Use 'unknown for the initial
17631         spam-bogofilter-valid state, not 'never.
17633         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17634         for netrc-machine.
17636         * nnimap.el (nnimap-open-connection):
17637         Use netrc-machine-user-or-password.
17639 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17641         * gnus-registry.el (gnus-registry-unload-hook):
17642         Set as a variable with add-hook.
17644         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17645         of news-path.
17647         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17649         * spam.el: Delete duplicate `provide'.
17650         (spam-unload-hook): Set as a variable with add-hook.
17652 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17654         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17655         in the doc string.
17657         * message.el (message-ignored-news-headers)
17658         (message-ignored-supersedes-headers)
17659         (message-ignored-resent-headers)
17660         (message-forward-ignored-headers): Improve custom type.
17662 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17664         * message.el (message-tokenize-header): Fix 2004-09-06 change
17665         which used point-min in the wrong place.
17667 2004-10-12  Simon Josefsson  <jas@extundo.com>
17669         * tls.el (tls-certtool-program): New variable.
17670         (tls-certificate-information): New function, based on
17671         ssl-certificate-information.
17673 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17675         * compface.el: Move the version of ELisp-based uncompface program
17676         to the contrib directory because of the copyright problem.
17678 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17680         * message.el (message-kill-buffer): Raise the current frame.
17682 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17684         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17686         * gnus.el (message-y-or-n-p): Autoload.
17688         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17689         (pop3-password-required, pop3-authentication-scheme)
17690         (pop3-leave-mail-on-server): Make customizable.
17691         (pop3): New custom group.
17692         (pop3-retr): Remove `sleep-for' statements.
17693         Suggested by Dave Love <fx@gnu.org>.
17695         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17696         Windows/DOS.
17698         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17699         (imap-parse-body): Fix incorrect use of `assert'.
17700         Suggested by Dave Love <fx@gnu.org>.
17702         * mml.el (mml-minibuffer-read-disposition): Require match.
17703         Suggested by Dave Love <fx@gnu.org>.
17705 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17707         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17708         doc string.
17710 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17712         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17714 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17716         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17717         instead of calling `mm-insert-inline', to decode text/* parts
17718         before displaying them.
17720 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17722         * mm-uu.el (mm-uu-text-plain-type): New variable.
17723         (mm-uu-pgp-signed-extract-1): Use it.
17724         (mm-uu-pgp-encrypted-extract-1): Use it.
17725         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17726         bind mm-uu-text-plain-type with that value.
17727         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17728         mm-uu-dissect.
17730 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17732         * gnus-group.el (gnus-update-group-mark-positions):
17733         * gnus-sum.el (gnus-update-summary-mark-positions):
17734         * message.el (message-check-news-body-syntax):
17735         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17736         of string-as-multibyte.
17738 2004-10-05  Juri Linkov  <juri@jurta.org>
17740         * gnus-group.el (gnus-update-group-mark-positions):
17741         * gnus-sum.el (gnus-update-summary-mark-positions):
17742         * message.el (message-check-news-body-syntax):
17743         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17744         8-bit unibyte values to a multibyte string for search functions.
17746 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17748         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17749         (mm-uu-dissect-text-parts): New function.
17751         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17752         dissect text parts.
17754         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17755         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17757         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17759         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17760         Use gnus-current-topics instead of gnus-current-topic.
17762 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17764         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17766 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17768         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17769         where approriate.
17771         * nnml.el (nnml-generate-active-info): do.
17773         * nndiary.el (nndiary-generate-active-info): do.
17775         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17776         (gnus-topic-move): do.
17778         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17779         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17781         * gnus-srvr.el (gnus-server-prepare)
17782         (gnus-server-open-all-servers): do.
17784         * gnus-msg.el (gnus-summary-cancel-article)
17785         (gnus-summary-resend-message)
17786         (gnus-summary-mail-crosspost-complaint): do.
17788         * gnus-move.el (gnus-change-server): do.
17790         * gnus-group.el (gnus-group-unmark-all-groups)
17791         (gnus-group-set-current-level): do.
17793 2004-10-04  Simon Josefsson  <jas@extundo.com>
17795         * message.el (message-generate-hashcash): Doc fix.
17797 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17799         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17800         avoid infinite recursion via gnus-get-function.
17802 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17804         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17806         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17808         * nnmail.el (nnmail-split-history): do.
17810         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17811         (nnml-request-delete-group): do.
17813         * nnslashdot.el (nnslashdot-read-groups): do.
17815         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17816         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17818         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17819         (nnspool-sift-nov-with-sed): Use last.
17820         (nnspool-retrieve-headers-with-nov): Use mapc.
17821         (nnspool-request-newgroups): Use dolist.
17822         (nnspool-request-group): Use last.
17824         * nntp.el (nntp-read-server-type): Use dolist.
17826         * nnvirtual.el (nnvirtual-create-mapping)
17827         (nnvirtual-update-read-and-marked): Use dolist.
17828         (nnvirtual-convert-headers): Simplify.
17830 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17832         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17833         Add support for sync'ing tick marks.
17835 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17837         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17838         there's no visible header.
17840 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17842         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17843         When necessary, pass full group name to gnus-request-set-marks.
17845 2004-10-01  Simon Josefsson  <jas@extundo.com>
17847         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17848         acroread.
17850 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17852         * spam-report.el (spam-report-gmane): Fix interactive.
17854         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17856         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17857         when writing file.
17858         (gnus-agent-synchronize-flags): Don't default to being
17859         interactive.
17861 2004-09-30  Simon Josefsson  <jas@extundo.com>
17863         * message.el (message-generate-hashcash): Add.
17864         (message-send-mail): Use it, call mail-add-payment.
17866 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17868         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17870 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17872         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17873         gnus-requst-update-info with explicit code to sync the in-memory
17874         info read flags with the marks being sync'd to the backend.
17876         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17878 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17880         * spam.el (spam-verify-bogofilter): Add new function.
17881         (spam-check-bogofilter)
17882         (spam-bogofilter-register-with-bogofilter): Use it.
17883         (spam-verify-bogofilter): Add small fixes.
17885 2004-09-28  Simon Josefsson  <jas@extundo.com>
17887         * hashcash.el (hashcash-generate-payment): Revert.
17889 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17891         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17892         Use gnus-extract-references instead of gnus-split-references.
17894         * gnus-util.el (gnus-extract-references): Add new function, analogous
17895         to gnus-split-references but extracts only the message-ID without
17896         anything extra.
17898         * hashcash.el (hashcash-generate-payment)
17899         (hashcash-check-payment): Do the right thing if hashcash-path is
17900         nil (because the hashcash program could not be found).
17902         * spam.el (spam-use-hashcash): Remove comment.
17904 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17906         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17907         (gnus-cache-enter-article, gnus-cache-remove-article)
17908         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17910         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17912         * gnus-art.el (article-hide-boring-headers)
17913         (article-translate-strings, article-display-face)
17914         (gnus-article-mime-match-handle-first)
17915         (gnus-article-highlight-headers)
17916         (gnus-article-add-buttons-to-head): do.
17918 2004-09-27  Simon Josefsson  <jas@extundo.com>
17920         * hashcash.el: New version, from
17921         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17922         ../contrib/.
17924 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17926         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17928 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17930         * gnus-dup.el (gnus-dup-open): Use mapc.
17931         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17933         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17934         Reported by Stefan Wiens <s.wi@gmx.net>.
17936         * gnus.el (gnus-shutdown): Use dolist.
17938         * gnus-undo.el (gnus-undo): Use mapc.
17940         * nnrss.el (nnrss-generate-active): do.
17942         * message.el (message-cite-original-without-signature)
17943         (message-cite-original): Use mapc.
17944         (message-do-actions, message-make-forward-subject): Use dolist.
17946 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17948         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17949         deletion to remove entire duplicate line.  Fixes merged article
17950         number bug.
17952 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17954         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17955         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17956         first ask if you want to open a server and then, even when you
17957         responded with no, asking if you want to synchronize the server's
17958         flags.
17959         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17960         multi-line expressions.
17961         (gnus-agent-synchronize-group-flags): New internal function.
17962         Updates marks in memory (in the info structure) AND in the
17963         backend.
17965         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17967         * nnagent.el (nnagent-request-set-mark):
17968         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17969         method, to ensure that synchronization updates marks in the
17970         backend and in the info (in memory) structure.
17972 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17974         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17975         convention fully; don't miss the root article of a thread; make
17976         the X-Draft-From header with correct article numbers.
17978 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17980         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17981         unless plugged.  Disable the agent so that an open failure causes
17982         an error.
17984         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17985         Revert 2004-09-21 change.  The backend must be opened while
17986         synchronizing flags even when the backend stores the flags
17987         locally.
17989 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17991         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17992         in `header' match.  Reported by Svend Tollak Munkejord.
17994         * message.el (message-cite-original): Fix use of
17995         `message-cite-articles-with-x-no-archive'.
17997 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17999         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
18000         (gnus-window-to-buffer): Ditto.
18002         * mml.el (mml-preview-buffer): New variable.
18003         (mml-preview): Manage window layout with gnus-buffer-configuration.
18005         * gnus-msg.el (gnus-setup-message): Put article numbers into the
18006         X-Draft-From header even if those articles aren't quoted.
18008 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
18010         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
18011         (gnus-request-set-mark, gnus-request-update-mark): Use new
18012         g-s-t-u-l-m to decide to use backend even when unplugged.
18014 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18016         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
18017         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
18019 2004-09-20  Simon Josefsson  <jas@extundo.com>
18021         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
18022         "utf-16-le".
18024 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
18026         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
18028 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
18030         * uudecode.el (uudecode-use-external): Add :version.
18032         * smime.el (smime-CA-file, smime-encrypt-cipher)
18033         (smime-dns-server): Add :version.
18035         * smiley.el (gnus-smiley-file-types): Add :version.
18037         * sha1.el (sha1-use-external): Add :version.
18039         * pgg-def.el (pgg-query-keyserver): Add :version.
18041         * nnmail.el (nnmail-fancy-expiry-targets)
18042         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
18043         Add :version.
18045         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
18046         (nnimap-retrieve-groups-asynchronous): Add :version.
18047         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
18049         * mml.el (mml-content-disposition-parameters)
18050         (mml-insert-mime-headers-always): Add :version.
18052         * mm-util.el (mm-coding-system-priorities): Add :version.
18054         * mm-decode.el (mm-inline-text-html-with-images)
18055         (mm-keep-viewer-alive-types, mm-external-terminal-program)
18056         (mm-verify-option): Add :version.
18057         (mm-text-html-renderer): Change :version.
18059         * message.el (message-fcc-externalize-attachments)
18060         (message-required-headers, message-draft-headers)
18061         (message-subject-trailing-was-query)
18062         (message-subject-trailing-was-ask-regexp)
18063         (message-subject-trailing-was-regexp, message-mark-insert-begin)
18064         (message-mark-insert-end, message-archive-header)
18065         (message-archive-note, message-cross-post-default)
18066         (message-cross-post-note, message-followup-to-note)
18067         (message-cross-post-note-function, message-use-mail-followup-to)
18068         (message-subscribed-address-functions)
18069         (message-subscribed-address-file, message-subscribed-addresses)
18070         (message-subscribed-regexps, message-allow-no-recipients)
18071         (message-yank-cited-prefix, message-signature-insert-empty-line)
18072         (message-hidden-headers, message-hierarchical-addresses)
18073         (message-mail-user-agent, message-use-idna)
18074         (message-valid-fqdn-regexp)
18075         (message-strip-special-text-properties, message-header-synonyms)
18076         (message-beginning-of-line, message-tab-body-function): Add :version.
18077         (message-insert-canlock, message-wide-reply-confirm-recipients):
18078         Change :version.
18080         * mail-source.el (mail-source-ignore-errors): Add :group, :type
18081         and :version.
18082         (mail-source-delete-old-incoming-confirm)
18083         (mail-source-movemail-program): Add :version.
18085         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
18086         (gnus-agent-cache, gnus-agent): Change :version.
18088         * gnus-util.el (gnus-use-byte-compile): Change :version.
18090         * gnus-sum.el (gnus-summary-make-false-root-always)
18091         (gnus-summary-default-high-score)
18092         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
18093         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
18094         (gnus-read-all-available-headers, gnus-article-emulate-mime)
18095         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
18096         (gnus-sum-thread-tree-single-indent)
18097         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
18098         (gnus-sum-thread-tree-leaf-with-other)
18099         (gnus-sum-thread-tree-single-leaf): Add :version.
18100         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
18101         (gnus-article-loose-mime): Change :version.
18103         * gnus-start.el (gnus-backup-startup-file)
18104         (gnus-save-startup-file-via-temp-buffer): Add :version.
18106         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
18107         (gnus-server-offline-face): Add :version.
18109         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
18111         * gnus-msg.el (gnus-gcc-externalize-attachments)
18112         (gnus-debug-files, gnus-debug-exclude-variables)
18113         (gnus-discouraged-post-methods): Change :version.
18114         (gnus-confirm-mail-reply-to-news)
18115         (gnus-confirm-treat-mail-like-news): Add :version.
18117         * gnus-int.el (gnus-server-unopen-status): Add :version.
18119         * gnus-group.el (gnus-group-jump-to-group-prompt)
18120         (gnus-large-ephemeral-newsgroup)
18121         (gnus-fetch-old-ephemeral-headers): Add :version.
18123         * gnus-fun.el (gnus-x-face-directory)
18124         (gnus-convert-pbm-to-x-face-command)
18125         (gnus-convert-image-to-x-face-command)
18126         (gnus-convert-image-to-face-command): Add :version.
18128         * gnus-delay.el (gnus-delay-default-hour): Add :version.
18130         * gnus-cite.el (gnus-cite-blank-line-after-header)
18131         (gnus-article-boring-faces): Add :version.
18133         * gnus-art.el (gnus-buttonized-mime-types)
18134         (gnus-inhibit-mime-unbuttonizing)
18135         (gnus-treat-display-face)
18136         (gnus-treat-body-boundary): Change :version.
18137         (gnus-body-boundary-delimiter, gnus-picon-databases)
18138         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
18139         (gnus-treat-date-english, gnus-treat-fold-headers)
18140         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
18141         (gnus-treat-mail-picon, gnus-treat-wash-html)
18142         (gnus-article-encrypt-protocol)
18143         (gnus-use-idna, gnus-article-over-scroll)
18144         (gnus-mime-display-multipart-alternative-as-mixed)
18145         (gnus-mime-display-multipart-related-as-mixed)
18146         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
18147         (gnus-ctan-url, gnus-button-ctan-handler)
18148         (gnus-button-handle-ctan-bogus-regexp)
18149         (gnus-button-ctan-directory-regexp)
18150         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
18151         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
18152         (gnus-button-man-level, gnus-button-emacs-level)
18153         (gnus-button-message-level, gnus-button-browse-level): Add :version.
18155         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
18156         (gnus-agent-go-online): Change :version.
18157         (gnus-agent-expire-unagentized-dirs)
18158         (gnus-agent-auto-agentize-methods): Add :version.
18160         * flow-fill.el (fill-flowed-display-column)
18161         (fill-flowed-encode-column): Add :version.
18163         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
18164         (gnus-outlook-deuglify-unwrap-max)
18165         (gnus-outlook-deuglify-cite-marks)
18166         (gnus-outlook-deuglify-unwrap-stop-chars)
18167         (gnus-outlook-deuglify-no-wrap-chars)
18168         (gnus-outlook-deuglify-attrib-cut-regexp)
18169         (gnus-outlook-deuglify-attrib-verb-regexp)
18170         (gnus-outlook-deuglify-attrib-end-regexp)
18171         (gnus-outlook-display-hook): Add :version.
18173         * binhex.el (binhex-use-external): Add :version.
18175 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18177         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18178         and `invisible'.
18180 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18182         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18183         in gnus-registry-trim.
18185 2004-09-13  Simon Josefsson  <jas@extundo.com>
18187         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18189         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18191         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18192         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18193         <yamaoka@jpl.org>.
18194         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18195         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18196         <yamaoka@jpl.org>.
18198         * sieve.el (sieve-manage-mode): Ditto.
18200 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18202         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18204 2004-09-11  Simon Josefsson  <jas@extundo.com>
18206         * dns-mode.el: Add.
18208         * mm-view.el (mm-display-dns-inline): Add.
18210         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18211         (mm-automatic-display): Ditto.
18213         * mailcap.el (mailcap-mime-data): Add text/dns.
18214         (mailcap-mime-extensions): Map .soa to text/dns.
18216 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18218         * gnus-art.el (article-decode-mime-words, article-babel)
18219         (gnus-article-highlight-signature, gnus-article-add-buttons)
18220         (gnus-signature-toggle): Remove unnecessary bindings of
18221         `inhibit-read-only' inherited from v5.10 merge.
18223 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18225         * nntp.el (nntp): New customization group.
18226         (nntp-authinfo-file): Add customization group.
18228         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18230         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18232         * gnus.el (to-address, to-list, subscribed)
18233         (large-newsgroup-initial): Ditto.
18235         * flow-fill.el (fill-flowed-display-column)
18236         (fill-flowed-encode-column): Ditto.
18238 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18240         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18241         Use point-min rather than 1.
18242         (message-send-mail): Use buffer-size rather than point-max.
18244         * gnus-sum.el (gnus-summary-search-article-forward):
18245         Signal a specific `search-failed' rather than a generic `error'.
18247         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18248         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18249         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18251 2004-09-10  Simon Josefsson  <jas@extundo.com>
18253         * nndb.el (require): Remove tcp and duplicate cl.
18255 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18257         * gnus-agent.el (directory-files-and-attributes): Move forward.
18259 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18261         * gnus-agent.el (directory-files-and-attributes):
18262         Optionally defined to support XEmacs.
18264 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18266         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18267         to avoid run-time CL dependencies.
18268         (gnus-agent-unfetch-articles): New function.
18269         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18270         article numbers even when local .overview file is missing.
18271         (gnus-agent-read-article-number): New function.  Only accepts
18272         27-bit article numbers.
18273         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18274         Use gnus-agent-read-article-number.
18275         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18276         from backend while recognizing that article numbers in .overview
18277         must be valid.
18278         (gnus-agent-update-files-total-fetched-for):
18279         Use directory-files-and-attributes to improve performance.
18280         * gnus-int.el (gnus-request-move-article):
18281         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18282         improve performance.
18284         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18285         some users confused by references to .newsrc when they only have a
18286         .newsrc.eld file.
18287         (gnus-convert-mark-converter-prompt)
18288         (gnus-convert-converter-needs-prompt): Fix use of property list.
18289         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18290         New function.  Used internally to only display 'gnus converting
18291         files' message when actually necessary.
18293         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18294         methods now autoloaded.
18296 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18298         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18299         identifiers.
18301 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18303         * gnus-picon.el: Fix indentation and closing parenthesis.
18305 2004-09-01  Simon Josefsson  <jas@extundo.com>
18307         * message.el (message-canlock-generate): Require sha1, not
18308         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18309         to require within a function.  Sadly, if sha1.el isn't loaded, the
18310         let binding in m-c-g will hide the defcustom definition, which is
18311         bad.)
18313         * canlock.el: Require sha1, not sha1-el.
18315         * message.el: Don't autoload sha1 (there is a autoload cookie in
18316         sha1.el).
18318         * sha1-el.el: Rename to sha1.el.
18320 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18322         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18324 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18326         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18328 2004-08-30  Kim F. Storm  <storm@cua.dk>
18330         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18332         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18333         Add :group 'nnimap.
18335 2004-08-30  Andreas Schwab  <schwab@suse.de>
18337         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18338         ?* and ?\;.
18340         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18341         and ?\' to symbol instead of whitespace.
18343 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18345         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18347         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18348         instead of re-search-forward.
18350         * gnus-uu.el (gnus-uu-save-article): Ditto.
18351         (gnus-uu-post-encode-uuencode): Ditto.
18353         * html2text.el (html2text-clean-list-items): Ditto.
18354         (html2text-clean-dtdd): Ditto.
18355         (html2text-format-tags): Ditto.
18357         * message.el (message-send-mail-with-sendmail): Fix regexp.
18358         (message-fill-field-general): Use search-forward instead of
18359         re-search-forward.
18360         (unbold-region): Ditto.
18362         * nnrss.el (nnrss-request-article): Ditto.
18364         * nnslashdot.el (nnslashdot-request-article): Ditto.
18366         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18368         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18369         "Unrecognized menu descriptor" error in XEmacs.
18371 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18373         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18374         parent article of a sparse article in the thread hashtb.
18376 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18378         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18379         (nnmail-expand-newtext): Lowercase expanded entries if
18380         nnmail-split-lowercase-expanded is non-nil.
18382 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18384         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18386         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18387         of gnus-tmp-news-method into string under XEmacs.  It will be
18388         passed to gnus-correct-length which takes only a string argument.
18390 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18392         * gnus-util.el (gnus-bind-print-variables): New macro.
18393         (gnus-prin1): Use it.
18394         (gnus-prin1-to-string): Use it.
18395         (gnus-pp): New function.
18396         (gnus-pp-to-string): New function.
18398         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18399         Replace pp-to-string with gnus-pp-to-string.
18400         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18401         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18402         * gnus-msg.el (gnus-debug): Ditto.
18403         * gnus-score.el (gnus-score-save): Ditto.
18404         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18405         gnus-pp-to-string.
18406         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18407         with gnus-pp.
18408         * score-mode.el (gnus-score-pretty-print): Ditto.
18409         * webmail.el (webmail-debug): Ditto.
18411 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18413         * gnus-art.el (article-display-face, article-display-x-face):
18414         Use buffer-read-only.
18416 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18418         * gnus-art.el (article-hide-list-identifiers):
18419         Bind inhibit-read-only as t.
18421 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18423         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18425 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18427         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18428         (gnus-narrow-to-page): Don't assume point-min == 1.
18429         (gnus-article-edit-mode): Derive from message-mode.
18431         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18432         point-min == 1.
18434         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18435         Disable incorrect use of `assert'.
18437         * message.el (message-mode): Set comment-start-skip.
18440 2004-08-22  Sam Steingold  <sds@gnu.org>
18442         * pop3.el (pop3-leave-mail-on-server): New user variable.
18443         (pop3-movemail): Delete mail only when it is nil.
18445 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18447         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18449         * mml.el (mml-preview): Use `pop-to-buffer'.
18451         * message.el (message-goto-mail-followup-to): Insert after "To".
18452         (message-carefully-insert-headers): Add comment.
18454         * gnus.el: Remove unused variable `gnus-article-check-size'.
18456         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18458         * gnus-art.el (gnus-button-alist):
18459         Improve `gnus-button-handle-library' entry.
18461 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18463         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18464         Use downcase, since XEmacs capitalizes error messages differently.
18466 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18468         * nntp.el: Add (require 'gnus) due to reference to
18469         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18471 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18473         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18474         Bind `mm-fill-flowed'.
18476         * mm-decode.el (mm-dissect-singlepart): Check it.
18478 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18480         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18481         'imap' for netrc parsing.
18483 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18485         * mailcap.el (mailcap-mime-data): Mark as risky.
18487 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18489         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18490         may be included in the encoded word.
18491         (rfc2047-encode): Don't append a space if the encoded word
18492         includes close parenthesis.
18494 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18496         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18497         of text within parentheses.
18499 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18501         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18502         (gnus-encrypt-write-file-contents): Make the password key the file
18503         name PLUS the cipher, not just the cipher.  Also remove failed
18504         passwords from the cache.
18506 2004-08-06  Simon Josefsson  <jas@extundo.com>
18508         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18509         Doc fix.
18511 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18513         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18514         LWSP.
18516 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18518         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18519         Try to append in-reply-to: data to the references: header.
18521         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18522         (netrc-parse): Use gnus-encrypt.el functions.
18524         * gnus-encrypt.el: Add new file for encryption support; currently
18525         does only a few GPG ciphers and an internal XOR cipher.
18527         * password.el: Add comments on using password-read-and-add.
18528         (password-read-and-add): Add function to read and add the
18529         password to the cache at once.
18531 2004-07-28  Simon Josefsson  <jas@extundo.com>
18533         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18534         parameter (but don't use it, for now).
18536         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18537         instead of hard coding to nil.
18539 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18541         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18542         as mm-inline-image-xemacs does.
18544 2004-07-26  Simon Josefsson  <jas@extundo.com>
18546         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18547         Revert part of 2004-07-17 change below.
18549 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18551         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18552         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18554 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18556         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18557         quotes that actually start with ">" at the beginning of the
18558         lines.
18560 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18562         * rfc2047.el (rfc2047-encode-region): Fix last change.
18563         (rfc2047-encode-parameter): Remove useless concat.
18565 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18567         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18568         encode special characters; fix some kind of misconfigured headers;
18569         signal a real error if debug-on-quit or debug-on-error is non-nil.
18570         (rfc2047-encode-max-chars): New variable.
18571         (rfc2047-encode-1): Use it.
18572         (rfc2047-encode-parameter): New function.
18574         * mml.el (mml-insert-parameter): Remove an excessive space.
18576 2004-07-17  Simon Josefsson  <jas@extundo.com>
18578         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18579         Kai Grossjohann <kai@emptydomain.de>.
18580         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18581         (gnus-group-make-menu-bar): Ditto.
18583         * gnus-util.el (gnus-group-server): Add.
18585 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18587         * message.el (message-clone-locals): Clone sendmail and smtp
18588         variables.
18590 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18592         * rfc2047.el (rfc2047-encode-region): Fix last change.
18594 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18596         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18597         characters as non-special.
18599 2004-07-09  Simon Josefsson  <jas@extundo.com>
18601         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18602         Users will lose all flag changes made while unplugged with
18603         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18604         good default.  See numerous reports on ding mailing list.
18606 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18608         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18609         add generate-head-function and generate-article-function to the
18610         rfc822-forward entry.
18611         (nndoc-rfc822-forward-generate-article): New function.
18612         (nndoc-rfc822-forward-generate-head): New function.
18614         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18616 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18618         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18619         respect display group parameter and gnus-summary-expunge-below.
18620         (gnus-articles-to-read): Remove unused reference to display group
18621         parameter.
18623 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18625         * nnheader.el (nnheader-uniquify-message-id): New experimental
18626         variable.
18627         (nnheader-nov-read-message-id): Use it.
18629         * spam-report.el (spam-report-gmane): Add interactive.
18631 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18633         * mm-encode.el (mm-content-transfer-encoding-defaults):
18634         Use qp-or-base64 for the application/* types.
18636 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18638         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18640 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18642         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18643         trim value.
18645 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18647         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18648         New macro and function.
18649         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18651 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18653         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18654         after-load-alist.
18656 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18658         * gnus-group.el (gnus-group-get-new-news-this-group):
18659         Don't update info that isn't there.
18661 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18663         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18664         entry.
18666 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18668         * mm-view.el (mm-inline-render-with-function): Use multibyte
18669         buffer; decode html source by charset.
18671         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18673         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18674         Mule-UCS is loaded under XEmacs.
18675         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18677 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18679         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18681 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18683         * mm-util.el (mm-coding-system-p): Return a coding-system.
18684         (mm-mime-mule-charset-alist): Use shift_jis instead of
18685         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18686         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18687         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18688         instead of japanese-shift-jis and iso-latin-1 respectively in
18689         order to share the default value with both Emacs and XEmacs-mule.
18690         (mm-mule-charset-to-mime-charset):
18691         Make mm-coding-system-priorities effective.
18692         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18693         while predicating of candidates upon the priorities.
18695 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18697         * gnus-sum.el (gnus-summary-make-menu-bar):
18698         Add gnus-uu-invert-processable.
18700         * gnus.el: Autoload gnus-uu-invert-processable.
18702 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18704         * mm-util.el (mm-with-multibyte-buffer): New macro.
18706         * rfc2047.el (rfc2047-encode-string): Use it.
18707         (rfc2047-encode-region): Move point to the end of the region after
18708         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18710 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18712         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18713         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18715 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18717         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18718         (gnus-cite-parse): Ignore quoted envelope From_.
18719         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18721 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18723         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18724         invalid addresses.
18726 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18728         * spam.el: Change section markers, revise TODO list.
18729         (spam-backends): Make new master list of all installed backends.
18730         (spam-summary-exit-behavior): Add new variable to determine how
18731         messages moves are done at summary exit.
18732         (spam-move-spam-nonspam-groups-only)
18733         (spam-process-ham-in-nonham-groups)
18734         (spam-process-ham-in-spam-groups): Remove variables, the
18735         spam-summary-exit-behavior variable should be used to manage this
18736         behavior.
18737         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18738         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18739         and spam-old-spam-articles.
18740         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18741         Add empty variables, placeholders for the backends they represent.
18742         (spam-set-difference): Move, unchanged.
18743         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18744         unless the user has a processor variable.
18745         (spam-classifications, spam-classification-valid-p)
18746         (spam-backend-properties, spam-backend-property-valid-p)
18747         (spam-backend-function-type-valid-p)
18748         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18749         (spam-report-articles-gmane, spam-report-articles-resend):
18750         Remove functions, they are not needed.
18751         (spam-install-backend-super, spam-backend-list)
18752         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18753         (spam-backend-function, spam-backend-ham-registration-function)
18754         (spam-backend-spam-registration-function)
18755         (spam-backend-ham-unregistration-function)
18756         (spam-backend-spam-unregistration-function)
18757         (spam-backend-statistical-p, spam-backend-mover-p)
18758         (spam-install-backend-alias, spam-install-checkonly-backend)
18759         (spam-install-mover-backend, spam-install-nocheck-backend)
18760         (spam-install-backend, spam-install-statistical-backend)
18761         (spam-install-statistical-checkonly-backend): Add backend installation
18762         support.
18763         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18764         (spam-group-processor-p): Use the new backend code and respect the
18765         summary exit behavior.
18766         (spam-mark-spam-as-expired-and-move-routine): Remove.
18767         (spam-summary-prepare): Change to use the new spam-old-articles
18768         variable.
18769         (spam-copy-or-move-routine, spam-copy-spam-routine)
18770         (spam-move-spam-routine, spam-copy-ham-routine)
18771         (spam-move-ham-routine): Add code to copy/move ham or spam.
18772         (spam-fetch-field-fast): Improve doc and code, plus allow the
18773         'number request.
18774         (spam-list-of-checks, spam-list-of-statistical-checks):
18775         Remove variables.
18776         (spam-split, spam-find-spam): Use the new backend code.
18777         (spam-registration-functions): Remove variable.
18778         (spam-unregister-routine): Add convenience wrapper.
18779         (spam-log-undo-registration, spam-register-routine)
18780         (spam-log-processing-to-registry)
18781         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18782         where possible.
18783         (spam-check-gmane-xref, spam-check-regex-headers)
18784         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18785         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18786         (spam-check-bogofilter-headers, spam-check-spamoracle)
18787         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18788         (spam-check-crm114-headers): Use the spam-split-group that
18789         spam-split prepares, no need to determine it every time.
18791         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18792         to the nnheader-parse-naked-head call.
18794         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18796         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18797         the nnheader-nov-read-message-id call.
18799 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18801         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18802         gnus-activate-group twice.  Suggested by Markus Peter
18803         <warp@spin.de>.
18805 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18807         * gnus-art.el (gnus-article-time-format): Exchange the order of
18808         day and month in the default value; fix customization type.
18809         (article-date-ut): Use add-text-properties.
18810         (article-make-date-line): Use message-make-date instead of
18811         current-time-string.
18813         * message.el (message-fetch-field): Don't use set-text-properties.
18814         (message-make-date): Simplify.
18816         * messagexmas.el (message-xmas-make-date): New function.
18817         (message-xmas-redefine): Defalias message-make-date to it.
18819 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18821         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18822         (rfc2047-encode-region): Treat text within parentheses as special;
18823         show the original text when error has occurred.
18825         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18826         already-computed method to gnus-activate-group.
18828         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18829         same select-methods identical Lisp objects.
18831         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18832         object when modifying the info.
18834 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18836         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18837         gnus-opened-servers since it has never been opened with the new
18838         configuration yet.
18840 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18842         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18843         arg to nnheader-generate-fake-message-id.
18845 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18847         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18848         number and build a fake message ID localized to a group and
18849         article number (so it's repeatable from that point on).
18850         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18851         ID format.
18853         * gnus-sum.el (gnus-get-newsgroup-headers):
18854         Call nnheader-generate-fake-message-id with the article number.
18856 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18858         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18859         end-of-buffer.
18861 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18863         * message.el (message-ignored-supersedes-headers): Add Approved.
18865 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18867         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18868         goto-char.
18869         (rfc2047-encode): Fold the line before encoding.
18871 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18873         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18874         folding -- not all headers can be folded, and this should be done
18875         by the message composition mode.  Probably.  I think.
18877 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18879         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18880         fast.
18882         * gnus-ems.el (gnus-remove-image): Don't use
18883         message-text-with-property; remove only the image found first.
18885         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18886         found first.
18888 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18890         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18892 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18894         * message.el (message-text-with-property): Make it fast and accept
18895         optional arguments.
18896         (message-strip-forbidden-properties): Use it.
18897         (message-fix-before-sending): Follow the m-t-w-p change.
18899         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18901 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18903         * gnus-art.el (article-hide-headers): Don't change the buffer
18904         mistakenly when performing mml-preview even if
18905         gnus-single-article-buffer is nil.
18907 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18909         * message.el (message-expand-name-databases): New user option.
18910         (message-expand-name): Use it.
18912 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18914         * spam.el (spam-report-articles-resend)
18915         (spam-report-resend-register-routine): Allow ham reporting.
18916         (spam-report-resend-register-ham-routine): Add wrapper.
18917         (spam-registration-functions): Add ham resending functions.
18918         (spam-list-of-processors): Add ham resend processor.
18920         * gnus.el (ham-resend-to): Add new group parameter.
18921         (spam-process): Add ham resend option.
18923         * spam-report.el (spam-report-resend): Allow reporting ham.
18924         (spam-report-resend-ham): Add wrapper.
18926 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18928         * message.el (message-cite-articles-with-x-no-archive):
18929         New variable.
18930         (message-cite-original): Use it.
18932 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18934         * message.el (message-cite-original): Respect X-No-Archive.
18936 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18938         * gnus-art.el (article-hide-headers): Refer to the values for
18939         gnus-ignored-headers and gnus-visible-headers in the summary
18940         buffer since a user may have set them as group parameters.
18942 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18944         * assistant.el (assistant-node-name): Add convenience function.
18945         (assistant-render-text, assistant-render-node): Add error handling,
18946         plus handle multiple next nodes.
18947         (assistant-find-next-node): Comment out for now.
18948         (assistant-find-next-nodes): Add function, returns list of next
18949         nodes.
18951 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18953         * mail-source.el (mail-source-directory): Fix doc-string.
18955 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18957         * assistant.el (assistant-render-text, assistant-eval): Add :set
18958         widget type, which is different because it takes and returns a
18959         list.  Much hilarity ensues.
18961 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18963         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18965         * gnus-group.el (gnus-group-get-new-news-this-group):
18966         Add doc-string.
18968         * gnus-start.el (gnus-activate-group): Add doc-string.
18970 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18972         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18974 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18976         * assistant.el (assistant-render-text): Try to add a :set
18977         widget, more to come.
18979         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18980         strings.
18981         (spam-report-articles-resend)
18982         (spam-register-routine): Do registration iff any articles warrant
18983         it.
18984         (spam-summary-prepare-exit): Change log message for nil group
18985         destinations.
18987 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18989         * spam.el (spam-report-resend-register-routine):
18990         Allow spam-report-resend-to to be a group parameter or a global value.
18992 2004-05-26  Simon Josefsson  <jas@extundo.com>
18994         * starttls.el: Merge with my GNUTLS based starttls.el.
18995         (starttls-gnutls-program, starttls-use-gnutls)
18996         (starttls-extra-arguments, starttls-process-connection-type)
18997         (starttls-connect, starttls-failure, starttls-success):
18998         New variables.
18999         (starttls-program, starttls-extra-args): Doc fix.
19000         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
19001         New functions.
19002         (starttls-negotiate, starttls-open-stream):
19003         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
19004         function if it is set.
19006 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19008         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
19009         structured fields.
19011 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19013         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
19015 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
19017         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
19018         Add variable.
19019         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
19020         assigning the spam-mark to new messages.
19022 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
19024         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
19026 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19028         * dgnushack.el: Autoload customize-set-variable for XEmacs.
19030         * rfc2047.el (rfc2047-encodable-p): Don't move point.
19031         (rfc2047-decode): Treat the ascii coding-system as raw-text by
19032         default.
19034 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
19036         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
19037         correct data.
19039 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
19041         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
19042         (spam-group-processor-p): Fix function.
19043         (spam-group-processor-multiple-p)
19044         (spam-group-spam-processor-report-gmane-p)
19045         (spam-group-spam-processor-report-resend-p)
19046         (spam-group-spam-processor-bogofilter-p)
19047         (spam-group-spam-processor-blacklist-p)
19048         (spam-group-spam-processor-ifile-p)
19049         (spam-group-ham-processor-ifile-p)
19050         (spam-group-spam-processor-spamoracle-p)
19051         (spam-group-spam-processor-crm114-p)
19052         (spam-group-ham-processor-bogofilter-p)
19053         (spam-group-spam-processor-stat-p)
19054         (spam-group-ham-processor-stat-p)
19055         (spam-group-ham-processor-whitelist-p)
19056         (spam-group-ham-processor-BBDB-p)
19057         (spam-group-ham-processor-spamoracle-p)
19058         (spam-group-ham-processor-copy-p): Remove functions with some
19059         prejudice against unneeded code.
19060         (spam-report-articles-resend)
19061         (spam-report-resend-register-routine): Allow the group/topic
19062         spam-resend-to value to override spam-report-resend-to.
19063         (spam-summary-prepare-exit): Invoke spam-group-processor-p
19064         properly now.
19066         * gnus.el (spam-resend-to): Add group/topic parameter.
19067         (spam-process): Move the OBSOLETE processors to the end of the
19068         choices.
19070 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
19072         * spam-report.el (spam-report-resend-to, spam-report-resend):
19073         Start with resend-to set to nil, and then ask the user if necessary.
19074         (spam-report-resend): spam-report-resend takes a list of articles, not
19075         separate article numbers.
19077 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19079         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
19080         addition to emacs-w3m.
19082 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19084         * assistant.el (assistant-authinfo-data): New function.
19085         (assistant-eval): Eval for entire assistant.
19087         * netrc.el (netrc-services-file): New variable.
19088         (netrc-parse-services): New function.
19089         (netrc-find-service-name): New function.
19090         (netrc-find-service-number): New function.
19091         (netrc-port-equal): New function.
19092         (netrc-machine): Use it.
19094         * nnimap.el (nnimap-open-connection): Use netrc.
19096         * gnus-util.el (gnus-netrc-get): Remove aliases.
19098         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
19100         * assistant.el (wid-edit): Fix compilation.
19102         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
19104 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
19106         * gnus-util.el (gnus-set-file-modes): New function.  (small
19107         patch).
19109 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19111         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
19113         * assistant.el (assistant-render-node): Fix up rendering and
19114         read-only text.
19115         (assistant-render-node): Reset.
19116         (assistant-make-read-only): Not sticky.
19118 2004-05-20  Danny Siu  <dsiu@adobe.com>
19120         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
19121         centered even when gnus-auto-center-summary is t.
19123 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19125         * dns.el (dns-get-txt-answer): New function.
19126         (dns-read-txt): Ditto.
19127         (query-dns): Use it.
19129 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
19131         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
19132         active for foreign groups even if the group level is higher than
19133         the specified value.
19135 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19137         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
19138         non-active groups.
19140         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
19142 2004-05-20  Magnus Henoch  <mange@freemail.hu>
19144         * dns.el (dns-read-type): Add support for SVR.  (small patch)
19146 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
19148         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
19149         (spam-crm114-header, spam-crm114-spam-switch)
19150         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
19151         (spam-crm114-positive-spam-header)
19152         (spam-crm114-database-directory, spam-list-of-processors)
19153         (spam-group-spam-processor-crm114-p)
19154         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
19155         (spam-generic-score, spam-list-of-checks)
19156         (spam-list-of-statistical-checks, spam-registration-functions)
19157         (spam-check-crm114-headers, spam-crm114-score)
19158         (spam-check-crm114, spam-crm114-register-with-crm114)
19159         (spam-crm114-register-spam-routine)
19160         (spam-crm114-unregister-spam-routine)
19161         (spam-crm114-register-ham-routine)
19162         (spam-crm114-unregister-ham-routine): Add CRM114 support.
19163         From asjo@koldfront.dk (Adam Sjøgren).
19165         * gnus.el: Add spam-use-crm114.
19167         * spam.el (spam-list-of-processors, spam-registration-functions):
19168         Add spam-use-resend.
19169         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19170         (spam-report-articles-gmane): Add doc fix.
19171         (spam-report-articles-resend, spam-report-resend-register-routine):
19172         Add wrappers around spam-report-resend-to.
19174         * spam-report.el (spam-report-resend-to, spam-report-resend):
19175         Add support for resending spam.
19176         (spam-report-gmane): Fix line length >80.
19178         * gnus.el (spam-process): Add spam-use-resend.
19180 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19182         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19183         number of processed spam messages.
19184         (spam-ham-copy-or-move-routine): Return the number of processed
19185         ham messages.
19186         (spam-summary-prepare-exit): Use the above values to decide
19187         whether status messages shouled be displayed.
19189 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19191         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19192         `rfc2047-encoding-function-alist' in order to avoid conflicting
19193         with the old version.
19194         (rfc2047-encode-region): Concatenate words containing non-ASCII
19195         characters in structured fields; don't encode space-delimited
19196         ASCII words even in unstructured fields; don't break words at
19197         char-category boundaries.
19198         (rfc2047-encode-1): New function.
19199         (rfc2047-encode): Use it; encode text so that it occupies the
19200         maximum width within 76-column; work correctly on Q encoding for
19201         iso-2022-* charsets.
19202         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19203         sure not to break a line just after the header name.
19204         (rfc2047-b-encode-region): Remove.
19205         (rfc2047-b-encode-string): New function.
19206         (rfc2047-q-encode-region): Remove.
19207         (rfc2047-q-encode-string): New function.
19209         * mm-util.el (mm-replace-in-string): New function.
19211 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19213         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19214         Really get it right.
19215         (gnus-inews-make-draft): Really.
19217 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19219         * nnmh.el (nnmh-request-list-1): Don't check the link count
19220         before descending.  (small patch)
19222 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19224         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19225         stuff.
19227         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19228         Match on real group name.
19230         * gnus-art.el (gnus-signature-limit): Doc fix.
19232         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19234         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19236 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19238         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19239         isn't a string.
19241 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19243         * gnus-draft.el (gnus-draft-send):
19244         Bind rfc2047-encode-encoded-words.
19246         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19247         (rfc2047-encodable-p): Say that =? needs encoding.
19248         (rfc2047-encode-encoded-words): New variable.
19250         * gnus-group.el (gnus-group-select-group): Doc fix.
19252         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19254         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19255         to nil.
19257         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19259         * nnheader.el (nnheader-get-lines-and-char): New function.
19261 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19263         * gnus-msg.el (gnus-summary-followup-with-original):
19264         Document yanking of region when active.
19266 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19268         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19269         groups if the group level is higher than the specified value.
19271 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19273         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19274         (gnus-group-jump-to-group): Add prefix argument using
19275         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19276         non-active group.
19278         * compface.el (uncompface): Be verbose when changing
19279         `uncompface-use-external'.
19281         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19282         handle manual section.
19284 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19286         * gnus-art.el (gnus-button-alist): Revert previous change.
19288 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19290         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19292 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19294         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19295         whether backend can accept message.
19297         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19299 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19301         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19302         Avoid creating directory when nntp-marks-is-evil is true.
19303         Reported by Reiner Steib.
19305 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19307         * gnus-picon.el (gnus-picon-style): New variable.
19308         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19309         (gnus-picon-transform-address): Support `gnus-picon-style'.
19310         From Jesper Harder <harder@ifa.au.dk>.
19312 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19314         * message.el (message-fill-field): Return point.
19315         (message-generate-headers): Go to end of field.
19317         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19318         stuff for non-living groups.
19320 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19322         * gnus-art.el (gnus-article-followup-with-original)
19323         (gnus-article-reply-with-original): gnus-mark-active-p ->
19324         gnus-region-active-p.
19326 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19328         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19329         only when there is spam or ham to be processed.
19331 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19333         * mail-source.el (mail-source-delete-crash-box): Refactor.
19334         (mail-source-fetch): Use it.
19335         (mail-source-fetch-file): Ditto.
19336         (mail-source-fetch-directory): Run postscript in loop.
19337         (mail-source-fetch-pop): Delete.
19338         (mail-source-fetch-maildir): Ditto.
19339         (mail-source-fetch-imap): Ditto.
19341         * imap.el (imap-authenticators): Comment out sasl.
19343         * message.el (message-skip-to-next-address): New function.
19344         (message-fill-header-address): Refactor.
19345         (message-fill-address): Use it.
19346         (message-delete-address): Use it.
19347         (message-fill-header-general): Refactor.
19348         (message-fill-field-address): Rename.
19349         (message-narrow-to-field): Find the start of the header.
19350         (message-header-format-alist): Don't pre-fill.
19351         (message-fill-header): Remove.
19352         (message-insert-header): New function.
19353         (message-shorten-references): Use it.
19355         * rfc2047.el (rfc2047-field-value): Strip props.
19357         * mail-parse.el (mail-header-make-address): New alias.
19359         * ietf-drums.el (ietf-drums-make-address): New function.
19361         * imap.el: Add compiler directives.
19363         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19365         * gnus-art.el (article-decode-idna-rhs): Don't use
19366         message-idna-inside-rhs-p.
19368 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19370         * message.el (message-idna-inside-rhs-p): Remove.
19371         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19373         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19374         false positives.
19376 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19378         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19380 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19382         * nneething.el (nneething-file-name): Don't create spurious
19383         files.
19385         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19386         (gnus-inews-do-gcc): Remove sleep.
19388         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19389         part under point.
19391         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19392         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19394 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19396         * spam.el (spam-summary-prepare-exit): Fix (length).
19398 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19400         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19401         as expired without moving it" message when there are spam
19402         messages left.
19404 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19406         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19407         header is not nil.
19409 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19411         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19412         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19413         (nntp-marks-changed-p): New arg SERVER.
19414         (nntp-request-update-info): Adjust caller.
19416 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19418         * nntp.el (nntp-save-marks): Pass missing arg.
19420 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19422         * nntp.el: Support marks.
19423         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19424         (nntp-marks-modtime, nntp-marks-directory): New variables.
19425         (nntp-request-set-mark, nntp-request-update-info)
19426         (nntp-possibly-create-directory, nntp-marks-changed-p)
19427         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19428         New functions.
19430 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19432         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19433         (gnus-xmas-redefine): Rename.
19435         * gnus-score.el (gnus-score-insert-help):
19436         Use gnus-select-lowest-window.
19438         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19439         appt-select-lowest-window and rename to gnus-select-lowest-window.
19441         * gnus.el: do.
19443 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19445         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19446         encodings of MIME-encoded words, in order to improve
19447         interoperability with several broken MUAs.
19449 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19451         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19452         tags, only when charsets are not specified in headers.
19453         (mm-inline-text-html-render-with-w3m): Ditto.
19455         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19456         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19458 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19460         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19461         instead of MIME-decoded from fields when checking
19462         `gnus-article-address-banner-alist'.
19464 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19466         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19467         description rather than subject.
19469 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19471         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19473 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19475         * gnus.el (gnus-version-number): Bump.
19477 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19479         * gnus.el: No Gnus v0.2 is released.
19481 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19483         * gnus-agent.el (gnus-agent-read-agentview):
19484         Inline gnus-uncompress-range.
19486 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19488         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19489         `exec-installed-p'.
19491 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19493         * gnus.el (spam-process, spam-autodetect-methods):
19494         Add bsfilter and bsfilter-headers.
19496         * spam.el (spam-bsfilter): New customize group.
19497         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19498         (spam-bsfilter-header, spam-bsfilter-probability-header)
19499         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19500         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19501         (spam-bsfilter-database-directory): New options.
19502         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19503         (spam-list-of-statistical-checks, spam-registration-functions):
19504         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19505         (spam-bsfilter-score): New command.
19506         (spam-check-bsfilter-headers, spam-check-bsfilter)
19507         (spam-bsfilter-register-with-bsfilter)
19508         (spam-bsfilter-register-spam-routine)
19509         (spam-bsfilter-unregister-spam-routine)
19510         (spam-bsfilter-register-ham-routine)
19511         (spam-bsfilter-unregister-ham-routine): New functions.
19512         (spam-generic-score): Support bsfilter; Accept an optional argument
19513         to recalcurate spam score even if scoring header has already been
19514         added.
19515         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19516         optional argument to recalcurate spam score even if scoring header
19517         has already been added.
19519 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19521         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19522         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19523         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19524         link is missing.
19526 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19528         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19529         (html2text-get-attr): Rewrite.
19531         * message.el (message-setup-1): Remove redundant put-text-property
19532         on mail-header-separator.
19534 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19536         * gnus-registry.el (gnus-registry-cache-whitespace)
19537         (gnus-registry-action, gnus-registry-spool-action)
19538         (gnus-registry-split-fancy-with-parent): Change message levels
19539         from 5 to 3 or 7, as needed.
19541         * spam.el (spam-summary-prepare-exit)
19542         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19543         (spam-split, spam-find-spam, spam-log-undo-registration)
19544         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19545         level from 5 to 6.
19547 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19549         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19550         2004-03-04 change).
19552 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19554         * sieve-manage.el (sieve-manage-open):
19555         * nnweb.el (nnweb-insert-html):
19556         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19557         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19558         * nnspool.el (nnspool-request-group):
19559         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19560         * nnml.el (nnml-request-update-info):
19561         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19562         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19563         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19564         (nnimap-request-set-mark):
19565         * nnfolder.el (nnfolder-request-update-info):
19566         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19567         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19568         * gnus-uu.el (gnus-uu-find-articles-matching):
19569         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19570         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19571         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19572         * gnus-nocem.el (gnus-nocem-scan-groups):
19573         * gnus-int.el (gnus-start-news-server):
19574         * gnus-group.el (gnus-group-make-kiboze-group)
19575         (gnus-group-browse-foreign-server):
19576         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19577         Use mapc when appropriate.
19579 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19581         FIXME: Make separate entries for each person.
19583         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19584         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19585         <shields@msrl.com>:
19587         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19588         may need for spam sorting and scoring.
19589         (spam-user-format-function-S): Add user format function suitable for
19590         general use.
19591         (spam-article-sort-by-spam-status): Add sorting function for summary
19592         sorting.
19593         (spam-extra-header-to-number): Add function to get a score from a
19594         header.
19595         (spam-summary-score): Add function to get a numeric score from the
19596         headers.
19597         (spam-generic-score): Fix function doc, was in wrong place.
19598         (spam-initialize): Take symbols when it's run, and install the
19599         extra headers that spam-necessary-extra-headers thinks we need.
19601 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19603         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19604         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19606 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19608         * gnus-sum.el (gnus-set-global-variables)
19609         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19610         (gnus-article-get-xrefs, gnus-summary-best-group)
19611         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19612         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19613         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19614         Use with-current-buffer.
19616 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19618         * spam.el (spam-summary-prepare-exit): Simplify logic.
19619         (spam-fetch-article-header): Read the article header if it's not
19620         available.
19621         (spam-list-articles): Simplify logic.
19622         (spam-filelist-register-routine): Fix bug with unregister-list.
19624         * gnus-registry.el: Fix comments at beginning.
19626 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19628         * message.el (message-cater-to-broken-inn): Remove.
19629         (message-shorten-references): Make sure the total folded length of
19630         References is shorter than 998 characters to cater to a bug in INN
19631         2.3.  Also, don't pretend that references aren't folded -- this
19632         hasn't worked for a while.
19634 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19636         * gnus-agent.el (gnus-agentize):
19637         gnus-agent-send-mail-real-function no longer set to current value
19638         of message-send-mail-function but rather a lambda that calls
19639         message-send-mail-function.  The change makes the agent real-time
19640         responsive to user changes to message-send-mail-function.
19642 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19644         * legacy-gnus-agent.el
19645         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19646         help from Florian Weimer <fw@deneb.enyo.de>
19648 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19650         * nnmail.el (nnmail-cache-insert): Revert last change.
19652 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19654         * nnmail.el (nnmail-cache-insert): Always check whether
19655         nnmail-cache-ignore-groups matches a group name.
19657 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19659         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19660         (spam-find-spam, spam-log-processing-to-registry)
19661         (spam-log-registered-p, spam-log-unregistration-needed-p)
19662         (spam-log-undo-registration): Use gnus-message instead of
19663         gnus-error, none of these errors are fatal.
19665         * gnus-registry.el (gnus-registry-clean-empty-function)
19666         (gnus-registry-clean-empty): Remove only empty entries without
19667         extra data.
19669 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19671         * spam-stat.el (spam-stat-buffer-change-to-spam)
19672         (spam-stat-buffer-change-to-non-spam): Change (error) to
19673         (gnus-message 8) invocation.
19675 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19677         * nntp.el (nntp-via-netcat-command): New variable.
19678         (nntp-via-netcat-switches): New variable.
19679         (nntp-open-via-rlogin-and-netcat): New function.
19680         (nntp-open-connection-function): Doc fix.
19681         (nntp-telnet-command): Doc fix.
19682         (nntp-end-of-line): Doc fix.
19683         (nntp-via-rlogin-command): Doc fix.
19684         (nntp-via-user-name): Doc fix.
19685         (nntp-via-address): Doc fix.
19687 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19689         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19690         error in Emacs 21.1.
19692 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19694         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19696 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19698         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19699         (gnus-agent-with-refreshed-group): New macro.
19700         (gnus-agent-rename-group): New function.
19701         (gnus-agent-delete-group): New function.
19702         (gnus-agent-save-group-info): Use gnus-command-method when
19703         `method' parameter is nil.  Don't write nil entries into the
19704         active file.
19705         (gnus-agent-get-group-info): New function.
19706         (gnus-agent-fetch-articles):
19707         Use gnus-agent-update-files-total-fetched-for to increment disk space
19708         used.
19709         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19710         Use gnus-agent-update-view-total-fetched-for to increment disk space
19711         used.
19712         (gnus-agent-get-local): Add optional parameters to avoid calling
19713         gnus-group-real-name and gnus-find-method-for-group.
19714         (gnus-agent-set-local): Delete stored entry if either min, or max,
19715         are nil.
19716         (gnus-agent-fetch-session): Reworded error/quit messages.
19717         On quit, use gnus-agent-regenerate-group to record existance of any
19718         articles fetched to disk before the quit occurred.
19719         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19720         gnus-agent-update-view-total-fetched-for, and
19721         gnus-agent-update-files-total-fetched-for to decrement disk space
19722         used.
19723         (gnus-agent-retrieve-headers):
19724         Use gnus-agent-update-view-total-fetched-for to increment disk space
19725         used.
19726         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19727         with gnus-agent-update-files-total-fetched-for to decrement disk
19728         space and fresh group buffer.
19729         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19730         (gnus-agent-need-update-total-fetched-for): New variable.
19731         (gnus-agent-update-files-total-fetched-for): New function.
19732         (gnus-agent-update-view-total-fetched-for): New function.
19733         (gnus-agent-total-fetched-for): New function.
19735         * gnus-cache.el (gnus-cache-save-buffers):
19736         Use gnus-cache-update-overview-total-fetched-for to change disk space
19737         used by this group.
19738         (gnus-cache-possibly-enter-article):
19739         Use gnus-cache-update-file-total-fetched-for to increment disk space
19740         used by this group.
19741         (gnus-cache-possibly-remove-article):
19742         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19743         used by this group.
19744         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19745         (gnus-cache-rename-group): New function.
19746         (gnus-cache-delete-group): New function.
19747         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19748         (gnus-cache-need-update-total-fetched-for): New variable.
19749         (gnus-cache-with-refreshed-group): New macro.
19750         (gnus-cache-update-file-total-fetched-for): New function.
19751         (gnus-cache-update-overview-total-fetched-for): New function.
19752         (gnus-cache-rename-group-total-fetched-for): New function.
19753         (gnus-cache-delete-group-total-fetched-for): New function.
19754         (gnus-cache-total-fetched-for): New function.
19756         * gnus-group.el: Require gnus-sum and autoload functions to
19757         resolve warnings when gnus-group.el compiled alone.
19758         (gnus-group-line-format): Documented new %F.
19759         (size of Fetched data) group line format; identifies disk space
19760         used by agent and cache.
19761         (gnus-group-line-format-alist): Defined new F format.
19762         (gnus-total-fetched-for): New function.
19763         (gnus-group-delete-group): No longer update
19764         gnus-cache-active-altered as gnus-request-delete-group now keeps
19765         the cache in sync.
19766         (gnus-group-list-active): Let the agent store a server's active
19767         list if currently plugged.
19769         * gnus-int.el (gnus-request-delete-group):
19770         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19771         local disk in sync with the server.
19772         (gnus-request-rename-group):
19773         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19774         local disk in sync with the server.
19776         * gnus-start.el (gnus-get-unread-articles):
19777         Cosmetic simplification to logic.
19779         * gnus-util.el (gnus-rename-file): New function.
19781 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19783         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19785 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19787         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19788         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19790 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19792         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19793         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19795 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19797         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19799 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19801         * spam.el (spam-set-difference): Add function to replace
19802         gnus-set-difference in spam.el.
19803         (spam-summary-prepare-exit): Use spam-set-difference.
19805 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19807         * gnus-registry.el (gnus-registry-cache-file): Update to use
19808         gnus-dribble-directory OR gnus-home-directory OR ~.
19809         (gnus-registry-split-fancy-with-parent): Fix doc.
19811 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19813         * message.el (message-exchange-point-and-mark):
19814         Use message-mark-active-p.  Suggested by Jesper Harder
19815         <harder@ifa.au.dk>.
19817 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19819         * message.el (message-exchange-point-and-mark): Don't activate
19820         region if it was inactive.  Suggested by Hiroshi Fujishima
19821         <pooh@nature.tsukuba.ac.jp>.
19823 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19825         * gnus-art.el (article-display-face): Display Faces in the same
19826         order as X-Faces.
19828 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19830         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19832 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19834         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19835         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19836         (gnus-article-mime-hierarchy): Remove.
19837         (gnus-article-mime-hierarchy-next): Remove.
19838         (gnus-article-mode): Revert 2004-03-19 change.
19839         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19840         (gnus-insert-mime-button): Revert 2004-03-19 change.
19841         (gnus-mime-accumulate-hierarchy): Remove.
19842         (gnus-mime-enter-multipart): Remove.
19843         (gnus-mime-leave-multipart): Remove.
19844         (gnus-mime-display-part): Revert 2004-03-19 change.
19845         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19847         * mml.el (mml-preview): Revert 2004-03-19 change.
19849 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19851         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19853 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19855         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19856         t while entering a file name using the mm-with-multibyte macro.
19857         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19859         * mm-util.el (mm-with-multibyte): New macro.
19861 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19863         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19864         New user option.
19865         (gnus-mime-multipart-functions): Doc and customization fix.
19866         (gnus-article-mime-hierarchy): New variable.
19867         (gnus-article-mime-hierarchy-next): New variable.
19868         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19869         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19870         gnus-article-mime-hierarchy-next to nil.
19871         (gnus-insert-mime-button): Show hierarchy numbers.
19872         (gnus-mime-accumulate-hierarchy): New function.
19873         (gnus-mime-enter-multipart): New function.
19874         (gnus-mime-leave-multipart): New function.
19875         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19876         (gnus-mime-display-alternative): Show hierarchy numbers.
19878         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19879         gnus-article-mime-hierarchy-next to nil.
19881 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19883         * dns.el: Don't require gnus-xmas.
19885 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19887         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19888         inline PGP.
19889         (mml-menu): Disable mml-quote-region if mark is inactive.
19891 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19893         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19894         when the group's active is not available.
19896 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19898         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19899         error.
19901 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19903         * imap.el (imap-store-password): New variable.
19904         (imap-interactive-login): Use it.
19905         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19907 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19909         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19910         window-start and hscroll to summary window.
19912 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19914         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19915         conversion message to newsrc-dribble when an actual conversion is
19916         performed.
19918 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19920         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19922 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19924         * mm-decode.el (mm-complicated-handles): New function reviving
19925         former definition of mm-multiple-handles.
19927         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19928         (gnus-mime-delete-part): Use it.
19930 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19932         * gnus-agent.el (gnus-agent-read-local):
19933         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19934         avoid the implicit assumption that they will always be equal.
19935         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19936         coding-system-for-write, as the with-temp-file macro first prints
19937         to a buffer then saves the buffer.
19939 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19941         * gnus-art.el (gnus-article-edit-part): New function.
19942         (gnus-mime-save-part-and-strip): Use it; do query instead of
19943         signaling an error; don't use mm-multiple-handles.
19944         (gnus-mime-delete-part): Ditto.
19946 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19948         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19949         old file versions.
19950         (gnus-group-prepare-hook): Remove function that converted list
19951         form of gnus-agent-expire-days to group properties.
19953         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19954         (gnus-request-accept-article): Re-indented.
19956         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19957         converters to handle old agent file formats.  Add logic for a
19958         "backup before upgrading warning".
19959         (gnus-convert-mark-converter-prompt): Developers can mark
19960         functions as needing (default), or not needing,
19961         gnus-convert-old-newsrc's "backup before upgrading warning".
19962         (gnus-convert-converter-needs-prompt): Tests whether the user
19963         should be protected from potentially irreversable changes by the
19964         function.
19966         * legacy-gnus-agent.el: New.  Provides converters that are only
19967         loaded when gnus-convert-old-newsrc needs to call them.
19969 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19971         * mail-source.el (mail-source-touch-pop): Doc fix.
19973         * message.el (message-smtpmail-send-it): Doc fix.
19975 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19977         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19979         * nnmail.el (nnmail-split-fancy): do.
19981         * gnus-kill.el (gnus-kill, gnus-execute): do.
19983 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19985         * gnus-sum.el (gnus-widget-reversible-match)
19986         (gnus-widget-reversible-to-internal)
19987         (gnus-widget-reversible-to-external): New functions.
19988         (gnus-widget-reversible): New widget.
19989         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19991 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19993         * gnus-sum.el (gnus-thread-sort-functions)
19994         (gnus-article-sort-functions): Document `(not F)' items.
19996 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19998         * spam.el (spam-use-gmane-xref): Add new backend.
19999         (spam-gmane-xref-spam-group): Add variable to control the name of the
20000         Gmane spam group.
20001         (spam-blackhole-servers, spam-blackhole-good-server-regex)
20002         (spam-regex-headers-spam, spam-regex-headers-ham)
20003         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
20004         (spam-list-of-checks): Add spam-use-gmane-xref to list of
20005         backends and checks.
20006         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
20008         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
20009         an autodetect method.
20011 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20013         * gnus-int.el (gnus-request-accept-article): Inform the agent that
20014         articles are being added to a group.
20015         (gnus-request-replace-article): Inform the agent that articles
20016         need to be uncached as the cached contents are no longer valid.
20018 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20020         * binhex.el: Don't autoload executable-find.
20022         * canlock.el: Don't autoload mail-fetch-field.
20024         * dgnushack.el: Autoload c-mode for XEmacs.
20026         * gnus-ems.el: Don't autoload appt-select-lowest-window.
20028         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
20029         rmail-dont-reply-to and rmail-output.
20031         * gnus-score.el: Don't autoload ffap-string-at-point.
20033         * gnus-setup.el: Don't autoload sc-cite-original.
20035         * imap.el: Don't autoload base64-decode-string,
20036         base64-encode-string and md5.
20038         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
20039         and rmail-msg-restore-non-pruned-header.
20041         * mm-decode.el: Don't autoload executable-find.
20043         * mm-url.el: Don't autoload executable-find.
20045         * mm-view.el: Don't autoload diff-mode.
20047         * nndb.el: Don't autoload news-reply-mode, news-setup,
20048         cancel-timer and telnet.
20050         * password.el: Don't autoload run-at-time for Emacs.
20052         * sha1-el.el: Don't autoload executable-find.
20054         * sieve-mode.el: Don't autoload c-mode.
20056         * uudecode.el: Don't autoload executable-find.
20058 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20060         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
20061         (gnus-agent-possibly-alter-active): Avoid null in numeric
20062         comparison.
20063         (gnus-agent-set-local): Refuse to save null in local object table.
20064         (gnus-agent-regenerate-group): The REREAD parameter can now be a
20065         list of articles that will be marked as unread.
20067 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
20069         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
20071 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
20073         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
20074         language tags.
20076 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
20078         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
20079         Don't bind "obarray".
20081         * gnus-sum.el (gnus-thread-sort-functions):
20082         Add `gnus-thread-sort-by-most-recent-number' and
20083         `gnus-thread-sort-by-most-recent-date'.
20084         Reported by Kai Grossjohann <kai@emptydomain.de>.
20086 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
20088         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
20090 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20092         * gnus-cus.el (gnus-agent-customize-category):
20093         Remove ignore-errors macro reference that required cl to be loaded at
20094         run-time.
20096         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
20097         single-interval range of the form (min . max).  Previously the
20098         range had to look like ((min . max)).  Likewise, return
20099         (min . max) rather than ((min . max)).
20100         (gnus-range-map): Use gnus-range-normalize to accept
20101         single-interval range.
20103         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
20104         the cache, but not the agent, now appear with their usual face.
20106         * dgnushack.el (loaddir): New variable that is bound to the
20107         directory containing the dgnushack.el file. Use loaddir, rather
20108         than srcdir, to update load-path. Change lets dgnushack compile
20109         code in directories other than GNUS/lisp.
20111 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
20113         * lpath.el: Don't bind w3m-safe-url-regexp.
20115         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
20116         w3m-safe-url-regexp variable buffer-local.
20118         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20120 2004-02-27  Simon Josefsson  <jas@extundo.com>
20122         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
20123         gnus-group-real-prefix.
20124         (gnus-summary-move-article): Use it, instead of
20125         gnus-group-real-prefix.
20127 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20129         * lpath.el: Bind w3m-safe-url-regexp.
20131         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
20132         w3m-safe-url-regexp variable buffer-local and set it as the value
20133         of mm-w3m-safe-url-regexp.
20135         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
20137         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
20138         parsing gnus-posting-styles when the message is not for replying.
20140         * dgnushack.el: Autoload sgml-mode for XEmacs.
20142         * nnrss.el (nnrss-opml-export):
20143         Use mm-set-buffer-file-coding-system instead of
20144         set-buffer-file-coding-system.
20146 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
20148         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
20149         of checkdoc.el).
20150         * nnrss.el: do.
20151         * gnus-mlspl.el: do.
20152         * gnus-ml.el: do.
20153         * gnus-srvr.el: do.
20155         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
20157 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
20159         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
20160         Corrections to custom-manual links.
20162         * gnus-art.el (gnus-article): Ditto.
20164         * mm-decode.el (mime-display, mime-security): Ditto.
20166 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20168         * flow-fill.el: Typo.
20170 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20172         * spam-wash.el: New file.
20174 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20176         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20178 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20180         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20181         to be run with new-articles as LIST1, not LIST2.
20182         (spam-registration-functions): Add spam-use-ham-copy as a nil
20183         registration backend.
20185 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20187         * spam-stat.el (spam-stat-washing-hook): New option.
20188         (spam-stat-buffer-words): Use it.
20189         (spam-stat-process-directory, spam-stat-test-directory):
20190         Use insert-file-contents-literally.
20191         (spam-stat-coding-system): New variable.
20192         (spam-stat-load, spam-stat-save): Use it.
20194 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20196         * spam-report.el (spam-report-plug-agent):
20197         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20199 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20201         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20202         Allow / in mailto URLs.
20204 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20206         * spam-report.el (spam-report-process-queue): Fix interactive use.
20207         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20208         (spam-report-unplug-agent): Doc fixes.
20209         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20210         (spam-report-agentize, spam-report-deagentize): Autoload.
20212 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20214         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20216         * message.el (message-setup-fill-variables): Add mml tags to
20217         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20218         <ajk@iu.edu>.
20219         (message-mode): Don't modify paragraph-separate there.
20221 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20223         * compface.el (uncompface-use-external): Default to undecided.
20224         (uncompface-use-external-threshold): New variable.
20225         (uncompface-float-time): New macro.
20226         (uncompface): Determine whether to use the external decoder if
20227         uncompface-use-external is undecided.
20229 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20231         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20232         after images.
20234         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20236 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20238         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20240         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20242         * gnus-sum.el (gnus-summary-limit-to-age)
20243         (gnus-summary-limit-children): do.
20245         * gnus-int.el (gnus-request-scan): do.
20247         * gnus-group.el (gnus-group-suspend): do.
20249         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20251         * gnus-cite.el (gnus-cite-parse-attributions): do.
20253         * gnus-agent.el (gnus-summary-set-agent-mark)
20254         (gnus-agent-regenerate-group): do.
20256         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20258         * binhex.el (binhex-decode-region-internal): do.
20260 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20262         * gnus-fun.el (gnus-face-properties-alist): New user option.
20263         (gnus-display-x-face-in-from): Use it.
20265         * gnus-art.el (article-display-face): Ditto.
20267         * compface.el (uncompface-use-external): Default to nil.
20269 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20271         * nntp.el (nntp-erase-buffer): New function.
20272         (nntp-retrieve-data, nntp-send-command)
20273         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20274         (nntp-possibly-change-group): Use it.
20276         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20277         Use with-current-buffer.
20279 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20281         * compface.el: Merge the ELisp-based uncompface program.
20282         (compface): New customization group.
20283         (uncompface-use-external): New user option.
20284         (uncompface): Call uncompface-internal if uncompface-use-external
20285         is nil.
20286         (uncompface-internal): New function.  Note that there are also
20287         some other functions and variables added for this function.
20289 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20291         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20292         if necessary.
20294 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20296         * spam-report.el (spam-report-unplug-agent)
20297         (spam-report-plug-agent, spam-report-deagentize)
20298         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20299         Add support for the Agent in spam-report: when unplugged, report to a
20300         file; when plugged, submit all the requests.
20302         * spam.el (spam-register-routine): Fix message about
20303         registration.
20305 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20307         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20308         dependencies.
20309         (rfc2047-encode): Use it.
20311         * gnus-art.el (gnus-button-marker-list): Move before first
20312         reference.
20314         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20315         (imap-parse-body): Fix format string mismatch.
20317         * gnus-score.el (gnus-summary-increase-score): do.
20319         * nnrss.el (nnrss-close): New function.
20321 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20323         * nnrss.el (nnrss-make-filename): New function.
20324         (nnrss-request-delete-group, nnrss-read-server-data)
20325         (nnrss-save-server-data, nnrss-read-group-data)
20326         (nnrss-save-group-data): Use it.
20327         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20328         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20329         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20331 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20333         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20335 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20337         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20338         files.
20340         * message.el (message-generate-headers-first): Don't quote nil
20341         and t in docstrings.
20343         * imap.el (imap-id): do.
20345         * gnus-agent.el (gnus-agent-consider-all-articles)
20346         (gnus-agent-queue-mail): do.
20348 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20350         * spam-report.el (spam-report-process-queue): New function.
20351         Process requests from `spam-report-requests-file'.
20352         (spam-report-process-queue): Doc fix.
20354 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20356         * spam.el (spam-register-routine)
20357         (spam-log-processing-to-registry, spam-log-registered-p)
20358         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20359         Change "check" to "spam-check" for semi-clarity.
20361 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20363         * pop3.el: Require nnheader.
20365         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20367         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20369         * gnus-picon.el: Require cl.
20371         * gnus-fun.el: Require gnus-ems and gnus-util.
20373         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20375         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20377         * gnus-art.el (gnus-article-edit-mode): Define before first
20378         reference.
20380 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20382         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20383         (gnus-uu-post-encoded): Use point-at-bol.
20385         * gnus-topic.el (gnus-group-active-topic-p): do.
20387         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20389         * gnus-group.el (gnus-group-kill-region): do.
20391         * gnus-art.el (article-date-ut): do.
20393         * message.el (message-fetch-field): Remove redundant
20394         case-fold-search binding.
20395         (message-narrow-to-field): Simplify.
20397 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20399         * spam.el (spam-directory): Derive from `gnus-directory'.
20401         * spam-report.el (spam-report-url-to-file)
20402         (spam-report-requests-file): New function and variable for offline
20403         reporting.
20404         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20405         and user defined function.
20406         (spam-report-url-ping-mm-url): Remove doubled slash.
20408 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20410         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20412 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20414         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20415         Fix format string mismatch.
20417         * sieve.el (sieve-deactivate-all): do.
20419         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20421         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20423         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20425         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20427 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20429         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20430         the list of checks.
20432 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20434         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20435         padding.
20437 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20439         * mm-view.el (mm-fill-flowed): New variable.
20440         (mm-inline-text): Use it.
20442 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20444         * spam.el (spam-spamassassin-register-ham-routine)
20445         (spam-spamassassin-register-spam-routine): Fix function names.
20447 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20449         * gnus.el (gnus-tmp-grouplens): Remove.
20450         (gnus-summary-line-format): Remove grouplens.
20452         * gnus-group.el (gnus-group-line-format): Ditto.
20454         * gnus-spec.el (gnus-format-specs): Ditto.
20455         (gnus-update-format-specifications): Flush the group format spec
20456         cache if there's the grouplens stuff.
20457         (gnus-parse-simple-format): Replace %l with the empty string.
20459 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20461         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20462         omission.
20464 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20466         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20467         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20469 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20471         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20472         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20473         New macros and functions.
20474         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20475         Handle > NLINK_MAX messages.
20476         * nnmaildir.el (nnmaildir-request-set-mark):
20477         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20479 2004-01-25  Alex Schroeder  <alex@gnu.org>
20481         * spam-stat.el (spam-stat-process-directory-age): New option.
20482         (spam-stat-process-directory): Use it.
20484 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20486         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20487         (spam-stat-save): Accept prefix argument.
20489 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20491         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20492         links" error.
20494 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20496         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20497         the rest of the and/or forms.
20499 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20501         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20502         compatibility with old .newsrc.eld files.
20504         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20506         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20508         * gnus-start.el (gnus-1): do.
20510         * gnus-group.el (gnus-group-line-format-alist): do.
20512         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20514         * gnus-gl.el: Remove.
20516 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20518         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20519         marks consisting of a single range {for example, (3 . 5)} rather
20520         than a list of a single range { ((3 . 5)) }.
20522 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20524         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20525         Use with-current-buffer.
20526         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20527         avoid consing a string.
20529         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20530         Remove obsolete entries for big5 and gb2312.
20532 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20534         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20535         uncompressed list.
20537 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20539         * spam-stat.el (spam-stat-strip-xref): New function.
20540         (spam-stat-process-directory): Use it.
20542         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20543         here -- it's done in message-fetch-field.
20545 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20547         * gnus-agent.el (gnus-agent-queue-mail)
20548         (gnus-agent-prompt-send-queue): New variables.
20549         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20550         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20551         "nndraft:queue" along to gnus-draft-send.
20552         Use gnus-agent-prompt-send-queue.
20553         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20554         is "nndraft:queue".  Suggested by Gaute Strokkenes
20555         <gs234@srcf.ucam.org>
20557         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20558         (agent-enable-undownloaded-faces): Add.
20559         (gnus-agent-cat-groups): Use eval-and-compile, not
20560         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20561         method of gnus-agent-cat-groups even when the buffer has been
20562         evaled.
20563         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20564         delete gnus-agent-save-active-1.
20565         (gnus-agent-save-groups): Delete.  Identical to
20566         gnus-agent-save-active.
20567         (gnus-agent-write-active): No longer adjust agent's copy of active
20568         file as agent's adjustments are now stored in their own
20569         file.  Remove optional parameter.
20570         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20571         servers.  Add use of min/max range limits from server's local
20572         file.
20573         (gnus-agent-save-alist): Remove unused optional argument.
20574         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20575         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20576         (gnus-agent-set-local): A per-server file that keeps min/max range
20577         limits for articles known to the agent.  Provides a fast mechanism
20578         for altering many active ranges.
20579         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20580         active file (local makes it unnecessary).
20581         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20583         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20584         (agent-enable-undownloaded-faces): Add.
20586         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20587         disable it when sending to "nndraft:queue".
20588         (gnus-group-send-queue): Add safety check to avoid sending queue
20589         when unplugged.
20591         * gnus-group.el (gnus-group-catchup): Use new
20592         gnus-sequence-of-unread-articles, not
20593         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20594         numbers of articles.  Use gnus-range-map to avoid having to
20595         uncompress the unread list.
20596         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20597         Fix invalid ange-ftp reference.
20599         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20600         (gnus-sorted-range-intersection): Intersection of two ranges
20601         without requiring that they first be uncompressed.
20603         * gnus-start.el (gnus-activate-group): Unless blocked by the
20604         caller, possibly expand the active range to include both cached
20605         and agentized articles.
20606         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20607         multiple version-dependent converters.
20608         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20609         gnus-agent-save-active.
20610         (gnus-save-newsrc-file): Save dirty agent range limits.
20612         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20613         gnus-agent-possibly-alter-active.
20614         (gnus-adjust-marked-articles): Faster handling of simple lists.
20616 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20618         * spam-stat.el (spam-stat-test-directory): New optional argument
20619         displays a list of files detected.  Suggested by Andrew Cohen
20620         <cohen@andy.bu.edu>.
20621         (spam-stat-buffer-words-with-scores): Don't narrow and change
20622         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20624 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20626         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20627         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20628         (spam-spamassassin-arguments)
20629         (spam-spamassassin-spam-flag-header)
20630         (spam-spamassassin-positive-spam-flag-header)
20631         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20632         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20633         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20634         (spam-list-of-processors, spam-list-of-checks)
20635         (spam-list-of-statistical-checks, spam-registration-functions)
20636         (spam-check-spamassassin-headers, spam-check-spamassassin)
20637         (spam-spamassassin-score)
20638         (spam-spamassassin-register-with-sa-learn)
20639         (spam-spamassassin-register-spam-routine)
20640         (spam-spamassassin-register-ham-routine)
20641         (spam-assassin-register-spam-routine)
20642         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20643         (spam-bogofilter-score): Fix to show article before scoring.
20645 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20647         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20648         default scoring function.
20649         (spam-generic-score): Call spam-spamassassin-score if
20650         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20651         spam-bogofilter-score otherwise.
20653         * gnus.el (spam-process, spam-autodetect-methods):
20654         Add spamassassin and spamassassin-headers.
20656 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20658         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20659         Suppress unnecessary messages.
20661 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20663         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20664         make-hash-table.
20666 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20668         * canlock.el (base64-encode-string): Don't autoload it.
20670 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20672         * run-at-time.el: Remove useless (require 'itimer),
20673         eval-and-compile and (featurep 'xemacs).
20675 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20677         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20678         GROUP is a virtual group.
20680 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20682         * gnus.el: Autoload `message-y-or-n-p'.
20684 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20686         * pgg-parse.el: Remove unnecessary (require 'custom).
20688         * pgg-def.el: do.
20690         * nnmail.el: do.
20692         * gnus-undo.el: do.
20694         * gnus-picon.el: do.
20696         * gnus-util.el: do.
20698 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20700         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20702 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20704         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20705         handle, as well as a list.
20707         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20708         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20709         (mm-w3m-cid-retrieve): Simplify.
20711 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20713         * message.el (message-kill-to-signature): Allow prefix arg to
20714         specify number of lines to keep before signature.
20716 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20718         * message.el (message-kill-to-signature): Change docstring.
20720 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20722         * canlock.el: Always require sha1-el.
20723         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20725         * message.el: Autoload sha1 only when compiling.
20727         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20728         eudc-expand-inline for XEmacs.
20730 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20732         * message.el (message-canlock-generate): Require sha1-el.
20734 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20736         * message.el (message-expand-name): Silence the byte compiler.
20738         * lpath.el: Add detect-coding-system.
20740         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20741         cus-edit.
20743 2004-01-13  Simon Josefsson  <jas@extundo.com>
20745         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20746         Invoke gnus-score-mode.
20747         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20749         * gnus-range.el (gnus-compress-sequence): Doc fix.
20750         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20752 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20754         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20756 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20758         * spam.el (spam-get-article-as-string): Update to use
20759         gnus-request-article-this-buffer, much simpler.
20760         (spam-get-article-as-buffer): Remove.
20762 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20764         * message.el (message-expand-name): Use EUDC if the user uses that.
20766 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20768         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20769         character for the encoding to avoid consing a string.
20771         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20772         unnecessarily.
20774         * mm-util.el (mm-replace-chars-in-string): Remove.
20776         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20777         of mm-replace-chars-in-string.
20779 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20781         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20783         * mm-util.el (mm-subst-char-in-string): Support inplace.
20785         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20786         a new string in every iteration.  Use shy groups.
20788 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20790         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20791         * gnus-soup.el (gnus-soup-group-brew):
20792         * gnus-msg.el (gnus-put-message):
20793         * gnus-move.el (gnus-group-move-group-to-server):
20794         * gnus-kill.el (gnus-batch-score):
20795         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20796         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20797         (gnus-group-update-group, gnus-group-read-group)
20798         (gnus-group-make-group, gnus-group-make-help-group)
20799         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20800         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20801         (gnus-group-sort-by-unread, gnus-group-catchup)
20802         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20803         (gnus-group-yank-group, gnus-group-set-info)
20804         (gnus-group-list-groups):
20805         * gnus.el (gnus-generate-new-group-name):
20806         * gnus-delay.el (gnus-delay-send-queue):
20807         * nnvirtual.el (nnvirtual-catchup-group):
20808         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20809         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20810         (gnus-group-prepare-topics, gnus-topic-check-topology):
20811         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20812         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20813         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20814         (gnus-group-make-articles-read):
20815         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20816         (gnus-group-change-level, gnus-kill-newsgroup)
20817         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20818         (gnus-get-unread-articles, gnus-make-articles-unread)
20819         (gnus-make-ascending-articles-unread): Use accessor
20820         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20821         to get group information for improved readability.
20824 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20826         * gnus-art.el (article-decode-mime-words, article-babel)
20827         (gnus-article-highlight-signature, gnus-article-add-buttons)
20828         (gnus-signature-toggle): Use gnus-with-article-buffer.
20830         * gnus-art.el (gnus-article-highlight-headers)
20831         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20833         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20834         (gnus-article-set-globals, gnus-request-article-this-buffer)
20835         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20836         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20837         (gnus-mime-display-alternative): Use with-current-buffer.
20839 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20841         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20842         also under 80 char limit, and call gnus-error if needed.
20843         (spam-fetch-article-header): Fix - it was a
20844         buffer-local variable (gnus-newsgroup-data).
20845         (spam-find-spam): Use spam-generate-fake-headers, forget about
20846         spam-insert-fake-headers.
20847         (spam-insert-fake-headers): Remove.
20849 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20851         * deuglify.el (gnus-article-outlook-unwrap-lines)
20852         (gnus-outlook-rearrange-article)
20853         (gnus-outlook-repair-attribution-outlook)
20854         (gnus-outlook-repair-attribution-block)
20855         (gnus-outlook-repair-attribution-other): Remove redundant
20856         save-excursion.
20858 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20860         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20861         (spam-fetch-field-subject-fast)
20862         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20863         (spam-fetch-article-header): Add functions to deal with Gnus
20864         internals for fast retrieval of article header data.
20865         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20867 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20869         * pop3.el (pop3-md5): Remove.
20870         (pop3-apop): Replace pop3-md5 with md5.
20872         * mm-bodies.el: base64 is always built-in.
20874         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20875         Use with-current-buffer.
20877 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20879         * canlock.el (canlock-insert-header): Remove excessive grouping in
20880         regexp.
20882         * gnus-sum.el (gnus-summary-read-document): Ditto.
20884         * gnus-uu.el (gnus-uu-part-number): Ditto.
20886         * html2text.el (html2text-remove-tags): Ditto.
20887         (html2text-format-tags): Ditto.
20888         (html2text-format-single-elements): Ditto.
20890         * mml.el (mml-parse-1): Ditto.
20892 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20894         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20896         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20898         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20900         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20902 2003-11-15  Simon Josefsson  <jas@extundo.com>
20904         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20905         (pgg-gpg-lookup-key): Use regexp match instead of
20906         split-string (split-string is different between emacs 21.2 and
20907         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20909 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20911         * gnus-art.el (gnus-mime-view-all-parts)
20912         (gnus-article-part-wrapper, gnus-article-view-part):
20913         Use with-current-buffer.
20915 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20917         * spam.el (spam-disable-spam-split-during-ham-respool)
20918         (spam-spamoracle-database, spam-cache-lookups)
20919         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20920         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20921         (spam-group-ham-marks, spam-group-spam-marks)
20922         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20923         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20924         also add spam-use-blackholes to the statistical checks.
20925         (spam-fetch-field-fast): Add interface to fetching fields, may
20926         become a macro.
20927         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20928         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20929         (spam-insert-fake-headers): Fake an article when needed.
20930         (spam-find-spam): Fake article when possible.
20931         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20932         (spam-check-bogofilter-headers): Use message-fetch-field instead
20933         of nnmail-fetch-field.
20935 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20937         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20939 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20941         * spam.el (spam-split): Do not require spam-use-CHECK to be
20942         enabled if that check is passed to spam-split explicitly; also
20943         fix so 'spam doesn't get converted to spam-split-group when
20944         spam-split-symbolic-return is t.
20945         (spam-find-spam): Find registrations of the article and use those
20946         instead of re-running spam-split to find the spam/ham
20947         classification of the article.
20948         (spam-log-processing-to-registry, spam-log-registered-p)
20949         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20950         Use gnus-error instead of gnus-message.
20951         (spam-log-registration-type): Add function to determine the
20952         classification of a message based on registry entries; will
20953         return nil if both 'spam and 'ham are found.
20954         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20955         a reasonably fast local cache without the loading errors.
20956         (spam-cache-lookups): Set to t by default.
20957         (spam-find-spam): Don't try to guess spam-cache-lookups.
20958         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20959         spam-caches entry.
20960         (spam-filelist-build-cache, spam-filelist-check-cache):
20961         Fix caching of whitelist/blacklist entries.
20962         (spam-check-whitelist, spam-check-blacklist):
20963         Invoke spam-from-listed-p with a type, not a cache variable.
20964         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20966 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20968         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20970         * nnmail.el (nnmail-split-fancy): do.
20972         * mml.el (mml-parse): do.
20974         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20975         (gnus-score-adaptive): do.
20977 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20979         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20980         (gnus-mime-button-map): Don't set keymap parent.
20981         (gnus-button-ctan-directory-regexp): Use shy grouping.
20982         (gnus-prev-page-map): Don't set keymap parent.
20983         (gnus-prev-page-map): Remove duplicated one.
20984         (gnus-next-page-map): Don't set keymap parent.
20985         (gnus-mime-security-button-map): Ditto.
20987         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20988         version number.
20990         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20992 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20994         * canlock.el (canlock-sha1-function): Remove.
20995         (canlock-sha1-function-for-verify): Remove.
20996         (canlock-openssl-program): Remove.
20997         (canlock-openssl-args): Remove.
20998         (canlock-ignore-errors): Remove.
20999         (canlock-sha1-with-openssl): Remove.
21000         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
21001         (canlock-verify): Don't use canlock-ignore-errors.
21003         * sha1-el.el (sha1-string-external): Make it can return a string
21004         in binary form.
21005         (sha1-region-external): Ditto.
21006         (sha1-string-internal): Ditto.
21007         (sha1-region-internal): Ditto.
21008         (sha1-region): Ditto.
21009         (sha1-string): Ditto.
21010         (sha1): Ditto.
21012 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21014         * spam.el (spam-report-articles-gmane): New command.
21016 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
21018         * gnus.el: Don't make unnecessary *Group* buffer when loading.
21020         * run-at-time.el (run-at-time-saved): Remove.
21021         (run-at-time): Doc fix.
21023 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
21025         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
21026         (gnus-summary-limit-map): Add it.
21027         (gnus-summary-make-menu-bar): do.
21029 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
21031         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
21032         Make attempt at some caching support (done for BBDB only now).
21033         (spam-find-spam): Set spam-cache-lookups if there are more than 2
21034         addresses to be checked.
21035         (spam-clear-cache-BBDB): Add function, to be invoked by
21036         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
21037         (spam-check-BBDB): Check and use the caches, if
21038         spam-cache-lookups is on, remove superfluous (provide).
21040 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
21042         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
21044 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
21046         * run-at-time.el (run-at-time-saved): Move to after the definition
21047         of `run-at-time'.
21049         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
21051 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21053         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
21054         mm-w3m-local-map-property.
21056         * mm-view.el (mm-w3m-mode-map): Remove.
21057         (mm-w3m-local-map-property): Remove.
21058         (mm-inline-text-html-render-with-w3m): Don't use
21059         mm-w3m-local-map-property.
21061 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21063         * run-at-time.el: New file.
21065         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
21066         under Emacs.
21068         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
21069         of gnus-set-text-properties.
21071         * gnus-uu.el (gnus-uu-save-article): Ditto.
21073         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
21075         * gnus-cite.el (gnus-cite-parse): Ditto.
21077         * gnus-art.el (gnus-button-push): Use set-text-properties instead
21078         of gnus-.
21080         * gnus-xmas.el (run-at-time): Require run-at-time.
21082         * gnus.el: Change calls to nnheader-run-at-time and
21083         password-run-at-time throughout to use run-at-time directly.
21085         * password.el: Remove definition of run-at-time.
21087         * nnheaderxm.el: Remove definition of run-at-time.
21089 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
21091         * mml.el (mml-minibuffer-read-disposition): Show attachment type
21092         in prompt.
21094 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21096         * messagexmas.el (message-xmas-redefine): Alias
21097         `message-make-caesar-translation-table' to
21098         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
21099         version.
21101         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
21102         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
21103         `gnus-xmas-set-text-properties'.
21104         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
21105         `gnus-xmas-completing-read'.
21106         (gnus-xmas-completing-read): Removed.
21107         (gnus-xmas-open-network-stream): Removed.
21109         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
21110         XEmacs version.
21112         * dns.el (dns-make-network-process): Use `open-network-stream'
21113         instead of `gnus-xmas-open-network-stream'.
21115         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
21117         * .cvsignore: Add auto-autoloads.el, custom-load.el.
21119 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21121         * gnus-art.el (gnus-mime-display-alternative)
21122         (gnus-insert-mime-button, gnus-insert-mime-security-button)
21123         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
21124         Don't use gnus-local-map-property.
21126         * gnus-util.el (gnus-local-map-property): Remove.
21128         * mm-view.el (mm-view-pkcs7-decrypt):
21129         Replace gnus-completing-read-maybe-default with completing-read.
21131         * gnus-util.el (gnus-completing-read): do.
21132         (gnus-completing-read-maybe-default): Remove.
21134 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
21136         * password.el: Only autoload `run-at-time' if not XEmacs.
21137         Only autoload the itimer functions if XEmacs.
21139 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
21141         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
21142         XEmacsen.
21144         * dgnushack.el: Autoload executable-find for XEmacs.
21146 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
21148         * gnus-art.el (gnus-read-string): Remove.
21149         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
21150         read-string.
21152 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
21154         * netrc.el: Autoload password-read.
21155         (netrc): Add configuration group.
21156         (netrc-encoding-method, netrc-openssl-path):
21157         Add variables for encoding and decoding of files with symmetric
21158         ciphers.
21159         (netrc-encode): Add assistant function to encode a file with
21160         netrc-encoding-method.
21161         (netrc-parse): Add interactive parameter, added optional
21162         decoding if netrc-encoding-method is non-nil but otherwise
21163         behavior is standard.
21164         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21165         Do s/encode/encrypt/ everywhere.
21167         * spam.el: Remove executable-find autoload.
21169 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21171         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21173         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21175 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21177         * gnus-art.el (gnus-treat-ansi-sequences)
21178         (article-treat-ansi-sequences): New variable and function.
21179         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21181         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21182         Use it.
21184 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21186         * mm-util.el (mm-quote-arg): Remove.
21188         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21189         shell-quote-argument.
21191         * gnus-uu.el (gnus-uu-command): do.
21193         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21195         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21196         with make-char.
21198         * mm-util.el (mm-make-char): Remove.
21200         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21201         add-minor-mode.
21203         * gnus-undo.el (gnus-undo-mode): do.
21205         * gnus-topic.el (gnus-topic-mode): do.
21207         * gnus-sum.el (gnus-dead-summary-mode): do.
21209         * gnus-start.el (gnus-slave-mode): do.
21211         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21213         * gnus-ml.el (gnus-mailing-list-mode): do.
21215         * gnus-gl.el (gnus-grouplens-mode): do.
21217         * gnus-draft.el (gnus-draft-mode): do.
21219         * gnus-dired.el (gnus-dired-mode): do.
21221         * gnus-ems.el (gnus-add-minor-mode): Remove.
21223         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21224         Replace gnus-char-width with char-width.
21226         * gnus-ems.el (gnus-char-width): Remove.
21228         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21229         Replace gnus-char-width with char-width.
21231         * gnus-ems.el (gnus-char-width): Remove.
21233         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21234         definition.
21235         Remove Emacs 20 hash table compatibility code.
21237         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21238         20 compatibility code.
21240         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21242         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21244         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21245         Replace with point-at-{eol,bol}.
21247         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21249         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21251         * flow-fill.el (fill-flowed-point-at-bol)
21252         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21254         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21255         Replace with point-at-{eol,bol} throughout all files.
21257 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21259         * ntlm.el (ntlm-string-as-unibyte): New macro.
21260         (ntlm-build-auth-response): Use it.
21262         Remove Emacs 20 stuff:
21263         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21264         (butlast, mapc, remove): Remove the compiler macros.
21265         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21266         of delq and copy-sequence.
21267         * gnus-art.el (popup-menu): Remove the compiler macro.
21268         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21269         Emacs 20.
21271 2004-01-05  Simon Josefsson  <jas@extundo.com>
21273         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21274         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21275         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21276         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21277         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21278         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21279         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21280         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21281         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21282         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21283         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21284         string-xor into ntlm-string-xor.
21285         Suggested by Jesper Harder <harder@myrealbox.com>.
21287         * ntlm.el: Don't include poem.
21289         * md4.el (print-int32, print-string-hexa): Remove.
21290         Suggested by Jesper Harder <harder@myrealbox.com>.
21292         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21294         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21295         probably breaks emacs with DL patch, but do we care? Is anyone
21296         still using the DL stuff?)
21298         * sieve-manage.el: Use the password package.
21299         (sieve-manage-read-passwd): Remove.
21300         (sieve-manage-interactive-login): Use password.  Re-add
21301         condition-case around loop.
21303         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21304         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21305         Use the password package.
21307 2003-02-19  Simon Josefsson  <jas@extundo.com>
21309         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21310         token.
21312 2002-08-07  Simon Josefsson  <jas@extundo.com>
21314         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21315         (sieve-manage-authenticators):
21316         (sieve-manage-authenticator-alist): Add some SASL mechs.
21317         (sieve-sasl-auth): New function.
21318         (sieve-manage-cram-md5-auth):
21319         (sieve-manage-plain-auth): Rewrite using SASL library.
21320         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21321         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21322         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21323         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21325 2004-01-05  Simon Josefsson  <jas@extundo.com>
21327         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21328         New files.
21330 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21332         * gnus-group.el (gnus-no-groups-message): Update.
21334         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21336 2003-11-09  Simon Josefsson  <jas@extundo.com>
21338         * imap.el: Support for ID IMAP extension (RFC 2971).
21339         (imap-local-variables): Add imap-id.
21340         (imap-id): New variable.
21341         (imap-id): New function.
21342         (imap-parse-response): Parse untagged ID response.
21343         * nnimap.el (nnimap-id): New variable.
21344         (nnimap-open-connection): Use it.
21346 2003-12-28  Simon Josefsson  <jas@extundo.com>
21348         * gnus-score.el (gnus-score-edit-all-score): New.
21349         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21351 2004-01-04  Simon Josefsson  <jas@extundo.com>
21353         * password.el: Add.
21355 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21357         * dns.el (dns-query-types): Fix typo.
21358         (dns-query-types): New function.
21359         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21360         PTR and SOA replies, see RFC 1035.
21362 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21364         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21366         * Move to Changelog.2.
21368 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21370         * gnus.el (gnus-version-number): Bump version.
21372 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21374         * gnus.el: No Gnus v0.1 is released.
21376 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21378         * gnus.el: No Gnus v0.0 is released.
21380 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21382         * gnus.el (gnus-version-number): Bump.
21383         (gnus-version): No.
21385 See ChangeLog.2 for earlier changes.
21387   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21389   This file is part of GNU Emacs.
21391   GNU Emacs is free software: you can redistribute it and/or modify
21392   it under the terms of the GNU General Public License as published by
21393   the Free Software Foundation, either version 3 of the License, or
21394   (at your option) any later version.
21396   GNU Emacs is distributed in the hope that it will be useful,
21397   but WITHOUT ANY WARRANTY; without even the implied warranty of
21398   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21399   GNU General Public License for more details.
21401   You should have received a copy of the GNU General Public License
21402   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21404 ;; Local Variables:
21405 ;; coding: utf-8
21406 ;; fill-column: 79
21407 ;; add-log-time-zone-rule: t
21408 ;; End: