Change default type of open-protocol-stream.
[emacs.git] / lisp / gnus / ChangeLog
blobf6b7db61d96d4d99713f7d3b57a0507a19b649a4
1 2011-03-30  Chong Yidong  <cyd@stupidchicken.com>
3         * proto-stream.el (open-protocol-stream): Bring back `network' type.
4         Make this the default type.
5         (proto-stream-open-plain): Rename from proto-stream-open-default.
6         (open-protocol-stream, proto-stream-open-starttls)
7         (proto-stream-open-tls, proto-stream-open-shell): Replace `default'
8         with `plain'.
10         * nnimap.el (nnimap-stream, nnimap-open-connection-1): Accept `network'
11         value.
13         * nntp.el (nntp-open-connection-function): Document the fact that some
14         values are not functions but are instead handled specially.  Recognize
15         nntp-open-plain-stream value.
16         (nntp-open-connection): Recognize that value.
18 2011-03-29  Julien Danjou  <julien@danjou.info>
20         * mm-view.el (mm-display-inline-fontify): Use `set-normal-mode' with
21         local variables disabled rather than `normal-mode'.
23 2011-03-26  Chong Yidong  <cyd@stupidchicken.com>
25         * proto-stream.el: Changes preparatory to merging open-protocol-stream
26         with open-network-stream.
27         (proto-stream-always-use-starttls): Option removed.
28         (open-protocol-stream): Return a process object by default.  Provide a
29         new parameter :return-list specifying a list-type return value, which
30         now has the form (PROP . PLIST) instead of a fixed-length list.  Change
31         :type `network' to `try-starttls', and `network-only' to `default'.
32         Make `default' the default, for compatibility with open-network-stream.
33         Handle the no-parameter case exactly as open-network-stream, with no
34         additional stream processing.  Search plists using plist-get.
35         Explicitly add :end-of-commend parameter if it is missing.
36         (proto-stream-open-default): Renamed from
37         proto-stream-open-network-only.  Return 'default as the type.
38         (proto-stream-open-starttls): Rename from proto-stream-open-network.
39         Use plist-get.  Don't return `tls' as the type if STARTTLS negotiation
40         failed.  Always return a list with a (possibly dead) process as the
41         first element, for compatibility with open-network-stream.
42         (proto-stream-open-tls): Use plist-get.  Always return a list.
43         (proto-stream-open-shell): Return `default' as connection type.
44         (proto-stream-capability-open): Use plist-get.
45         (proto-stream-eoc): Function deleted.
47         * nnimap.el (nnimap-stream, nnimap-open-connection)
48         (nnimap-open-connection-1): Handle renaming of :type parameter for
49         open-protocol-stream.
50         (nnimap-open-connection-1): Pass a :return-list parameter
51         open-protocol-stream to obtain a list return value.  Parse this list
52         using plist-get.
54         * nntp.el (nntp-open-connection): Handle renaming of :type parameter
55         for open-protocol-stream.  Accept open-protocol-stream return value
56         that is a subprocess object instead of a list.  Handle the case of a
57         dead returned process.
59 2011-03-25  Teodor Zlatanov  <tzz@lifelogs.com>
61         * mm-util.el (mm-handle-filename): Move to mm-decode.el (bug#8330).
63         * mm-decode.el (mm-handle-filename): Move from mm-util.el (bug#8330).
65 2011-03-21  Julien Danjou  <julien@danjou.info>
67         * mm-view.el (mm-display-inline-fontify): Make mode optional, and call
68         normal-mode if not set. Set temp buffer unmodified to avoid kill-buffer
69         query.
70         (mm-inline-text): Render normal text with fontification whenever
71         possible.
73         * gnus-sum.el (gnus-summary-save-parts-1):
74         * gnus-art.el (gnus-article-browse-html-save-cid-content)
75         (gnus-article-browse-html-parts, gnus-mime-delete-part)
76         (gnus-mime-copy-part, gnus-mime-inline-part, gnus-insert-mime-button):
77         Use `mm-handle-filename'.
79         * mm-util.el (mm-handle-filename): New function, return the filename of
80         an handle.
82 2011-03-18  Julien Danjou  <julien@danjou.info>
84         * gnus-util.el (gnus-buffer-live-p): Simplify gnus-buffer-live-p.
85         (gnus-buffer-live-p): Check that buffer is not nil.
87 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
89         * gnus-art.el: Require mouse, which the build bot seems to say is
90         needed.
92         * gravatar.el (gravatar-retrieve-synchronously): Use `url-retrieve' on
93         XEmacs, since it doesn't have url-retrieve-synchronously.
95 2011-03-17  Antoine Levitt  <antoine.levitt@gmail.com>
97         * gnus-group.el (gnus-group-list-ticked): New function.
98         (gnus-group-make-menu-bar): Provide a menu entry for it.
99         (gnus-group-list-map): Provide a binding for it.
101 2011-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
103         * shr.el (shr-visit-file): New command.
105         * nnimap.el (nnimap-fetch-inbox): Rewrite slightly last patch.
107 2011-03-17  Bjørn Mork  <bjorn@mork.no>
109         * nnimap.el (nnimap-fetch-inbox): Don't download bodies on ver4-capable
110         servers.
112 2011-03-16  Julien Danjou  <julien@danjou.info>
114         * mm-uu.el (mm-uu-dissect-text-parts): Only dissect handle that are
115         inline.
117         * gnus-art.el (article-hide-list-identifiers): Use
118         gnus-group-get-list-identifiers.
120         * gnus-sum.el (gnus-group-get-list-identifiers): New function.
121         (gnus-summary-remove-list-identifiers): Use
122         gnus-group-get-list-identifiers to get regexp.
123         (gnus-select-newsgroup, gnus-summary-insert-subject)
124         (gnus-summary-insert-articles): Call
125         gnus-summary-remove-list-identifiers unconditionally.
127 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
129         * gnus-sum.el (gnus-articles-to-read): Revert back to old behaviour if
130         we're selecting a group with unread articles.
132         * nnimap.el (nnimap-open-connection-1): Allow `network-only', too.
134         * gssapi.el: New file separated out from imap.el to provide a general
135         Kerberos 5 connection facility for Emacs.
137         * message.el (message-elide-ellipsis): Document the format spec
138         ellipsis.
140 2011-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
142         * message.el (message-elide-region): Allow the ellipsis to say how many
143         lines were removed.
145 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
147         * gnus-win.el (gnus-configure-frame): Protect against trying to restore
148         window configurations containing buffers that are now dead.
150         * nnimap.el (nnimap-parse-flags): Remove all MODSEQ entries before
151         parsing to avoid integer overflows.
152         (nnimap-parse-flags): Simplify the last change.
153         (nnimap-parse-flags): Store HIGHESTMODSEQ as a string, since it may be
154         too large for 32-bit Emacsen.
156 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
158         * auth-source.el (auth-source-netrc-create):
159         * message.el (message-yank-original): Fix use of `case'.
161 2011-03-15  Nelson Ferreira  <nelson.ferreira@ieee.org>  (tiny change)
163         * gnus-art.el (gnus-article-treat-body-boundary): Fix boundary width on
164         XEmacs, which was one character too wide.
166 2011-03-09  Antoine Levitt  <antoine.levitt@gmail.com>
168         * gnus-sum.el (gnus-articles-to-read): Use gnus-large-newsgroup as
169         default number of articles to display.
170         (gnus-articles-to-read): Use pretty names for prompt.
172 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
174         * gnus-int.el (gnus-open-server): Ditto.
176         * gnus-start.el (gnus-activate-group): Give a backtrace if
177         debug-on-quit is set and the user hits `C-g'.
178         (gnus-read-active-file): Ditto.
180         * gnus-group.el (gnus-group-read-ephemeral-group): Ditto.
182 2011-03-15  Teodor Zlatanov  <tzz@lifelogs.com>
184         * message.el (message-yank-original): Use cond instead of CL case.
186 2011-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
188         * auth-source.el (auth-source-netrc-create): Use usual format for the
189         default in prompts.
191 2011-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
193         * auth-source.el (auth-source-netrc-create): Show the default in the
194         prompt when prompting for token creation.
196 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
198         * auth-source.el (auth-source-format-prompt): Always convert the value
199         to a string to avoid evaluating non-string arguments.
200         (auth-source-netrc-create): Offer default properly, not as initial
201         content in `read-string'.
202         (auth-source-netrc-saver): Use a cache keyed by file name and MD5 hash
203         of line to determine if we've been run before.  If so, don't run again,
204         but print a trivial message to indicate the cache was hit instead.
206 2011-03-11  Teodor Zlatanov  <tzz@lifelogs.com>
208         * gnus-sync.el (gnus-sync-install-hooks, gnus-sync-unload-hook):
209         Don't install `gnus-sync-read' to any hooks by default.  It's buggy.
210         The user will have to run `gnus-sync-read' manually and wait for Cloudy
211         Gnus.
213 2011-03-11  Julien Danjou  <julien@danjou.info>
215         * mm-uu.el (mm-uu-type-alist): Add support for diff starting with "===
216         modified file".
218 2011-03-09  Teodor Zlatanov  <tzz@lifelogs.com>
220         * auth-source.el (auth-source-read-char-choice): New function to read a
221         character choice using `dropdown-list', `read-char-choice', or
222         `read-char'.  It appends "[a/b/c] " to the prompt if the choices were
223         '(?a ?b ?c).  The `dropdown-list' support is disabled for now.  Use
224         `eval-when-compile' to load `dropdown-list'.  Remove `dropdown-list'.
225         (auth-source-netrc-saver): Use it.
226         (auth-source-pick-first-password): New convenience function.
228 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
230         * nnimap.el (nnimap-credentials): Keep the :save-function as the third
231         parameter in the credentials.
232         (nnimap-open-connection-1): Use it after a successful login.
233         (nnimap-credentials): Add IMAP-specific user and password prompt.
235         * auth-source.el (auth-source-search): Add :require parameter, taking a
236         list.  Document it and the :save-function return token.  Pass :require
237         down.  Change the CREATED message from a warning to a debug statement.
238         (auth-source-search-backends): Pass :require down.
239         (auth-source-netrc-search): Pass :require down.
240         (auth-source-netrc-parse): Use :require, if it's given, as a filter.
241         Change save prompt to indicate all modifications saved here are
242         deletions.
243         (auth-source-netrc-create): Take user login name as default in user
244         prompt.  Move all the save functionality to a lexically bound function
245         under the :save-function token in the returned list.  Set up clearer
246         default prompts for user, host, port, and secret.
247         (auth-source-netrc-saver): New function, intended to be wrapped for
248         :save-function.
250 2011-03-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
252         * shr.el (shr-table-horizontal-line): Change the defaults for the table
253         lines to be spaces instead.
255 2011-03-07  Julien Danjou  <julien@danjou.info>
257         * sieve-manage.el (sieve-sasl-auth): Create auth-info if not found.
258         (sieve-sasl-auth): Check that auth-source-search did return something,
259         or just return an empty string.
261 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
263         * gnus.el (gnus-interactive): Use read-directory-name.
265         * gnus-uu.el (gnus-uu-decode-uu-and-save)
266         (gnus-uu-decode-unshar-and-save, gnus-uu-decode-save)
267         (gnus-uu-decode-binhex, gnus-uu-decode-yenc)
268         (gnus-uu-decode-save-view, gnus-uu-decode-postscript-and-save):
269         Likewise.
271         * gnus-group.el (gnus-group-make-directory-group): Likewise.
273 2011-03-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
275         * gnus-start.el (gnus-group-change-level): Allow putting foreign groups
276         onto the list of killed groups, too.  This makes killed nnimap groups,
277         for instance, more reliably not reappear.
279         * nnimap.el (nnimap-request-thread): Don't bug out when we can't find
280         the parent.
282         * gnus-sum.el (gnus-update-read-articles): Fix typo.
284         * gnus.el (gnus-valid-select-methods): Mark nnimap as a backend that
285         really have server-side marks.
287         * gnus-sum.el (gnus-propagate-marks): Change default back to nil again,
288         since most backends do not usefully have server-side marks.
289         (gnus-update-read-articles): Propagate marks to all backends that
290         really have server-side marks.
292 2011-03-05  Antoine Levitt  <antoine.levitt@gmail.com>
294         * message.el (message-cite-reply-position, message-cite-style):
295         New variables.
296         (message-yank-original): Use the new citation styles.
298 2011-03-04  Daiki Ueno  <ueno@unixuser.org>
300         * message.el (message-options): Revert the change that's a workaround
301         for XEmacs buffer-local issue; don't mark it buffer-local when running
302         under XEmacs.
304 2011-03-03  Tassilo Horn  <tassilo@member.fsf.org>
306         * nnimap.el (nnimap-parse-flags): Add a workaround for FETCH lines with
307         numbers too big to be `read'.
309 2011-03-02  Teodor Zlatanov  <tzz@lifelogs.com>
311         * message.el (message-options): Make buffer-local two ways to attempt
312         to fix a XEmacs bug.
314 2011-03-02  Julien Danjou  <julien@danjou.info>
316         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
318 2011-03-01  Julien Danjou  <julien@danjou.info>
320         * gnus-art.el (list-identifier): Add list-identifier as a parameter
321         group.
322         (article-hide-list-identifiers): Use list-identifier group parameter.
324 2011-02-28  Julien Danjou  <julien@danjou.info>
326         * sieve.el (sieve-buffer-script-name): New local variable to store
327         sieve script name.
328         (sieve-edit-script): Store sieve script name.
329         (sieve-upload): Use sieve script name when uploading.
330         (sieve-upload): Use substitute-command-keys.
331         (sieve-edit-script): Use substitute-command-keys.
332         (sieve-refresh-scriptlist): Use substitute-command-keys.
333         (sieve-manage-mode-map): Define keymap properly.
334         (sieve-manage-mode): Do not set mode name manually, change mode-name to
335         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
336         Remove commented code about cvs.
337         (sieve-manage-quit): New function.
338         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
340 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
342         * gnus-group.el (gnus-import-other-newsrc-file): New function.
344 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
346         * auth-source.el (auth-source-search): Cache empty result sets.
348         * auth-source.el (auth-source-save-behavior): New variable to replace
349         `auth-source-never-create'.
350         (auth-source-netrc-create): Use it.
351         (auth-source-never-save): Remove.
353 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
355         * nnimap.el (nnimap-stream): Doc fix.
356         (nnimap-open-connection-1): Reverse the order of the ports to that the
357         prompted-for port is first.
359         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
360         retrieval by the no-group selection.
362         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
363         numerical parameters.
365 2011-02-25  Julien Danjou  <julien@danjou.info>
367         * gnus-gravatar.el: Use gnus-with-article-buffer.
369         * gnus-art.el (gnus-with-article-buffer): Check that the
370         gnus-article-buffer is alive.
372 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
374         * auth-source.el (auth-source-creation-prompts): New variable to manage
375         creation-time prompts.
376         (auth-source-search): Document it.
377         (auth-source-format-prompt): Add utility function.
378         (auth-source-netrc-create): Don't default the user name to
379         user-login-name.  Use `auth-source-creation-prompts' and some default
380         prompts for user, host, port, and password (the default generic prompt
381         remains ugly).
382         (auth-source-never-save): Add customizable option to never save info.
383         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
384         mode excursion.
386 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
388         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
389         argument that XEmacs doesn't support.
391 2011-02-23  Julien Danjou  <julien@danjou.info>
393         * gnus-art.el (article-make-date-line): Ignore errors if time is
394         invalid and not convertible.
395         (article-make-date-line): Only add lapsed time if time is not nil.
397 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
399         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
400         `read-char-choice' for backwards compatibility.
401         (auth-source-netrc-element-or-first): New function to DTRT for
402         parameter extraction.
403         (auth-source-netrc-create): Use it and fix multiple parameter print
404         bug.  Use the default passed from above (given-default) or the
405         built-in (user-login-name for :user).
407 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
409         * gnus-start.el (gnus-dribble-read-file):
410         Set buffer-save-without-query, since we always want to save the dribble
411         file, probably.
413         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
414         nnimap.
416         * gnus-sum.el (gnus-user-date-format-alist): Rename back again from
417         -summary- since it's a user-visible variable.
419         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
420         first time you use the new Gnus.
422 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
424         * auth-source.el: Don't load netrc.el.
425         (auth-sources): Search ~/.netrc as well by default.
426         (auth-source-debug): Add 'trivia option for extra output.
427         (auth-source-do-trivia): Use it.
428         (auth-source-search): Simplify logic to use
429         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
430         appropriate.  Don't keep a running count at this level.  Layer :create
431         and :delete options appropriately on the first and second passes.
432         Don't track the backend with the search results.
433         (auth-source-search-backends): New function to search a list of
434         backends for a processed spec.
435         (auth-source-netrc-parse): Cache all netrc files, making
436         auth-source-netrc-cache an alist keyed by the file name and using the
437         file mtime as the caching criterion.  Keep the obfuscated data secret
438         with a lexical bind.
439         (auth-source-netrc-search): Don't calculate the length of the results
440         unnecessarily.
441         (auth-source-search-backends): Fix bug.
442         (auth-source-netrc-create): Rework prompts.
444 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
446         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
447         Lower case names of search constraints.
448         (nnir-run-query): Cache and reuse search constraints for all imap
449         servers.
451 2011-02-22  Sam Steingold  <sds@gnu.org>
453         * gnus-msg.el (gnus-setup-message): Also bind `winconf-name'.
455 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
457         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
458         after exit.
459         (gnus-setup-message): Define missing variable from last checkin.
461         * gnus-sum.el (gnus-summary-show-article): When called with t as the
462         value, show the raw article.
464 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
466         * nnimap.el (nnimap-open-connection-1): Revert last change, since
467         auth-source now accepts numbers.
469         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
470         spec, too.
471         (auth-source-ensure-strings): New function.
473         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
474         (gnus-article-setup-buffer): Always restart the date timer so that user
475         changes to the frequency is respected.
477         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
478         port numbers, so make sure it gets that if nnimap-server-port is
479         explicit.
481 2011-02-21  Simon Josefsson  <simon@josefsson.org>
483         * nnimap.el (nnimap-inbox): Doc fix.
485 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
487         * shr-color.el (shr-color->hexadecimal): Use renamed function names
488         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
489         color-lab-to-srgb.
491 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
493         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
494         given method as in the group name if we're using an extended method.
495         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
496         command, if we're using that, instead of waiting for the beginning.
498         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
499         we're sure to get unique server names, and we don't output two async
500         commands in the same buffer.  This fixes an NNTP hang for some users.
502 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
504         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
505         summary buffer before reading going to the next buffer.  This avoids
506         putting the point in the group buffer if you `C-g' the command.
508         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
509         cache (for now) to make ~/.authinfo.gpg files usable.
511         * nnfolder.el (copyright-update): Define for the compiler.
513         * auth-source.el (auth-source-search): Fix unbound variable.
515 2011-02-19  Glenn Morris  <rgm@gnu.org>
517         * gnus.el (gnus-meta): Doc fix.
519 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
521         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
522         in case it's not yet loaded.
524 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
526         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
527         line we're waiting for.
529 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
531         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
532         face with line-width greater than zero will cause RET in gnus summary
533         buffer to scroll down article page-wise because auto vscroll happens,
534         it should be temporalily disabled when doing a scroll-up.
536 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
538         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
539         outputs from the server.
541 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
543         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
544         later so that bbdb can hook in easier.
546 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
548         * auth-source.el (auth-source-search): Don't try to create credentials
549         if the caller doesn't want that.
550         (auth-source-search): If we don't find a match, don't bug out on
551         non-bound variables.
552         (auth-source-search): Only ask a single backend to create the
553         credentials.
555         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
556         logging.
557         (nnimap-credentials): Protect against auth-source-search returning nil.
558         (nnimap-request-list): Protect against not being able to open the
559         server.
561 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
563         * auth-source.el (auth-source-search): Do a two-phase search, one with
564         no :create to get the responses from all backends.
566         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
567         when getting credentials.
569         * gnus-util.el (gnus-delete-duplicates): New function.
571 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
573         * nnimap.el (nnimap-credentials): Instead of picking the first port as
574         a creation default, pass the whole port list down.  It will be
575         completed.
577         * auth-source.el (auth-source-search): Updated docs to talk about
578         multiple creation choices.
579         (auth-source-netrc-create): Accept a list as a value (from the search
580         parameters) and do completion on that list.  Keep a separate netrc line
581         with the password obscured for showing the user.
583         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
584         first choice to `auth-source-search' so it will be used for entry
585         creation instead of the server's Gnus-specific name.
586         (nnimap-credentials): Rely on the auth-source library to select which
587         port is actually wanted in the new netrc entry, so don't override
588         `auth-source-creation-defaults'.
590         * auth-source.el (auth-source-netrc-parse): Use :port instead of
591         :protocol and accept a missing user, host, or port as a wildcard match.
592         (auth-source-debug): Default to off.
594         (auth-source-netrc-search, auth-source-netrc-create)
595         (auth-source-secrets-search, auth-source-secrets-create)
596         (auth-source-user-or-password, auth-source-backend, auth-sources)
597         (auth-source-backend-parse-parameters, auth-source-search): Use :port
598         instead of :protocol.
600         * nnimap.el (nnimap-credentials): Pass a port default to
601         `auth-source-search' in case an entry needs to be created.
602         (nnimap-open-connection-1): Use :port instead of :protocol.
604 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
606         * auth-source.el (auth-source-secrets-search): Use mm-delete-duplicates
607         instead of delete-dups that is not available in XEmacs 21.4.
609 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
611         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
612         nil means that nnimap doesn't get updated.
614 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
616         * auth-source.el (auth-source-netrc-create): Return a synthetic search
617         result when the user doesn't want to write to the file.
618         (auth-source-netrc-search): Expect a synthetic result and proceed
619         accordingly.
620         (auth-source-cache-expiry): New variable to override
621         `password-cache-expiry'.
622         (auth-source-remember): Use it.
624         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
625         parameter.  Create entry if necessary by using :create t.
626         (nnimap-open-connection-1): Don't pass `inhibit-create'.
628 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
630         * auth-source.el (auth-source-debug): Enable by default and don't
631         mention the obsolete `auth-source-hide-passwords'.
632         (auth-source-do-warn): New function to debug unconditionally.
633         (auth-source-do-debug): Use it.
634         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
635         and for Secrets API entries when the secrets.el library is not
636         available.
638 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
640         * gnus-sum.el (gnus-propagate-marks): Default to nil.
641         (gnus-summary-exit): Kill the correct article buffer on exit from a
642         `C-d' group.
644         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
645         gnus-propagate-marks.
647         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
648         before killing the buffers so that a non-full window conf gets handled
649         correctly.
650         (gnus-summary-exit): Ditto.
651         (gnus-summary-read-group-1): Ditto.
653         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
654         async code again so that we can debug it properly.
656         * message.el (message-reply): Take an optional switch-buffer parameter
657         so that Gnus window confs are respected better.
659 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
661         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
662         `plist-get' to accept non-list parameters (XEmacs issue).
663         Fix docstring.
664         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
665         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
666         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
667         Login collection is "Login" and not "login".
669 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
671         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
672         multiple headers.
674         * nnimap.el (nnimap-inhibit-logging): New variable.
675         (nnimap-log-command): Don't log login commands.
677         * auth-source.el (auth-source-netrc-search): The asserts seem to want
678         to have more parameters.
680         * nnimap.el (nnimap-send-command): Mark the command time for each
681         command, so that we don't get NOOPs stepping on our toes.
683         * gnus-art.el (article-date-ut): Get the date from the Date header on
684         `t'.
686 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
688         * auth-source.el (auth-source-search): Use copy-sequence instead of
689         the cl.el copy-list.
691 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
693         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
694         Improve prompt.
696 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
698         * gnus-art.el (gnus-article-mode-line-format): Remove the article
699         washing status from the default format.  It isn't very informative.
701 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
703         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk):
704         Fix Gcc processing on imap.
706 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
708         * message.el (message-bury): Don't pop up a new window when selected
709         window is dedicated.
711 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
713         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
715 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
717         * sieve-manage.el: Autoload `auth-source-search'.
718         (sieve-sasl-auth): Use it.
720 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
722         * nnimap.el: Autoload `auth-source-forget+'.
723         (nnimap-open-connection-1): Use it if the connection fails.
725         * auth-source.el: Require `password-cache'.
726         (auth-source-hide-passwords, auth-source-cache): Remove and mark
727         obsolete.
728         (auth-source-magic): Marker for `password-cache' keys.
729         (auth-source-do-cache): Update docstring.
730         (auth-source-search): Use and check cache.
731         (auth-source-forget-all-cached, auth-source-remember)
732         (auth-source-recall, auth-source-forget, auth-source-forget+)
733         (auth-source-specmatchp): Caching support functions.
734         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
735         Remove and obsolete.
736         (auth-source-user-or-password): Remove caching to further discourage
737         using it.  Always hide passwords.
739 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
741         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
742         code for now, since it doesn't work for all users.
744 2011-02-09  Julien Danjou  <julien@danjou.info>
746         * message.el (message-options): Make message-options really buffer
747         local.
749 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
751         * mail-source.el: Autoload `auth-source-search'.
752         (mail-source-keyword-map): Note order matters.
753         (mail-source-set-1): Get all the mail-source source values and
754         defaults and search auth-source on those if needed.  This can all
755         probably be simplified.
757         * nnimap.el: Autoload `auth-source-search'.
758         (nnimap-credentials): Use it.
759         (nnimap-open-connection-1): Ask for the virtual server and physical
760         address in one shot.
762         * nntp.el: Autoload `auth-source-search'.
763         (nntp-send-authinfo): Use it.  Note TODO.
765 2011-02-08  Julien Danjou  <julien@danjou.info>
767         * shr.el (shr-tag-body): Add support for text attribute in body
768         markups.
770         * message.el (message-options): Make message-options a local variable.
772 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
774         * auth-source.el (auth-source-secrets-search)
775         (auth-source-user-or-password): Use `append' instead of `nconc'.
776         (auth-source-user-or-password): Build return list better and protect
777         against nil :secret.
779 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
781         * nnimap.el (nnimap-update-info): Refactor slightly.
782         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
783         (nnimap-update-info): Clean up slightly.
784         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
785         characters.
786         (nnimap-process-quirk): Rename function to avoid collision.
787         (nnimap-update-info): Fix macrology bug-out.
788         (nnimap-update-info): Simplify split history test.
790 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
792         * auth-source.el (top): Require 'eieio unconditionally.
793         Autoload `secrets-get-attributes' instead of `secrets-get-attribute'.
794         (auth-source-secrets-search): Limit search when `max' is greater than
795         number of results.
797 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
799         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
800         part not returning any data.
802         * proto-stream.el (open-protocol-stream): Document the return value.
804 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
806         * auth-source.el (auth-source-secrets-search): Add examples.
808 2011-02-06  Julien Danjou  <julien@danjou.info>
810         * message.el (message-setup-1): Handle message-generate-headers-first
811         set to t.
813 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
815         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
816         API with a string "secrets:collection-name" and with 'default.
817         (auth-source-backend-parse): Parse "secrets:collection-name" and
818         'default.  Recurse on parses instead of repeating code.  Use the
819         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
820         message when ignoring a source.
821         (auth-source-search): List ignored search keys at the top level.
822         (auth-source-netrc-create): Use `case' instead of `cond'.
823         (auth-source-secrets-search): Created with TODOs.
824         (auth-source-secrets-create): Created with TODOs.
825         (auth-source-retrieve, auth-source-create, auth-source-delete)
826         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
827         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
828         (auth-source-user-or-password-sftp)
829         (auth-source-user-or-password-smtp): Remove.
830         (auth-source-user-or-password): Deprecated and modified to be a wrapper
831         around `auth-source-search'.  Not tested thoroughly.
833 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
835         * auth-source.el: Bring in assoc and eioeio libraries.
836         (secrets-enabled): New variable to track the status of the Secrets API.
837         (auth-source-backend): New EIOEIO class to represent a backend.
838         (auth-source-creation-defaults): New variable to set prompt defaults
839         during token creation (see the `auth-source-search' docstring for
840         details).
841         (auth-sources): Simplify to allow a simple string as a netrc backend
842         spec.
843         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
844         (auth-source-backend-parse-parameters): Fill in the backend parameters.
845         (auth-source-search): Main auth-source API entry point.
846         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
847         (auth-source-search-collection): Helper function for searching.
848         (auth-source-netrc-parse, auth-source-netrc-normalize)
849         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
850         Supports search, create, and delete.
851         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
852         backend stubs.
853         (auth-source-user-or-password): Call `auth-source-search' but it's not
854         ready yet.
856 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
858         * message.el (message-setup-1): Remove the read-only stuff, since it
859         doesn't work under XEmacs, for some reason.
861         * gnus-sum.el (gnus-user-date): Rename back from
862         gnus-summary-user-date since user code refers to it.
864         * shr.el (shr-render-td): Store the actual background colour used.
866         * message.el (message-setup-1): Don't bind the constant
867         -forbidden-properties.
868         (message-setup-1): Revert previous change, since it needs to bind the
869         props to insert them.
870         (message-resend): Allow removing the read-only separator line.
872 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
874         * nnimap.el (nnimap-request-accept-article): Give an error message if
875         the APPEND wasn't successful.
877 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
879         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
880         that have no groups.
882 2011-02-03  Julien Danjou  <julien@danjou.info>
884         * gnus-draft.el: Remove progn around gnus-draft-setup.
886 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
888         * gnus-start.el (gnus-read-active-for-groups): This function is never
889         called with a nil `infos', so clean that up.
890         (gnus-get-unread-articles): Request active files from primary/secondary
891         methods that have no groups (yet).
893 2011-02-03  Julien Danjou  <julien@danjou.info>
895         * message.el (message-setup-1): Always generate References first.
896         (message-mail): Return the return value of message-setup, not always t.
897         (message-setup-1): Insert mail-header-separator with read-only and
898         intangible properties set.
900         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
901         user-date in docstring.
903         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
905         * gnus.el (gnus-summary-line-format): Mention &user-date format in
906         docstring.
908         * gnus.el (gnus-user-date-format-alist): Change default value. Use
909         defcustom, with type and group. Move from gnus-util.el. Rename to
910         gnus-summary-user-date-format-alist.
912 2011-02-03  Glenn Morris  <rgm@gnu.org>
914         * nnimap.el (gnus-fetch-headers): Declare.
916         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
918 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
920         * message.el (message-forward-make-body-digest-plain)
921         (message-followup, message-reply): Clean up things noted by Stefan.
923         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
924         gnus-article-update-date-headers is nil.
925         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
926         it didn't really work with defcustom.
927         (article-update-date-lapsed): Make sure the window start doesn't move,
928         either.
930 2011-02-01  Julien Danjou  <julien@danjou.info>
932         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
933         format.
935         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
936         standard in Emacs nowadays.
938 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
940         * message.el (message-expand-name): Don't trust the return value of
941         bbdb-complete-name.
942         (message-check-news-header-syntax): Remove unused var `start'.
943         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
944         (message-inhibit-body-encoding): Move to before first use.
945         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
946         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
947         (Organization, Message-ID, Date, mh-previous-window-config):
948         Defvar the vars using dynamic scoping.
950 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
952         * shr.el (shr-render-td): Only do colours at the final rendering.
953         Should be slightly faster.
954         (shr-insert-table): Fix up TD background colours when doing the
955         vertical padding.
957         * gnus-art.el (article-date-ut): Protect against articles with no Date
958         header.
959         (article-update-date-lapsed): Don't use current-column to find the
960         horizontal position.  It's fragile in the presence of \003 characters.
962         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
964 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
966         * gnus-art.el (article-transform-date): Rewrite to still work when
967         there are several rfc2822 parts.
968         (article-transform-date): Fix infinite recursion.
969         (article-date-ut): Replace infinitely many Date headers with a single
970         one when called interactively.
972         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
973         secure manner.
975         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
976         move around by not using save-window-excursion.  It seems to work...
978 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
980         * gnus-art.el (article-make-date-line): Work for user-defined format.
982 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
984         * nntp.el (nntp-retrieve-group-data-early)
985         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
986         fetching functions.
988         * gnus-start.el (gnus-read-active-for-groups): Read the active files
989         thoroughly for all backends that have no known groups.  This should
990         allow new nnml methods to retrieve mail.
992         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
993         that Gnus doesn't know exists again.
995         * gnus-art.el (gnus-article-date-lapsed-new-header): Remove.
996         (gnus-treat-date-ut): Ditto.
997         (gnus-article-update-date-header): Rename.
998         (gnus-treat-date-local): Remove.
999         (gnus-treat-date-english): Remove.
1000         (gnus-treat-date-lapsed): Remove.
1001         (gnus-treat-date-combined-lapsed): Remove.
1002         (gnus-treat-date-original): Remove.
1003         (gnus-treat-date-iso8601): Remove.
1004         (gnus-treat-date-user-defined): Remove.
1005         (gnus-article-date-headers): New variable to control all the date
1006         header options.
1007         (article-date-ut): Rewrite to allow using the new way to format date
1008         headers(s).
1010 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
1012         * nnmail.el (nnmail-article-group): Check for a direct fancy split
1013         method.
1014         (nnmail-article-group): A better test for fanciness.
1016         * nnimap.el (nnimap-request-head): Protect against not finding the
1017         article by Message-ID.
1019 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
1021         * gnus-art.el (article-update-date-lapsed): Try a better way to really
1022         keep point at the "same place".
1024 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1026         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
1027         data if the group is unactivated.
1029 2011-01-28  Julien Danjou  <julien@danjou.info>
1031         * gnus-win.el: Remove dead function gnus-window-configuration-element.
1032         (gnus-all-windows-visible-p): Remove old compatibility code.
1033         (gnus-window-top-edge): Add docstring.
1035         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
1037 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
1039         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
1040         older request-update-info.
1042         * gnus-art.el (article-make-date-line): Limit the length a bit more.
1044 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
1046         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
1047         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
1049 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1051         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
1052         groups.  This makes the nndraft:queue group pop up if it's not already
1053         there.
1055         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
1056         messages" logic, which was reversed.
1058         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
1059         the "same place" even if point is on the line being replaced.
1060         (article-update-date-lapsed): Allow updating both the combined lapsed
1061         and the lapsed headers.
1062         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
1063         (article-make-date-line): Limit the number of segments dynamically to
1064         avoid too-long lines.
1066 2011-01-27  Julien Danjou  <julien@danjou.info>
1068         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
1069         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
1071 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1073         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
1074         Use plist-get instead of the cl function getf.
1076 2011-01-27  Glenn Morris  <rgm@gnu.org>
1078         * gnus-util.el (float-time): Get rid of compiler warning, again.
1080 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
1082         * shr.el (shr-put-color): Special-case background colours: Do put them
1083         at the blank parts at the front of the lines.
1085         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
1086         exit hook to nix out all data on readedness on group exit.
1088         * gnus-util.el (float-time): If float-time is bound, always use it on
1089         all Emacsen.  It's unclear why the subrp check was there.
1090         (time-date): Require to make some autoload issues on XEmacs go away.
1092         * shr.el (shr-put-color): Don't do the box padding in tables, since
1093         they're already padded.
1095 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
1097         * gnus-art.el (gnus-article-next-page): When the last line of the
1098         article is displayed, scroll down once more instead of going to the
1099         next article at once.
1100         (article-lapsed-string): Refactor out and allow specifying how many
1101         segments you want.
1102         (gnus-article-setup-buffer): Start updating the lapsed header directly.
1103         (gnus-article-update-lapsed-header): New variable.
1105         * shr.el: Revert change that made headings use different-sized faces.
1106         The Emacs display engine isn't advanced enough that, for instance,
1107         tables can comfortably use differently-sized faces.
1109 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1111         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
1112         used.
1113         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
1114         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
1115         we're using an encrypted connection.
1117         * proto-stream.el: Alter the interface functions to also return the
1118         actual stream type used: network or tls.
1120 2011-01-25  Julien Danjou  <julien@danjou.info>
1122         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
1123         (mm-display-javascript-inline): New function.
1125         * mm-decode.el (mm-inline-media-tests): Add application/javascript
1126         viewing function.
1128 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1130         * shr.el (shr-expand-newlines): Fix variable name.
1132 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
1134         * shr.el (shr-expand-newlines): Make nested boxes work.
1136 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1138         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
1139         backgrounds.
1140         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
1141         in a more sensible manner.
1143 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
1145         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
1146         if EPG is loaded.
1148 2011-01-24  Julien Danjou  <julien@danjou.info>
1150         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
1151         tags.
1153 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
1155         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
1156         commands.
1158         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
1159         in the article buffer.
1160         (gnus-gravatar-insert): Use blank space from the current buffer to
1161         avoid breaking text properties.  This makes X-Sent updating work again.
1163         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
1165 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
1167         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
1168         fix the bug in url-http.el instead.
1170         * shr.el (shr-image-fetched): Ditto.
1172         * shr.el (shr-image-fetched): Avoid having point move in the article
1173         buffer.
1175         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
1176         buffer after being called.  It's apparently being killed by url.el, and
1177         killing it made point move to end-of-buffer in a random buffer.
1179         * shr.el (shr-image-fetched): Ditto.
1181 2011-01-23  Julien Danjou  <julien@danjou.info>
1183         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
1185         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
1186         text/x-org.
1188 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1190         * gnus-sum.el (gnus-summary-move-article): Protect against backends
1191         (i.e., nnimap) returning nil as the article number.
1193 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
1195         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
1196         "DelSp" parameter in RFC3676.
1198 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1200         * message.el (message-check-recipients): Display the encoded version of
1201         the bogus address if they differ.
1203         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
1204         after sending.
1206         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1208         * gnus-group.el (gnus-group-refresh-group): New convenience function.
1210         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
1211         group buffer after sending the queue.
1213         * gnus-agent.el (gnus-agent-send-mail): Ditto.
1215 2011-01-22  Julien Danjou  <julien@danjou.info>
1217         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
1219 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
1221         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
1222         nested related parts.
1224         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
1225         unexpired articles.  This fixes the regression that led expiry marks to
1226         disappear from nnfolder groups.
1228 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
1230         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
1231         Don't confuse the "ret" of "retrograde" with RET.
1233 2011-01-21  Julien Danjou  <julien@danjou.info>
1235         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1236         than mm-insert-inline.
1238 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1240         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1241         Widen article buffer.
1243 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1245         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1246         the temp buffer.
1247         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1249 2011-01-20  Julien Danjou  <julien@danjou.info>
1251         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1253         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1254         than mm-insert-inline to insert inline part: this respect
1255         mm-inline-media-tests displayers.
1257         * mm-view.el (mm-display-shell-script-inline): New function.
1259         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1261         * mm-uu.el (mm-uu-type-alist): Add org block.
1262         (mm-uu-org-src-code-block-extract): New function.
1264         * mm-view.el (mm-display-org-inline): New function.
1266         * mm-decode.el (mm-automatic-display): Add text/org.
1268         * mailcap.el (mailcap-mime-extensions): Add .org.
1270 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1272         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1273         gnus-article-add-buttons.
1275 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1277         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1278         From header with a date and "nobody" as the sender.
1280 2011-01-19  Julien Danjou  <julien@danjou.info>
1282         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1283         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1284         if you have the same regexp several times.
1285         (gnus-button-push): Fix matching when regexp is symbol.
1287 2011-01-15  Glenn Morris  <rgm@gnu.org>
1289         * message.el (message-mail): A compose-mail function should
1290         accept headers as strings.
1292 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1294         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1295         Add :vert-only tags.
1296         (message-mail): New arg RETURN-ACTION.
1297         (message-return-action): New var.
1298         (message-bury): Use it.
1299         (message-mode): Make it buffer-local.
1300         (message-send-and-exit): Always call message-bury.
1302         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1303         message-mail.
1305 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1307         * nnimap.el (nnimap-convert-partial-article): Protect against
1308         zero-length body parts.
1310         * mm-decode.el (mm-preferred-alternative-precedence):
1311         Discourage showing empty parts.
1313         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1314         and stuff if the backend didn't return the article number.  This fixes
1315         an Exchange-related nnimap bug.
1317         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1318         group window, because it does the wrong thing when a separate frame
1319         displays the group buffer.
1321         * proto-stream.el (open-protocol-stream): Protect against the low-level
1322         transport functions returning nil.
1324 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1326         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1327         (mml2015-epg-find-usable-secret-key): New function.
1328         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1329         mml2015-epg-find-usable-key (Bug#7797).
1330         (mml2015-epg-encrypt): Ditto.
1332 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1334         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1336 2011-01-03  Glenn Morris  <rgm@gnu.org>
1338         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1340         * sieve.el (sieve-open-server): Give a more explicit error if
1341         sieve-manage-open returns nil.  (Bug#7720)
1343 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1345         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1347 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1349         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1350         This avoids sending passwords in plain text over non-encrypted
1351         channels.
1353         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1355         * nnimap.el (nnimap-login): Refactored out into own function, and
1356         implement CRAM-MD5.
1357         (nnimap-wait-for-line): Refactored out.
1359         * mm-view.el (mml-smime): Require.
1361 2010-12-20  David Engster  <deng@eml.cc>
1363         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1364         use EPG to decrypt S/MIME messages instead of openssl.
1366 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1368         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1370         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1371         status is the group clearly is unreachable.
1373         * auth-source.el (auth-source-create): Add the optional second
1374         parameter to `local-variable-p' to be compatible with XEmacs.
1376 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1378         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1379         work when using a compressed nnml folder.
1381 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1383         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1384         backends after sanitising on entry, because this never makes sense:
1385         If the articles have gone missing, then the data no longer exists on
1386         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1387         overwrite anything anyway.
1389         * shr.el (shr-insert-document): Bind shr-width dynamically to
1390         window-width if it's nil.
1392 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1394         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1395         with the meaning of using the full emacs window width for rendering.
1397 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1399         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1400         case when sender is not given.
1402 2010-12-23  Julien Danjou  <julien@danjou.info>
1404         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1405         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1406         the addresses, otherwise we might misplaced the gravatar.
1408 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1410         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1411         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1412         obsolete in Emacs.
1414 2010-12-20  Julien Danjou  <julien@danjou.info>
1416         * gnus-util.el (gnus-rescale-image): Revert last change.
1418 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1420         * gnus-group.el (gnus-group-delete-articles): New command.
1422 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1424         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1426 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1428         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1429         here, since it's up to the backends to do CRLF removal if their
1430         protocol has it.
1432         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1434 2010-12-17  Julien Danjou  <julien@danjou.info>
1436         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1437         they are from file. Can also scale up.
1439 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1441         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1442         gnus-use-agent.
1443         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1445         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1447 2010-12-17  Julien Danjou  <julien@danjou.info>
1449         * gravatar.el (gravatar-retrieve-synchronously): New function.
1450         (gravatar-get-data): Make more robust.
1452 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1454         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1455         to really consider the last line.
1457 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1459         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1460         list of recipient keys, or use symmetric encryption if not a list.
1461         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1462         EPA override, replacing the call to `netrc-store-data'.
1464 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1466         * gnus-srvr.el: Avoid passing nil regexp argument to
1467         delete-matching-lines.
1469 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1471         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1472         fetching stops when Gnus exits.
1474         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1475         function.
1476         (nnfolder-request-expire-articles): Save all the buffers after doing
1477         expiry.
1479         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1480         the last article", since that led to serious performance regressions
1481         when expiring nnml groups.
1483 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1485         * nnir.el: Improve customizations.
1487 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1489         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1491         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1492         group has been killed.
1493         (gnus-group-yank-group): Ditto.
1495         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1497         * nnimap.el (nnimap-request-update-group-status): New function.
1499         * gnus-int.el (gnus-request-update-group-status): New interface
1500         function.
1502         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1503         copying read-ness to the backends.
1505         * nnimap.el (nnimap-quirk): New function.
1506         (nnimap-retrieve-group-data-early): Use it.
1507         (nnimap-quirks): New alist.
1509 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1511         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1512         don't delete it within indentation.
1514 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1516         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1517         previous line.
1519 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1521         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1522         QRESYNC command by deleting a superfluous space which broke Cyrus
1523         servers.  This change will break other servers that are buggy the other
1524         way around.
1526 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1528         * spam.el: Reindent and fix long lines.
1529         (spam-copy-or-move-routine): Exclude invalid move destinations.
1531 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1533         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1534         installed the registry.
1536 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1538         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1539         groupname doesn't contain "gmane".
1541 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1543         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1544         (gnus-1): Don't create the nndrafts group twice.
1545         (gnus-setup-news): There's no need to read the active file here, since
1546         that's done again later on a per-backend basis.
1547         (gnus-start-draft-setup): Make sure that the new group is started out
1548         empty.
1550         * gnus-agent.el (gnus-agentize): Don't create the queue group
1551         automatically on startup.  It'll be created later, if needed.
1553         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1554         of automatically subscribed groups.
1555         (gnus-auto-subscribed-categories): New variable.
1556         (gnus-matches-options-n): Use it.
1557         (gnus-default-subscribed-newsgroups): Remove unused variable.
1558         (gnus-start-draft-setup): Message a bit less.
1560 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1562         * nnir.el (nnir-run-imap): Return article list in order of increasing
1563         UID.
1565 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1567         * gnus-sum.el (gnus-summary-enter-digest-group):
1568         Mention gnus-auto-select-on-ephemeral-exit.
1570         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1571         convention of the network-only option.
1573 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1575         * proto-stream.el (proto-stream-open-network-only): New function to
1576         have a way to specify non-STARTTLS upgrade connections.
1578 2010-12-10  Julien Danjou  <julien@danjou.info>
1580         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1581         email address is nil.
1583         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1585 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1587         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1588         deletion.
1589         (nnir-run-imap): Only need to parse list once.
1591 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1593         * shr.el (shr-tag-script): Ignore <script>.
1594         (shr-tag-label): Add <label> support.
1596 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1598         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1600         * shr.el (shr-image-displayer): Work for images lined side by side.
1602 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1604         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1605         parameter, since XEmacs doesn't accept t as a parameter.
1607 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1609         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1610         ids.
1611         (nnir-run-gmane): Simplify groupspec formatting.
1612         (nnir-request-expire-articles): New function.
1614 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1616         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1617         overflow, possibly.
1619         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1620         (shr-render-td): Handle td style="" better.
1621         (shr-tag-table): Use the color from the style sheet.
1622         (shr-render-td): Make sure we copy over all the overlays, too.
1624 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1626         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1627         (nnir-request-article): Improve article retrieval.
1629 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1631         * mm-util.el (mm-extra-numeric-entities): New variable.
1633         * mm-url.el (mm-url-decode-entities):
1634         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1636 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1638         * message.el: Use completion-at-point.
1639         (message-completion-function): New fun, extracted from message-tab.
1640         (message-mode): Use it for completion-at-point-functions.
1641         (message-tab): Use it and completion-at-point.
1643 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1645         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1646         character if a non-breakable character follows.
1648 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1650         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1651         any stream.
1653         * shr.el (shr-tag-font): Colorize the region.
1654         (shr-tag-body): Ditto.
1655         (shr-tag-font): Actually let the styles be inherited instead of
1656         overwriting them.
1657         (shr-tag-font): Get the background color right.
1658         (shr-tag-style): Ignore all <style> tags for the moment.
1660         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1661         a Message-ID to avoid having nnimap depend on gnus-sum.
1663         * shr.el (shr-descend): Only colorize something if we have a node that
1664         sets colors.
1666 2010-12-06  Julien Danjou  <julien@danjou.info>
1668         * shr.el (shr-render-td): Render td content with shr-descend, so style
1669         will be applied to <td> too.
1670         (shr-colorize-region): Colorize region even if we only have a background.
1671         (shr-tag-body): Fix color and background color inheritance.
1672         Do not recolorize after shr-generic.
1673         (shr-tag-font): Let shr-generic colorize via inheritance.
1675 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1677         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1679 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1681         * nnir.el (nnir-request-move-article): Remove obsolete code.
1683 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1685         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1687 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1689         * gnus-sum.el (gnus-summary-respool-article): The completion function
1690         expects a list instead of an alist.
1692         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1693         string as the parameter.
1695         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1697         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1698         styles.
1699         (shr-colorize-region): New function.
1700         (shr-insert-background-overlay): Remove.
1701         (shr-render-td): Background setting should be taken care of on a higher
1702         level.
1703         (shr-tag-body): Use post-hoc colorizations.
1704         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1705         (shr-put-color-1): Don't overwrite old colors.
1706         (shr-colorize-region): When the background color isn't explicit, use
1707         a fixed background.
1709         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1710         nnmail variables.
1712 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1714         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1715         unless necessary.
1717 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1719         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1720         server.
1722 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1724         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1725         so that TAB works.
1727         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1728         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1730         * shr.el (shr-urlify): Show the URL before the title to avoid
1731         misleading URLs.
1733 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1735         * shr.el (shr-urlify): Display the title in <a> tags.
1737 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1739         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1741 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1743         * nnir.el: Rearrange code to allow macros to be autoloaded by
1744         gnus-sum.el.
1745         (nnir-retrieve-headers-override-function): Make this variable
1746         customizable.
1747         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1749         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1750         from nnir.el.
1752 2010-12-03  Julien Danjou  <julien@danjou.info>
1754         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1756 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1758         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1759         allow optional argument `environment'.
1761 2010-12-03  Glenn Morris  <rgm@gnu.org>
1763         * mm-extern.el (message-goto-body): Update declaration.
1765 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1767         * gnus-util.el (gnus-macroexpand-all): New function.
1769         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1770         instead of macroexpand-all that is unavailable in XEmacs.
1772 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1774         * nnir.el (nnir-summary-line-format): New variable.
1775         (nnir-mode): Use it.
1776         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1777         (nnir-article-ids): Reimplement as defsubst.
1778         (nnir-retrieve-headers): Don't mangle the subject header.
1779         (nnir-run-imap): Use 100 as RSV score.
1780         (nnir-run-find-grep): Fix for full server searching.
1781         (nnir-run-gmane): Better restriction to gmane groups.
1783         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1784         summary buffers.
1786 2010-12-02  Julien Danjou  <julien@danjou.info>
1788         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1790         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1792         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1793         support.
1795 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1797         * nnir.el: Update to handle the registry better.
1798         (autoload): Silence byte-compiler.
1799         (nnir-open-server): Add a hook for nnir groups.
1800         (nnir-request-move-article): Don't mangle the header. Better to use
1801         formating variables (which will be added in the future).
1802         (nnir-registry-action): Update the registry using the original article
1803         group name.
1804         (nnir-mode): Install nnir-specific hooks for updating the registry.
1806         * gnus-sum.el
1807         (gnus-article-original-subject,gnus-newsgroup-original-name):
1808         Remove obsolete variables.
1809         (gnus-summary-move-article): Remove use of obsolete variables.
1810         (gnus-summary-local-variables): Make move and delete hooks local to
1811         summary buffers.
1813 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1815         * rtree.el: New file.
1817 2010-12-01  Julien Danjou  <julien@danjou.info>
1819         * message.el (message-user-organization): Do not use
1820         gnus-local-organization.
1822         * gnus.el: Remove gnus-local-organization.
1824         * gnus-msg.el: Remove nastygram thing.
1826 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1828         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1829         funcall.
1831 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1833         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1834         names.
1836         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1837         characters.
1839         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1840         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1841         Suggested by Štěpán Němec <stepnem@gmail.com>.
1842         (gnus-gravatar-transform-address): Use mail-extract-address-components
1843         that supports non-ASCII names rather than mail-header-parse-addresses.
1845 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1847         * proto-stream.el (open-protocol-stream): All starttls connections are
1848         handled by the network handler.
1850 2010-11-30  Julien Danjou  <julien@danjou.info>
1852         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1853         (nnimap-open-connection-1): Fix PREAUTH.
1855         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1857 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1859         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1860         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1861         (shr-insert): Use them.
1862         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1864 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1866         * nnir.el (nnir-request-move-article): Bail out if original group
1867         doesn't support article moves.
1868         (nnir-get-active): Improve active list retrieval.
1870 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1872         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1874 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1876         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1877         seem to accept strings-with-numbers as port numbers,
1879 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1881         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1882         change the registry.
1884 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1886         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1887         delete-dups that is not available in XEmacs 21.4.
1889         * mm-util.el (mm-delete-duplicates): Add comment.
1891 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1893         * nnir.el (nnir-ignored-newsgroups): New variable.
1894         (nnir-get-active): Use it.
1896 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1898         * proto-stream.el (proto-stream-open-network): Add some comments.
1900         * nntp.el (nntp-open-connection): Provide a :success condition.
1902         * nnimap.el (nnimap-open-connection-1): Ditto.
1904         * proto-stream.el (proto-stream-open-network): See what the response to
1905         the STARTTLS command is.
1907         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1908         backwards compatibility).
1909         (nnimap-open-connection-1): Really respect nnimap-server-port.
1911         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1912         TLS upgrades we don't really care about the identity of the peer.
1913         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1914         that what we've checked for.
1915         (proto-stream-always-use-starttls): Only default to t if
1916         open-gnutls-stream exists.
1917         (proto-stream-open-network): If STARTTLS failed, then just open a
1918         normal connection.
1919         (proto-stream-open-network): Wait until the greeting before doing
1920         STARTTLS.
1922         * nntp.el (nntp-open-connection): Report what the connection error is.
1924         * proto-stream.el (open-protocol-stream): Rename from
1925         open-proto-stream.
1927 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1929         * nnimap.el (nnimap-stream): Change default to `undecided'.
1930         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1931         first, and then network.
1932         (nnimap-open-connection-1): Respect nnimap-server-port.
1933         (nnimap-open-connection): Be more backwards-compatible.
1935         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1936         (proto-stream-open-starttls): De-duplicate the starttls code.
1937         (proto-stream-open-starttls): Folded back into the main function.
1938         (proto-stream-open-network): Fix typo in the gnutls path.
1939         (proto-stream-command): Refactor out.
1941         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1943         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1944         starttls.el STARTTLS.
1946         * color.el (color-lab->srgb): Fix function call name.
1948         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1949         if we're using tls.el.
1950         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1951         built in, then don't try to establish a STARTTLS connection.
1953         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1954         servers.
1956         * proto-stream.el (open-proto-stream): Use network, not stream.
1957         (open-proto-stream): Add a way to specify what the end of a command is.
1959         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1960         connections types.
1961         (nntp-open-network-stream): Remove.
1962         (nntp-open-ssl-stream): Remove.
1963         (nntp-open-tls-stream): Remove.
1964         (nntp-ssl-program): Remove.
1966         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1968 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1970         * nnir.el: Fix typos.
1971         (nnir-retrieve-headers-override-function): Rename variable to reflect
1972         new semantics.
1973         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1974         macros.
1975         (nnir-request-article, nnir-request-move-article): Use them.
1976         (nnir-categorize): New function.
1977         (nnir-run-query): Use it.
1978         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1979         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1980         sorted.
1981         (nnir-group-full-name): Use gnus-group-full-name instead.
1982         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1983         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1985 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1987         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1989         * proto-stream.el: New library to provide protocol-specific
1990         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1991         protocols.
1992         (open-proto-stream): Complete the documentation.
1993         (proto-stream-open-network): Fix some typos.
1995         * nnimap.el (nnimap-open-connection): Use it.
1997 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1999         * pop3.el (pop3-open-server): Read server greeting before starting TLS
2000         negotiation.
2002 2010-11-26  Julien Danjou  <julien@danjou.info>
2004         * color.el: Rename various rgb functions to srgb.
2006 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2008         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
2009         names.
2011 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2013         * shr.el (shr-insert): Revert last change.
2014         (shr-find-fill-point): Never leave point being at bol;
2015         relax the kinsoku limitation when rendering tables.
2017 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2019         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
2020         results from -accept-article.
2022         * shr-color.el: Require cl when compiling.
2024         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
2025         checkin.
2027         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
2029         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
2031         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
2032         'add and 'delete to set backend marks.
2034         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
2036         * nnheader.el (nnheader-update-marks-actions): Refactor out.
2038         * nntp.el (nntp-request-set-mark): Use it.
2040         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2042         * nnml.el (nnml-request-set-mark): Ditto.
2044         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
2045         introduces regressions in article selection.
2046         (nnimap-find-uid-response): New function.
2047         (nnimap-request-accept-article): Use the UID returned, if any.
2048         (nnimap-request-move-article): Use the UID returned, if any.
2049         (nnimap-get-groups): Reimplement to work with folded lines.
2050         (nnimap-find-uid-response): The UID is the last element in the list.
2051         (nnimap-request-set-mark): Extend syntax with 'set.
2053         * nnml.el (nnml-request-set-mark): Ditto.
2055         * nnfolder.el (nnfolder-request-set-mark): Ditto.
2057         * nntp.el (nntp-request-set-mark): Ditto.
2059 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2061         * message.el (message-called-interactively-p): A temporary macro.
2062         (message-goto-body): Use it temporarily.
2064 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2066         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
2067         (nnimap-last-response-string): Unfold quoted lines, if they exist.
2068         (nnimap-last-response-string): Fix last unfolding fix.
2070 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2072         * shr.el (shr-insert): Fix the way to fold lines.
2074 2010-11-25  Julien Danjou  <julien@danjou.info>
2076         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
2078         * color.el: Rename from color-lab.el
2079         (color-rgb->hex): Add.
2080         (color-complement): Add.
2081         (color-complement-hex): Add.
2083         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
2085 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2087         * shr-color.el (shr-color-visible): Don't bug out if the colour names
2088         don't exist.
2090 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2092         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
2093         assuming that article displaying or another mml-preview may be
2094         interrupted for an error or for the like.
2096         * shr.el (shr-get-background): Fix argument name.
2098 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2100         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
2102         * gnus-sum.el (gnus-summary-include-articles): New function.
2104         * message.el (message-goto-body): called-interactively-p needs a
2105         parameter, so use `any'.
2107         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
2108         clear marks before moving, since they're synced from the Gnus side
2109         first.
2111         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
2112         (gnus-summary-move-article): Copy over all marks before moving, so that
2113         IMAP doesn't think a new article has arrived.
2115 2010-11-24  Julien Danjou  <julien@danjou.info>
2117         * shr.el (shr-insert-background-overlay): Fix typo.
2118         (shr-render-td): Copy the background before rendering.
2120         * shr-color.el (shr-color-visible): Fix docstring.
2122         * shr.el (shr-tag-table): Add bgcolor support.
2123         (shr-render-td): Add bgcolor support.
2124         (shr-get-background): Add.
2125         (shr-insert-foreground-overlay): Use shr-get-background.
2127         * message.el (message-goto-body): Use called-interactively-p.
2128         (message-in-body-p): message-goto-body returns point.
2130 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2132         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
2133         Fixes something or other in Emacs 23, and is backwards compatible.
2135         * message.el (message-goto-body): Remove the <#secure special-casing,
2136         which is too special.
2138         * shr.el (shr-parse-style): Drop !important from styles.
2140 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
2142         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
2143         this function to return incorrect results when calling it with an
2144         explicit article argument different from
2145         (gnus-summary-article-number).
2147 2010-11-24  Julien Danjou  <julien@danjou.info>
2149         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
2150         (shr-tag-body): Add background support.
2151         (shr-descend): Add background support.
2152         (shr-tag-title): Add.
2154         * shr-color.el (shr-color-visible): Really return original background
2155         if fixed.
2157 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2159         * shr.el (shr-color-check): Protect against non-existent colour names.
2161 2010-11-24  Julien Danjou  <julien@danjou.info>
2163         * color-lab.el: Require 'cl when compiling.
2165         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
2167         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
2168         matched part.
2170         * color-lab.el: Fix all expt calls to use float type.
2172 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2174         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
2175         expression to shr-color-check as is.
2177         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
2179         * color-lab.el: Add coding cookie.
2180         (float-pi): Use eval-and-compile.
2182 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2184         * shr.el (shr-insert-color-overlay): Split stuff like
2185         "#444444 !important" to find the real colour.
2186         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
2187         parse <font color="red"> entries.
2189 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
2191         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
2192         point when parsing headers.
2194         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
2195         is positioned properly when parsing headers.
2197 2010-11-23  Julien Danjou  <julien@danjou.info>
2199         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
2201         * shr-color.el (shr-color->hexadecimal): Add support for color names.
2203         * shr.el (shr-parse-style): Replace \n with space in style parsing.
2205         * shr-color.el (shr-color-hsl-to-rgb-fractions):
2206         Use shr-color-hue-to-rgb.
2207         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
2209 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2211         * shr.el (shr-color->hexadecimal): Autoload.
2212         (shr-descend): Add color to all tags.
2214 2010-11-22  Julien Danjou  <julien@danjou.info>
2216         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2217         shr-color->hexadecimal.
2219         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2220         RGB() or HSL() color representation.
2222         * shr.el (shr-tag-font): Add.
2223         (shr-tag-color-check): New function to get better colors.
2224         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2225         tag-span.
2227         * shr-color.el: New file.
2229         * color-lab.el: New file.
2231         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2233 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2235         * nnir.el: Fix typo in comments.
2236         (nnir-run-imap): Simplify code. No need to reverse artlist.
2237         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2239 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2241         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2243         * nnimap.el (nnimap-get-capabilities): Refactor out.
2244         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2246 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2248         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2249         appearing when `mm-uu-hide-markers' is nil.
2251 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2253         * nnimap.el (nnimap-unselect-group): Make into its own function.
2254         (nnimap-request-rename-group): Unselect group before renaming.
2255         This had gotten lost somewhere.
2256         (nnimap-request-accept-article): Keep track of examined groups, and
2257         unselect the group before APPENDing to read-only groups.
2258         (nnimap-request-move-article): Clear flags before moving so that they
2259         can be re-set later.
2261 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2263         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2264         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2266 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2268         * gnus-art.el (gnus-mime-display-single)
2269         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2270         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2271         parameter.
2273 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2275         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2276         (shr-table-vertical-line): New variable.
2277         (shr-insert-table): Use it.
2279 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2281         * gnus-html.el (gnus-html-wash-images): Don't display images if
2282         gnus-inhibit-images is non-nil; register displayer for cid images.
2283         (gnus-html-display-image): Work for cid image.
2284         (gnus-html-insert-image): Allow arguments.
2285         (gnus-html-put-image): Inhibit read-only.
2286         (gnus-html-prefetch-images): Don't prefetch images if
2287         gnus-inhibit-images is non-nil.
2289 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2291         * shr.el (shr-put-image): Break lines when inserting big pictures.
2293 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2295         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2296         sender, thanks Katsumi Yamaoka.
2298 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2300         * nnir.el (nnir-run-imap): Reverse the article list for each group
2301         rather than the whole list.
2303 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2305         * shr.el (shr-image-displayer): Protect function against non-existent
2306         image source.
2308         * gnus-art.el (gnus-inhibit-images): New user option.
2309         (gnus-mime-display-single): Don't display image if it is non-nil.
2311         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2312         gnus-inhibit-images.
2314         * shr.el (shr-image-displayer): New function.
2315         (shr-tag-img): Use it.
2317 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2319         * mml2015.el (mml2015-epg-sign): Use From header.
2321 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2323         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2325         * gnus-util.el (gnus-find-text-property-region): Return markers.
2327         * shr.el (shr-tag-img): Put a displayer in the text property.
2329         * gnus-util.el (gnus-find-text-property-region): New utility function.
2331         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2332         (gnus-html-show-images): Remove.
2334         * gnus-art.el (gnus-article-show-images): New, more general function.
2336         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2337         image url text properties.
2339         * shr.el: Ditto.
2341         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2342         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2344 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2346         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2347         work for two or more articles.
2349 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2351         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2352         divide an image that's in an html article to two or more when washing
2353         non-ASCII characters in alt text of it.
2355 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2357         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2358         smime-decrypt-region using function argument.
2359         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2361         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2363         * smime.el (smime-decrypt-region): Catch it.
2365 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2367         * smime.el (smime-mode-map): Move initialization into declaration.
2368         (gnus-run-mode-hooks): Don't autoload.
2369         (smime-mode): Use define-derived-mode.
2371 2010-11-11  Glenn Morris  <rgm@gnu.org>
2373         * smime.el (from): Restrict declaration to XEmacs.
2375         * nnir.el (gnus-group-topic-name): Autoload.
2377 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2379         * shr.el (shr-insert): Don't break long line if it is because of
2380         kinsoku-bol characters in the line end.
2382 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2384         * nnir.el (nnir-request-move-article): Fix to provide original group
2385         and subject.
2386         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2387         been retrieved.
2389         * gnus-sum.el (gnus-summary-move-article): Use original group and
2390         subject for virtual articles such as those in an nnir summary buffer.
2392 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2394         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2395         least 21.5).
2397         * smime.el (from): Declare it again for XEmacs.
2399 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2401         * message.el (message-resend): Don't disable encoding unless it's
2402         already encoded.
2404         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2405         low-numbered articles.
2407 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2409         * rfc2047.el (rfc2047-syntax-table): Simplify.
2411         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2412         set-char-table-range for XEmacs.
2414 2010-11-10  Glenn Morris  <rgm@gnu.org>
2416         * smime.el (from): Remove unused declaration.
2418         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2419         (gnus-float-time): On Emacs, always an alias.
2421         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2422         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2424 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2426         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2428 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2430         * shr.el (browse-url-mailto): Autoload.
2432         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2434         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2435         regexp doesn't need quoting.
2437 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2439         * message.el (message-subject-trailing-was-ask-regexp)
2440         (message-subject-trailing-was-regexp): Match was: in addition to was.
2442 2010-11-09  Glenn Morris  <rgm@gnu.org>
2444         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2445         (nnbabyl-check-mbox): Use point-at-bol.
2447 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2449         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2451         * message.el (message-mailto): New function.
2452         (message-mailto): Should accept other parameters.
2453         (message-mailto): Remove since it duplicates browse-url-mailto
2454         functionality.
2456 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2458         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2459         methods.
2460         (gnus-read-active-file): Ditto.
2462         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2463         ": " from the prompt.
2464         (gnus-group-make-group): Ditto.
2466 2010-11-07  Glenn Morris  <rgm@gnu.org>
2468         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2469         (gnus-bookmark-kill-line): Use point-at-eol.
2471 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2473         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2474         asterisks in From header.
2476 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2478         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2479         string to avoid making the From headers syntactically invalid.
2481         * message.el (message-send-mail): Don't insert courtesy messages if the
2482         message already has List-Post and List-ID messages.
2484 2010-11-06  Glenn Morris  <rgm@gnu.org>
2486         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2487         `condition', `type', `length' a prefix.
2488         (gnus-treat-predicate): Update for above name changes.
2490 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2492         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2493         binding.  Handled by `gnus-summary-refer-thread' instead.
2494         (nnir-warp-to-article): New backend function.
2496         * nnimap.el (nnimap-request-thread): Force dependency updating.
2498         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2499         (gnus-summary-refer-thread): Rework to improve thread-referral.
2501         * gnus-int.el (gnus-warp-to-article): New function.
2503         * gnus-sum.el (gnus-summary-article-map): Bind it.
2505 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2507         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2508         gnus-summary-refer-thread.
2510         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2511         headers.
2512         (gnus-summary-limit-include-thread): Prevent articles in thread from
2513         being cut in gnus-cut-threads.
2514         (gnus-summary-refer-thread): Limit retrieved headers to those in
2515         thread.
2517 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2519         * message.el (message-send-mail): Use the value of
2520         message-courtesy-message from the message buffer.
2522         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2524         * shr.el (shr-browse-url): Implement mailto: URLs.
2526         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2527         "raw".
2529         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2530         if it's already selected.
2532         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2534 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2536         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2537         to measure the length and truncate alt text.
2539 2010-11-03  Glenn Morris  <rgm@gnu.org>
2541         * nndiary.el (nndiary-generate-nov-databases-1)
2542         (nndiary-generate-active-info): Rename dynamic variable `files' to
2543         something less generic.
2545 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2547         * nnir.el (nnir-request-move-article): Call the underlying backend to
2548         move articles from nnir.
2550 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2552         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2554 2010-11-02  Julien Danjou  <julien@danjou.info>
2556         * nnir.el: Remove wais support.
2558 2010-11-02  Glenn Morris  <rgm@gnu.org>
2560         * gnus-html.el: Reorder requirements to quieten compiler.
2562 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2564         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2565         properly for XEmacs as well.
2566         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2567         (gnus-article-natural-long-line-p): Use window-width rather than
2568         frame-width.
2570 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2572         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2573         (nnir-read-parms): Don't modify query.
2574         (nnir-run-query): Add ability to search topic on current line.
2575         (nnir-get-active): Clean up.
2577 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2579         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2580         degenerate articles.
2582         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2583         (gnus-print-buffer): Just print the buffer as is, without any copying
2584         to a buffer and then re-highlighting.
2586         * nnimap.el (nnimap-request-group): Store the new updated info.
2587         (nnimap-request-group): Select the group when we don't know whether it
2588         exists or not.
2590         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2591         groups.
2593         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2594         groups.
2596         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2597         groups.
2599         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2600         long-lines case by only filling the long lines.
2602         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2603         (bug #7311).
2605 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2607         * shr.el: No need to declare `declare-function' since shr.el is for
2608         only Emacsen that provide `libxml-parse-html-region'.
2610 2010-11-01  Glenn Morris  <rgm@gnu.org>
2612         * mm-util.el (gnus-completing-read): Autoload.
2613         (mm-read-coding-system): Simplify Emacs definition.
2615         * nnmail.el (gnus-activate-group):
2616         * nnimap.el (gnutls-negotiate):
2617         * nntp.el (netrc-parse): Fix declarations.
2619 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2621         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2622         string-match-p in Emacs >=23.
2624         * gnus-msg.el (gnus-configure-posting-styles)
2625         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2627 2010-11-01  Glenn Morris  <rgm@gnu.org>
2629         * nnir.el (declare-function): Add compat stub.
2630         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2631         (nnir-run-gmane): Require 'mm-url.
2633         * mm-util.el (mm-string-to-multibyte): Simplify.
2635         * shr.el (declare-function): Add compat stub.
2636         (url-cache-create-filename): Declare.
2637         (mm-disable-multibyte, widget-convert-button): Autoload.
2639         * smime.el (ldap-search): Declare.
2640         (smime-cert-by-ldap-1): Require ldap on Emacs.
2642         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2643         (nnimap-keepalive): Use gnus-float-time.
2645         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2646         (mail-source-delete-crash-box): Use gnus-float-time.
2648         * gnus-dired.el (gnus-completing-read): Autoload.
2650         * mm-view.el (gnus-rescale-image): Autoload.
2652         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2654         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2656         * sieve-manage.el: Require 'cl when compiling.
2658         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2659         (gnus-iswitchb-completing-read): Require iswitchb.
2660         (gnus-select-frame-set-input-focus): Silence compiler.
2662 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2664         * message.el (message-subject-trailing-was-query): Change default to t,
2665         since I think that's what most people want.
2667         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2668         appending for easier debugging.
2669         (nnimap-wait-for-connection): Take a regexp.
2670         (nnimap-request-accept-article): Wait for the continuation line before
2671         sending anything unless we're streaming.
2673         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2674         leave the header washing to take place.
2676 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2678         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2679         regular expression match and replace in posting styles.
2681 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2683         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2684         an entire server.
2685         (nnir-get-active): New function.
2686         (nnir-run-imap): Use it.
2687         (nnir-run-gmane): Who knew, gmane search returns an article score!
2689         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2690         server on the current line with nnir.
2692 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2694         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2695         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2696         left edge.
2697         (gnus-article-foldable-buffer): Skip past the prefix when determining
2698         raggedness.
2700         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2701         the raw article, and change `C-u g' to show the article without doing
2702         treatments.
2704         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2705         on to `gnus-treat-article'.
2706         (gnus-inhibit-article-treatments): New variable.
2708         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2710         * gnus-art.el (gnus-treatment-function-alist): Have
2711         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2712         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2713         sections.
2715         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2716         parameter.
2717         (gnus-article-fill-cited-long-lines): New function.
2718         (gnus-article-fill-cited-article): Allow filling only long sections.
2720         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2721         and non-punctuation (like after the apostrophe in "'We").
2723         * gnus-sum.el (gnus-summary-select-article): Make sure
2724         gnus-original-article-buffer is alive.
2726         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2727         reflect the order they're in in the digest.
2729         * gnus.el (gnus-group-startup-message): Move point to the start of the
2730         buffer.
2732         * nnimap.el (nnimap-capability): New function.
2733         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2734         is set.
2736 2010-10-31  David Engster  <dengste@eml.cc>
2738         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2739         conform with changes to gnus-completing-read.
2741 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2743         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2745 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2747         * nnir.el: Move defvar, defcustom around to keep file organized
2748         and keep byte-compiler quiet.
2749         (nnir-read-parms): Accept search-engine as arg.
2750         (nnir-run-query): Pass search-engine as arg.
2751         (nnir-search-engine): Remove.
2753 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2755         * shr.el (shr-generic): The text nodes should be text, not :text.
2757         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2758         later in the file.
2760 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2762         * nnir.el: General clean up.  Allow searching with multiple engines.
2763         Allow separate extra-parameters for each engine.
2764         Batch queries when possible.
2765         (nnir-imap-default-search-key,nnir-method-default-engines):
2766         Add customize interface.
2767         (nnir-run-gmane): New engine.
2768         (nnir-engines): Use it.  Qualify all prompts with engine name.
2769         (nnir-search-engine): Remove global variable.
2770         (nnir-run-hyrex): Restore for now.
2771         (nnir-extra-parms,nnir-search-history): New variables.
2772         (gnus-group-make-nnir-group): Use them.
2773         (nnir-group-server): Remove in favor of gnus-group-server.
2774         (nnir-request-group): Avoid searching twice.
2775         (nnir-sort-groups-by-server): New function.
2777 2010-10-30  Julien Danjou  <julien@danjou.info>
2779         * gnus-group.el: Remove gnus-group-fetch-control.
2781         * gnus-start.el (gnus-find-new-newsgroups):
2782         Remove gnus-check-first-time-used.
2784         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2786 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2788         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2789         set on groups that don't have \* permanentflags.
2791 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2793         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2794         control the background color.
2795         (shr-tag-img): Ignore very small web bug type images.
2796         (shr-put-image): Add help-echo alt texts to the images.
2797         (shr-tag-video): Show the video poster image.
2799 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2801         * shr.el (shr-table-depth): New variable.
2802         (shr-tag-table-1): Only insert the images after the top-level table.
2804         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2806         * gnus-util.el (gnus-list-memq-of-list): New function.
2808         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2809         selected.
2810         (nnimap-unsplittable-articles): New slot.
2811         (nnimap-new-articles): Use it.
2813 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2815         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2816         move to the previous line on `M-g'.
2818 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2820         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2821         *-request-group, which seems unnecessary.
2823         * nnimap.el (nnimap-quote-specials): Function copied over from
2824         imap.el.
2825         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2826         they support that.  Suggested by Tom Regner.
2828 2010-10-29  Julien Danjou  <julien@danjou.info>
2830         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2831         defalias.
2832         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2834         * gnus.el: Remove `gnus-nntp-service' variable.
2835         (gnus-secondary-servers): Make obsolete.
2836         (gnus-nntp-server): Make obsolete.
2838         * gnus-start.el (gnus-1): Remove x-splash calls.
2840         * gnus-ems.el (gnus-x-splash): Remove.
2842         * gnus.el (gnus-group-startup-message): Simplify/update code.
2844         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2845         capability before doing anything.
2846         (gnus-group-insert-group-line): Remove useless
2847         gnus-group-remove-excess-properties.
2849 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2851         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2853 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2855         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2856         config after reselecting.
2858 2010-10-28  Julien Danjou  <julien@danjou.info>
2860         * shr.el (shr-put-image): Use point even if only inserting text.
2861         (shr-put-image): Save excursion when inserting alt text on non-graphic
2862         display, so the behaviour is the same when we are on a graphic display.
2864         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2866 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2868         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2869         (gnus-mime-copy-part): Check coding system, not charset.
2870         (gnus-mime-view-part-externally): Never remove part.
2871         (gnus-mime-view-part-internally): Don't remove part here.
2872         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2873         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2874         multipart/alternative.
2876         * mm-decode.el (mm-display-part): Take optional arg `force'.
2878 2010-10-26  Julien Danjou  <julien@danjou.info>
2880         * gnus-group.el (gnus-group-default-list-level): Add this function to
2881         compute the default list level.
2882         (gnus-group-default-list-level): Add possibility to use a function.
2884 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2886         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2888         * gnus-group.el (gnus-group-completing-read)
2889         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2890         gnus-replace-in-string.
2892 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2894         * shr.el (shr-tag-div): Add.
2896 2010-10-25  Julien Danjou  <julien@danjou.info>
2898         * gnus-util.el: Remove `gnus-with-local-quit'.
2900         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2902 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2904         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2905         the original article buffer.
2907 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2909         * nnimap.el (nnimap-request-head): New function.
2910         (nnimap-request-move-article): Try to be slighly faster by not
2911         requesting the entire message when moving.
2912         (nnimap-transform-headers): Don't bug out on bodiless articles.
2913         (nnimap-send-command): Have no outstanding messages if the IMAP server
2914         doesn't support streaming.
2915         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2917 2010-10-24  Julien Danjou  <julien@danjou.info>
2919         * message.el (message-default-headers): Fix type.
2921 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2923         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2924         prefetching images.
2926         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2927         backend for unknown groups.  This is mainly useful for nnimap groups.
2929         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2930         group isn't covered by the agent.
2932 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2934         * nnir.el (nnir-method-default-engines): New variable.
2935         (nnir-run-query): Use it.
2936         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2937         (gnus-summary-nnir-goto-thread): Change group if needed.
2939         * gnus-group.el (gnus-group-group-map): Add key binding for
2940         gnus-group-make-nnir-group.
2942 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2944         * shr.el (shr-tag-object): Add.
2946         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2947         original article buffer live.
2948         (gnus-summary-select-article-buffer):
2949         Mention gnus-widen-article-buffer.
2951 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953         * shr.el (shr-tag-strong): Add.
2955 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2957         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2958         group names.  They mess up the group buffer badly.
2960         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2962         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2963         instead of the summary one.
2965 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2967         * mml.el (mml-preview): Work properly when editing article.
2969         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2970         gnus-have-read-active-file if it's already been in.
2972 2010-10-22  Tom Tromey  <tromey@redhat.com>
2974         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2975         gnus-group-completing-read.
2977 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2979         * message.el (message-mode-map): Don't bind M-; to comment region, to
2980         allow the global comment-dwim to work.
2982 2010-10-21  Julien Danjou  <julien@danjou.info>
2984         * message.el (message-setup-1): Allow message-default-headers to be a
2985         function.
2987 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2989         * shr.el (shr-tag-table): Simplify.
2991 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2993         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2994         to avoid trying to snarf invalid stuff.
2996         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2998         * gnus.el (gnus-message-archive-group): Quote value.
2999         (gnus-message-archive-group): Mark as changed.
3001         * shr.el (shr-add-font): Don't put the font properties on the newline
3002         or the indentation.
3004         * message.el (message-fix-before-sending): Change options when sending
3005         non-printable characters.
3007         * gnus.el (gnus-message-archive-method): Change the default to
3008         monthly outgoing groups.
3010         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
3011         that have gotten new numbers.
3013         * nnimap.el (nnimap-request-replace-article): New function.
3015 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
3017         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
3018         (nnrss-request-article): Don't use special html washing code.
3020 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3022         * shr.el (shr-tag-table): Remove useless nconc.
3024 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3026         * gnus-art.el (article-wash-html): Simplify and remove the charset
3027         stuff.  Use the normal html rendering code instead of the special html
3028         washing code.
3030         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
3031         `gnus-w3m' symbols.
3032         (mm-text-html-washer-alist): Remove.
3034         * mm-decode.el (mm-inline-text-html-renderer): Remove.
3035         (mm-inline-media-tests): Remove use.
3036         (mm-text-html-renderer): Change default to the `shr' symbol.
3038         * mm-view.el (mm-inline-text-html): Remove use.
3040         * gnus-art.el (gnus-blocked-images): New function.  Allow the
3041         `gnus-blocked-images' to be a function.
3042         (gnus-article-wash-function): Remove.
3044 2010-10-20  Julien Danjou  <julien@danjou.info>
3046         * spam.el (spam-list-of-processors): Mark as obsolete.
3048         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
3049         (nnimap-insert-partial-structure): Fix boundary detection.
3051 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
3053         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
3054         run file-truename on remote files.  This can be expensive and even
3055         prevent one from editing drafts if some unrelated buffer has a stale
3056         connection.
3058 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
3060         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
3061         kinsoku-eol regardless of shr-kinsoku-shorten.
3062         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
3063         (shr-tag-table): Support caption, thead, and tfoot.
3065 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3067         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
3068         lines.
3069         (shr-save-contents): New command and keystroke.
3071         * nndoc.el (nndoc-type-alist): Add git support.
3072         (nndoc-git-type-p): New function.
3073         (nndoc-transform-git-article): Ditto.
3074         (nndoc-transform-git-headers): Ditto.
3075         (nndoc-transform-git-headers): Generate Subject headers.
3077         * shr.el (shr-parse-style): New function.
3078         (shr-tag-span): Ditto.
3080         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
3081         to `G G' to avoid collisions.
3083 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3085         * shr.el: Load kinsoku if necessary.
3086         (shr-kinsoku-shorten): New internal variable.
3087         (shr-find-fill-point): Make kinsoku shorten text line if
3088         shr-kinsoku-shorten is bound to non-nil.
3089         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
3090         shr-indentation too when testing if table is wider than frame width.
3091         (shr-insert-table): Use `string-width' instead of `length' to measure
3092         text width.
3093         (shr-insert-table-ruler): Make sure indentation is done at bol.
3095 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3097         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
3098         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
3099         undecoded network data.
3101 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3103         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
3104         name in the mode line spec so that the mode line menu works
3105         (bug #2431).
3107         * message.el (message-get-reply-headers): If we're fed `to-address',
3108         then always use that.
3110         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
3111         aren't so wide as to need to switch off the edit menu.
3113         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
3114         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
3116         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
3117         `M-g'.
3118         (nnimap-update-info): Update flags/read marks even if \* isn't part of
3119         the permanent marks.
3121 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
3123         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
3124         Splitting according to references/in-reply-to obeys the ignore-groups
3125         variable, while splitting by sender and subject do not.
3127 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3129         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
3130         alist, so that we can look for non-Unicode chars.
3131         (article-translate-strings): Allow both character and string maps.
3133 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
3135         * shr.el (shr-insert): Don't insert space behind a wide character
3136         categorized as kinsoku-bol, or between characters both categorized as
3137         nospace.
3139 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
3141         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
3142         headers to gnus-newsgroup-headers.
3144 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3146         * shr.el (shr-tag-img): Don't align images -- since we're not
3147         rescaling, this often leads to ugly displays.
3149 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
3151         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
3152         duplicates.
3154 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
3156         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
3157         call.
3159 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3161         * gnus.el: Autoload gnus-html-show-images.
3163         * nnimap.el: Use nnheader-message throughout.
3165         * shr.el (shr-tag-img): Ignore images with no data.
3167 2010-10-15  Julien Danjou  <julien@danjou.info>
3169         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
3170         a possibility to disable format=flow encoding when using hard newlines.
3172 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
3174         * shr.el (shr-insert): Remove space inserted before or after a
3175         breakable character or at the beginning or the end of a line.
3176         (shr-find-fill-point): Do kinsoku; find the second best point or give
3177         it up if there's no breakable point.
3179 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3181         * nnimap.el (nnimap-open-connection): Message when opening connection
3182         for debugging purposes.
3184         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
3185         on every setup buffer call to allow this to change from article to
3186         article.
3188         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
3189         buffers where we have a wide table.
3191 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3193         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3194         uses *-request-thread.
3196 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3198         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3199         incantation, which is no longer valid.
3201 2010-10-14  Julien Danjou  <julien@danjou.info>
3203         * shr.el: Fix defcustom type (char -> character).
3205 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3207         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3208         programs.
3210 2010-10-14  Julien Danjou  <julien@danjou.info>
3212         * shr.el (shr-tag-a): Use url-link as widget type.
3214         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3215         `gnus-group-get-icon'.
3217 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3219         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3220         This should make server editing work better.
3222         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3224         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3225         (nnimap-parse-flags): Fix regexp.
3227         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3228         probably work for CJVK text, too.
3230         * nnimap.el (nnimap-extend-tls-programs): Remove.
3231         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3233 2010-10-13  Julien Danjou  <julien@danjou.info>
3235         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3236         responses.
3238 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3240         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3242         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3243         anything in Emacs.
3245         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3247 2010-10-13  Julien Danjou  <julien@danjou.info>
3249         * shr.el (shr-width): Make shr-width a defcustom with default to
3250         fill-column.
3251         (shr-tag-img): Use shr-width rather than fill-column.
3253 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3255         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3257         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3258         position when (X-)Faces exist.
3259         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3260         avatars when called interactively.
3262 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3264         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3265         gnus-article-x-face-too-ugly is bound.
3267 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3269         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3271         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3272         mailbox that doesn't exist.
3274 2010-10-12  Julien Danjou  <julien@danjou.info>
3276         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3277         (shr-get-image-data): Encode URL properly when fetching from cache.
3278         (shr-tag-img): Use aligned-to spaces to align correctly images.
3280         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3281         before inserting the Gravatar.
3283         * shr.el (shr-tag-img): Add align attribute support for <img>.
3285 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3287         * gnus-gravatar.el (gnus-art): Require.
3289         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3290         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3291         Remove long obsoleted functions.
3293 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3295         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3297         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3298         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3299         * mail-source.el, message.el, mm-bodies.el, mm-decode.el, mm-extern.el:
3300         * mm-util.el, mm-view.el, mml-smime.el, mml.el, mml1991.el, mml2015.el:
3301         * nnfolder.el, nnheader.el, nnmail.el, nnmaildir.el, nnrss.el, nntp.el:
3302         * rfc1843.el, sieve-manage.el, smime.el, spam.el:
3303         Fix comment for declare-function.
3305 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3307         * nnimap.el (nnimap-request-rename-group): Select group read-only
3308         before renaming it.
3310         * shr.el (shr-insert): Fix up the white space only regexp.
3312         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3313         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3315         * shr.el (shr-current-column): New function.
3316         (shr-find-fill-point): New function.
3318 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3320         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3321         numbers.
3323 2010-10-11  Julien Danjou  <julien@danjou.info>
3325         * shr.el (shr-hr-line): Add.
3326         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3327         display hr lines.
3328         (shr-max-columns): Do not change state to nil if we just inserting
3329         spaces.
3331 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3333         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3334         select the last group.
3336 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3338         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3340 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3342         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3343         for Gnus.
3344         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3345         (nnimap-update-qresync-info): Mark \Seen articles as read.
3347         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3348         non-variable, too.
3350         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3351         available.
3352         (nnimap-update-info): Rely more on the current active than the param
3353         active to avoid marking articles as read too much.
3355         * auth-source.el (auth-source-create): Use (user-login-name) for the
3356         user name default.
3358         * nnimap.el (nnimap-update-info): If the server doesn't return any
3359         useful info, just use the previous info.
3360         (nnimap-update-info): Prefer old info over start-article.
3361         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3363 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3365         * nnir.el (autoload): Clean up autoloads.
3366         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3367         Use key rather than value.
3368         (nnir-imap-search-other): New variable.
3369         (nnir-read-parm): Use it.
3370         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3371         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3373 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3375         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3376         the process, too.
3378 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3380         * spam.el (gnus-summary-mode-map): Bind to "$".
3381         Suggested by Russ Allbery.
3383         * shr.el: Rework the way things are indented by <li> slightly.
3385         * gnus.el (gnus-group-set-parameter): Fix typo.
3387         * nnimap.el: Start implementing QRESYNC support.
3389 2010-10-09  Julien Danjou  <julien@danjou.info>
3391         * nnir.el (nnir-engines): Fix too many arguments.
3393 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3395         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3396         group is the "last", so that the backends like nnfolder actually save
3397         their folders.
3399         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3400         try to use that for the tls stream.
3401         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3402         UIDVALIDITY and find out which groups are read-only and not.
3403         (nnimap-get-flags): Use the same marks parsing code as the rest of
3404         nnimap.
3406 2010-10-09  Julien Danjou  <julien@danjou.info>
3408         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3410         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3411         retrieving gravatars.
3413         * shr.el (shr-table-corner): Add.
3414         (shr-table-line): Add.
3415         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3417 2010-10-08  Julien Danjou  <julien@danjou.info>
3419         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3421 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3423         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3425         * gnus-sum.el (gnus-mark-article-as-unread)
3426         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3427         (gnus-summary-set-bookmark): Use it.
3429         * gnus-msg.el (gnus-setup-message): Use it.
3431         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3433         * gnus.el (gnus-group-remove-parameter): Use it.
3435         * gnus-group.el (gnus-group-make-web-group): Use it.
3437         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3439         * nnregistry.el: Update docs to mention manual.
3441         * gnus-registry.el: Update docs to mention nnregistry.el.
3442         (gnus-registry-initialize): Don't install nnregistry refer method
3443         automatically.
3444         (gnus-registry-install-nnregistry): Remove it.
3446 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3448         * shr.el (shr-insert): Don't insert double spaces.
3450 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3452         * gnus-gravatar.el (gnus-treat-from-gravatar)
3453         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3454         called interactively.
3456         * gnus-art.el (gnus-mime-view-part-externally)
3457         (gnus-mime-view-part-internally): Make predicate function passed to
3458         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3459         of a mime type.
3461         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3463 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3465         * shr.el (require): Require cl when compiling.
3466         (shr-tag-hr): New function.
3468         * nnimap.el (nnimap-update-info): Remove double setting of high.
3469         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3470         This makes nnimap work properly on Courier again.
3472         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3473         the variable for backwards compatibility.
3475         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3476         the file name before using to avoid setting mm-default-directory to
3477         nil.
3479         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3480         bidning gnus-agent variables.
3482         * shr.el (shr-render-td): Use a cache for the table rendering function
3483         to avoid getting an exponential rendering behaviour in nested tables.
3484         (shr-insert): Rework the line-breaking algorithm.
3485         (shr-insert): Don't leave trailing spaces.
3486         (shr-insert-table): Also insert empty TDs.
3487         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3489 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3491         * gnus-sum.el (gnus-number): Rename from `number'.
3492         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3493         (gnus-summary-limit-children): Update uses correspondingly.
3495 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3497         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3498         (gnus-gravatar-transform-address): Don't show avatars of people of
3499         which mail addresses match gnus-gravatar-too-ugly.
3501 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3503         * shr.el (shr-table-widths): Expand TD elements to fill available
3504         space.
3506 2010-10-07  Julien Danjou  <julien@danjou.info>
3508         * nnimap.el (nnimap-request-rename-group): Add this method.
3510 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3512         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3513         name from XEmacs' function-arglist.
3515         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3516         gravatar under XEmacs.
3518 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3520         * auth-source.el: Update docs with TODO items.
3522         * gnus-sync.el: Update docs to explain state and plans.
3524         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3525         Hooks for mark updates.
3526         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3528         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3529         hooks with arguments, which is needed for mark update hooks.
3531 2010-10-06  Julien Danjou  <julien@danjou.info>
3533         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3534         was matched.
3536         * sieve-manage.el: Update example in `Commentary'.
3538         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3540         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3541         not 2000.
3542         (sieve-manage-authenticate): Re-add function.
3544 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3546         * shr.el (shr-insert): Get 'space transition right.
3547         (shr-render-td): Only delete space at the end of the TD.
3549         * nnimap.el (nnimap-open-connection): Prepare to support
3550         open-gnutls-stream.
3552         * shr.el: Rearrange function order to be more logical.
3554 2010-10-06  Julien Danjou  <julien@danjou.info>
3556         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3557         (nnrss-discover-feed): Remove 404 URL in docstring.
3559         * nnir.el: Fix Swish-E URL.
3560         Fix Namazu URL.
3562         * message.el (message-change-subject): Remove 404 URL in a comment.
3564 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3566         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3567         called interactively.
3569         * gnus-util.el (gnus-remove-if): Allow hash table.
3570         (gnus-remove-if-not): New function.
3572         * gnus-art.el (gnus-mime-view-part-as-type)
3573         * gnus-score.el (gnus-summary-score-effect)
3574         * gnus-sum.el (gnus-read-move-group-name):
3575         Replace remove-if-not with gnus-remove-if-not.
3577         * gnus-group.el (gnus-group-completing-read):
3578         Regard collection as a hash table if it is not a list.
3580 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3582         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3584         * shr.el: Document the table-rendering algorithm.
3586         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3587         invalid URLs.
3589         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3590         line-broken.
3591         (shr-tag-img): Ignore image fetching errors.
3592         (shr-overlays-in-region): Compute overlay positions correctly.
3594         * mm-decode.el (mm-shr): Require shr.
3596         * gnus-art.el (gnus-blocked-images): Move variable here.
3598         * shr.el (shr-insert-table): Bind free variable.
3600         * mm-decode.el (mm-shr): Bind shr-content-function.
3602         * shr.el (shr-content-function): New variable.
3604         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3605         added for symmetry.
3607         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3609         * gnus-group.el (gnus-group-make-group): Doc fix.
3611         * nnimap.el (nnimap-request-newgroups): Return success.
3613         * shr.el (shr-find-elements): New function.
3614         (shr-tag-table): Put all the images after the table.
3615         (shr-tag-table): Really inhibit images inside the table.
3616         (shr-collect-overlays): Copy over overlays from the TD elements to the
3617         main document.
3619         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3620         gnus-blocked-images.
3622 2010-10-05  Julien Danjou  <julien@danjou.info>
3624         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3626         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3627         (gnus-html-maximum-image-size): Add this function.
3628         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3630         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3631         server-value of the capability is nil.
3633 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3635         * shr.el (shr-tag-em): Add <EM> tag.
3637 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3639         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3640         customizable.
3642         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3643         handing broken links to browse-url.
3645 2010-10-05  Julien Danjou  <julien@danjou.info>
3647         * gnus-util.el (gnus-emacs-completing-read)
3648         (gnus-iswitchb-completing-read): Use autoload rather than require.
3650 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3652         * gnus-util.el (gnus-completing-read-function): Exclude
3653         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3654         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3655         XEmacs.
3657         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3658         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3660         * gnus-html.el: Don't require help-fns under XEmacs.
3661         (gnus-html-schedule-image-fetching): Work for XEmacs.
3663         * mm-decode.el (mm-shr): Decode contents by charset.
3665 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3667         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3668         unknown.
3670         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3671         (shr-get-image-data): Ensure against the cache file missing.
3673         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3674         for data.
3676         * spam-report.el (spam-report-url-ping-plain): Don't query about
3677         killing the process.
3679         * shr.el (shr-render-td): Protect against too-wide text.
3681 2010-10-04  Julien Danjou  <julien@danjou.info>
3683         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3684         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3686         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3687         retrieved.
3689 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3691         * shr.el (browse-url): Require.
3692         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3693         lines.
3694         (shr-show-alt-text, shr-browse-image): New commands.
3695         (shr-browse-url, shr-copy-url): New commands.
3697         * gnus-sum.el (gnus-widen-article-window): New variable.
3698         (gnus-summary-select-article-buffer): Use it.
3700         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3701         without @ signs.
3703 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3705         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3707 2010-10-04  Julien Danjou  <julien@danjou.info>
3709         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3710         for XEmacs.
3712 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3714         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3716         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3717         (nnimap-close-server): Implement.
3719         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3720         (shr-insert): Tweak line breaking.
3721         (shr-insert): Handle <pre> better.
3722         (shr-tag-li): Get <li> indentation right.
3723         (shr-tag-li): Get <li> indentation even righter.
3724         (shr-tag-blockquote): Ensure paragraph start.
3725         (shr-make-table): Tweak table generation.
3726         (shr-make-table): Fix typo.
3728         * shr.el: Implement table rendering.
3730 2010-10-04  Julien Danjou  <julien@danjou.info>
3732         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3734 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3736         * shr.el (shr-insert): Use string anchors instead of line anchors.
3738 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3740         * shr.el: Add headings.
3741         (shr-ensure-paragraph): Actually work.
3742         (shr-tag-li): Make <ul> prettier.
3743         (shr-insert): Get white space at the beginning/end of elements right.
3744         (shr-tag-p): Collapse subsequent <p>s.
3745         (shr-ensure-paragraph): Don't insert double line feeds after blank
3746         lines.
3747         (shr-insert): \t is also space.
3748         (shr-tag-s): Fix "s" tag name function.
3749         (shr-tag-s): Fix face prop name.
3751 2010-10-03  Julien Danjou  <julien@danjou.info>
3753         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3755         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3756         gnus-window-inside-pixel-edges.
3758         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3759         gnus-ems.
3761         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3763         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3764         function.
3766         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3767         resize choice.
3769 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3771         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3772         beginning of the buffer.
3774         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3775         article buffer again.
3777         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3779         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3780         when it's at the start of the buffer.
3782         * shr.el (shr-tag-blockquote): Convert name.
3783         (shr-rescale-image): Use the right image-size variant.
3785         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3786         buffer isn't shown, then select the current article first instead of
3787         bugging out.
3788         (gnus-summary-select-article-buffer): Show both the article and summary
3789         buffers again.
3791         * shr.el (shr-fontize-cont): Protect against regions with no text.
3792         Rename tag functions to shr-tag-* for enhanced security.
3793         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3795 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3797         * shr.el (shr-insert):
3798         * pop3.el (pop3-movemail):
3799         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3800         loaded.
3802 2010-10-03  Glenn Morris  <rgm@gnu.org>
3804         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3806         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3808         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3810         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3812         * gnus-util.el (gnus-make-local-hook): Simplify.
3814 2010-10-02  Julien Danjou  <julien@danjou.info>
3816         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3817         (gnus-ido-completing-read): New function.
3818         (gnus-emacs-completing-read): New function.
3819         (gnus-completing-read): Use gnus-completing-read-function.
3820         Add gnus-completing-read-function.
3822 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3824         * shr.el (shr-insert-document): Autoload.
3825         (shr-img): Be silent.
3826         (shr-insert): Add a newline after every picture before text.
3827         (shr-add-font): Use overlays for combining faces.
3828         (shr-insert): Pass upwards the text start point.
3830         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3831         possible.
3832         (mm-shr): New function.
3834 2010-10-02  Julien Danjou  <julien@danjou.info>
3836         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3837         should go backward.
3839 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3841         * shr.el (shr): Fix typo in provide call.
3843 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3845         * shr.el: New file.
3847         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3849         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3850         completing read.
3852 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3854         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3855         we're being queried about.  Suggested by Dan Jacobson.
3857         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3858         Suggested by Jason Eisner.
3860         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3861         table, too.  Suggested by Stefan Wiens.
3862         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3863         the table unnecessary.  Suggested by Stefan Wiens.
3865         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3866         longer needed, and probably doesn't work either, as pointed out by
3867         Stefan Wiens.
3868         (gnus-summary-exit): Remove call to the clearing function.
3869         (gnus-summary-exit-no-update): Ditto.
3871         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3872         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3873         Reported by Stefan Monnier.
3874         (gnus-summary-save-in-rmail): Ditto.
3876         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3877         article buffer, instead of both the article buffer and the summary
3878         buffer.  Sort of suggested by Dan Jacobson.
3880         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3882         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3883         Suggested by Dan Jacobson.
3885         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3886         documentation clearer.
3888         * message.el (message-shorten-references): Comment on the number "21".
3889         Suggested by Stefan Monnier.
3891         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3892         Suggested by Dan Jacobson.
3894         * gnus.el (gnus-large-newsgroup):
3895         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3897         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3898         externalize attachments.  Bug reported by Steve Wen.
3900         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3901         really message anything to the user.
3903         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3904         directly.
3906         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3907         messages in empty groups.
3909 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3911         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3912         non-UIDNEXT group.
3914 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3916         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3917         not the value from the collection.
3919         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3920         values.  This sometimes happens on some groups that have no info.
3921         (nnimap-request-newgroups): New function.
3923 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3925         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3926         check into `gnus-registry-initialize'.
3927         (gnus-registry-initialize): Ditto.
3928         Fix and extend header docs.
3930 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3932         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3933         regexp backtrace overflows.
3935         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3936         for starttls that tls.el implements; i.e. openssl.
3938 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3940         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3941         (gravatar-create-image): New function that's an alias to
3942         gnus-xmas-create-image, gnus-create-image, or create-image.
3943         (gravatar-data->image): Use it.
3945 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3947         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3948         install the nnregistry refer method.
3949         (gnus-registry-install-hooks): Use it.
3950         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3951         unfollowed groups.
3953 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3955         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3956         expanding threads.
3958 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3960         * nnir.el: Use the server names without suffixes (bug #7009).
3962         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3963         unencrypted to STARTTLS, if possible.
3965 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3967         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3968         headers before superseding.
3970 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3972         * nnrss.el (nnrss-use-local): Add documentation.
3974         * nnimap.el (nnimap-extend-tls-programs): New function.
3975         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3976         (nnimap-wait-for-connection): Accept the greeting from the stupid
3977         output from openssl s_client -starttls, too.
3979         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3980         article number.
3981         (nnimap-split-fancy): New variable.
3982         (nnimap-split-incoming-mail): Use it.
3984         * nntp.el (nntp-server-list-active-group): Document.
3986         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3987         SELECT to get the message-id.
3989         * mail-source.el (mail-sources): Remove webmail support.
3990         (defvar): Ditto.
3991         (mail-source-fetcher-alist): Ditto.
3992         (mail-source-fetch-webmail): Remove.
3994         * webmail.el: Remove -- doesn't seem relevant any more.
3996         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3998         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3999         the \r.
4001 2010-09-30  Julien Danjou  <julien@danjou.info>
4003         * gnus-agent.el (gnus-agent-add-group): Fix call to
4004         gnus-completing-read.
4006 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4008         * nndoc.el (nndoc-retrieve-groups): New function.
4010         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
4011         `default', use nnmail-split-methods.
4012         (nnimap-request-article): Downcase the NILs so that they are nil.
4014         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
4015         symbol.
4017         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
4018         code, since if the user has requested network, that's what they ought
4019         to get.
4020         (nnimap-request-set-mark): Erase the buffer before issuing commands.
4021         (nnimap-split-rule): Mark as obsolete.
4023         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
4024         New variable.
4026         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
4027         correct slot, too.
4029 2010-09-29  Julien Danjou  <julien@danjou.info>
4031         * gnus.el (gnus-local-domain): Declare variable obsolete.
4033         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
4034         Fix history computing.
4035         (gnus-ido-completing-read): Require ido.
4037 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4039         * gnus-registry.el: Don't prompt on load, which makes it impossible to
4040         build Gnus.
4042         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
4043         when interpreting the structures.
4044         (nnimap-request-accept-article): Add \r\n to the lines to make this
4045         work with Cyrus.
4047         * nndraft.el (nndraft-request-expire-articles): Use the group name
4048         instead if "nndraft".  Fix found by Nils Ackermann.
4050 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
4052         * nnregistry.el: Add.
4054 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4056         * nnmail.el (group, group-art-list, group-art):
4057         Remove unneeded directives.
4059 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
4061         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
4062         (mm-mime-charset)
4063         * rfc2047.el (rfc2047-syntax-table)
4064         * utf7.el (utf7-utf-16-coding-system): Comment fix.
4066         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
4067         rather than `insert-file-contents' and `eval-region'.
4069 2010-09-29  Julien Danjou  <julien@danjou.info>
4071         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
4072         replacement of `gnus-gravatar-relief' to mimic
4073         `gnus-faces-properties-alist'.
4074         Add :version property.
4076 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4078         * mail-source.el (mail-source-report-new-mail)
4079         * message.el (message-default-mail-headers)
4080         * mm-decode.el (mm-valid-image-format-p): Comment fix.
4082         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
4084 2010-09-28  Julien Danjou  <julien@danjou.info>
4086         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
4087         mail-address contains the same string as real-name.
4089         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
4090         non-blank in header, otherwise it'll get stripped.
4092         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
4093         real-name, and then for mail address rather than doing : or , search.
4095 2010-09-27  Julien Danjou  <julien@danjou.info>
4097         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
4098         right completing-read function.
4099         (gnus-use-ido): New variable
4100         (gnus-completing-read-with-default): Remove.
4101         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
4102         (gnus-agent-add-group):
4103         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
4104         * mm-view.el (mm-view-pkcs7-decrypt):
4105         * mm-util.el (mm-codepage-setup):
4106         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
4107         * mml-smime.el (mml-smime-openssl-sign-query):
4108         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
4109         (mml-insert-multipart):
4110         * gnus-msg.el (gnus-summary-yank-message):
4111         * gnus-int.el (gnus-start-news-server):
4112         * mm-decode.el (mm-interactively-view-part):
4113         * gnus-dired.el (gnus-dired-attach):
4114         * gnus.el (gnus-read-method):
4115         * gnus-bookmark.el (gnus-bookmark-jump):
4116         * gnus-art.el (gnus-mime-view-part-as-type)
4117         (gnus-mime-action-on-part, gnus-article-encrypt-body):
4118         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
4119         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
4120         * nnmairix.el (nnmairix-create-server-and-default-group)
4121         (nnmairix-update-groups, nnmairix-get-server)
4122         (nnmairix-backend-to-server, nnmairix-goto-original-article)
4123         (nnmairix-get-group-from-file-path):
4124         * nnrss.el (nnrss-find-rss-via-syndic8):
4125         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
4126         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
4127         (gnus-group-browse-foreign-server):
4128         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
4129         (gnus-summary-execute-command, gnus-summary-respool-article)
4130         (gnus-read-move-group-name):
4131         * gnus-score.el (gnus-summary-increase-score)
4132         (gnus-summary-score-effect):
4133         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
4135 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4137         * nnimap.el (auth-source-forget-user-or-password)
4138         (auth-source-user-or-password): Autoload.
4140         * message.el (message-from-style, message-interactive)
4141         (message-signature): Remove comment.
4142         (message-cite-prefix-regexp): Default to mail-citation-prefix-regexp
4143         always.
4144         (message-sendmail-envelope-from): Comment fix.
4145         (message-yank-prefix): Default to mail-yank-prefix always.
4146         (message-indentation-spaces):
4147         Default to mail-indentation-spaces always.
4148         (message-signature-file): Default to mail-signature-file always.
4150 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4152         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4153         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4154         new articles.
4156         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4157         parts.
4158         (nnimap-request-article): Work with the t setting, too.
4160         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4161         that you don't get flashes of other buffers.
4162         (gnus-summary-show-complete-article): Intern before setting.
4164 2010-09-27  David Engster  <dengste@eml.cc>
4166         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4167         well as HEADERS.
4168         (nnmairix-retrieve-headers): Provide new argument for the above.
4170 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4172         * gnus-sum.el (gnus-summary-move-article): Don't alter
4173         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4174         group.
4176         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4178         * message.el (message-cite-prefix-regexp): Revert my last edit.
4180         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4181         variable instead of the Gnus variable.
4183         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4185         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4187         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4188         since some servers don't like it.
4189         (nnimap-open-connection): Forget credentials if the server says the
4190         password was wrong.
4191         (nnimap-parse-line): Protect against invalid data.
4193         * gnus-sum.el (gnus-summary-move-article): Add comment.
4194         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4195         nothing alters it while scanning for new messages.
4197         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4198         which may or may not help.
4199         (nnimap-open-connection): If we're doing a stream connection, and then
4200         discover we're on a STARTTLS-capable server, then open a STARTTLS
4201         connection instead.
4203 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4205         * nnimap.el (utf7): Require.
4207         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4208         prefix.
4210 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4212         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4214 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4216         * nnimap.el (nnimap-request-accept-article): Message the error on
4217         error.
4219 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4221         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4223 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4225         * nndoc.el (nndoc-request-list): Return success always.
4227         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4228         `fetch-old' -- we only want to fetch the articles we've requested.
4229         The rest are in the agent, probably.
4230         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4231         disappeared server" to something low.  It's not important.
4233         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4234         arrived before the FETCH data.
4236         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4237         target here, because we don't know the Gnus name of the group.
4239         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4240         for the correct group.
4242         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4244         * gnus.el (gnus): Give a final warning after startup.
4246         * gnus-util.el (gnus-action-message-log): New variable.
4247         (gnus-message): Use it.
4248         (gnus-final-warning): New function.
4250         * nnimap.el (nnimap-open-connection): Record the greeting.
4251         (nnimap): Add greeting.
4253 2010-09-26  Julien Danjou  <julien@danjou.info>
4255         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4256         arguments.
4257         (gnus-html-wash-images): Fix spec computing to include start/end.
4259         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4261 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4263         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4264         deletion.
4265         (nnimap-retrieve-headers): Don't select the group, because that's
4266         already done by nnimap-possibly-change-group.
4268         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4269         (gnus-picon-transform-address): Use it.
4271         * mail-source.el (mail-source-value): Revert previous patch.
4273         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4274         on failure.
4275         (nnimap-open-connection): Look up both virtual and physical server name
4276         credentials.
4278         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4280 2009-02-08  Dave Love  <fx@gnu.org>
4282         * gnus-win.el (gnus-window-to-buffer-helper)
4283         (gnus-all-windows-visible-p): Function needn't be a symbol.
4285         * mail-source.el (mail-source-value): Function needn't be a symbol.
4287 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4289         * message.el (message-cite-prefix-regexp): Remove } from the cite
4290         prefix.
4292         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4293         highlight again, so that the highlight is correct.
4295         * gnus-picon.el (gnus-picon): Remove again.
4296         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4298         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4299         doing the header highlightling, so that the background colour of the
4300         picon is correct.
4302         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4303         (gnus-picon): Ditto.
4304         (gnus-picon): Reinstate.  The background colour for picons is white.
4305         (gnus-picon-insert-glyph): Make the background white.
4307         * nnml.el (nnml-open-nov): Don't return dead buffers.
4309         * auth-source.el (auth-source-create): Query the user for whether to
4310         store the credentials.
4312         * auth-source.el (auth-source-user-or-password): Use the existing auth
4313         sources, if any, for creation.
4315         * gnus.el (gnus-group-fast-parameter): Return the last matching
4316         parameter instead of the first matching parameter.
4318 2010-09-26  Julien Danjou  <julien@danjou.info>
4320         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4322 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4324         * mml2015.el (mml2015-use): Remove gpg support.
4326         * mml1991.el (mml1991-function-alist): Remove gpg function.
4327         (mml1991-gpg-sign): Remove.
4329 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4331         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4332         (gnus-browse-unsubscribe-current-group): Document it.
4333         (gnus-browse-unsubscribe-group): Use it.
4335 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4337         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4338         address to the To list for easier response.
4340         * gnus.el (gnus-play-startup-jingle): Remove.
4341         (gnus-splash): Don't play jingle.
4342         (gnus): Silence gnus-load message.
4344         * gnus-art.el (gnus-treat-play-sounds): Remove.
4346         * gnus.el (gnus-play-jingle): Remove audio support.
4348         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4350         * earcon.el: Remove -- no users.
4352         * gnus-audio.el: Remove -- no users of this package.
4354         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4356         * gnus-start.el (gnus-setup-news): Remove nocem support.
4358         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4360         * gnus.el (gnus-use-nocem): Remove.
4362         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4363         Remove.
4365         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4366         uses NoCeM any more.
4368         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4369         (gnus-button-ctan-handler): Ditto.
4370         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4371         (gnus-button-ctan-directory-regexp): Ditto.
4372         (gnus-button-handle-ctan): Ditto.
4373         (gnus-button-tex-level): Ditto.
4374         (gnus-button-alist): Remove CTAN stuff.
4376 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4378         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4379         nnimap-streaming test.
4381         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4382         servers twice.
4384         * nnimap.el (nnimap-open-connection): Add more error reporting when
4385         nnimap fails early.
4387         * nnheader.el (nnheader-get-report-string): New function.
4388         (nnheader-get-report): Use it.
4390         * gnus-int.el (gnus-check-server): Say what the error was when opening
4391         failed.
4393         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4394         using streaming.
4396 2010-09-25  Julien Danjou  <julien@danjou.info>
4398         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4399         gnus-window-inside-pixel-edges.
4401 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4403         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4405         * mm-decode.el (mm-save-part): Allow saving to other directories the
4406         normal Emacs way.
4408         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4409         Suggested by Jay Berkenbilt.
4411         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4412         there isn't a single byte.
4414         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4415         just do it.  It doesn't really seem to matter what the user responds
4416         here, I think, so it's just a confusing question.
4418         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4419         non-streaming case.
4421         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4422         (gnus-article-encrypt-body): Use it.
4424         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4425         keystroke.
4427         * nnimap.el (nnimap-find-wanted-parts-1):
4428         Use gnus-fetch-partial-articles.
4430         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4432         * nnimap.el (nnimap-insert-partial-structure): New function.
4433         (nnimap-get-partial-article): New function.
4434         (nnimap-request-article): Use it.
4435         (nnimap-wait-for-response): Return whether the wait was successful.
4436         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4437         retrieval wasn't successful.
4438         (nnimap-retrieve-group-data-early): Allow throttling servers.
4439         (nnimap-streaming): New variable.
4440         (nnimap-fetch-partial-articles): Remove.
4442         * mm-decode.el (mm-with-part): Protect against killed buffers.
4444         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4445         for prettier summary display.
4447 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4449         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4451 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4453         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4454         apparently third-party libraries depend on it.
4456         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4457         before starting negotiation.
4459         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4460         privacy reasons.
4461         (gnus-treat-mail-gravatar): Ditto.
4463         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4464         buffer when inserting images.  Inserting text into the headers, for
4465         instance, can make them invalid.
4467 2010-09-25  Julien Danjou  <julien@danjou.info>
4469         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4470         variables.
4472         * nnheader.el: Remove useless variables news-reply-yank-from and
4473         news-reply-yank-message-id.
4475         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4476         variables.
4478         * mml1991.el: Remove useless mml1991-verbose.
4480         * gnus.el: Remove useless variable gnus-use-generic-from.
4481         Remove obsolete variable gnus-topic-indentation.
4483         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4485         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4487         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4489         * gnus-group.el: Remove useless gnus-group-icon-cache.
4490         Remove useless gnus-ephemeral-group-server.
4492         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4494         * mml2015.el: Remove useless mml2015-verbose.
4496         * mml-smime.el: Remove useless mml-smime-verbose.
4498         * gnus.el: Remove useless gnus-local-domain.
4500         * gnus-gravatar.el (gnus-gravatar-transform-address):
4501         Use gnus-gravatar-size.
4503         * gnus-art.el: Remove useless gnus-treat-translate.
4505 2010-09-24  Julien Danjou  <julien@danjou.info>
4507         * gnus-sum.el: Add support for Gravatars.
4509         * gnus-art.el: Add support for Gravatars.
4511         * gnus-gravatar.el: Add this file.
4513         * gravatar.el: Add this file.
4515 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4517         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4519         * gnus-group.el (gnus-group-fetch-faq): Remove.
4521         * gnus.el (gnus-group-faq-directory): Remove.
4523         * gnus-group.el (gnus-group-fetch-charter): Remove.
4525         * gnus.el (gnus-group-charter-alist): Remove.
4527         * gnus-group.el (gnus-group-archive-directory): Remove.
4528         (gnus-group-recent-archive-directory): Ditto.
4529         (gnus-group-make-archive-group): Remove.
4531         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4533         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4534         use the same article number for all the cached articles.
4536         * nnimap.el (nnimap-command): Register the last command time so
4537         that we can use it for idling NOOPs.
4538         (nnimap-open-connection): Start the keeplive timer.
4539         (nnimap-make-process-buffer): Store all the process buffers.
4540         (nnimap-keepalive): New function.
4542         * starttls.el (starttls-open-stream): Add autoload cookie.
4544 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4546         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4547         handling.
4549 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4551         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4552         its data structures.
4554         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4555         instead of the cl.el copy-list.
4556         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4557         equalp.
4559 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4561         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4562         and tool-bar-local-item-from-menu.
4564         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4565         mode-line-highlight face for Emacs.
4567         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4568         loading gnus-sum.elc; fix comment for canlock-verify.
4569         (gnus-article-jump-to-part): Use read-number.
4570         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4571         Remove Emacs pre-21 compatible code for help-echo.
4572         (gnus-article-next-page-1): No need to adjust the number of lines.
4573         (gnus-article-describe-bindings): Always use help-buffer.
4575         * gnus-audio.el (gnus-audio-inline-sound)
4576         * gnus-cus.el (gnus-custom-mode)
4577         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4579         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4581         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4582         compatible code.
4584 2010-09-24  Glenn Morris  <rgm@gnu.org>
4586         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4587         visiting the fcc file in rmail-mode.
4589 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4591         * nnir.el: Silence the byte compiler.
4593         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4594         alias to browse-url-url-encode-chars if any.
4595         (gnus-html-encode-url): Use it.
4597 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4599         * gnus-start.el (gnus-use-backend-marks): New variable.
4600         (gnus-get-unread-articles-in-group): Use it.
4602         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4603         makeover.
4605 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4607         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4609 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4611         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4612         Remove.
4613         (gnus-setup-news-hook):
4614         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4616         * gnus-int.el (gnus-request-update-info): Protect against backends not
4617         having the function.
4619         * nnimap.el (nnimap-stream): Mention starttls.
4620         (nnimap-open-connection): Add starttls support.
4622 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4624         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4626 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4628         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4629         BODYSTRUCTUREs.
4630         (nnimap-transform-headers): Unfold quoted {42} headers.
4632         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4633         the info.
4634         (gnus-get-unread-articles): Only call updatep on backends that support
4635         it.
4637         * nnweb.el (nnweb-request-update-info): NOOP.
4639         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4641         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4642         since it only deals with marks.
4644         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4645         gnus-request-marks, and make a new gnus-request-update-info.
4647         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4648         the active instead of the high number, which is usually too low.
4650 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4652         * encrypt.el: Remove.
4654 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4656         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4657         server in symbolic form.
4659         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4661 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4663         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4664         (nnimap-update-info): Fix up code slightly.
4666         * gnus-int.el (gnus-open-server): Add tracing for performance
4667         debugging.
4669         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4670         (gnus-group-insert-group-line): Pass the real group name so that it
4671         gets the right data.
4673         * gnus-start.el (gnus-get-unread-articles): Don't have
4674         `gnus-get-unread-articles-in-group' update info, since that can be
4675         really slow and doesn't seem to be needed?
4677 2010-09-22  Julien Danjou  <julien@danjou.info>
4679         * gnus-group.el (gnus-group-insert-group-line):
4680         Call gnus-group-highlight-line.
4681         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4682         default hook list.
4683         (gnus-group-update-eval-form): Add new function.
4684         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4685         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4687 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4689         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4690         immediate, then expire all articles.
4691         (nnimap-update-info): Fix off-by-one errors.
4692         (nnimap-flags-to-marks): Would return no marks lists for group with no
4693         flags.  Instead return the other data.
4695 2010-09-22  Julien Danjou  <julien@danjou.info>
4697         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4698         Only return an icon.
4699         (gnus-group-insert-group-line): Compute icon to return.
4701         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4702         (gnus-html-image-fetched): Only cache if
4703         gnus-html-image-automatic-caching is set.
4704         (gnus-html-image-fetched): Check for errors.
4706 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4708         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4709         once per method on `g'.  This ensures that backends like nnfolder don't
4710         open all their folders.
4712         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4713         (nnimap-request-list): Nix out group in the correct buffer.
4714         (nnimap-parse-flags): Implement by using `read' instead of
4715         hand-parsing.
4716         (nnimap-flags-to-marks): Pass on permanent-flags.
4717         (nnimap-make-process-buffer): Record the server name.
4718         (nnimap-parse-flags): Fix typo.
4719         (nnimap-request-scan): Run split on the server in general, not just a
4720         single group.
4722         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4723         parameter, and propagate this downwards.
4725         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4726         since EXAMINE changes it on the server.
4728         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4729         this command might take a while.
4731 2010-09-22  Julien Danjou  <julien@danjou.info>
4733         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4734         harmful if you have 2 images side-by-side, they can't be properly
4735         update on text deletion.  Using text-property is safer here.
4736         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4737         data.
4739 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4741         * nnimap.el (nnimap-expunge-inbox): Remove.
4742         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4743         (nnimap-expunge): Flip default to t.
4745         * gnus.el (gnus-method-to-server): Don't push things to the cache
4746         unless it's unique.
4747         (gnus-server-to-method): Ditto.
4749 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4751         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4753 2010-09-22  Julien Danjou  <julien@danjou.info>
4755         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4756         get the start of data.
4757         (gnus-html-encode-url): Add this function to encode special chars in
4758         URL.
4759         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4760         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4762         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4763         default.
4764         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4766         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4767         images alt-text.
4768         (gnus-html-put-image): Put alt-text as help-echo.
4770 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4772         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4773         * mm-util.el (mm-decompress-buffer)
4774         * nnir.el (nnir-run-find-grep)
4775         * pop3.el (pop3-list): Use 3rd arg of split-string.
4777 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4779         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4780         outside the active range.  Suggested by Dan Christensen.
4782         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4783         slightly later to avoid double-getting it.
4785         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4786         previous patch.
4788         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4790 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4792         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4794 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4796         * gnus-int.el (gnus-open-server): Give a better error message in the
4797         "go offline" case.
4799         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4800         marks for nnimap, which is seldom the right thing to do.
4802         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4803         (gnus-same-method-different-name): New function.
4805         * nnimap.el (parse-time): Require.
4807         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4808         method in the presence of many similar methods.
4810         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4812         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4813         nnml-inhibit-expiry.
4815         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4816         find out whether methods are equal.
4818         * nnimap.el (nnimap-find-expired-articles): New function.
4819         (nnimap-process-expiry-targets): New function.
4820         (nnimap-request-move-article): Request the article before looking at
4821         what the Message-ID is.  Fix found by Andrew Cohen.
4822         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4824         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4825         for oldness in addition to being a predicate.
4827         * nnimap.el (nnimap-request-group): When we have zero articles, return
4828         the right data to Gnus.
4829         (nnimap-request-expire-articles): Only delete articles immediately if
4830         the target is 'delete.
4832         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4833         method, this would bug out.
4835         * gnus-group.el (gnus-group-expunge-group): Rename from
4836         gnus-group-nnimap-expunge, and implemented as a normal interface
4837         function.
4839         * gnus-int.el (gnus-request-expunge-group): New function.
4841         * nnimap.el (nnimap-request-create-group): Implement.
4842         (nnimap-request-expunge-group): New function.
4844 2010-09-21  Julien Danjou  <julien@danjou.info>
4846         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4847         (gnus-html-cache-expired): Add new function.
4848         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4849         wethever we should display image for fetch it.
4850         Compute alt-text earlier to pass it to the fetching function too.
4851         (gnus-html-schedule-image-fetching): Change function argument to only
4852         get one image at a time, not a list.
4853         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4854         cache.
4855         (gnus-html-get-image-data): New function to retrieve image data from
4856         cache.
4857         (gnus-html-put-image): Change buffer argument to use image data rather
4858         than file, and place image above region rather than inserting a new
4859         one.  Do not take alt-text as argument, since it's useless now: we place
4860         the image above alt-text.
4861         (gnus-html-prune-cache): Remove.
4862         (gnus-html-show-images): Start to fetch image when we find one, do not
4863         push into a temporary list.
4864         (gnus-html-prefetch-images): Only fetch image if they have expired.
4865         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4866         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4868 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4870         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4872 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4874         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4875         spec inser "*" if the group isn't active instead of 0.
4877         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4878         opening the server.
4879         (nnimap-request-delete-group): Implement group deletion.
4880         (nnimap-transform-headers): Return the size of the entire message in
4881         the Bytes header, not just the size of the first part.
4882         (nnimap-request-move-article): When moving an article from nnimap,
4883         request the article first so the accepting form has an article to
4884         accept.  Reported by Dan Christensen.
4885         (nnimap-command): Make sure that the error message doesn't error out.
4887 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4889         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4890         we haven't requested anything.
4892 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4894         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4895         "".  Fix found by Andrew Cohen.
4897         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4898         instead of -encode-string.
4900 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4902         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4904         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4905         by mm-subst-char-in-string.
4907 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4909         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4910         waiting for the connection string.
4912         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4913         arriving.
4915         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4916         bogus characters.  This allows selecting certain Gmail groups.
4918         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4919         (nnimap-fetch-partial-articles): New variable.
4920         (nnimap-open-connection): When looking for credentials, also use the
4921         nnimap-server-port.
4922         (nnimap-request-article): Return the group/article number, so that Gnus
4923         `^' works as expected.
4924         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4926         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4927         comments.
4928         (gnus-methods-sloppily-equal): New function.
4929         (gnus): When using the development version of Gnus, load the gnus-load
4930         file.
4932         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4933         `gnus-open-server' on each method before trying to scan them etc.
4934         This ensures that all the backend parameters are set correctly.
4936         * nnimap.el (nnimap-authenticator): New variable.
4937         (nnimap-open-connection): Allow anonymous login.
4938         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4939         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4941         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4942         patch, found by Knut Anders Hatlen.
4944 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4946         * gnus-agent.el (gnus-agent-batch-confirmation)
4947         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4948         to gnus-message.
4949         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4950         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4951         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4952         * gnus-int.el (gnus-open-server): Likewise.
4953         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4954         (gnus-score-check-syntax): Likewise.
4955         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4956         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4957         Likewise.
4958         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4960 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4962         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4963         calling conventions so that prefetch doesn't bug out.
4965 2010-09-19  Julien Danjou  <julien@danjou.info>
4967         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4968         rather than `subst-char-in-region' in order to be able to replace ASCII
4969         char by UTF-8 ones.
4971         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4972         than curl.
4973         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4974         the right URL and ALT text on images.
4975         (gnus-html-wash-tags): Fix tag case.
4976         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4977         (gnus-article-html): Add -o display_ins_del=2 option.
4978         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4980 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4982         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4983         the extra mail headers, which sometimes seem to happen for unknown
4984         reasons.
4986         * mail-parse.el (mail-header-encode-parameter): Define as
4987         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4988         (or most, perhaps?) mail readers don't understand the latter, but do
4989         understand the former.
4991         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4992         to nil, so that no methods are automatically agentized.  I think this
4993         is probably what most users want.
4995         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4996         from url-retrieve, for instance about invalid URLs.
4998         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4999         groups that have no articles.
5000         (nnimap-request-article): Check that we really got an article when we
5001         requested one.
5003         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
5004         doesn't exist.
5006         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
5007         nntp buffer so the agent can save it.
5008         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
5009         that CRLF doesn't get translated to \n.
5010         (nnimap-open-connection): Don't make 'shell commands only send \n.
5012 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
5014         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
5015         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
5016         Update var name.
5017         (nnml-generate-nov-file): Use dolist.
5018         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
5019         Use with-current-buffer.
5021 2010-09-18  Julien Danjou  <julien@danjou.info>
5023         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
5024         parallel.
5026 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5028         * nnimap.el (nnimap-update-info): When doing partial marks update, get
5029         the range update right.
5030         (nnimap-request-group): Don't make `M-g' bug out on group with no
5031         marks.
5032         (nnoo): Require, so that other packages can require nnimap.
5033         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
5034         command we're looking for.  This helps when the server sends more
5035         responses after we've gotten everything we expected.
5036         (nnimap): Add a `newlinep' field to keep track of end-of-line
5037         conventions.
5038         Don't send CRLF to things that don't want it.
5039         (nnimap-request-accept-article): Ditto.
5041 2010-09-18  Julien Danjou  <julien@danjou.info>
5043         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
5044         than curl to retrieve images.
5046 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5048         * nnimap.el (nnimap-update-info): Extend the info so that we can set
5049         the marks.
5050         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
5051         (nnimap-wait-for-connection): New function.
5052         (nnimap-open-connection): If we have PREAUTH, don't query for login
5053         credentials.
5054         (nnimap-update-info): Fix off-by-one error when concatenating ranges
5055         when doing a partial update.
5057 2010-09-18  Julien Danjou  <julien@danjou.info>
5059         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
5060         tags.
5062 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5064         * nnimap.el (nnimap-credentials): New function.
5065         (nnimap-open-connection): Use the new function to look for credentials
5066         also on the numeric equivalents of "imap" and "imaps".
5068         * gnus-start.el (gnus-activate-group): Send the info to
5069         gnus-request-group.
5071         * nnimap.el (nnimap-request-group): Have the "check" version of the
5072         function parse flags and update the info, so that a `M-g' get a total
5073         resync of all flags from the group.
5075         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
5076         to allow backends to alter the info on group selection.  Also alter all
5077         the backend -request-group functions to take the parameter.
5079         * nnimap.el (nnimap-store-info): New function.
5080         (nnimap-update-info): Store the info for later usage.
5081         (nnimap-request-group): Use the stored info for the dont-check case, so
5082         that we don't retrieve all marks when we enter a group.
5084         * nnimap.el: Use deffoo instead of defun for interface functions.
5086         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
5087         update the group info.  This makes the nndraft groups, for instance, go
5088         back to their old behaviour.
5090         * gnus-sum.el (gnus-select-newsgroup): Indent.
5092         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
5093         in.
5094         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
5095         nothing.
5097         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
5098         from methods that are denied.
5100         * gnus-int.el (gnus-method-denied-p): New function.
5102         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
5103         store the password instead of netrc.
5104         (nnimap-open-connection): Don't error out when we can't make a
5105         connections.
5107         * auth-source.el (auth-source-create): In the password prompt, say what
5108         we're querying for.  Also prompt for user name if that hasn't been
5109         given.
5111         * nnimap.el (nnimap-with-process-buffer): Remove.
5113 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5115         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
5116         method when we're reading from the agent.
5118         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
5120         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
5121         that's probably most useful for users.
5123         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5124         "failed" all the time.
5126         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5127         ...)) with (with-current-buffer ... ).
5129         * nntp.el (nntp-open-server): Return whether the open was successful or
5130         not.
5132         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5133         select an unread unseen article first.
5135         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5136         /etc/services, supply some sensible port defaults.
5138 2010-09-17  Julien Danjou  <julien@danjou.info>
5140         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5142 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5144         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5145         doesn't have any parameters.
5147 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5149         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5150         only upcased checks.
5152         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5154         * nnimap.el (nnimap-open-shell-stream): New function.
5155         (nnimap-open-connection): Use it.
5156         (nnimap-transform-headers): Get the number of lines in each message.
5157         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5158         number of lines.
5159         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5160         problem.
5162         * utf7.el (utf7-encode): Autoload.
5164         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5165         to allow the mail splitting to not return a default group.  This is
5166         useful for nnimap, which will leave unmatched mail in the inbox.
5168         * nnimap.el: Rewritten.
5170         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5171         nnimap usage.
5173         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5174         if the move is internal, so that nnimap can do fast internal moves.
5176         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5177         data.
5178         (gnus-read-active-for-groups): Support finishing the early retrieval of
5179         data.
5181         * gnus-range.el (gnus-range-nconcat): New function.
5183         * gnus-int.el (gnus-finish-retrieve-group-infos)
5184         (gnus-retrieve-group-data-early): New functions.
5186 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5188         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5189         (nnrss-retrieve-groups):
5190         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5191         (pop3-quit): Use with-current-buffer.
5193 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5195         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5196         instead of nnheader-accept-process-output.
5198         * gnus-html.el (gnus-html-schedule-image-fetching)
5199         (gnus-html-prefetch-images): Replace process-kill-without-query by
5200         gnus-set-process-query-on-exit-flag.
5202 2010-09-16  Romain Francoise  <romain@orebokech.com>
5204         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5206 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5208         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5209         parameter to unintern is mandatory-ish in Emacs 24.
5211         * gnus-html.el (gnus-html-schedule-image-fetching)
5212         (gnus-html-prefetch-images): Check for curl before using it.
5214         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5215         depend on curl, which isn't essential.
5217         * imap.el: Revert back to version
5218         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5219         seem problematic.
5221 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5223         * gnus-registry.el (gnus-registry-install-shortcuts):
5224         Explicitly pass `obarray' to `unintern' to avoid a warning.
5226 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5228         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5229         change.
5231         * nnrss.el (nnrss-request-list): Remove this function and related
5232         functions, including the moreover stuff.
5234 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5236         * nnrss.el (nnrss-retrieve-groups): New function.
5238 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5240         * .dir-locals.el: Add no-byte-compile cookie.
5242 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5244         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5245         for back end that doesn't support request-scan.
5247 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5249         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5250         then do request scans from the backends.
5252         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5253         avoid running a hook per line, since this takes a lot of time,
5254         profiling shows.
5255         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5256         directly if gnus-visual-p is true.
5258 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5260         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5261         groups; replace mapcar with dolist which is a bit faster; pass groups
5262         info to gnus-read-active-file-1.
5263         (gnus-read-active-file-1): Scan only specified groups if the new
5264         optional arg `infos' is given.
5266 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5268         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5270         * pop3.el (pop3-movemail): Remove.
5271         (pop3-streaming-movemail): Rename to pop3-movemail.
5273         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5274         don't restrict end-tag searches to the end of the line.
5276 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5278         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5279         articles of every unchecked group to t, which means unknown since the
5280         server has never been opened.
5282 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5284         * gnus-html.el (gnus-html-show-alt-text): New command.
5285         (gnus-html-browse-image): Ditto.
5286         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5287         to browse the image directly.
5288         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5289         better.
5291         * gnus-async.el (gnus-async-article-callback):
5292         Call `gnus-html-prefetch-images' unconditionally.
5294         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5295         before feeding URLs to curl.
5297 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5299         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5300         internal images as deletable by `W D D'.
5302         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5303         (gnus-async-article-callback): Fix typo.
5305 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5307         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5308         current line to work around bugs in the output from w3m.
5310         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5311         for groups that want that.
5313         * nntp.el (nntp-wait-for-string): Supply a timeout for
5314         accept-process-output to ensure progress.
5316         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5317         level to get unread articles from, then use that for foreign groups,
5318         too.
5320         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5321         confuses the rest of the function.
5323         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5324         for the methods that support -retrieve-groups, too.
5326         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5328 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5330         * pop3.el: Require cl when compiling.
5331         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5333 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5335         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5336         that aren't going to be activated.
5337         (gnus-get-unread-articles): Fix up the last commit.
5339         * gnus-html.el (gnus-article-html): Allow calling without specifying
5340         the handle.  In that case, dissect the buffer first.
5342         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5344         * nnimap.el (nnimap-open-connection): Revert the change that would look
5345         into authinfo for imaps instead of imap.
5347         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5348         say that you don't want to call gnus-request-group with don-check, but
5349         do check the reponse.  This is for virtual groups only.
5350         (gnus-get-unread-articles): Count the archive groups as secondary, so
5351         that they're activated the same way as before.
5353         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5354         case-insensitively.
5355         (nnimap-debug): Remove.
5357         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5358         mail from a file, and the file doesn't exist.
5360         * pop3.el (pop3-streaming-movemail): Return t for success.
5362         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5363         .authinfo if we're using ssl connection.
5365         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5366         already have if we're in a main Gnus `g' run.
5368         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5370 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5372         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5374         * nnmh.el (nnmh-request-list-1): Bind `file'.
5376         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5377         alias to set-process-query-on-exit-flag or process-kill-without-query.
5378         (pop3-open-server): Use it.
5380 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5382         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5383         box to the Incoming file.  Fixes mistake in previous checkin.
5385         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5386         request loop (for debugging purposes) removed.
5388         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5389         culprit is more visible.
5390         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5391         (nnml-add-incremental-nov): New functions to do "incremental" nov
5392         updates, where we just append to the end of the existing nov files
5393         without reading/writing them in full.
5395         * mail-source.el (mail-source-delete-crash-box): Really only check the
5396         incoming files once in a while.
5398         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5400         * mail-source.el (mail-source-delete-crash-box): Only check the
5401         incoming files for deletion once per day to save a lot of file
5402         accesses.
5404         * pop3.el (pop3-logon): Fix up unbound variable typo.
5406         * mail-source.el (pop3-streaming-movemail): Autoload.
5408         * pop3.el (pop3-streaming-movemail):
5409         Respect pop3-leave-mail-on-server.
5411         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5412         retrieval.
5414         * pop3.el (pop3-process-filter): Remove unused function.
5415         (pop3-streaming-movemail, pop3-send-streaming-command)
5416         (pop3-wait-for-messages, pop3-write-to-file)
5417         (pop3-number-of-responses): New functions for streaming pop3
5418         retrieval.
5420         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5421         come from no known methods.
5422         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5423         list.
5425         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5426         message sizes.
5427         (pop3-movemail): Use erase-buffer instead of looping and deleting
5428         regions, which seems rather odd.
5430         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5431         file once per `g' run.
5433         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5434         directories.  This makes the draft queue directory work.
5436         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5437         data from the backends, so that we only request the list of groups from
5438         each method once.  This should speed things up considerably.
5440         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5441         detect that it's not implemented.
5443         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5444         we actually do recurse down into the tree, but don't stat all leaf
5445         nodes.
5447         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5448         then say so instead of bugging out.
5450         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5451         files exist before trying to read them.
5453         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5454         around <pre_int>.
5456         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5458         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5460 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5462         * mm-util.el (mm-image-load-path): Just return the image directories,
5463         not all directories in the path in addition to the image directories.
5464         (mm-image-load-path): Maintain a cache of the image directories so that
5465         the `g' command in Gnus doesn't have to stat dozens of directories each
5466         time.
5468         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5469         (gnus-html-wash-tags): Add a new `i' command to insert images.
5470         (gnus-html-insert-image): New command and keystroke.
5471         (gnus-html-redisplay-with-images): New command and keystroke.
5472         (gnus-html-show-images): Rename command.
5473         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5474         spacers.
5475         (gnus-html-wash-tags): Decode entities at the end, so that entities
5476         inside the tags don't mess up the rest of the "parsing".
5478         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5479         so that nnimap methods aren't agentized by default.  There's apparently
5480         many problems related to agent/imap behaviour.
5482         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5484         * gnus-html.el: Doc fix.
5486 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5488         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5489         glyph-width and glyph-height instead of display-graphic-p and
5490         image-size; make avoidance of displaying small images work for XEmacs.
5492         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5493         for XEmacs.
5495         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5496         of symbol that holds plist data.
5497         (gnus-process-plist): Remove plist of process after getting it.
5499 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5501         * message.el (message-generate-hashcash): Change default to
5502         'opportunistic if hashcash is installed.
5504         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5505         (gnus-html-put-image): Only call image-size once, since it's somewhat
5506         time-consuming on remote X servers.
5508 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5510         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5511         decoded contents.
5512         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5514 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5516         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5517         group line format, since it isn't very interesting.
5519         * gnus-agent.el (gnus-agent-short-article),
5520         (gnus-agent-long-article): Increase values for these two variables,
5521         since most people are likely to have more network connection and
5522         storage than before.
5524         * gnus.el (gnus-refer-article-method): Change default to 'current.
5525         When referring an article, the common behaviour is to refer it from the
5526         current select method, not the native select method.  The chances of
5527         the native select method having the message in question is rather slim
5528         these days.
5530         * gnus-sum.el (gnus-auto-select-subject): Change default to
5531         `unseen-or-unread'.  I think it's likely that most people want to
5532         select an unseen article over a previously seen, but unread one.
5534         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5535         means that in the article buffer none of the minor mode elements will
5536         be shown, usually, and this is not desirable in most cases.
5538         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5539         that commands like `d' (and the like) go to the next line in the
5540         buffer, instead of the next unread article.  I think this is the
5541         behaviour that is most natural for most users.
5542         (gnus-single-article-buffer): Change default to nil, so that people can
5543         have as many article buffers open as they have summary buffer.  I think
5544         this is the most natural way for the groups to behave.
5546         * message.el (message-generate-new-buffers): Change default to
5547         `unsent', so that all new message buffers start their names with the
5548         string "*unsent", and it's easier to find the buffers if you move from
5549         them.
5551 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5553         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5554         small.  They're probably tracking images.
5555         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5556         (gnus-html-rescale-image): Yet another try at getting the image sizing
5557         right.
5559         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5560         nntp-marks-file-name is nil.
5562 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5564         * gnus-html.el (gnus-html-wash-tags)
5565         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5566         Better logging.
5568 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5570         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5572         * gnus-html.el (gnus-html-wash-tags): Check the value of
5573         gnus-blocked-images in the summary buffer.
5575 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5577         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5579 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5581         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5582         like "a", it seems like.
5583         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5584         since it needs to be picked from the correct buffer.
5586         * nnwfm.el: Remove.
5588         * nnlistserv.el: Remove.
5590 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5592         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5593         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5595 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5597         * nnkiboze.el: Remove.
5599         * nndb.el: Remove.
5601         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5602         alt text.
5603         (gnus-html-rescale-image): Try to get the rescaling logic right for
5604         images that are just wide and not tall.
5606         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5607         overshadow variable bindings.
5609 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5611         * gnus-html.el (gnus-html-wash-tags)
5612         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5613         Add extra logging.
5615 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5617         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5618         (gnus-max-image-proportion): New variable.
5619         (gnus-html-rescale-image): New function.
5620         (gnus-html-put-image): Rescale images.
5622 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5624         Fix up some byte-compiler warnings.
5625         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5626         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5627         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5628         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5629         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5630         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5631         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5633 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5635         * gnus-html.el (gnus-article-html): Decode contents by charset.
5637 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5639         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5640         (gnus-html-frame-width, gnus-blocked-images)
5641         * message.el (message-prune-recipient-rules): Add custom version.
5642         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5644         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5645         functions.
5647         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5648         gnus-process-get.
5650 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5652         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5653         instead of lsub directly.
5655 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5657         * nnwarchive.el: Remove.
5659         * gnus-soup.el: Remove.
5661         * nnsoup.el: Remove.
5663         * nnultimate.el: Remove.
5665         * gnus-html.el (gnus-blocked-images): New variable.
5667         * message.el (message-prune-recipients): New function.
5668         (message-prune-recipient-rules): New variable.
5670         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5671         guess whether a long line is natural text or not.
5673         * gnus-html.el (gnus-html-schedule-image-fetching):
5674         Use gnus-process-plist and friends for compatibility.
5676 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5678         * gnus-html.el: Require packages that define macros used in this file.
5679         (gnus-article-mouse-face): Declare to silence byte-compiler.
5680         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5681         process-get.
5682         (gnus-html-put-image): Use plist-get to avoid getf.
5683         (gnus-html-prefetch-images): Use with-current-buffer.
5685 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5687         * gnus-ems.el: Provide compatibility functions for
5688         gnus-set-process-plist.
5690         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5691         * gnus.el (gnus-valid-select-methods)
5692         * message.el (message-send-mail-partially-limit)
5693         * mm-decode.el (mm-text-html-renderer)
5694         * mml.el (mml-insert-mime-headers-always)
5695         * smiley.el (smiley-regexp-alist): Bump custom version.
5697 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5699         * gnus-html.el: require mm-url.
5700         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5701         with the url to `url'.
5702         (gnus-html-wash-tags): Support cid: URLs/images.
5704 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5706         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5707         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5708         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5710         * gnus-move.el: Remove file, since it doesn't really work.
5712         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5713         UTF-8.  This seems to fix problems with some German web feeds.
5715         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5716         at the top so that the proper colours are applied.
5718         * gnus-art.el (gnus-article-view-part): Doc fix.
5720         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5721         XEmacs-compatible.
5722         (gnus-html-put-image): Don't do images on non-graphic displays.
5724         * nnslashdot.el: Remove this unused backend.
5726         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5727         actions.
5728         (gnus-undo-register-1): Revert last change.
5730         * gnus-group.el (gnus-group-completing-read): Protect against not
5731         having completion-styles bound.
5733         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5734         make broken recipients happier.
5736         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5738         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5739         point parameter.
5741         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5742         completion-styles for group selection.
5744 2009-02-04  Andreas Schwab  <schwab@suse.de>
5746         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5747         headers and regexp-quote the match if necessary.
5749 2009-03-24  Miles Bader  <miles@gnu.org>
5751         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5752         the blinking smiley.
5754 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5756         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5757         blink smiley.
5759 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5761         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5762         where the dribbel file lives exists.
5764         * message.el (message-send-mail-partially-limit): Change the default to
5765         nil, since most people don't want this.
5767         * mm-url.el (mm-url-decode-entities): Also decode entities like
5768         &#x3212.
5770 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5772         * gnus-sum.el (gnus-summary-idna-message):
5773         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5774         Hyperlink urls in docstrings with URL `...'.
5776 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5778         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5779         functions.
5781 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5783         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5784         say what the mouseover text should be.
5786         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5787         version of the mm-w3m-safe-url-regexp variable to only download images
5788         in the groups where we want that to happen.
5790         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5792         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5793         easier debugging.
5794         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5795         big pictures in the article buffer.
5797         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5798         gnus-article-html.
5799         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5800         w3m.
5802         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5804 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5806         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5807         which doesn't exist.
5809         * message.el (message-inhibit-ecomplete): New variable to allow some
5810         function to inhibit ecomplete address storage.
5811         (message-resend): Disable ecomplete message storage when resending
5812         messages.
5814         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5816 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5818         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5819         Save excursion while copying, moving, and deleting articles in order to
5820         prevent the cursor from jumping to unforeseen place.
5822 2010-08-17  Glenn Morris  <rgm@gnu.org>
5824         * gnus-sync.el: Require gnus components whose functions are used.
5826         * gnus-art.el (bookmark-make-record-function):
5827         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5828         Declare for compiler.
5830         * mm-url.el (mml-compute-boundary): Autoload.
5832 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5834         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5836 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5838         Typo fix "hoo4a" -> "hook".
5840         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5842 2010-08-14  Glenn Morris  <rgm@gnu.org>
5844         * gnus-sync.el (gnus-sync): Fix defgroup version.
5846 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5848         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5850         * gnus-sync.el: Fix docs.
5851         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5852         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5854 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5856         Optimizations for gnus-sync.el.
5858         * gnus-sync.el: Add docs about gnus-sync-backend
5859         possibilities.
5860         (gnus-sync-save): Remove unnecessary message.
5861         (gnus-sync-read): Optimize and show what groups were skipped.
5863 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5865         Minor bug fixes for gnus-sync.el.
5867         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5868         Don't read the sync on get-new-news.
5870         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5871         quiet.
5873         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5874         (fix typo).
5876 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5878         Make saving and restoring of hidden threads work with overlays.
5879         Patch applied by Ted Zlatanov.
5881         * gnus-sum.el (gnus-hidden-threads-configuration)
5882         (gnus-restore-hidden-threads-configuration): Update to deal with text
5883         properties, rather than searching for a magic character.
5885 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5887         New gnus-sync.el library for synchronization of marks.
5889         * gnus-sync.el: New library for synchronization of marks.
5891         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5892         renamed from `gnus-registry-grep-in-list'.
5894         * gnus-registry.el (gnus-registry-follow-group-p):
5895         Use `gnus-grep-in-list'.
5897         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5899 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5901         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5902         determining charset of text fails.
5904 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5906         * nnmail.el (nnmail-get-new-mail-1): Revert.
5908         * nnml.el (nnml-active-number): Make sure names of newly created groups
5909         in nnml-group-alist are encoded.
5911 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5913         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5914         containing non-ASCII characters in active file for nnml back end.
5916 2010-07-24  David Engster  <dengste@eml.cc>
5918         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5919         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5921 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5923         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5924         tag (Bug#6654).
5926 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5928         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5929         the article buffer, not the summary buffer.
5931 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5933         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5934         Emacs 23 as well.
5936 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5938         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5939         Patch applied by Karl Fogel.
5941         * gnus-sum.el (gnus-summary-bookmark-make-record):
5942         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5944 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5946         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5947         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5948         C-w still not working correctly from Article buffers; Thierry's
5949         patch to fix that will be applied after this.
5951         * gnus-art.el (bookmark-make-record-function): New local variable.
5953         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5954         article buffer.
5955         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5957 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5959         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5960         on changes in bookmark.el.
5962 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5964         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5965         the *other* type of HTML form submission.
5967 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5969         * auth-source.el (auth-source-pick): If choice does not contain a
5970         questioned keyword, set the check to t.
5972 2010-06-12  Romain Francoise  <romain@orebokech.com>
5974         * gnus-util.el (gnus-date-get-time): Move up before first use.
5976 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5978         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5979         (gnus-article-edit-part): Bind it to make last part that is substituted
5980         or deleted visible.
5981         (gnus-mime-display-single): Buttonize part of which id equals to
5982         gnus-mime-buttonized-part-id.
5984 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5986         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5987         (gnus-dd-mmm): Use gnus-date-get-time.
5988         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5989         simplify logic.
5990         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5991         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5993 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5995         * auth-source.el (top): Autoload `secrets-list-collections',
5996         `secrets-create-item', `secrets-delete-item'.
5997         (auth-sources): Fix tag string.
5998         (auth-get-source, auth-source-retrieve, auth-source-create)
5999         (auth-source-delete): New defuns.
6000         (auth-source-pick): Rewrite in order to avoid 2 passes.
6001         (auth-source-forget-user-or-password): New parameter USERNAME.
6002         (auth-source-user-or-password): New parameters CREATE-MISSING and
6003         DELETE-EXISTING.  Retrieve password interactively, if needed.
6005 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
6007         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
6008         deleting unused directories when gnus-expert-user is t.
6010 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6012         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
6013         for each temp file when gnus-article-browse-delete-temp is ask.
6015 2010-05-20  Kevin Ryde  <user42@zip.com.au>
6017         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
6019 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6021         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
6022         article unless decoding article to be saved.
6024 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6026         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
6027         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
6028         generated within the mm-with-unibyte-current-buffer macro.
6030 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6032         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
6033         to nil when we're in a mml-preview buffer and no group is selected.
6035 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
6037         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
6038         when catching the `C-g'.  Reported by "Leo".
6040 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6042         * message.el (message-forward-make-body-plain)
6043         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
6044         multibyte-string-p.
6046 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6048         * message.el (message-forward-make-body-mml): Assume original message
6049         is multibyte string; error on unibyte.
6050         (message-forward-make-body-plain): Ditto; don't add excessive newline
6051         in body end.
6053 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6055         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6056         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6058 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6060         * mm-extern.el (mm-extern-url): Don't use
6061         mm-with-unibyte-current-buffer.
6062         (mm-extern-cache-contents): Use with-current-buffer instead of
6063         save-excursion + set-buffer.
6065 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6067         * mm-util.el (mm-emacs-mule): Remove.
6069 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6071         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6072         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6073         change.
6075 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6077         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6078         bind the default value of enable-multibyte-characters to nil.
6080 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6082         * message.el (message-forward-make-body-plain)
6083         (message-forward-make-body-mml):
6084         Don't use mm-with-unibyte-current-buffer.
6086 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6088         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6089         (Bug#5592).
6091 2010-05-07  Julien Danjou  <julien@danjou.info>
6093         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6094         it to mm-pipe-part.
6096         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6097         it is given.
6099 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6101         * nnweb.el (nnweb-gmane-search)
6102         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6103         XEmacs.
6105         * gnus-art.el (gnus-article-browse-html-parts)
6106         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6107         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6108         make-temp-file.
6110         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6111         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6112         compiling.
6114         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6115         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6116         XEmacs when compiling.
6118         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6119         gnus-pick-mode-off-hook for XEmacs when compiling.
6120         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6121         gnus-binary-mode-off-hook for XEmacs when compiling.
6123         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6124         Return nil if char-charset is not available.
6126         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine it as a
6127         macro.
6129         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6130         instead of encode-coding-string.
6132         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6133         'xemacs) instead of mm-emacs-mule to switch function definitions.
6134         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6136 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6138         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6140 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6142         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6143         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6145 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6147         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6148         alias `jka-compr-delete-temp-file' no longer exists.
6150 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6152         Use define-minor-mode in Gnus where applicable.
6153         * mml.el (mml-mode): Use define-minor-mode.
6154         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6155         (gnus-undo-mode): Use define-minor-mode.
6156         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6157         (gnus-dead-summary-mode): Use define-minor-mode.
6158         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6159         Initialize in declaration.
6160         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6161         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6162         (gnus-mailing-list-mode): Use define-minor-mode.
6163         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6164         (gnus-draft-mode): Use define-minor-mode.
6165         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6166         (gnus-dired-mode): Use define-minor-mode.
6168 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6170         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6171         handles on recursive mml-to-mime translation and check them for
6172         boundary delimiter collisions.  Reported by Greg Troxel.
6174 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6176         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6178 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6180         * mm-util.el (mm-find-buffer-file-coding-system):
6181         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6183 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6185         * message.el (message-generate-headers): Record insertion of optional
6186         headers as well.  Otherwise the check to prevent repeated insertion of
6187         optional headers is a no-op.
6189 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6191         * smime.el: Don't mention CVS.
6193         * nnrss.el (nnrss-fetch): Don't mention CVS.
6195         * nnir.el: Don't mention CVS.
6197 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6199         * gnus-sum.el (gnus-summary-bookmark-make-record):
6200         Add `location' field.
6202 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6204         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6205         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6206         Use with-current-buffer to silence the byte-compiler.
6207         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6208         bother to require `gnus'.
6209         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6211 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6213         * gnus-sum.el (gnus-summary-bookmark-make-record)
6214         (gnus-summary-bookmark-jump): New functions.
6215         (gnus-summary-mode): Setup bookmark support.
6217 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6219         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6220         if set.
6222 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6224         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6225         gnus-article-browse-html-save-cid-image; make it work recursively for
6226         forwarded messages as well.
6227         (gnus-article-browse-html-parts): Work when prefix arg is given.
6228         (gnus-article-browse-html-article): Doc fix.
6230 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6232         * message.el (message-default-mail-headers):
6233         (message-default-headers): Carry the value mail-default-headers over
6234         into message-default-mail-headers, rather than message-default-headers.
6236 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6238         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6239         charset.
6241         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6242         charset into the <meta> tag when the article is encoded to utf-8.
6244 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6246         * gnus-art.el (gnus-article-browse-delete-temp-files):
6247         Delete directories as well.
6248         (gnus-article-browse-html-parts): Work for images that do not specify
6249         file names; delete temp directory when quitting; insert header at the
6250         right place; use file: scheme for image files.
6252 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6254         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6255         (gnus-article-browse-html-parts): Use it to make temporary cid image
6256         files in addition to html file so that browser may display them.
6258 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6260         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6262 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6264         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6266 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6268         * auth-source.el (auth-sources): Change default to be simpler.
6269         Explain about Secret Service API sources.  Improve Customize options.
6270         (auth-source-pick): Change to accept any number of search parameters.
6271         Implement fallbacks iteratively, not recursively.  Add scoring on the
6272         second pass and sort by score.  Call Secret Service API when needed.
6273         (auth-source-user-or-password): Use it.  Call Secret Service API
6274         directly when needed to get the user name and the password.
6276 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6278         * message.el (message-interactive): Doc fix.
6279         (message-qmail-inject-args): Reflow.
6280         (message-kill-to-signature): Fix typo in docstring.
6282         * smiley.el (smiley-buffer): Fix typo in docstring.
6284 2010-03-24  Glenn Morris  <rgm@gnu.org>
6286         * mail-source.el (gnus-message): Declare.
6287         (mail-source-delete-old-incoming): Require gnus-util.
6289 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6291         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6293         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6295         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6296         password-cache's default if it is not bound.
6297         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6298         password-cache-expiry's default if it is not bound.
6300         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6301         available in Emacs 21.
6303 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6305         * auth-source.el (auth-sources): Fix up definition so extra parameters
6306         are always inline.
6308 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6310         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6311         wasn't updated after mismatch.  Clear cached mailbox info correctly
6312         when uidvalidity changes.
6313         (nnimap-group-prefixed-name): New function to avoid some code
6314         duplication.
6315         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6316         (nnimap-request-group): Use it.
6317         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6318         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6319         with many imap folders.  This is done by caching the group status from
6320         the imap server persistently in a group parameter `imap-status'.  (This
6321         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6322         but not persistently, so every Gnus startup was still very slow.)
6324 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6326         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6327         secrets.el dependency.
6328         (auth-sources): Add optional user name.  Add secrets.el configuration
6329         choice (unused right now).
6331 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6333         * gnus-sum.el (gnus-summary-make-menu-bar):
6334         Let `gnus-registry-install-shortcuts' fill in the functions.
6336         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6337         warnings.
6338         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6339         (gnus-registry-install-shortcuts): Populate and use it in a
6340         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6342 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6344         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6345         In-place substitutions for the group name encoding/decoding.
6346         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6347         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6348         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6349         (nnimap-update-unseen, nnimap-request-list)
6350         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6351         (nnimap-request-set-mark, nnimap-split-to-groups)
6352         (nnimap-split-articles, nnimap-request-newgroups)
6353         (nnimap-request-create-group, nnimap-request-accept-article)
6354         (nnimap-request-delete-group, nnimap-request-rename-group)
6355         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6356         `encoded-mbx' for consistency.
6357         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6358         variable `imap-current-mailbox'.
6360         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6361         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6363 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6365         * pop3.el (pop3-display-message-size-flag): Display message size byte
6366         counts during POP3 download.
6367         (pop3-movemail): Use it.
6368         (pop3-list): Implement listing of available messages.
6370 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6372         * nnir.el (nnir-get-article-nov-override-function): New function to
6373         override the normal NOV retrieval.
6374         (nnir-retrieve-headers): Use it.
6376 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6378         * auth-source.el (netrc-machine-user-or-password): Autoload.
6380 2010-03-19  Glenn Morris  <rgm@gnu.org>
6382         Stop message.el from loading about 40 libraries it doesn't always need.
6383         The general approach is to autoload rather than require, and to
6384         require in the specific functions rather than the file.  (Bug#5642)
6386         * gmm-utils.el: Don't require wid-edit.
6387         (widget-create-child-value, widget-convert, widget-default-get):
6388         Autoload.
6390         * gnus-util.el: Don't require time-date, netrc.
6391         (message-fetch-field, gnus-group-name-decode): Declare rather than
6392         autoloading.
6393         (gnus-fetch-field): Require message.
6394         (gnus-decode-newsgroups): Require gnus-group.
6396         * ietf-drums.el: Don't require time-date.
6398         * message.el: Don't require hashcash, canlock, ecomplete.
6399         Do require mail-utils.  Require nnheader only when compiling.
6400         (smtpmail-default-smtp-server): Remove declaration.
6401         (message-send-mail-function): Check smtpmail-default-smtp-server
6402         is bound rather than requiring smtpmail.
6403         (message-auto-save-directory, message-insert-signature):
6404         Use expand-file-name rather than nnheader-concat.
6405         (nnheader-insert-file-contents): Autoload.
6406         (hashcash-wait-async): Declare.
6407         (message-send-mail): Only call gnus-setup-posting-charset if
6408         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6409         (message-send-mail-with-sendmail): Require sendmail.
6410         (canlock-password, canlock-password-for-verify): Declare.
6411         (message-canlock-password): Require canlock.
6412         (nnheader-get-report): Autoload.
6413         (gnus-setup-posting-charset): Declare.
6414         (message-send-news): Require gnus-msg.
6415         (message-make-references, message-make-in-reply-to): Use mail-header-id
6416         rather than the alias mail-header-message-id.
6417         (ecomplete-add-item, ecomplete-save): Declare.
6418         (message-put-addresses-in-ecomplete): Require ecomplete.
6419         (ecomplete-display-matches): Autoload.
6421         * mm-decode.el: Don't require mailcap, gnus-util.
6422         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6423         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6424         Autoload.
6425         (mailcap-mime-extensions): Declare.
6427         * mm-encode.el: Don't require mailcap.
6428         (mailcap-extension-to-mime): Autoload.
6430         * mml-sec.el: Don't require password-cache.
6432         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6433         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6434         (mml-minibuffer-read-type): Require mailcap.
6435         (mml-preview): Require gnus-msg.
6437         * mml1991.el: Require password-cache.
6438         (password-cache-expiry): Remove declaration.
6440         * mml2015.el: Require password-cache.
6441         (password-cache-expiry): Remove declaration.
6443         * nneething.el (mailcap): Require mailcap.
6445         * nnheader.el (declare-function): Add compatibility stub.
6446         (message-remove-header): Declare rather than autoload.
6447         (nnheader-replace-header): Require message.
6449         * nnimap.el (declare-function): Add compatibility stub.
6450         (netrc-parse, netrc-machine-user-or-password): Declare.
6451         (nnimap-open-connection): Require netrc.
6453         * nntp.el (declare-function): Add compatibility stub.
6454         (netrc-parse, netrc-machine, netrc-get): Declare.
6455         (nntp-send-authinfo): Require netrc.
6457         * rfc2047.el: Don't require qp.
6458         (quoted-printable-encode-region, quoted-printable-decode-string):
6459         Autoload.
6461         * sieve-mode.el: Don't require easymenu.
6462         (easy-menu-add-item): Autoload it.
6464         * spam-stat.el (time-to-number-of-days): Autoload it.
6466 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6468         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6469         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6470         value if any backslash escapes).
6472 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6474         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6475         if it is available.  (bug#5647)
6477 2010-02-26  Glenn Morris  <rgm@gnu.org>
6479         * message.el (message-send-mail-function): Change the default, so that
6480         it inherits from a customized send-mail-function.  (Bug#5643)
6482 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6484         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6485         shell-command-to-string signals an error (bug#5299).
6487 2010-02-24  Glenn Morris  <rgm@gnu.org>
6489         * message.el (message-smtpmail-send-it)
6490         (message-send-mail-with-mailclient): Doc fixes.
6492 2010-02-16  Glenn Morris  <rgm@gnu.org>
6494         * message.el (message-default-mail-headers): Change the default value
6495         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6497 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6499         * message.el (message-mail): Just pass yank-action on to message-setup.
6500         (message-setup): Handle (FUN . ARGS) form of yank-action.
6501         (message-with-reply-buffer, message-widen-reply)
6502         (message-yank-original): Handle non-buffer values of
6503         message-reply-buffer (Bug#4080).
6504         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6506 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6508         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6509         Fix typo in docstring.
6511 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6513         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6514         response.
6516 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6518         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6520         * message.el (message-check-news-header-syntax): Protect against a
6521         string that `rfc822-addresses' returns when parsing fails.
6523 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6525         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6526         (gnus-previous-char-property-change): New functions.
6528         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6530 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6532         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6533         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6535 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6537         * message.el (message-exchange-point-and-mark): Rework last change to
6538         avoid using optional arg of exchange-point-and-mark, for backward
6539         compatibility.
6541 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6543         * message.el (message-exchange-point-and-mark):
6544         Call exchange-point-and-mark with an argument rather than setting
6545         mark-active by hand (Bug#5175).
6547 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6549         * nntp.el (nntp-service-to-port): Work for service expressed with
6550         numeric string; replace [:digit:] with [0-9] for XEmacs.
6552 2009-12-17  Glenn Morris  <rgm@gnu.org>
6554         * gnus-group.el (gnus-bug-group-download-format-alist):
6555         Change emacs entry to debbugs.gnu.org.  Bump :version.
6557 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6559         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6561 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6563         * message.el (message-info): Explain why we use `Info-goto-node'.
6565 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6567         * message.el (message-completion-in-region): New compatibility function.
6568         (message-expand-group): Use it.
6570 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6572         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6573         with no unread article should be listed if the 2nd arg `predicate' is
6574         given.
6576 2009-11-29  Juri Linkov  <juri@jurta.org>
6578         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6579         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6580         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6582 2009-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
6584         * message.el (message-from-style, message-interactive)
6585         (message-signature): Always set default values from the corresponding
6586         mail-* variables.
6587         (message-cite-prefix-regexp, message-sendmail-envelope-from)
6588         (message-yank-prefix, message-indentation-spaces)
6589         (message-signature-file, message-default-headers): Use boundp rather
6590         than (featurep 'xemacs) to check if the corresponding mail-* variables
6591         exist.
6593 2009-11-20  Chong Yidong  <cyd@stupidchicken.com>
6595         * message.el (message-send-mail-with-sendmail): Revert last change.
6597 2009-11-19  Chong Yidong  <cyd@stupidchicken.com>
6599         * message.el (message-from-style, message-interactive)
6600         (message-cite-prefix-regexp, message-sendmail-envelope-from)
6601         (message-yank-prefix, message-indentation-spaces, message-signature)
6602         (message-signature-file, message-default-headers): For GNU Emacs, set
6603         default values from the corresponding mail-* variables.
6604         (message-send-mail-with-sendmail): Use envelope-from only if
6605         mail-specify-envelope-from is non-nil.
6607 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6609         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6610         containing tspecial characters if they have been already quoted.
6612 2009-10-24  Glenn Morris  <rgm@gnu.org>
6614         * gnus-art.el (help-xref-stack-item): Define for compiler.
6616 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6618         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6620 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6622         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6623         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6625 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6627         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6628         (gnus-overlays-in): New alias to overlays-in.
6630         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6631         gnus-overlay-get, and gnus-delete-overlay.
6632         (gnus-summary-show-thread): Make it work as well for systems in which
6633         next-single-char-property-change is not available.
6634         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6636 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6638         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6640 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6642         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6643         and XEmacs that don't have `remove-overlays'.
6645 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6647         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6648         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6649         selective display.  Use overlays instead.
6651 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6653         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6655 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6657         * spam-stat.el (spam-stat-load): Fix typo in message.
6659 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6661         * gnus-art.el (gnus-article-encrypt-body):
6662         * message.el (message-check-recipients):
6663         * mm-util.el (mm-codepage-setup):
6664         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6665         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6667 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6669         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6670         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6671         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6672         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6673         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6675 2009-09-18  Glenn Morris  <rgm@gnu.org>
6677         * gnus-diary.el (gnus-diary-check-message):
6678         * message.el (message-insert-formatted-citation-line):
6679         * nnbabyl.el (top-level):
6680         * nndiary.el (nndiary-schedule):
6681         Fix typos in condition-case handlers.
6683 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6685         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6686         configuration that provides the sole article window in a frame;
6687         position point correctly after deleting a part.
6689 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6691         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6692         (spam-resolve-registrations-routine): Use it to unregister articles
6693         that change status.
6695 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6697         * nnrss.el (nnrss-request-article): Remove binding of
6698         default-enable-multibyte-characters that has gotten needless by
6699         the 2007-07-13 change in rfc2047-encode-message-header.
6701         * mml.el (mml-insert-multipart): Error on the message header.
6702         (mml-insert-part): Error on the message header; position point at
6703         the end of a MIME tag.
6705 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6707         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6708         (gnus-float-time): Alias to float-time if it exists.
6710         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6711         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6712         float-time is available; suppress compile warning for time-to-seconds.
6714 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6716         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6717         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6718         Add the optional argument `encoding' that overrides the default.
6720         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6721         mm-encode-buffer.
6723 2009-09-04  Glenn Morris  <rgm@gnu.org>
6725         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6726         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6727         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6728         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6729         * mm-util.el (mm-with-unibyte-current-buffer)
6730         (mm-find-buffer-file-coding-system):
6731         * yenc.el (yenc-decode-region): Use default-value rather than
6732         default-enable-multibyte-characters.
6734 2009-09-03  Glenn Morris  <rgm@gnu.org>
6736         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6737         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6738         than default-enable-multibyte-characters.
6740 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6742         * gnus-art.el (gnus-article-read-summary-keys):
6743         Fix gnus-buffer-configuration's value temporarily used.
6745 2009-09-02  Glenn Morris  <rgm@gnu.org>
6747         * gnus-util.el (gnus-float-time): New function.
6748         * gnus-delay.el (gnus-delay-article):
6749         * gnus-sum.el (gnus-thread-latest-date):
6750         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6751         * nnspool.el (nnspool-request-newgroups):
6752         Use gnus-float-time rather than time-to-seconds.
6753         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6755         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6756         (gnus-header-subject-face, gnus-header-newsgroups-face)
6757         (gnus-header-name-face, gnus-header-content-face):
6758         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6759         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6760         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6761         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6762         (gnus-cite-face-11):
6763         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6764         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6765         (gnus-server-closed-face, gnus-server-denied-face)
6766         (gnus-server-offline-face):
6767         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6768         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6769         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6770         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6771         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6772         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6773         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6774         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6775         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6776         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6777         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6778         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6779         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6780         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6781         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6782         (gnus-summary-high-undownloaded-face)
6783         (gnus-summary-low-undownloaded-face)
6784         (gnus-summary-normal-undownloaded-face)
6785         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6786         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6787         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6788         (gnus-splash-face):
6789         * message.el (message-header-to-face, message-header-cc-face)
6790         (message-header-subject-face, message-header-newsgroups-face)
6791         (message-header-other-face, message-header-name-face)
6792         (message-header-xheader-face, message-separator-face)
6793         (message-cited-text-face, message-mml-face):
6794         * sieve-mode.el (sieve-control-commands-face)
6795         (sieve-action-commands-face, sieve-test-commands-face)
6796         (sieve-tagged-arguments-face):
6797         * spam.el (spam-face):
6798         Mark face aliases with "-face" in the name as obsolete.
6800 2009-09-01  Glenn Morris  <rgm@gnu.org>
6802         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6803         than goto-line.
6805 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6807         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6808         Don't move point if the command is invoked inside the message header.
6810 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6812         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6813         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6814         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6815         * nnir.el (nnir-swish-e-index-file):
6816         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6817         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6818         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6819         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6820         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6821         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6823 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6825         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6826         Don't save excursion.
6828 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6830         * nnheader.el (nnheader-find-file-noselect):
6831         * mm-util.el (mm-insert-file-contents):
6832         Use (default-value 'major-mode) instead of default-major-mode.
6834 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6836         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6838 2009-08-25  Glenn Morris  <rgm@gnu.org>
6840         * nnir.el (top-level): Don't require cl at run-time.
6841         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6842         Replace cl-function substitute with gnus-replace-in-string.
6843         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6844         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6845         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6846         simplified expansions.
6848 2009-08-22  Glenn Morris  <rgm@gnu.org>
6850         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6851         goto-line.
6853 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6855         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6857         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6858         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6859         (gnus-mm-display-part, gnus-mime-display-single)
6860         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6861         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6863         * gnus-sum.el
6864         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6865         (gnus-summary-move-article): Add expirable mark to articles copied or
6866         moved to group that has auto-expire turned on if the option is non-nil.
6868 2009-07-24  Glenn Morris  <rgm@gnu.org>
6870         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6871         Fix typo.  (Bug#3903)
6873 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6875         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6876         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6877         that should not be used for draft articles.
6878         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6879         that has no concern in minor mode keys.
6880         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6881         Abolish.
6883 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6885         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6886         article without making inquiry to a user for unknown encoding.
6888         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6889         (nnmaildir--scan): Assume i-node and device number that file-attributes
6890         returns might be cons-cell.
6892 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6894         * auth-source.el: Remove docs now in auth.texi.  Don't use
6895         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6896         `auth-source-hide-passwords' and use them.
6898 2009-07-15  Glenn Morris  <rgm@gnu.org>
6900         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6902 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6904         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6905         excessive whitespace from the default values of title and description.
6907 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6909         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6910         mail-fetch-field to fetch Content-Description header in order to
6911         exclude newlines.
6913 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6915         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6916         to deleted part.
6918 2009-05-30  David Engster  <dengste@eml.cc>
6920         * nnmairix.el: Remove old documentation in the commentary block.
6921         (nnmairix-request-group): Do not update active file for nnml back ends.
6922         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6923         end so that overview files are ignored.
6924         (nnmairix-update-groups): Make updating the groups more robust by using
6925         marks.
6926         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6927         with dollar characters in message-id.
6929 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6931         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6932         2008-12-25 in dns.el.
6934 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6936         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6937         could happen if the text is only composed of spaces and/or tabs.
6939 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6941         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6942         when sending a queued message to avoid extra mml tags.
6944 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6946         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6948 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6950         * gnus-dired.el: Remove autoload for gnus-setup-message.
6951         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6952         displaying Gnus logo; always use compose-mail.
6954 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6956         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6958 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6960         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6961         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6962         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6963         available.
6964         (gnus-nocem-epg-verify): New function.
6966 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6968         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6970 2009-02-15  Glenn Morris  <rgm@gnu.org>
6972         * gnus-util.el (rmail-insert-rmail-file-header)
6973         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6974         autoloads.
6975         (rmail-default-rmail-file): Remove unnecessary declaration.
6976         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6978 2009-02-14  Glenn Morris  <rgm@gnu.org>
6980         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6981         variable (only used in gnus-util, which declares it anyway).
6982         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6983         which was only needed by gnus-art (changed to not use it any more).
6984         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6985         only used in gnus-util, which autoloads it itself.
6986         (rmail-update-summary): Fix autoload.
6988         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
6989         rather than rmail-output-to-rmail-file.
6991 2009-02-07  Glenn Morris  <rgm@gnu.org>
6993         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
6994         autoload of function that no longer exists.
6995         (rmail-toggle-header): Declare.
6996         (message-forward-rmail-make-body): Handle mbox Rmail.
6998 2009-01-31  Glenn Morris  <rgm@gnu.org>
7000         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7001         2009-01-09 change.
7003 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7005         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7006         (auth-source-forget-all-cached): New convenience function.
7007         (auth-source-user-or-password): Accept list of modes or a single mode.
7009         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7010         auth-source modes.
7012         * nnimap.el (nnimap-open-connection): Use list of
7013         auth-source modes.
7015         * nntp.el (nntp-send-authinfo): Use list of
7016         auth-source modes.
7018 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7020         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7021         now.
7023 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7025         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7026         coding system in XEmacs; add a workaround for XEmacs.
7028 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7030         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7031         of current-language-environment.
7033 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7035         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7036         available at runtime.
7038 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7040         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7042 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7044         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7045         the greatest positive fixnum value doesn't work under an XEmacs with
7046         bignum support; use the most-positive-fixnum constant instead,
7047         available since Emacs 21.1 with cl and XEmacs 21.1.
7049 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7051         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7052         XEmacs gets not to work.
7054 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7056         * mm-util.el (mm-coding-system-priorities): Allow the value like
7057         "Japanese (UTF-8)" of current-language-environment.
7059 2009-01-09  Glenn Morris  <rgm@gnu.org>
7061         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7062         with last-command-event.
7064 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7066         * message.el (message-fix-before-sending): Amend comment.
7068 2009-01-07  David Engster  <dengste@eml.cc>
7070         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7071         simplified server definitions by converting it via
7072         gnus-server-to-method.
7074 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7076         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7077         parameter's operands.
7079 2009-01-06  David Engster  <dengste@eml.cc>
7081         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7082         primary select method (for gnus-group-mark-article-as-read).
7084 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7086         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7087         `(gnus)Face', not `(gnus)X-Face'.
7089 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7091         * mm-util.el (mm-ucs-to-char): New function.
7093         * mm-url.el (mm-url-decode-entities): Use it.
7095 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7097         * message.el (message-fix-before-sending): Add `eight-bit' to
7098         illegible-text check.
7100 2009-01-03  Michael Olson  <mwolson@gnu.org>
7102         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7103         `headers' is nil.  This can occur if the IMAP server does not have
7104         permissions to read messages from a folder, but can write new messages
7105         to the folder.
7106         (nnimap-request-article-part): Do not insert `data' if it is nil.
7108 2009-01-01  Dave Love  <fx@gnu.org>
7110         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7112         * nnimap.el: Fix author email.
7113         (nnimap-split-rule): Add FIXME comment.
7114         (nnimap-debug): Fix doc string.
7116 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7118         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7119         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7120         to check if those variables exist (first appeared in Emacs 18.50).
7122 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7124         * mm-util.el (mm-line-number-at-pos): New function.
7126         * spam-report.el (spam-report-process-queue): Use it.
7128 2008-12-24  David Engster  <dengste@eml.cc>
7130         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7131         parameters that haven't existed as variables as buffer-local variables.
7133 2008-12-23  Dave Love  <fx@gnu.org>
7135         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7136         cadar.
7138         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7139         imap-starttls-p.
7140         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7142 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7144         * spam-report.el (spam-report-gmane-max-requests): New constant.
7145         (spam-report-gmane-wait): New variable.
7146         (spam-report-gmane-ham, spam-report-gmane-spam)
7147         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7148         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7149         the server.
7151         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7152         Add explanations.
7154         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7155         nnheader-accept-process-output and nnheader-read-timeout if available.
7156         (pop3-movemail): Use it.
7158         * message.el (message-check-news-body-syntax): Fix signature check if
7159         there's an attachment.
7161 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7163         * mm-util.el: Add comments to the mm- emulating functions.
7165 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7167         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7168         Reported by Stephen Berman <stephen.berman@gmx.net>.
7170 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7172         * mm-util.el (mm-substring-no-properties): New function.
7173         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7174         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7175         (mm-string-to-multibyte): Doc fix.
7177         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7179 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7181         * mml.el (mml-attach-file): Strip text properties from file name.
7182         (Bug#1574)
7184 2008-12-16  Glenn Morris  <rgm@gnu.org>
7186         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7188 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7190         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7191         knows since the charset specified might be a bogus alias that
7192         mm-charset-synonym-alist provides.
7194 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7196         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7197         "ISO_8859-1".
7199         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7201 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7203         * mm-util.el (mm-charset-eval-alist):
7204         Define it before mm-charset-to-coding-system.
7205         (mm-charset-to-coding-system): Add optional argument `silent';
7206         define it before mm-charset-override-alist.
7207         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7208         default value if it can be used in Emacs currently running;
7209         silence mm-charset-to-coding-system.
7211 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7213         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7214         `allow-override' which says whether to use `mm-charset-override-alist'.
7215         (rfc2047-decode-encoded-words): Use it.
7217         * mm-util.el (mm-charset-override-alist): Fix custom type;
7218         add `(gb2312 . gbk)' to choices.
7220 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7222         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7223         fast.
7225         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7227 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7229         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7230         on links.
7232         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7234 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7236         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7237         users' addresses that don't have domain parts.
7238         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7239         rather than message-narrow-to-head since there will be the message
7240         header separator.
7242 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7244         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7245         since the result is inserted in a unibyte buffer anyway.
7246         (nnimap-demule-use-string-to-multibyte): Remove.
7247         (nnimap-demule): Alias it to mm-string-to-multibyte.
7249 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7251         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7252         variable for debugging bug#464 and bug#1174.
7253         (nnimap-demule): Use it.
7255 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7257         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7258         score calculation correctly.
7260 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7262         * message.el (message-send-mail): Just set the buffer to unibyte
7263         rather than use mm-with-unibyte-current-buffer which does a lot more.
7264         (message-send-mail-partially): Don't bother with
7265         mm-with-unibyte-current-buffer since it's already been made unibyte by
7266         message-send-mail.
7268 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7270         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7272 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7274         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7276 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7278         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7279         require itself and to remove `with-no-warnings'.
7281 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7283         * starttls.el (starttls-any-program-available): Get the name of the
7284         available TLS layer program.
7285         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7286         well as the host name in the "opening" message.
7288         * auth-source.el (auth-source-cache, auth-source-do-cache)
7289         (auth-source-user-or-password): Cache passwords and logins by default,
7290         allow override with `auth-source-do-cache'.
7291         (auth-source-forget-user-or-password): Allow users to remove cache
7292         entries if needed.
7294 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7296         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7297         condition-case to only the forward-sexp call.
7299 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7301         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7302         quotes contained.  Make it more robust regardless by an extra
7303         condition-case wrapper.
7305 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7307         * nnml.el (nnml-request-expire-articles): Check if the function set to
7308         `nnmail-expiry-target' returns the symbol `delete'.
7310         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7312         * nnmail.el (nnmail-expiry-target): Fix custom type.
7314 2008-10-02  Glenn Morris  <rgm@gnu.org>
7316         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7317         Silence compiler warning.
7319 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7321         * mml.el (mml-menu): Don't assume mml2015 is bound.
7323 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7325         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7326         exists.
7328 2008-09-27  Glenn Morris  <rgm@gnu.org>
7330         * gnus-util.el (mail-header-remove-comments): Autoload it.
7332 2008-09-27  Andreas Schwab  <schwab@suse.de>
7334         * gnus-util.el (gnus-split-references): Strip comments.
7335         (gnus-parent-id): Likewise.
7337 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7339         * message.el (message-confirm-send): Fix version.
7341 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7343         * message.el (message-idna-to-ascii-rhs-1): Use
7344         mail-extract-address-components rather than mail-header-parse-addresses
7345         that is an alias by default to ietf-drums-parse-addresses that does not
7346         support non-ASCII names in headers' contents.
7348 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7350         * message.el (message-confirm-send): Fix variable documentation to
7351         avoid the "y/n" wording.
7353 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7355         * message.el (message-set-auto-save-file-name): Save to a different
7356         filename so multiple messages (especially drafts) can be recovered.
7358 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7360         * message.el (message-confirm-send): Add appropriate version.
7362 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7364         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7365         defvar.
7367 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7369         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7370         (mm-pkcs7-enveloped-magic): Ditto.
7372 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7374         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7375         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7377 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7379         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7380         default, it's better.
7382 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7384         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7385         summary line gnus-number property and ignore them (with a warning
7386         message).
7388 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7390         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7391         macro caddr in the interactive form since it won't be expanded.
7393 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7395         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7396         `charset'; fix name of function called recursively.
7397         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7399 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7401         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7402         (gnus-mime-set-charset-parameters): New function.
7403         (gnus-mime-view-part-as-charset): Use it to correctly display part
7404         specifying wrong charset.
7406 2008-09-08  David Engster  <dengste@eml.cc>
7408         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7409         in completing-read for back end server.
7411 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7413         * message.el (message-confirm-send): New variable to confirm sending a
7414         message.
7415         (message-send): Use it.
7417 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7419         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7421 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7423         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7425 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7427         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7428         prevent tracking too many groups.
7429         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7430         Use it.
7432 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7434         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7435         moving point to the bottom of the window in order to avoid recentering.
7437 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7439         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7440         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7441         (gnus-article-beginning-of-window): Fix calculation.
7443 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7445         * gnus-msg.el (gnus-summary-supersede-article)
7446         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7447         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7448         message header.
7450 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7452         * message.el:
7453         * gnus-start.el:
7454         * gnus-registry.el: Remove VMS support.
7456 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7458         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7459         macro.
7460         (rfc2104-hash): Use it.
7462 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7464         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7465         (gnus-summary-sort-by-most-recent-date): New commands.
7466         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7467         and menu entries.
7469 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7471         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7472         don't redisplay article for raw contents; remove plural articles stuff.
7474         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7475         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7476         on gnus-summary-save-article; display results properly.
7478 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7480         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7482 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7484         * gnus-art.el (gnus-summary-save-in-pipe):
7485         Consider gnus-save-all-headers.
7487 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7489         * gnus-util.el (ns-focus-frame): Remove declaration.
7490         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7491         like x.
7493 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7495         * rfc2104.el (rfc2104-zero): Delete defconst.
7496         (rfc2104-hex-alist): Likewise.
7497         (rfc2104-hex-to-int): Delete func.
7498         (rfc2104-hexstring-to-bitstring): Likewise.
7499         (rfc2104-nybbles): New defconst.
7500         (rfc2104-hash): Rewrite for speed.
7502 2008-07-16  Glenn Morris  <rgm@gnu.org>
7504         * gnus-util.el (ns-focus-frame): Declare for compiler.
7506 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7508         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7509         set as a group parameter.
7510         (gnus-summary-save-in-pipe): Work when it is called independently.
7511         (gnus-summary-pipe-to-muttprint): Don't modify
7512         gnus-summary-pipe-output-default-command.
7514 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7516         * message.el (message-send-mail-with-sendmail):
7517         Display the error message.
7519 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7521         * gnus-art.el (gnus-default-article-saver):
7522         Add gnus-summary-save-in-pipe to choices.
7523         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7524         gnus-summary-pipe-output-default-command as the default command.
7525         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7526         instead of gnus-last-shell-command.
7528         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7529         New user option.
7530         (gnus-summary-muttprint-program): Mention the value will be changed.
7531         (gnus-summary-save-article): Force showing of all headers.
7532         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7534 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7536         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7538 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7540         * nnimap.el (nnimap-id):
7541         * sieve-manage.el (sieve-manage-open): Doc fixes.
7543 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7545         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7546         if available.
7548 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7550         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7552         * nnkiboze.el (nnkiboze-generate-group):
7553         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7555         * nnmairix.el: Require CL.
7557 2008-06-15  David Engster  <dengste@eml.cc>
7559         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7561 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7563         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7564         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7565         runtime choice under XEmacs.
7567         * gnus-sum.el (gnus-summary-set-display-table):
7568         Use `gnus-put-display-table', `gnus-get-display-table',
7569         `gnus-set-display-table' for the display table, instead of `aset'.
7571 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7573         * nnmairix.el: Add autoloads.
7575 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7577         * nnmairix.el (nnmairix-delete-recreate-group)
7578         (nnmairix-update-and-clear-marks): Fix error messages.
7580 2008-06-14  David Engster  <dengste@eml.cc>
7582         * nnmairix.el: Upgrade to version 0.6.
7583         (nnmairix-group-toggle-propmarks-this-group)
7584         (nnmairix-group-toggle-readmarks-this-group)
7585         (nnmairix-group-delete-recreate-this-group)
7586         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7587         (nnmairix-remove-tick-mark-original-article): New commands.
7588         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7589         (nnmairix-propagate-marks-to-nnmairix-groups)
7590         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7591         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7592         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7593         functions needed for marks propagation and manipulation of read marks.
7594         (nnmairix-update-groups): New function.
7595         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7596         (nnmairix-determine-original-group-from-registry)
7597         (nnmairix-determine-original-group-from-path)
7598         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7599         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7600         New helper functions.
7601         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7602         keystrokes for new commands.
7603         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7604         (nnmairix-request-group): Check allow-fast group parameter.
7605         (nnmairix-request-create-group): Set allow-fast group parameter if
7606         nnmairix-allowfast-default is set.
7607         (nnmairix-close-group): Propagate marks upon closing if needed.
7608         (nnmairix-group-toggle-threads-this-group): Use new.
7609         nnmairix-group-toggle-parameter helper function.
7610         (nnmairix-search): Better check for empty search result.
7611         (nnmairix-goto-original-article): Use new helper functions for
7612         determining original article.
7613         (nnmairix-show-original-article): Make sure message-id is in brackets.
7614         (nnmairix-call-mairix-binary): Change variable name.
7615         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7616         helper function.
7617         (nnmairix-widget-toggle-activate): Fix doc string.
7619 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7621         * nnir.el: Require edmacro when compiling with XEmacs.
7622         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7623         available in Emacs 21.
7625 2008-06-11  Glenn Morris  <rgm@gnu.org>
7627         * gnus-util.el (x-focus-frame):
7628         * gnus.el (image-size):
7629         * mm-decode.el (image-size): Declare.
7631         * gnus-picon.el (declare-function): Add compat definition.
7632         (image-size): Declare.
7634         * gnus-group.el (tool-bar-map):
7635         * gnus-sum.el (tool-bar-map): Define for compiler.
7637         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7639         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7641         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7642         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7643         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7644         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7645         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7646         * sieve-manage.el, spam-report.el, spam.el:
7647         Remove unnecessary eval-and-compile of autoloads.
7649 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7651         * auth-source.el: Precise Tramp doc.
7653 2008-06-07  Glenn Morris  <rgm@gnu.org>
7655         * nnmairix.el: Remove unnecessary eval-when-compile.
7657 2008-06-06  Kai Großjohann  <grossjohann@ls6.cs.uni-dortmund.de>
7659         * nnir.el: New file.
7661 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7663         * gnus-util.el (gnus-read-shell-command): New function.
7664         * mm-decode.el (mm-pipe-part):
7665         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7667 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7669         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7671 2008-06-03  Glenn Morris  <rgm@gnu.org>
7673         * pop3.el (nnheader-accept-process-output): Autoload it.
7675 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7677         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7678         are not 2-digit hexadecimal characters that follow `%'s.
7680 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7682         * message.el (message-bogus-recipient-p): Fix type in doc string.
7683         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7684         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7685         Improve custom options.
7686         (message-bogus-recipient-p): Adjust accordingly.
7688 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7690         * nnmairix.el: Require edmacro when compiling with XEmacs.
7692 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7694         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7695         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7697 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7699         * auth-source.el: Add more docs.
7701 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7703         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7704         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7705         retrieval faster in some cases, but might make CPU usage larger.
7706         If this has any bad side effects, we might revert this change.
7708         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7709         seems to make mail retrieval much, much faster.
7710         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7711         unconditionally.
7713         * gnus-draft.el (gnus-group-send-queue):
7714         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7716 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7718         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7720         * message.el (message-bogus-address-regexp): Fix and improve custom
7721         type.
7722         (message-setup-hook): Add message-check-recipients as custom option.
7724 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7726         * message.el (message-cite-function): Remove bogus autoload which crept
7727         in during merge from v5-10.
7729 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7731         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7733         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7735         * auth-source.el: Preliminary Tramp docs.
7736         (auth-sources): Change the default auth-sources to use
7737         EPA .gpg files.
7739 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7741         * nntp.el: Autoload `auth-source-user-or-password'.
7742         (nntp-send-authinfo): Use it.
7744         * nnimap.el: Autoload `auth-source-user-or-password'.
7745         (nnimap-open-connection): Use it.
7747         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7748         for the gnus-message function.
7749         (auth-source-user-or-password): Use it.
7751 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7753         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7754         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7755         (rfc2104-hash): Use it.
7757 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7759         * gnus-art.el (gnus-article-toggle-truncate-lines):
7760         Don't use `iff' in docstring.
7762 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7764         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7766         * gnus-util.el (gnus-extract-address-component-name)
7767         (gnus-extract-address-component-email): Convenience functions around
7768         `gnus-extract-address-components'.
7770         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7771         Use `gnus-extract-address-component-email' to fix bug of comparing full
7772         sender name to `user-mail-address'.
7774 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7776         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7777         catch/throw to optimize.
7778         (gnus-registry-find-keywords): Just use member to find a keyword.
7780 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7782         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7783         is current before calling gnus-server-prepare.
7784         (gnus-server-setup-buffer, gnus-server-update-server)
7785         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7787 2008-05-04  Juri Linkov  <juri@jurta.org>
7789         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7790         (mailcap-file-default-commands): Use mailcap-replace-in-string
7791         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7792         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7794 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7796         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7798 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7800         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7801         hooks.
7802         (gnus-update-read-articles): Speed up non-marks-using users.
7803         (gnus-use-marks): Define gnus-use-marks.
7804         (gnus-propagate-marks): Rename variable to something more sensible.
7806 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7808         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7809         (gmm-image-load-path-for-library): Fix typos in docstrings.
7810         (gmm-message): Reflow docstring.
7812 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7814         * mail-source.el (mail-source-set-1, mail-source-bind):
7815         Move auth-source code out of the macro to clean it up and fix bugs.
7817 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7819         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7820         by sender if it's equal to user-mail-address, it's likely to be
7821         useless.
7823         * mail-source.el (mail-source-bind): Don't use user or password if they
7824         are not bound.  Unintern them if they are nil.  Don't use server unless
7825         it's bound, and default it to empty string otherwise.
7827 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7829         * mail-source.el: Load auth-source.el.
7830         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7831         get user name or password, if auth-sources is set up.
7833         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7834         strategy of splitting with parent.
7835         (gnus-registry-split-fancy-with-parent)
7836         (gnus-registry-post-process-groups): Use it and fix prior
7837         bug (returning a list as the split result).
7839         * auth-source.el (auth-sources): Remove server parameter.
7840         (auth-source-pick, auth-source-user-or-password)
7841         (auth-source-user-or-password-imap)
7842         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7843         (auth-source-user-or-password-sftp)
7844         (auth-source-user-or-password-smtp): Remove server parameter.
7846 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
7848         * smime.el (smime-sign-region, smime-encrypt-region)
7849         (smime-decrypt-region):
7850         Remove redundant calls to `generate-new-buffer-name'.
7852 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
7854         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
7855         Don't use QP for message/rfc822.
7856         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
7858 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
7860         * sieve-manage.el (sieve-string-bytes): Remove.
7861         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
7862         correct byte-length only if the process's coding-system is the same as
7863         the one used internally by Emacs to represent strings.
7865 2008-04-22  Juri Linkov  <juri@jurta.org>
7867         * mailcap.el (mailcap-file-default-commands): New function.
7869 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7871         * message.el (message-signature-separator, message-cite-function):
7872         Change custom version.
7874 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
7876         * mm-decode.el (mm-display-external): Make temp file read-only.
7878 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
7880         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
7881         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
7882         `C-c C-f d'.
7884 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
7886         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
7888 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
7890         * auth-source.el: Add docs.
7891         (auth-sources): Modify format to support server.
7892         (auth-source-pick, auth-source-user-or-password)
7893         (auth-source-user-or-password-imap)
7894         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7895         (auth-source-user-or-password-sftp)
7896         (auth-source-user-or-password-smtp): Add server parameter.
7898 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
7900         * gnus-registry.el: Initialize the registry when gnus-registry-install
7901         is t.
7903 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7905         * compface.el (uncompface): Make buffer unibyte.
7907 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7909         * mail-source.el (mail-source-value):
7910         Prefer fboundp to functionp so it works with macros as well.
7912 2008-04-05  Glenn Morris  <rgm@gnu.org>
7914         * gnus-ems.el (mm-disable-multibyte): Autoload it.
7916 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7918         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
7919         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
7921         * nnheader.el (nnheader-init-server-buffer): Change buffer's
7922         multibyteness after rather than before erasing it.
7924         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
7925         mm-with-multibyte.
7926         (gnus-request-article-this-buffer): Make sure the proper decoding is
7927         used if gnus-original-article-buffer happens to be unibyte.
7929         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
7930         default-enable-multibyte-characters.
7932         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
7933         default-enable-multibyte-characters.
7935         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
7937         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
7939 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
7941         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
7942         Fix last change in case the element is not even a symbol.
7944 2008-04-02  Simon Josefsson  <simon@josefsson.org>
7946         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
7947         imap-enable-exchange-bug-workaround.
7948         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
7950 2008-04-01  Simon Josefsson  <simon@josefsson.org>
7952         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
7953         a 100 byte status-checks into a 2-3MB transfer for each group.
7954         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
7955         to enable bug workaround or not.
7956         (nnimap-find-minmax-uid): Only enable workaround conditionally.
7958 2008-03-31  Glenn Morris  <rgm@gnu.org>
7960         * message.el (mml2015-use): Declare for compiler.
7961         (message-info): Require mml2015 when appropriate.
7963 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7965         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
7966         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
7967         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
7968         (nntp-service-to-port): New function.
7969         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
7970         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
7971         (nntp-open-netcat-stream): New function.
7972         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
7974 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
7976         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
7978 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
7980         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
7982 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
7984         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
7986 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
7988         * message.el (message-signature-separator): Change default.
7989         Improve custom type.
7990         (message-cite-function): Change default to
7991         message-cite-original-without-signature.
7993         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
7994         toggle.
7996         * message.el (message-check-news-body-syntax): Fix signature check.
7997         (message-setup-1): Mark buffer as unmodified _after_ running
7998         message-setup-hook and handling message-alternative-emails.
7999         (message-shorten-references): Be more strict when building list of
8000         valid references to comply with GNKSA.
8002         * gnus-group.el (gnus-read-ephemeral-bug-group)
8003         (gnus-read-ephemeral-debian-bug-group)
8004         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8006         * message.el (message-info): Don't use booleanp which isn't supported
8007         in Emacs 21 and XEmacs.
8009 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8011         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8012         gnus-group-gmane-group-download-format.
8013         (gnus-group-read-ephemeral-gmane-group): Rename from
8014         gnus-group-read-ephemeral-gmane-group.
8015         (gnus-read-ephemeral-gmane-group-url): Rename from
8016         gnus-group-read-ephemeral-gmane-group-url.
8017         (gnus-bug-group-download-format-alist): New variable.
8018         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8019         (gnus-read-ephemeral-emacs-bug-group): New commands.
8021 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8023         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8024         (gnus-visible-headers): Improve custom type.
8026 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8028         * mml.el (mml-menu): Add workarounds for XEmacs.
8030         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8031         X-Boundary header.
8033         * message.el (message-simplify-recipients): Fix previous commit.
8035 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8037         * mm-util.el (mm-set-buffer-multibyte): New function.
8038         * mm-decode.el (mm-copy-to-buffer): Use it.
8040         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8041         Prefer fboundp to functionp so it works with macros as well.
8043 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8045         * message.el (message-alter-recipients-discard-bogus-full-name):
8046         New function.
8047         (message-alter-recipients-function): New variable.
8048         (message-get-reply-headers): Use it.
8049         (message-replace-header): New helper function.
8050         (message-recipients-without-full-name): New variable.
8051         (message-simplify-recipients): New command.
8053         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8055         * message.el (message-info): Handle EasyPG manual.
8057         * mml.el (mml-menu): Add entry for EasyPG.
8059 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8061         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8062         parameter.
8064         * message.el (message-disassociate-draft): Specify drafts group name
8065         fully.
8067 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8069         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8070         Eliminate unnecessary duplicates from the match list.
8072 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8074         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8075         args of `how-many' of which the XEmacs version doesn't take; declare
8076         Info-index-next as function.
8078 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8080         * gnus-score.el (gnus-score-headers): Fix handling of
8081         gnus-inhibit-slow-scoring.
8083         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8084         string.
8085         (gnus-button-url-regexp): Improve handling of parenthesis.
8086         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8087         (gnus-button-handle-info-keystrokes): Handle index entries.
8089 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8091         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8092         Incoming* files.
8094 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8096         * auth-source.el (auth-sources): Rename from auth-source-choices.
8097         (auth-source-pick): Use it.
8099 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8101         * auth-source.el (auth-source-protocols)
8102         (auth-source-protocols-customize, auth-source-choices): Add and
8103         modified variable customizations and defaults.
8104         (auth-source-pick, auth-source-user-or-password)
8105         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8106         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8107         (auth-source-user-or-password-sftp)
8108         (auth-source-user-or-password-smtp): Use new variables and provide an
8109         interface to netrc.el.
8111 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8113         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8114         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8115         Make sure the nntp port to specify is a string.
8117 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8119         * nntp.el: Use with-current-buffer.
8120         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8121         dubious mm-with-unibyte-current-buffer.
8122         (nntp-with-open-group-function): New function extracted from
8123         nntp-with-open-group macro.
8124         (nntp-with-open-group): Use the function, so it's easier to debug.
8125         Add indentation and debugging info.
8126         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8127         Recommend the use of the netcat alternatives.
8129         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8130         Avoid mm-string-as-multibyte as well.
8132         * nnweb.el (nnweb-insert-html):
8133         Remove use of nnheader-string-as-multibyte.
8135         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8136         (nnheader-string-as-multibyte): Remove.
8138         * mm-view.el: Use inhibit-read-only.
8139         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8140         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8141         or unibyte-string.
8143         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8144         (mm-uu-yenc-extract): Use with-current-buffer.
8146         * gnus-soup.el (gnus-soup-send-packet): Don't use
8147         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8149         * nnmh.el: Use with-current-buffer.
8150         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8151         mm-string-as-multibyte on the output of mm-encode-coding-string.
8153         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8154         (nnimap-request-move-article): Use with-current-buffer.
8156         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8157         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8158         conversion uses string-make-unibyte rather than string-as-unibyte.
8160         * gnus-msg.el: Use with-current-buffer.
8162         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8164 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8166         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8167         string for caching if it is 'PIN.
8169 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8171         * mail-source.el (mail-source-delete-old-incoming-confirm):
8172         Change default to nil.
8173         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8175 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8177         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8178         (gnus-article-goto-prev-page): Work for articles having ^L's.
8180         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8182         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8184 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8186         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8187         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8188         (gnus-bookmark-jump): Adjust some variable names.
8190 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8192         * auth-source.el: New package.
8193         (auth-source-choices): Add customization entry point variable.
8195         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8196         bug.
8198 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8200         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8201         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8202         (gnus-registry-install-shortcuts): Rename from
8203         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8204         the `gnus-registry-mark-map' keymap dynamically from
8205         `gnus-registry-marks'.  The generated functions update the summary line
8206         when a registry mark is added or deleted, and will call
8207         `gnus-registry-install-p' (see the comments in the code).
8208         (gnus-registry-user-format-function-M): Use concat intelligently.
8210         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8211         the registry mark functions.
8213 2008-03-05  Glenn Morris  <rgm@gnu.org>
8215         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8216         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8217         gnus-art.
8218         (top-level): No need to load own source when compiling.
8220 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8222         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8223         Suggested by <chris.anderton@zetnet.co.uk>.
8225 2008-03-04  Glenn Morris  <rgm@gnu.org>
8227         * gnus-sum.el (top-level): No need to require gnus when compiling,
8228         since unconditionally required near start of file.
8229         (gnus-summary-display-while-building): Move definition before use.
8231 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8233         * gnus-registry.el (gnus-registry-user-format-function-M):
8234         Add formatting function.
8236 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8238         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8239         with plists.
8240         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8241         Use new format.
8243 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8245         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8246         `where-is-internal' that returns a range of key sequences.
8248 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8250         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8252         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8253         (gnus-summary-jump-to-group): Consider windows on other displayed
8254         frames as well.  Similar changes might be needed elsewhere, but that's
8255         the one I've bumped into during my use.
8257         * nndoc.el (nndoc-oe-dbx-type-p):
8258         * gnus-msg.el (gnus-debug):
8259         * gnus-group.el (gnus-update-group-mark-positions):
8260         Use mm-string-to-multibyte.
8262 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8264         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8265         doesn't handle NotDashEscaped.
8267         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8268         (mml-dnd-attach-options): Fix typo in custom choice.
8270         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8271         Change nndoc-article-type to mbox.
8272         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8274         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8275         to nil, instead of html2text.
8277         * imap.el (imap-debug): Add `imap-ping-server'.
8279         * gnus-bookmark.el: Add FIXMEs.
8281         * message.el (message-form-letter-separator)
8282         (message-send-form-letter-delay): New variables.
8283         (message-send-form-letter): Use them.  New command to send form
8284         letters.  Requested by Uwe Siart.
8285         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8287 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8289         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8290         empty author.
8292 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8294         * gnus-registry.el (gnus-registry-marks): Add variable for
8295         customization of marks and their appearance.
8296         (gnus-registry-read-mark): Use it.
8297         (gnus-registry-do-marks): Add utility function to loop through
8298         `gnus-registry-marks'.
8299         (gnus-registry-install-shortcuts-and-menus): Add function to install
8300         shortcuts and menus.
8301         (gnus-registry-initialize): Use it.
8302         (gnus-registry-default-mark): Clarify documentation.
8304 2008-02-29  Glenn Morris  <rgm@gnu.org>
8306         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8307         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8308         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8309         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8310         Change defcustom :version from 23.0 to 23.1.
8312 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8314         * gnus-registry.el (gnus-registry-follow-group-p)
8315         (gnus-registry-post-process-groups): Add functions to aid registry
8316         splitting and improve logging.  Clarify behavior in function
8317         documentation.
8318         (gnus-registry-split-fancy-with-parent): Use them.
8320 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8322         * gnus-art.el: Use with-current-buffer.
8324 2008-02-27  David Engster  <dengste@eml.cc>
8326         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8327         Express real group name in the response.
8329 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8331         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8332         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8333         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8334         autoload gnus-registry-fetch-group when compiling.
8335         (nnmairix-request-group-with-article-number-correction):
8336         Remove unreferenced argument passed to nnmairix-call-backend.
8338 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8340         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8341         (mm-uu-extract): Improve face for low color ttys.
8342         Reported by Sascha Wilde.
8344 2008-02-27  Glenn Morris  <rgm@gnu.org>
8346         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8347         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8348         variables to defconsts.  Convert comments to doc-strings.
8349         (nnmairix-last-server, nnmairix-current-server): Convert from free
8350         variables to defvars.  Convert comments to doc-strings.
8351         (gnus-registry-fetch-group): Autoload.
8352         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8353         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8354         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8355         caddr.
8356         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8357         nnmairix-request-group-with-article-number-correction call.
8358         (nnmairix-fast, nnmairix-group): New, less general names, for free
8359         variables passed from nnmairix-request-group to
8360         nnmairix-request-group-with-article-number-correction.  Declare.
8361         (nnmairix-request-group-with-article-number-correction):
8362         Use nnmairix-fast, nnmairix-group rather than fast, group.
8364 2008-02-26  David Engster  <dengste@eml.cc>
8366         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8367         version 0.5.
8369 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8371         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8372         instead of making an extra function call.  Don't add the current group
8373         to articles only when they have the group.  Use
8374         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8375         Reported by David <de_bb@arcor.de>.
8377 2008-02-24  Miles Bader  <miles@gnu.org>
8379         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8380         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8381         (mm-find-mime-charset-region):
8382         * mm-bodies.el (mm-encode-body):
8383         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8385 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8387         * mail-source.el (mail-source-delete-incoming): Change default.
8388         Supplement doc string.
8390         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8392 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8394         * nnmail.el (nnmail-message-id-cache-file): Derive from
8395         `gnus-home-directory'.
8397 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8399         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8400         Document negative prefix.
8402         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8404 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8406         * message.el (message-unsent-separator): Add the Exim bounce
8407         separator.
8409 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8411         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8412         list.
8413         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8414         recipient/signer list.
8416 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8418         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8419         fbound (Emacs 23 unicode), signal an error.
8421 2008-02-08  Glenn Morris  <rgm@gnu.org>
8423         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8425 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8427         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8428         ports to the calls to `netrc-machine-user-or-password' in addition to
8429         "imap" and "imaps".
8431 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8433         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8434         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8435         <hanche@math.ntnu.no>.
8437 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8439         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8441 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8443         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8445         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8447 2008-02-01  Miles Bader  <miles@gnu.org>
8449         * mml.el (mml-parse-1): Remove apparently vestigial use of
8450         `mm-hack-charsets'.
8451         * mm-bodies.el (mm-encode-body): Likewise.
8453 2008-02-01  Kenichi Handa  <handa@m17n.org>
8455         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8456         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8457         (rfc2104-hash): Convert the result of concat to unibyte string.
8459 2008-02-01  Dave Love  <fx@gnu.org>
8461         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8462         coding-system-for-read.
8463         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8465         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8466         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region): Delete.
8467         (mm-find-mime-charset-region): Remove hack-charsets stuff.
8469 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8471         * mail-source.el (mail-sources): Add `group' choice.
8473         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8474         parameter `in-group' to control into which group the articles go.
8475         Add treatment of `group' mail-source.
8477 2008-01-24  Dan Nicolaescu  <dann@ics.uci.edu>
8479         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8480         * message.el (message-beginning-of-line): Use featurep instead of bound
8481         tests in order to resolve conditionals at compile time.
8483 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8485         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8487         * mm-decode.el (mm-dissect-buffer): Decode description.
8489         * mml.el (mml-to-mime): Encode message header first.
8491 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8493         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8494         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8496 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8498         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8500 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8502         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8503         prefix keys.
8504         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8505         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8506         gnus-xmas.el.
8508 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8510         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8511         Add new variables for article mark management.
8512         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8513         list of extra data entries which, when present, will indicate that the
8514         article ID should not be trimmed from the registry.
8515         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8516         functions.
8517         (gnus-registry-read-mark): New function to read a mark name from the
8518         user.
8519         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8520         (gnus-registry-set-article-mark-internal): New functions to add and
8521         remove marks.
8522         (gnus-registry-get-article-marks): New function to show the marks for
8523         an article, or retrieve them for further use.
8525 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8527         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8528         keys when no argument is given.
8530 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8532         * gnus-sum.el (gnus-article-sort-by-random)
8533         (gnus-thread-sort-by-random): Fix doc strings.
8534         Reported by jidanni@jidanni.org.
8536 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8538         * gnus-art.el (gnus-article-describe-bindings): New function.
8539         (gnus-article-read-summary-keys): Use it.
8540         (gnus-article-mode-map): Bind `C-h b' to it.
8542 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8544         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8545         XEmacs.
8546         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8547         Protect against non-character events.
8549 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8551         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8552         New command.
8553         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8554         instead of END.  Change name of the temp file.
8555         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8556         customizable.
8558 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8560         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8561         bind `S W' to gnus-article-wide-reply-with-original; set default
8562         binding to gnus-article-read-summary-send-keys.
8563         (gnus-article-read-summary-keys): Fix the order of keys; display
8564         continuation keys correctly in the echo area; describe bindings
8565         correctly when keys end with `C-h'.
8566         (gnus-article-read-summary-send-keys): New function.
8567         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8568         Work for gnus-article-read-summary-send-keys; display continuation keys
8569         correctly in the echo area.
8570         (gnus-article-reply-with-original): Ignore prefix argument.
8571         (gnus-article-wide-reply-with-original): New function.
8573 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8575         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8576         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8578 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8580         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8581         (gnus-group-read-ephemeral-gmane-group): New command.
8583 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8585         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8587 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8589         * message.el (message-send-mail-function): Increase custom version.
8591         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8592         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8594 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8596         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8597         html parts correctly; support forwarded messages.
8598         (gnus-article-browse-html-article): Remove work buffers.
8600         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8601         compiling.
8602         (netrc-bound-and-true-p): New macro.
8603         (netrc-parse): Use it instead of bound-and-true-p that is not available
8604         in XEmacs 21.4.
8606 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8608         * gnus-registry.el (gnus-registry-mark-article)
8609         (gnus-registry-article-marks): Add functionality to mark articles
8610         through the Gnus registry.
8612         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8613         (netrc-parse): Use encrypt-file-alist to determine if
8614         encrypt-find-model or encrypt-insert-file-contents should be used.
8616 2007-12-19  Glenn Morris  <rgm@gnu.org>
8618         * mml.el (message-options-set, message-narrow-to-head)
8619         (message-in-body-p, message-mail-p, message-encode-message-body):
8620         Autoload.
8621         (message-remove-header, message-narrow-to-headers-or-head)
8622         (message-subscribed-p, message-make-mail-followup-to)
8623         (message-position-on-field, message-news-p)
8624         (message-options-set-recipient, message-generate-headers)
8625         (message-sort-headers): Declare as functions.
8627 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8629         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8630         convention in doc string.
8632 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8634         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8635         title to html parts.
8636         (gnus-article-browse-html-article): Pass message header to it.
8638         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8640 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8642         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8643         or password compatible with XEmacs.
8645 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8647         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8648         format document.
8649         (gnus-mime-delete-part): Don't write description line if empty.
8650         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8652 2007-12-14  Johan Bockgård  <bojohan@gnu.org>
8654         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8655         (gnus-summary-mark-read-and-unread-as-read)
8656         (gnus-summary-mark-current-read-and-unread-as-read)
8657         (gnus-summary-mark-unread-as-ticked): Doc fix.
8658         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8660 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8662         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8663         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8665 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8667         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8668         yes-or-no-p.
8670 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8672         * mm-decode.el (mm-add-meta-html-tag): New function.
8673         (mm-save-part-to-file, mm-pipe-part): Use it.
8675         * gnus-art.el (gnus-article-browse-delete-temp-files):
8676         Use gnus-y-or-n-p instead of y-or-n-p.
8677         (gnus-article-browse-html-parts): Work with message/external-body; use
8678         mm-add-meta-html-tag.
8680 2007-12-11  Glenn Morris  <rgm@gnu.org>
8682         * gnus-cache.el: Require gnus-sum not just when compiling.
8684         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8686         * gnus-int.el (gnus-server-opened, gnus-status-message):
8687         Move definitions before use.
8689         * mm-decode.el: Require gnus-util.
8690         (mm-remove-part): Only call delete-annotation on XEmacs.
8692         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8694         * nnmail.el: Require gnus-int.
8696         * spam.el: Move `require's before `eval-when-compile's.
8698         * gnus-ems.el (gnus-alive-p):
8699         * gnus-fun.el (message-goto-eoh):
8700         * gnus-util.el (gnus-group-name-decode):
8701         * mail-source.el (gnus-compress-sequence):
8702         * message.el (Info-goto-node, format-spec):
8703         * mm-bodies.el (message-options-get):
8704         * mm-decode.el (mm-view-pkcs7):
8705         * mm-util.el (gmm-write-region):
8706         * mml-smime.el (mml-compute-boundary)
8707         (gnus-completing-read-with-default):
8708         * mml.el (widget-button-press, gnus-make-hashtable):
8709         * mml1991.el (mm-decode-content-transfer-encoding)
8710         (mm-encode-content-transfer-encoding)
8711         (message-options-get, message-options-set):
8712         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
8713         * nnfolder.el (gnus-request-group):
8714         * nnheader.el (ietf-drums-unfold-fws):
8715         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
8716         * smime.el (gnus-run-mode-hooks):
8717         * spam-stat.el (gnus-message): Autoload.
8719         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
8720         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
8721         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
8722         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
8723         Add declare-function compatibility definition.
8725         * gnus-cache.el (nnvirtual-find-group-art):
8726         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
8727         (gnus-add-image, gnus-add-wash-type):
8728         * gnus-group.el (nnkiboze-score-file):
8729         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
8730         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
8731         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
8732         (message-tokenize-header, gnus-get-buffer-create)
8733         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
8734         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
8735         * gnus.el (gnus-group-decoded-name):
8736         * mail-source.el (imap-capability):
8737         * mm-bodies.el (message-options-set):
8738         * mm-decode.el (gnus-configure-windows):
8739         * mm-extern.el (message-goto-body):
8740         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
8741         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
8742         (epg-sub-key-validity, message-options-set):
8743         * mml.el (widget-event-point, gnus-configure-windows):
8744         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
8745         * mml2015.el (epg-check-configuration, epg-configuration)
8746         (message-options-set):
8747         * nndb.el (nndb-request-article):
8748         * nnfolder.el (gnus-request-create-group):
8749         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
8750         * nnmaildir.el (gnus-group-mark-article-read):
8751         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
8752         * rfc1843.el (message-fetch-field):
8753         * spam.el (gnus-extract-address-components):
8754         Declare as functions.
8756 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8758         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
8760 2007-12-09  Glenn Morris  <rgm@gnu.org>
8762         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
8764         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
8765         * message.el, mm-view.el, sieve-manage.el, smime.el:
8766         Add declare-function compatibility definition.
8768         * gnus-art.el (w3-region, w3m-region, Info-menu):
8769         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
8770         * gnus-sum.el (gnus-get-predicate):
8771         * gnus-util.el (mm-append-to-file, w32-focus-frame):
8772         * message.el (mail-abbrev-in-expansion-header-p):
8773         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
8774         (w3m-detect-meta-charset, w3m-region):
8775         * sieve-manage.el (password-read, password-cache-add)
8776         (password-cache-remove):
8777         * smime.el (password-read-and-add): Declare as functions.
8779 2007-12-08  David Kastrup  <dak@gnu.org>
8781         * gnus-sum.el (gnus-summary-simplify-subject-query):
8782         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
8783         `message'.
8785 2007-12-07  Glenn Morris  <rgm@gnu.org>
8787         * gnus-art.el (article-make-date-line): Revert previous change.
8789 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
8791         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
8793 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
8795         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
8796         Call gnus-add-to-range ranges only once with a prepared article-list.
8798 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
8800         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
8801         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
8802         group names with backslashes.
8803         Reported by Tassilo Horn <tassilo@member.fsf.org>.
8805 2007-12-06  Deepak Goel  <deego3@gmail.com>
8807         * gnus-art.el (article-make-date-line):
8808         * gnus-start.el (gnus-load):
8809         * pop3.el (pop3-read-response): Fix buggy call to `error'.
8811 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8813         * gnus-art.el (gnus-use-idna)
8814         * gnus-start.el (gnus-site-init-file)
8815         * message.el (message-use-idna)
8816         * mm-uu.el (mm-uu-hide-markers)
8817         * smiley.el (smiley-style): Revert changes that suppress warnings.
8819 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8821         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
8822         specify charset to html source.
8823         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8825 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
8827         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
8828         idna-program in order to suppress byte compile warning issued by XEmacs
8829         that came to byte compile the default value section of defcustom forms
8830         recently.
8832         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
8833         value of installation-directory.
8835         * message.el (message-use-idna): Don't directly refer to the value of
8836         idna-program.
8838         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
8840         * smiley.el (smiley-style): Don't directly call face-attribute.
8842 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
8844         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
8846         * gnus-dired.el: Reduce Gnus dependencies.
8847         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
8848         Don't require.  Use autoloads instead.
8849         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
8850         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
8851         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
8852         (gnus-dired-mode): Adjust doc string.
8853         (gnus-dired-mail-mode): New variable.
8854         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
8855         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
8856         (gnus-dired-mail-buffers): New function.  Return mail or message
8857         composition buffers.
8858         (gnus-dired-attach): Use it.
8859         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
8860         NO-DECODE.
8861         (gnus-dired-print): Use `gnus-print-buffer' depending on
8862         `gnus-dired-mail-mode'.
8864 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
8866         * rfc2047.el (rfc2047-encoded-word-regexp)
8867         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
8868         explaining what regexp patterns are for.
8870 2007-12-04  Glenn Morris  <rgm@gnu.org>
8872         * password.el: Move to ../password-cache.el.
8874         * mml1991.el (password-read, password-cache-add, password-cache-remove):
8875         * mml2015.el (password-read, password-cache-add, password-cache-remove):
8876         * mml-smime.el (password-read, password-cache-add)
8877         (password-cache-remove):
8878         No need to autoload, since mml-sec requires password.
8880         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
8881         * message.el (gnus-extract-address-components):
8882         * mml-smime.el (gnus-extract-address-components): Define for compiler.
8884         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
8885         password.
8887 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
8889         * mailcap.el: Reduce dependencies.
8890         (mail-header-parse-content-type): Autoload.
8891         (mailcap-delete-duplicates): New alias.
8892         (mailcap-mime-info): Add optional argument NO-DECODE.
8893         (mailcap-mime-types): Use mailcap-delete-duplicates.
8895         * message.el (message-ignored-supersedes-headers): Add "X-ID".
8897 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8899         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
8900         function.
8902         * gnus-uu.el (gnus-uu-decode-yenc): New command.
8903         (gnus-uu-yenc-article): New function.
8905         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
8907         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
8909 2007-12-02  Glenn Morris  <rgm@gnu.org>
8911         * sasl-cram.el, sasl-digest.el, sasl-ntlm.el, sasl.el:
8912         Move to ../net.
8914         * binhex.el, uudecode.el: Move to ../mail.
8916         * encrypt.el: Remove file.
8918 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
8920         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
8921         matches on patches.
8923         * gnus-art.el (gnus-article-browse-html-article):
8924         Mention `mm-text-html-renderer' in the doc string.
8926         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
8927         string.  Add comments.
8929         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
8930         if rhs is ASCII.
8932 2007-12-01  Glenn Morris  <rgm@gnu.org>
8934         * dig.el, dns.el: Move to ../net.
8935         * format-spec.el, hex-util.el, sha1.el: Move to ../.
8937         * mail-source.el (top-level): Require format-spec before
8938         eval-when-compile.
8940 2007-11-30  Glenn Morris  <rgm@gnu.org>
8942         * encrypt.el: Require password, rather than autoloading password-read.
8944 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
8946         * gnus.el (gnus-method-to-server): Add an optional parameter so the
8947         caller can indicate whether the cache should be disregarded for this
8948         call.  This way the result of the call is reproducible at all times and
8949         can be considered a canonical server name for the supplied method.
8950         (gnus-agent-method-p): Canonicalize server names by pushing their
8951         method through `gnus-method-to-server' using the no-cache argument.
8953         * gnus-srvr.el (gnus-server-insert-server-line):
8954         Call `gnus-method-to-server' with `no-cache' argument.
8956         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
8957         gnus-agent-possibly-synchronize-flags as this should be called when the
8958         server is actually being opened.
8959         (gnus-agent-possibly-synchronize-flags)
8960         (gnus-agent-possibly-synchronize-flags-server): Move check for the
8961         flags file of an agentized server to the latter function.
8963         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
8964         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
8965         after a connection has been established successfully.
8967 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
8969         * gnus-art.el (article-display-face): Force to display face if called
8970         interactively; check if gnus-article-x-face-too-ugly matches author.
8971         (article-display-x-face): Display face even if From header is missing
8972         as article-display-face does.
8974 2007-11-28  Richard Stallman  <rms@gnu.org>
8976         * md4.el: Move to ../.
8977         * hmac-def.el, hmac-md5.el, ntlm.el: Move to ../net.
8979 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
8981         * mail-source.el (mail-sources): Default to fetch from file for
8982         compatibility with default of nnmail-spool-file.
8984 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8986         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
8987         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
8988         to look for encoded word that should be encoded again.
8989         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
8990         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
8991         encoding pattern.
8992         (rfc2047-decode-region): Switch strict regexp and loose one according
8993         to rfc2047-allow-irregular-q-encoded-words.
8995 2007-11-26  Simon Josefsson  <simon@josefsson.org>
8997         * imap.el: Move to ../net directory.
8999 2007-11-25  Romain Francoise  <romain@orebokech.com>
9001         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9003 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9005         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9006         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9008         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9009         `nnmail-spool-file'.
9011         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9012         `nnmail-spool-file'.
9014         * gnus-move.el (gnus-change-server): Ditto.
9016         * gnus-kill.el (gnus-batch-score): Ditto.
9018         * gnus-cache.el (gnus-jog-cache): Ditto.
9020         * gnus-msg.el (gnus-summary-reply):
9021         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9023 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9025         * gnus-cache.el (gnus-cache-generate-nov-databases):
9026         Use nnml-generate-nov-databases-directory instead of
9027         nnml-generate-nov-databases-1.
9029 2007-11-24  Glenn Morris  <rgm@gnu.org>
9031         * message.el (message-tool-bar-retro): Update for rename
9032         mail_send.xpm->mail-send.xpm.
9034 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9036         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9037         `smime-ldap-search' for Emacs 22 and up.
9039 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9041         * hashcash.el: Move to ../mail directory.
9043         * smime-ldap.el: Remove.  Not used in Emacs 22 and up.
9045         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9046         `smime-ldap-search' for Emacs 22 and up.
9048 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9050         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9052         * message.el (message-send-mail-function): Fix error convention.
9053         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9054         (message-widen-reply, message-send-mail, message-talkative-question)
9055         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9056         (message-clone-locals, message-send-news): Use with-current-buffer.
9057         (message-insert-or-toggle-importance): Remove unused var `valid'.
9058         (message-make-references): Remove unused var `new-references'.
9059         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9061 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9063         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9064         (spam-split-symbolic-return-positive): Reflow docstring.
9065         (spam-backends, spam-summary-exit-behavior)
9066         (spam-mark-ham-unread-before-move-from-spam-group)
9067         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9068         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9069         (spam-clear-cache, spam-backend-check, spam-install-backend)
9070         (spam-install-statistical-backend, spam-list-of-processors)
9071         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9072         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9073         (spam-check-crm114, spam-initialize, spam-unload-hook):
9074         Fix typos in docstrings.
9076 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9078         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9079         been checked if they have never been read and those group levels are
9080         higher than the one that a user specified.
9082 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9084         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9085         foreign groups unless a group level is specified by a user.
9086         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9088 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9090         * message.el (message-send-mail-function): Require sendmail.
9092 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9094         * message.el (message-send-mail-function): Check for smtpmail too.
9096         * utf7.el (utf7-encode, utf7-decode): Use coding system
9097         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9099         * message.el (message-send-mail-function): New function.
9100         (message-send-mail-function): Set default using
9101         message-send-mail-function.  Adjust doc string.
9102         (message-send-mail-with-mailclient): New function.
9104 2007-11-17  Richard Stallman  <rms@gnu.org>
9106         * assistant.el: Remove file.
9108 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9110         * smime.el (from):
9111         * rfc2047.el (message-posting-charset):
9112         * qp.el (mm-use-ultra-safe-encoding):
9113         * pop3.el (parse-time-months):
9114         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9115         * nnml.el (files):
9116         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9117         (jka-compr-compression-info-list, ange-ftp-path-format)
9118         (efs-path-regexp):
9119         * nndiary.el (files):
9120         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9121         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9122         (epg-digest-algorithm-alist, inhibit-redisplay)
9123         (password-cache-expiry):
9124         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9125         (pgg-output-buffer, password-cache-expiry):
9126         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9127         (efs-path-regexp):
9128         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9129         (inhibit-redisplay):
9130         * mm-uu.el (file-name, start-point, end-point, entry)
9131         (gnus-newsgroup-name, gnus-newsgroup-charset):
9132         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9133         (latin-unity-ucs-list):
9134         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9135         (mm-uu-binhex-decode-function):
9136         * message.el (gnus-message-group-art, gnus-list-identifiers)
9137         (rmail-enable-mime-composing, gnus-local-organization)
9138         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9139         (gnus-read-active-file, facemenu-add-face-function)
9140         (facemenu-remove-face-function, gnus-article-decoded-p)
9141         (tool-bar-mode):
9142         * mail-source.el (display-time-mail-function):
9143         * gnus-util.el (nnmail-pathname-coding-system)
9144         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9145         (gnus-original-article-buffer, gnus-user-agent)
9146         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9147         (xemacs-codename, sxemacs-codename, emacs-program-version):
9148         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9149         * gnus-start.el (gnus-agent-covered-methods)
9150         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9151         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9152         (gnus-newsgroup-headers, gnus-group-list-mode)
9153         (gnus-group-mark-positions, gnus-newsgroup-data)
9154         (gnus-newsgroup-unreads, nnoo-state-alist)
9155         (gnus-current-select-method, mail-sources)
9156         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9157         (nnmail-spool-file, gnus-cache-active-hashtb):
9158         * gnus-mh.el (mh-lib-progs):
9159         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9160         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9161         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9162         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9163         (gnus-group-buffer):
9164         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9165         (font-lock-set-defaults):
9166         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9167         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9168         (gnus-summary-post-menu, total-parts, type, condition, length):
9169         * gnus-agent.el (gnus-agent-read-agentview):
9170         * flow-fill.el (show-trailing-whitespace):
9171         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9172         eval-and-compile wrappers for byte compiler pacifiers.
9174         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9175         (mm-display-inline-fontify): Check for featurep 'xemacs not
9176         extent-list.
9178         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9179         itimer-list.
9180         (mm-create-image-xemacs): Only do something for XEmacs.
9181         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9183         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9185         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9186         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9188 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9190         * nnimap.el (nnimap-split-download-body):
9191         * gnus-demon.el (gnus-demon):
9192         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9194 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9196         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9197         New macros.
9198         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9199         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9200         copy data from unibyte buffer to multibyte current buffer.
9201         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9202         to copy data from unibyte current buffer to multibyte buffer.
9203         (nntp-make-process-buffer): Make process buffer unibyte.
9205         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9207 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9209         * pop3.el (pop3-open-server): Accept and process data more robustly at
9210         connexion start to avoid spurious "POP SSL connexion failed" errors.
9212 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9214         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9215         read group names.
9217 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9219         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9221 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9223         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9224         (nnmail-save-active): Use a unibyte buffer when saving active file,
9225         which may contain non-ASCII group names.
9227         * nnml.el (nnml-request-group): Decode group names in messages.
9229 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9231         * message.el (message-citation-line-function)
9232         (message-insert-formatted-citation-line): Fix spelling of
9233         `message-insert-formated-citation-line'.
9235 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9237         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9239 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9241         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9242         nnmail-pathname-coding-system.
9244         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9245         that a user enters; decode group names in messages.
9247         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9249 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9251         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9253         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9255         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9256         risky local variable.
9258         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9260 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9262         * encrypt.el: Improve documentation to fix function name typo.
9263         Reported by Daiki Ueno <ueno@unixuser.org>.
9265 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9267         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9268         even if the point is not in the last page of an article.
9269         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9270         back to the previous page.
9272 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9274         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9276 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9278         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9280 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9282         * message.el (message-check-news-body-syntax):
9283         Avoid mm-string-as-multibyte.
9284         (message-hide-headers): Don't assume (point-min)==1.
9286 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9288         * message.el (message-remove-blank-cited-lines): Fix if remove is
9289         given.
9290         (message-bogus-address-regexp): New variable.
9291         (message-bogus-recipient-p): New function.
9292         (message-check-recipients): New command.
9293         (message-syntax-checks): Add `bogus-recipient'.
9294         (message-fix-before-sending): Add `bogus-recipient'.
9296         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9297         (gnus-treat-body-boundary): Don't test window-system.
9299 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9301         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9303 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9305         * gnus.el: Bump version to Gnus v5.13.
9307 2007-10-28  Miles Bader  <miles@gnu.org>
9309         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9310         at compile-time too.
9312 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9314         * gnus-msg.el (gnus-message-setup-hook):
9315         Add `message-remove-blank-cited-lines' to options.
9317 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9319         * message.el (message-remove-blank-cited-lines): New function.
9320         Suggested by Karl Plästerer.
9322 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9324         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9325         mapc.
9327         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9328         (top-level): Use mapc to set functions to be traced for debugging.
9330         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9331         called for effect with while loop.
9333         * message.el (message-talkative-question): Replace mapcar called for
9334         effect with mapc.
9336         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9337         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9338         called for effect with dolist.
9340         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9342         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9343         gnus-extra-headers and nnmail-extra-headers.
9345         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9346         called for effect with dolist.
9347         (top-level): Use mapc to set functions to be traced for debugging.
9349         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9350         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9351         dolist.
9353         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9354         Replace mapcar called for effect with mapc.
9355         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9356         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9357         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9358         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9360         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9361         remove-if that's a cl function.
9363         * webmail.el (webmail-debug): Replace mapcar called for effect with
9364         dolist.
9366 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9368         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9369         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9370         with while loop.
9372         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9373         functions from article-* functions.
9374         (gnus-multi-decode-header): Replace mapcar called for effect with
9375         dolist.
9377         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9378         (gnus-bookmark-show-details): Replace mapcar called for effect with
9379         while loop.
9381         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9382         called for effect with while loop.
9384         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9385         with dolist.
9387         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9388         Replace mapcar called for effect with dolist.
9390         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9392         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9393         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9394         Replace mapcar called for effect with dolist.
9395         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9396         mapc.
9398         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9399         Replace mapcar called for effect with dolist.
9400         (gnus-topic-list): Replace mapcar called for effect with mapc.
9402         * gnus.el: Use mapc instead of mapcar to add autoloads.
9404 2007-10-23  Richard Stallman  <rms@gnu.org>
9406         * gnus-group.el (gnus-group-highlight): Mark as risky.
9408 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9410         * gnus.el (gnus-server-to-method): Return method found first in
9411         gnus-newsrc-alist.
9413         * gnus-art.el (gnus-article-highlight-signature)
9414         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9415         button overlay without the front stickiness.
9417 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9419         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9420         overview buffer needed a catch to receive its throw.
9421         (gnus-agent-flush-cache): Declare as interactive to make this function
9422         easier to use.
9424 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9426         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9427         `next-line'.
9429 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9431         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9432         exclude address matching message-dont-reply-to-names.
9434 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9436         * gnus-util.el (gnus-string<): New function.
9438         * gnus-sum.el (gnus-article-sort-by-author)
9439         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9441 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9443         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9444         the frame-focus tag is set in gnus-buffer-configuration.
9446 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9448         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9449         the front stickiness.
9451 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9453         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9454         url pattern; remove duplicate one.
9455         (gnus-article-extend-url-button): New function.
9456         (gnus-article-add-buttons): Use it.
9457         (gnus-button-push): Use concatenated url that it makes.
9459 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9461         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9462         (sieve-manage-open): Use `mapc' instead of `mapcar'.
9464 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9466         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9467         Don't hardcode point-min==1.
9469 2007-09-30  David Kastrup  <dak@gnu.org>
9471         * gnus-art.el (gnus-article-reply-with-original)
9472         (gnus-article-followup-with-original): When `transient-mark-mode' is
9473         off, refrain from active-region behavior for followups.
9475 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9477         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9478         Fix comment about "iso8859-1".
9480 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9482         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9483         ones returned from the verify-function.
9485         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9486         Call mml2015-extract-cleartext-signature if extraction failed.
9488 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9490         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9491         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9492         failed.
9494 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9496         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9498 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9500         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9501         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9502         thread for both the null and zero (kill/expire thread) universal prefix
9503         cases.
9504         (gnus-summary-expire-thread): Add new function to expire a thread,
9505         using gnus-summary-kill-thread.
9506         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9507         shortcuts for gnus-summary-expire-thread.
9508         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9509         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9511 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9513         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9514         extras value, so an extras entry can be deleted.
9515         (gnus-registry-delete-extra-entry): Use it.
9516         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9517         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9518         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9519         storage through the gnus-registry, and provide an appropriate API for
9520         it.
9522 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9524         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9525         Suggested by Leo <sdl.web@gmail.com>.
9527         * gnus.el: Do.
9529 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9531         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9532         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9534         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9536         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9537         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9539 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9541         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9542         newline.
9543         (nnmbox-request-accept-article): Don't change article in source buffer;
9544         narrow to header to use message-fetch-field rather than
9545         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9546         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9547         as delimiters; make sure article ends with newline.
9548         (nnmbox-delete-mail): Correct last position of article to be deleted;
9549         ignore X-Gnus-Newsgroup header in article body.
9550         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9551         positions; make sure article ends with newline.
9553         * message.el (message-display-abbrev): Don't infloop when a user
9554         inserts SPC in the beginning of header.
9556 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9558         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9559         list of groups not followed by default.  Fix type to be regexp.
9560         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9562 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9564         * hmac-def.el (define-hmac-function): Switch from old-style to
9565         new-style backquotes.
9567         * md4.el (md4-make-step): Likewise.
9569 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9571         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9572         raw-text coding system when saving .newsrc file, which may contain
9573         non-ASCII group names.
9575 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9577         * gnus-cus.el (gnus-score-extra): New widget.
9578         (gnus-score-extra-convert): New function.
9579         (gnus-score-customize): Use it for Extra.
9581 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9583         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9584         (mml2015-mailcrypt-clear-verify): Use it.
9585         (mml2015-gpg-clear-verify): Use it.
9586         (mml2015-pgg-clear-verify): Use it.
9587         (mml2015-epg-clear-verify): Replace the current part with the output
9588         from GnuPG; don't extract the plaintext by itself.
9590         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9591         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9592         mml2015-clear-verify-function; don't touch the armor headers or
9593         dash-escaped text here.
9595 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9597         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9598         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9599         parts, or application/octet-stream as a last resort.
9600         (gnus-mime-view-part-as-type): Don't toggle display.
9601         (gnus-mime-view-part-as-charset): Don't turn off display before
9602         querying charset.
9604         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9605         stuff to undisplayer function in Emacs.
9606         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9608         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9609         text/calendar parts.
9611 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9613         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9614         decoding text/calendar parts.
9616         * message.el (message-forward-make-body-mime): Always mark body as
9617         having no illegible text; remove signed-or-encrypted argument.
9618         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9620         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9621         (mml-generate-mime-1): Don't encode body if it is specified to be in
9622         raw form; don't make buffer be unibyte when inserting multibyte string.
9624 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9626         * sha1.el: Fix up comment style.
9627         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9628         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9630         * hex-util.el: Fix up comment style.
9631         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9633         * gnus-salt.el: Use with-current-buffer.
9634         (gnus-pick-setup-message): Fix long-standing typo.
9636 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9638         * imap.el (imap-logout-timeout): New variable.
9639         (imap-logout, imap-logout-wait): New functions.
9640         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9642         * nnimap.el (nnimap-logout-timeout): New server variable.
9643         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9644         nnimap-logout-timeout.
9646         * gnus-art.el (gnus-article-summary-command-nosave)
9647         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
9649 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9651         * gnus.el (gnus-maximum-newsgroup): New variable.
9653         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
9654         according to gnus-maximum-newsgroup.
9656         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9657         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
9658         Limit the range of articles according to gnus-maximum-newsgroup.
9660 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
9662         * gnus-art.el (gnus-sticky-article): Fix problems described in
9663         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
9664         Don't perform gnus-configure-windows here; reuse existing sticky
9665         article buffer.
9667         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
9668         it doesn't exist in gnus-article-mode.
9670 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9672         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
9673         (gnus-agent-decoded-group-name): New function.
9674         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
9675         (gnus-agent-expire-group-1): Use it; decode group name in messages.
9677 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
9679         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
9680         Add binding for gnus-sticky-article.
9681         (gnus-summary-exit): Don't kill sticky article buffers.
9683         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
9684         article buffer.
9685         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
9686         (gnus-kill-sticky-article-buffers): New commands.
9688 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9690         * nntp.el (nntp-xref-number-is-evil): New server variable.
9691         (nntp-find-group-and-number): If it is non-nil, don't trust article
9692         numbers in the Xref header.
9694 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
9696         * gnus-agent.el (gnus-agent-read-group): New function.
9697         (gnus-agent-flush-group, gnus-agent-expire-group)
9698         (gnus-agent-regenerate-group): Use it.
9699         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
9700         nnmail-pathname-coding-system.
9702 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9704         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
9706         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
9707         that are unread as unread, and also as selected so that information of
9708         marks having been changed by a user may be updated when exiting group.
9710 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
9712         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
9714 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
9716         * gnus-art.el (gnus-mime-display-single): Pass part number that is
9717         calculated ignoring signature parts to gnus-treat-article.
9719 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9721         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
9722         a point here in order to keep the window start.
9723         (gnus-insert-mime-security-button): Make a button overlay without the
9724         front stickiness.
9725         (gnus-mime-display-security): Goto the end of a button.
9727         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
9729 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9731         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
9732         group-name-at-point.
9733         (gnus-group-completing-read): New function that offers decoded
9734         non-ASCII group names for completion.
9735         (gnus-fetch-group, gnus-group-read-ephemeral-group)
9736         (gnus-group-jump-to-group, gnus-group-make-group-simple)
9737         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
9738         (gnus-group-fetch-control): Use it.
9739         (gnus-fetch-group): Use group-name-at-point for the initial value
9740         rather than the default value; use gnus-alive-p.
9742         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
9743         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
9744         (gnus-summary-post-news): Use gnus-group-completing-read.
9746         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
9747         (gnus-read-move-group-name): Decode group name for completion.
9749 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
9751         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
9752         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
9753         Yamaoka slightly modified the code).
9755 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9757         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
9758         (nnmail-split-incoming): Bind it.
9760         * nnml.el (nnml-group-name-charset): New function.
9761         (nnml-decoded-group-name): Use it; don't decode group name if
9762         nnmail-group-names-not-encoded-p is non-nil.
9763         (nnml-encoded-group-name): New function.
9764         (nnml-group-pathname): Inline nnml-decoded-group-name.
9765         (nnml-request-expire-articles): Decode group name in message.
9766         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
9767         nnmail-pathname-coding-system.
9768         (nnml-save-mail, nnml-active-number): Work with decoded group names and
9769         not decoded ones according to nnmail-group-names-not-encoded-p.
9770         (nnml-generate-active-info): Use nnml-encoded-group-name.
9772 2007-08-08  Glenn Morris  <rgm@gnu.org>
9774         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
9775         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
9776         doc-strings and comments.
9778 2007-07-25  Glenn Morris  <rgm@gnu.org>
9780         * Relicense all FSF files to GPLv3 or later.
9782 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9784         * gnus-sum.el (gnus-summary-move-article):
9785         Make gnus-summary-respool-article work.
9787 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
9789         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
9790         string.
9792 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
9794         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
9795         that should be ignored when comparing distant RSS articles with local
9796         ones.
9797         (nnrss-make-hash-index): New function.  Create a hash index according
9798         to the ignored fields.
9799         (nnrss-check-group): Use it.
9801 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
9803         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
9805         * gnus-art.el (article-decode-group-name): Decode Xref header too.
9807         * gnus-group.el (gnus-group-make-group): Encode group name here unless
9808         the new optional argument ENCODED is non-nil.
9809         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
9810         coding system for encoding group name.
9811         (gnus-group-make-rss-group): Pass un-encoded group name to
9812         gnus-group-make-group.
9813         (gnus-group-set-info): Tell gnus-group-make-group that group name is
9814         encoded.
9816         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
9817         Encode group name to which articles are moved or copied.
9818         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
9819         coding system for encoding Newsgroup, Followup-To and Xref headers.
9821         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
9822         marks; use nnheader-file-coding-system to write a file.
9823         (nnagent-retrieve-headers): Bind file-name-coding-system to
9824         nnmail-pathname-coding-system.
9826         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
9828         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
9829         (nnml-request-article, nnml-request-create-group)
9830         (nnml-request-rename-group, nnml-find-id)
9831         (nnml-possibly-change-directory, nnml-possibly-create-directory)
9832         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
9833         (nnml-save-marks): Use nnml-group-pathname instead of
9834         nnmail-group-pathname.
9836         (nnml-request-create-group, nnml-request-expire-articles)
9837         (nnml-request-move-article, nnml-request-delete-group)
9838         (nnml-deletable-article-p, nnml-possibly-create-directory)
9839         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
9840         (nnml-open-marks): Bind file-name-coding-system to
9841         nnmail-pathname-coding-system.
9843         (nnml-request-article): Pass server argument to nnml-find-group-number.
9844         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
9845         Pass server argument to nnml-possibly-create-directory.
9846         (nnml-request-accept-article): Pass server argument to
9847         nnml-active-number and nnml-save-mail.
9848         (nnml-find-group-number): Pass server argument to nnml-find-id.
9849         (nnml-request-update-info): Pass server argument to
9850         nnml-marks-changed-p.
9852         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
9853         (nnml-save-mail, nnml-active-number): Add server argument.
9855         (nnml-request-delete-group): Warn if group is missing.
9856         (nnml-get-nov-buffer): Decode group name.
9857         (nnml-generate-active-info): Encode group name.
9858         (nnml-open-marks): Decode group name in messages.
9860 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
9862         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
9863         if it is not specified.
9864         (gnus-article-pipe-part, gnus-article-save-part)
9865         (gnus-article-interactively-view-part, gnus-article-copy-part)
9866         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
9867         (gnus-article-inline-part, gnus-article-save-part-and-strip)
9868         (gnus-article-replace-part, gnus-article-delete-part)
9869         (gnus-article-view-part-as-type): Pass raw prefix argument to
9870         gnus-article-part-wrapper.
9872 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9874         * gnus-agent.el (gnus-agent-save-active):
9875         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
9877         * gnus-cache.el (gnus-cache-save-buffers)
9878         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
9879         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
9880         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
9881         (gnus-cache-braid-nov, gnus-cache-braid-heads)
9882         (gnus-cache-generate-active, gnus-cache-rename-group)
9883         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
9884         (gnus-cache-update-overview-total-fetched-for):
9885         Bind file-name-coding-system to nnmail-pathname-coding-system.
9886         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
9887         New variables.
9888         (gnus-cache-decoded-group-name): New function.
9889         (gnus-cache-file-name): Use it.
9890         (gnus-cache-generate-active): Use non-decoded group name for active.
9892         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
9893         right place.
9894         (gnus-write-active-file): Don't break non-ASCII group names.
9896         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
9897         nnmail-pathname-coding-system.
9899         * gnus-uu.el (gnus-uu-decode-save): Typo.
9901 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
9903         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
9905 2007-07-14  David Kastrup  <dak@gnu.org>
9907         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
9908         finishing actions if we did not edit the article.
9910 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9912         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
9913         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
9914         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
9915         (gnus-agent-flush-group, gnus-agent-flush-cache)
9916         (gnus-agent-fetch-headers, gnus-agent-load-alist)
9917         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
9918         (gnus-agent-retrieve-headers, gnus-agent-request-article)
9919         (gnus-agent-regenerate-group)
9920         (gnus-agent-update-files-total-fetched-for)
9921         (gnus-agent-update-view-total-fetched-for):
9922         Bind file-name-coding-system to nnmail-pathname-coding-system.
9923         (gnus-agent-group-pathname): Don't encode file names by
9924         nnmail-pathname-coding-system.
9925         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
9926         coding-system-for-write instead of buffer-file-coding-system to
9927         gnus-agent-file-coding-system.
9929         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
9930         Decode group name.
9932         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
9934         * gnus-start.el (gnus-update-active-hashtb-from-killed)
9935         (gnus-read-newsrc-el-file): Make group names unibyte.
9937         * nnmail.el (nnmail-group-pathname): Don't encode file names by
9938         nnmail-pathname-coding-system.
9940         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
9941         (nnrss-request-delete-group): Bind file-name-coding-system to
9942         nnmail-pathname-coding-system.
9943         (nnrss-read-server-data, nnrss-read-group-data):
9944         Bind file-name-coding-system correctly.
9945         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
9947         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
9948         (nntp-server-to-method-cache): New variable.
9949         (nntp-group-pathname): New function that decodes non-ASCII group names.
9950         (nntp-possibly-create-directory, nntp-marks-changed-p)
9951         (nntp-save-marks, nntp-open-marks): Use it.
9952         (nntp-possibly-create-directory, nntp-open-marks):
9953         Bind file-name-coding-system to nnmail-pathname-coding-system.
9954         (nntp-open-marks): Decode group names when bootstrapping marks.
9956         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
9957         Newsgroups and Folowup-To headers.
9959 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9961         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
9962         (gnus-server-closed-face, gnus-server-denied-face)
9963         (gnus-server-offline-face): Remove variable.
9964         (gnus-server-font-lock-keywords): Use faces that are not aliases.
9966         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
9967         of modifying message-stack directly for XEmacs.
9969         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
9970         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
9971         if the coding-system argument is nil for XEmacs.
9973         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
9974         mm-charset-override-alist.
9976         * rfc2047.el: Don't require base64; require rfc2045 for the function
9977         rfc2045-encode-string.
9978         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
9979         to quote the parameter value.
9981 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9983         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
9984         form in gnus-group-name-charset-method-alist.
9986         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
9987         overrides the default layout edit-form.
9989         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
9991         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
9993 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9995         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
9996         as unfetched articles.
9998 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10000         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10002 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10004         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10005         original back end that keeps marks in the local system.
10007 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10009         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10010         arg of pop-to-buffer for XEmacs.
10011         (gnus-article-read-summary-keys): Ditto; don't restore window
10012         configuration if summary command ends up with neither article buffer
10013         nor summary buffer; describe bindings if summary keys end with C-h.
10015 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10017         * message.el (message-fix-before-sending): Skip raw message part to be
10018         forwarded while checking illegible text.
10019         (message-forward-make-body-mime, message-forward-make-body):
10020         Mark signed or encrypted raw message as having no illegible text.
10022 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10024         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10025         (gnus-message-with-timestamp-1): New macro.
10026         (gnus-message-with-timestamp): New function.
10027         (gnus-message): Use them.
10029         * nnheader.el (nnheader-message): Use them.
10031 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10033         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10034         .newsrc.eld file.
10036 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10038         * gnus-agent.el (gnus-agent-fetch-headers)
10039         (gnus-agent-retrieve-headers):
10040         Bind gnus-decode-encoded-address-function to identity.
10042         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10043         available also when the server returns simply a dot.
10045         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10047 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10049         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10051 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10053         * gnus-ems.el (gnus-x-splash): Make it work.
10055         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10056         from being used.
10058 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10060         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10061         the front stickiness.
10062         (gnus-article-summary-command-nosave): Correct the order of the
10063         arguments passed to pop-to-buffer.
10064         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10065         summary command ends up with the article buffer.
10067         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10068         the same faces.
10070 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10072         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10074 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10076         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10077         * gnus-sum.el (gnus-summary-highlight):
10078         * mail-source.el (mail-source-delete-old-incoming-confirm):
10079         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10081 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10083         * gnus-art.el (gnus-mime-view-part-externally)
10084         (gnus-mime-view-part-internally): Fix predicate function passed to
10085         completing-read.
10087         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10089         * gnus.el (gnus-update-message-archive-method): Add :version.
10091 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10093         * gnus.el (gnus-update-message-archive-method): New variable.
10095         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10096         according to gnus-message-archive-method if
10097         gnus-update-message-archive-method is non-nil.
10099 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10101         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10102         Suggested by Loic Dachary <loic@dachary.org>.
10103         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10105 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10107         * message.el (message-pop-to-buffer): Add switch-function argument.
10108         (message-mail): Pass switch-function argument to it.
10110 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10112         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10113         Improve doc string.
10115 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10117         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10118         (gnus-header-content)
10119         * gnus-cite.el (gnus-cite-10)
10120         * gnus-srvr.el (gnus-server-closed)
10121         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10122         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10123         (gnus-group-mail-3-empty, gnus-group-mail-low)
10124         (gnus-group-mail-low-empty, gnus-splash)
10125         * message.el (message-header-to, message-header-cc)
10126         (message-header-subject, message-header-other, message-header-name)
10127         (message-header-xheader, message-separator, message-cited-text)
10128         (message-mml): Lighten colors of faces used for dark background.
10130 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10132         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10133         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10135 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10137         * message.el (message-narrow-to-headers-or-head):
10138         Ignore mail-header-separator in the body.
10140 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10142         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10143         same as window size.
10145 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10147         * message.el (message-font-lock-keywords): Use message-header-xheader
10148         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10149         ahead of the anything pattern, to get it recognised.
10151 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10153         * gnus-sum.el (gnus-articles-to-read)
10154         (gnus-summary-insert-old-articles): Don't truncate group name for
10155         `read-string'.
10157         * gnus-util.el (gnus-limit-string): Delete this function.
10159         * gnus-sum.el (gnus-simplify-subject-fully):
10160         Use `truncate-string-to-width' instead.
10162 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10164         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10165         Tell if, on summary exit, the next group has to be selected.
10166         (gnus-summary-exit): Use it.
10168 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10170         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10171         non-break space.
10173 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10175         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10176         Check if group is not a directory.
10177         (nnfolder-request-expire-articles): Don't delete articles if the target
10178         group is not available.
10180         * nnml.el (nnml-request-create-group): Properly check if group is not a
10181         file.
10182         (nnml-request-expire-articles): Don't delete articles if the target
10183         group is not available.
10185         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10186         Don't quote characters that are within parentheses.
10188 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10190         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10191         (gnus-handle-ephemeral-exit): Select article according to it.
10193 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10195         * message.el (message-insert-formated-citation-line): Remove newline.
10196         (message-citation-line-format): Add final \n here so that the user can
10197         avoid a blank line.
10199 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10201         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10202         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10203         Update lanl/arXiv support.
10205 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10207         * gnus.el: Bump version number.
10209 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10211         * gnus.el (gnus-version-number): Bump version.
10213 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10215         * gnus.el: No Gnus v0.6 is released.
10217 2007-04-27  Didier Verna  <didier@xemacs.org>
10219         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10220         * gmm-utils.el (gmm-regexp-concat): ... here.
10221         * message.el: Don't require 'gnus-util.
10222         (message-dont-reply-to-names): Handle name change above.
10223         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10225 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10227         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10228         since the initial value varies according to the system.
10230 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10232         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10234 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10236         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10238 2007-04-24  Didier Verna  <didier@xemacs.org>
10240         Improve the type of gnus-ignored-from-addresses.
10241         * gnus-util.el (gnus-orify-regexp): New function.
10242         * message.el (gnus-util): Require it.
10243         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10244         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10245         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10247 2007-04-24  Didier Verna  <didier@xemacs.org>
10249         * gnus-sum.el:
10250         * gnus-utils.el: Fix some trailing whitespaces.
10252 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10254         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10255         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10256         article's Message-ID; refer parent article in summary buffer.
10258         * message.el (message-bounce): Call mime-to-mml.
10260 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10262         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10264 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10266         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10267         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10268         displayed of multipart/alternative part if it is invoked from summary
10269         buffer.
10271         * mm-view.el (mm-inline-text-html-render-with-w3m)
10272         (mm-inline-text-html-render-with-w3m-standalone)
10273         (mm-inline-render-with-function): Use mail-parse-charset by default.
10275 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10277         * parse-time.el (parse-time-string-chars): Check if CHAR
10278         is less than the length of parse-time-syntax.
10280 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10282         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10283         from gnus-newsgroup-processable.
10285 2007-04-16  Didier Verna  <didier@xemacs.org>
10287         * gnus-msg.el (gnus-configure-posting-styles):
10288         Handle message-signature-directory properly with :file syntax.
10289         Reported by "Leo".
10291 2007-04-11  Didier Verna  <didier@xemacs.org>
10293         New user option: message-signature-directory.
10294         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10295         * message.el (message-insert-signature): Ditto.
10296         * message.el (message-signature-file): Doc update.
10297         * message.el (message-signature-directory): New.
10299 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10301         * gnus-msg.el (gnus-inews-yank-articles):
10302         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10304 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10306         * message.el (message-yank-original): Make sure cited text ends with
10307         newline; don't exchange point and mark.
10309 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10311         * tls.el (open-tls-stream): Properly handle case where there
10312         is no associated buffer.
10314 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10316         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10317         message-yank-original, make sure (< mark TEXT point).
10319 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10321         * message.el (message-fill-column): New variable.
10322         (message-mode): Use it.  Add comment on a possible new hook.
10324         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10325         (nnmail-get-new-mail): Reformat.
10327         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10329         * gmm-utils.el: Fix Commentary.
10330         (gmm-tool-bar-from-list): Fix typo in doc string.
10332 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10334         * message.el (message-yank-original): Don't switch point and mark
10335         unnecessarily to put point and mark as documented.
10337 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10339         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10340         from the message heads.
10342 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10344         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10345         article buffer does not have a window.  This may not be the best
10346         solution but is certainly better than setting the start of the null,
10347         that is the current, window.
10349 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10351         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10352         (gnus-draft-setup): Run it.
10354         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10355         gnus-score-fast-scoring.  Allow regexp.
10356         (gnus-score-headers): Use it.
10358         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10359         XEmacs.
10361         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10362         string.
10363         (gnus-button-alist): Also catch `<f1> k ...'.
10364         (gnus-treat-display-x-face): Fix doc string.
10366 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10368         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10369         evaluation of gnus-extended-version to ensure correct generation of the
10370         User-Agent header when message-generate-headers-first is used.
10372 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10374         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10375         hashcash-path is nil.  Don't call callback with incorrect number of
10376         parameters if val is 0.
10378 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10380         * message.el (message-required-news-headers):
10381         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10383 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10385         * message.el (message-generate-new-buffers): Change the meaning of the
10386         nil value; add `standard' to the choices; treat t as `unique'; improve
10387         doc string.
10388         (gnus-select-frame-set-input-focus): Autoload.
10389         (message-buffer-name): Search for the existing message buffer if
10390         message-generate-new-buffers is nil or `standard'; treat the value t of
10391         message-generate-new-buffers as `unique'.
10392         (message-pop-to-buffer): Raise the frame already displaying the message
10393         buffer; clear the echo area after querying.
10394         (message-setup): Pass the `continue' argument to compose-mail.
10395         (message-mail): Prefer `switch-function' if it is given; search for the
10396         existing message buffer if the `continue' argument is non-nil; pass
10397         continue and switch-function arguments to compose-mail by way of
10398         message-setup.
10399         (message-mail-other-window): Adjust argument of message-setup.
10400         (message-mail-other-frame): Ditto.
10402 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10404         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10405         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10406         to turn font-lock on when turning gnus-message-citation-mode on.
10408 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10410         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10411         (mml-smime-function-alist): New variable; add epg as the backend.
10412         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10413         mml-smime- functions instead.
10414         * mm-view.el: Require smime.
10416 2007-03-05  Didier Verna  <didier@xemacs.org>
10418         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10419         instead of just inheritance for posting styles.
10420         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10422 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10424         * tls.el (tls-certtool-program): Fix custom type.
10426 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10428         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10429         and point-at-eol instead of line-(beginning|end)-position.
10431         * assistant.el (assistant-parse-buffer): Ditto.
10433 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10435         * mml2015.el (mml2015-epg-find-usable-key): New function.
10436         (mml2015-epg-sign): Use it.
10437         (mml2015-epg-encrypt): Use it.
10439 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10441         * message.el (message-make-in-reply-to): Quote name containing
10442         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10443         if there are special characters.  Reported by NAKAJI Hiroyuki
10444         <nakaji@jp.freebsd.org>.
10446 2007-02-27  Didier Verna  <didier@xemacs.org>
10448         Include the group parameters as well as the topic ones in the
10449         inheritance filter process.
10450         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10451         argument GROUP-PARAMS-LIST.
10452         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10454 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10456         * nntp.el (nntp-never-echoes-commands)
10457         (nntp-open-connection-functions-never-echo-commands): New variables.
10458         (nntp-send-command): Use them.
10460 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10462         * mml2015.el (mml2015-epg-verify): Simplify.
10464 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10466         * mml.el (mml-content-disposition-alist): New user option.
10467         (mml-content-disposition): New function.
10468         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10469         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10471 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10473         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10474         verification.
10476 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10478         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10479         articles posted in the last 24 hours.
10481 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10483         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10485 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10487         * nntp.el (nntp-send-command): Don't wait for echoes when
10488         nntp-open-ssl-stream is used.
10490 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10492         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10493         (gnus-message-add-citation-keywords)
10494         (gnus-message-remove-citation-keywords): Remove.
10495         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10496         directly, make the variables in font-lock-defaults buffer-local, add
10497         gnus-message-citation-keywords to them and then update the value of
10498         font-lock-keywords.
10500 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10502         * message.el (message-cite-original-1): Don't call
10503         gnus-article-highlight-citation.
10505         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10506         citations; fix line count.
10508 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10510         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10511         (gnus-message-add-citation-keywords)
10512         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10513         versions of font-lock-add-keywords and font-lock-remove-keywords to
10514         work with XEmacs correctly.
10516 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10518         * gnus-cite.el (gnus-cite-face-list): Set the values of
10519         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10520         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10521         (gnus-message-cite-prefix-regexp): New variable.
10522         (gnus-message-search-citation-line): Use it; protect against long
10523         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10524         the 0th match data for Emacs.
10525         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10526         (gnus-message-add-citation-keywords): Append keywords rather than
10527         prepending; emulate font-lock-add-keywords if it is not available.
10528         (gnus-message-remove-citation-keywords):
10529         Emulate font-lock-remove-keywords if it is not available.
10531         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10533         * message.el (message-cite-prefix-regexp): Set the value of
10534         gnus-message-cite-prefix-regexp.
10536 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10538         * nnweb.el (nnweb-google-parse-1): Update parser.
10540 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10542         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10544 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10546         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10547         regexp.
10549 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10551         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10552         string-to-multibyte.
10553         (uudecode-decode-region-internal): Use it.
10555 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10557         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10558         Fix custom choice.
10560         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10562 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10564         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10566         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10567         `write-region' to respect `mm-inhibit-file-name-handlers'.
10569 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10571         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10572         Use gnus-home-directory instead of "~/" or "$HOME".
10574 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10576         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10577         to mention filename.
10578         Add comments at beginning regarding usage.
10579         (encrypt-write-file-contents): Change interactive so a string is
10580         acceptable.  If the file has no associated model, show an error instead
10581         of a nonsense prompt.
10583 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10585         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10586         Thanks to Yoshihiko Yamada for kind notification of this typo.
10588 2007-01-12  Kenichi Handa  <handa@m17n.org>
10590         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10591         multibyte buffer.
10593 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10595         * gnus-score.el (gnus-score-fast-scoring): New variable.
10596         (gnus-score-headers): Use it.
10598         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10600         * message.el (message-cite-original-1):
10601         Call gnus-article-highlight-citation if requested.
10602         (message-make-from): Allow name and address as optional arguments.
10604         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
10606         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
10607         bugs to doc string.
10608         (gnus-button-alist): Add mid\\|message-id.
10609         (gnus-button-fetch-group): Extend for use in
10610         `browse-url-browser-function'.
10611         (gnus-button-url-regexp): Try to catch paired parentheses like in
10612         Wikipedia URLs.
10614         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
10615         Suggested by Simon Krahnke <overlord@gmx.li>.
10617 2007-01-13  Romain Francoise  <romain@orebokech.com>
10619         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
10620         Update copyright.
10622 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
10624         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
10626 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
10628         * gnus-registry.el (gnus-registry-unfollowed-groups)
10629         (gnus-registry-split-fancy-with-parent): Fix documentation.
10631 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10633         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
10634         from nnweb groups.
10636 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10638         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
10639         Xref urls.  Erase buffer before requesting head.
10641         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10643 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
10645         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
10646         customizable.
10648 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
10650         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
10651         no signing key is found.
10652         (mml2015-epg-encrypt): Ask user whether to skip or abort if
10653         no encrypting and/or signing key is found.
10655 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
10657         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
10659 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10661         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
10662         headers read from disk with the ones newly found in the current search.
10663         This should no longer cause problems, because the article numbers in
10664         Gmane's `nov.php' output are ignored since the previous change.
10666 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10668         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
10670 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10672         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
10674 2007-01-01  Romain Francoise  <romain@orebokech.com>
10676         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
10678 2006-12-31  Steve Youngs  <steve@sxemacs.org>
10680         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
10681         `define-minor-mode' macro definition expanded properly.
10682         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
10683         exclude it there.
10685         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
10686         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
10687         `fboundp' test.
10688         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
10689         This is OK to autoload in (S)XEmacs now.
10691 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10693         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
10694         keystroke.
10695         (gnus-summary-limit-to-singletons): Fix typo.
10697         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
10698         else fails.
10700 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10702         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
10703         docstring.
10705         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
10706         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
10707         (gnus-summary-insert-dormant-articles): Fix typo in message.
10709 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
10711         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
10712         nil for XEmacs.
10713         (gnus-message-citation-mode): Don't autoload in XEmacs.
10715         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
10717 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
10719         * nnimap.el (nnimap-expunge-search-string):
10720         Mention nnimap-search-uids-not-since-is-evil in docstring.
10722 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
10724         * spam.el: Revert to make-obsolete-variable because
10725         define-obsolete-variable-alias is not supported in Emacs 21.
10727         * spam.el (spam-ifile-path, spam-ifile-database-path)
10728         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
10729         make-obsolete-variable.
10730         (spam-bsfilter-path, spam-bsfilter-program)
10731         (spam-spamassassin-path, spam-spamassassin-program)
10732         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
10733         Don't use "path" inappropriately.
10734         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
10735         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
10736         variable names.
10738 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
10740         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
10741         summary buffer.
10743         * password.el (password-cache-remove): Use clear-string to burn
10744         password, if available.
10746 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10748         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
10750         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
10752         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
10753         (gnus-message-highlight-citation): Move defcustom here from
10754         gnus-cite.el.
10755         (gnus-message-citation-mode): Autoload.
10757         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
10758         checks to make it compile with XEmacs.
10759         (gnus-message-citation-mode): New minor mode.
10760         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
10761         (gnus-message-highlight-citation): New variables.
10762         (gnus-message-search-citation-line)
10763         (gnus-message-add-citation-keywords)
10764         (gnus-message-remove-citation-keywords)
10765         (turn-on-gnus-message-citation-mode)
10766         (turn-off-gnus-message-citation-mode): New functions.
10768 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
10770         * gnus-cite.el: Enable highlighting of different citation levels in
10771         message-mode.
10773 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
10775         * message.el (message-make-fqdn): Fix comment.
10776         (message-bogus-system-names): Add ".local".
10778         * spam.el (spam-ifile-path, spam-ifile-program)
10779         (spam-ifile-database-path, spam-ifile-database)
10780         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
10781         Don't use "path" inappropriately.
10782         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
10783         strings.
10784         (spam-check-ifile, spam-ifile-register-with-ifile)
10785         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
10786         Use new variable names.
10788         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
10789         (gnus-treat-display-smileys): Simplify using
10790         gnus-image-type-available-p.
10792         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
10793         available.
10795 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10797         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
10798         one after turning on the buffer's multibyteness instead of decoding
10799         them directly in the unibyte buffer that causes unexpected conversion
10800         in Emacs 23 (unicode).
10802 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10804         * message.el (message-generate-hashcash): Fix custom type.
10806 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10808         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
10810 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
10812         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
10813         disconnect icons.  Add help text.
10815 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
10817         * spam.el (spam-extra-header-to-number): CRM114 spam score is
10818         negated to be consistent with the others we handle.
10820 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10822         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
10823         version of gnus-summary-buffer to something, so that we can use two
10824         article buffers at the same time.
10826 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
10828         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
10829         trigger all the extra headers.
10830         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
10831         sorting.
10833 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10835         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
10836         solid groups.
10838 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
10840         * legacy-gnus-agent.el: Add Copyright notice.
10842 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
10844         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
10846 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10848         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
10850         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
10851         to make it work reliably in CVS Emacs.
10852         (gnus-summary-limit-strange-charsets-predicate)
10853         (gnus-summary-limit-to-predicate): New functions.
10855 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
10857         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
10858         specifying array size.
10859         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
10860         array if it is too small.
10861         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
10862         (gnus-sort-threads-loop): New function.
10864 2006-12-06  Chris Moore  <dooglus@gmail.com>
10866         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
10867         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
10869 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
10871         * mm-url.el (mm-url-predefined-programs): Call curl with correct
10872         options.
10874 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10876         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
10877         DOS-ing the recipient.
10879         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
10880         the headers when creating the mapping to avoid mismappings.
10881         (nnweb-gmane-create-mapping): Always nix out old mapping.
10883 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10885         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
10886         and mm-verify-option to never.
10888 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
10890         * message.el (message-signed-or-encrypted-p): New function.
10891         (message-forward-make-body): Use it.
10893         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
10894         Replace encode-coding-string with mm-encode-coding-string.
10896 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10898         * nneething.el (nneething-decode-file-name):
10899         Replace decode-coding-string with mm-decode-coding-string.
10901         * gnus-int.el (gnus-open-server): Say failed server's name.
10903 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
10905         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
10906         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
10908         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
10909         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
10910         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
10911         (gnus-group-make-directory-group, gnus-group-transpose-groups):
10912         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
10913         (gnus-subscribe-newsgroup, gnus-1):
10914         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
10915         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
10916         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
10917         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
10919 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10921         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
10922         keystroke.
10923         (gnus-summary-limit-to-bodies): Implement headersp.
10925 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10927         * dns.el (query-dns): Protect against "Process dns deleted" strings.
10929 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
10931         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
10933 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10935         * message.el (message-generate-hashcash): Expand range of values to
10936         include `opportunistic'.
10937         (message-send-mail): Use it.
10939 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10941         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
10942         and comment it.
10944         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
10946 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
10948         * gnus-util.el (gnus-extract-address-components): Improve comment.
10950 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10952         * gnus-util.el (gnus-extract-address-components): Work with address in
10953         which the name portion contains @.
10955 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10957         * gnus.el (gnus-start): Move custom group up.
10958         (gnus-select-method): Don't autoload, but make it available for
10959         `customize-variable'.
10960         (gnus-getenv-nntpserver): Don't autoload.
10962 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
10964         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
10966 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
10968         * message.el (message-sendmail-extra-arguments): New variable.
10969         (message-send-mail-with-sendmail): Use it.
10971 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10973         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
10974         mm-with-unibyte-current-buffer to make string unibyte.
10976         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
10977         mm-string-as-multibyte.
10979 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
10981         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
10982         Reported by Werner Koch <wk@gnupg.org>.
10984 2006-11-14  Daiki Ueno  <ueno@p360>
10986         * mml2015.el: Autoload epa-select-keys when compiling.
10988 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10990         * mml2015.el (mml2015-epg-sign): Save the signing keys in
10991         message-options.
10992         (mml2015-epg-encrypt): Save the recipient keys in message-options.
10994 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
10996         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
10997         EasyPG (< 0.0.6).
10998         (mml2015-always-trust): New user option.
10999         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11000         prompt.
11002 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11004         * nntp.el (nntp-authinfo-force): New variable.
11005         (nntp-send-authinfo): Use it.
11007 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11009         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11010         decode encoded words.  Improve prompt.  Add comment about forwarding.
11011         (message-replacement-char): Move up.
11013 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11015         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11016         instead of gnus-intersection because arguments of gnus-sorted-nunion
11017         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11019 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11021         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11022         (message-simplify-subject-functions):
11023         Enable message-strip-subject-encoded-words by default.
11025 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11027         * message.el (message-strip-subject-encoded-words): New function.
11028         (message-simplify-subject-functions): New variable.
11029         (message-simplify-subject): Use it.  Fix typo in doc string.
11030         Support message-strip-subject-encoded-words.
11032 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11034         * gnus-diary.el (gnus-diary-delay-format-function):
11035         * nndiary.el (nndiary-reminders):
11036         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11038 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11040         * gnus-art.el (article-hide-boring-headers): Fetch date from
11041         gnus-original-article-buffer to avoid problems with localized date
11042         strings.
11044 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11046         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11048 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11050         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11051         New variables.
11052         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11053         (mm-charset-synonym-alist): Move some entries to
11054         mm-codepage-iso-8859-list.
11055         (mm-charset-synonym-alist, mm-charset-override-alist):
11056         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11058 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11060         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11062 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11064         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11065         with Emacs 21 and XEmacs.
11067 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11069         * spam.el (spam-parse-address): New function for better parsing,
11070         catching errors, etc.
11071         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11073 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11075         * mm-view.el: Add interactive arg to html2text autoload.
11077 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11079         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11081 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11083         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11084         New variables.
11085         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11086         (mm-charset-synonym-alist): Move some entries to
11087         mm-codepage-iso-8859-list.
11089         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11091 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11093         * message.el (message-citation-line-format)
11094         (message-insert-formated-citation-line): Fix implementation of %E, %N
11095         and %n according to the doc string.
11097 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11099         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11100         Use car-safe to avoid bad parses.
11102 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11104         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11105         names.
11107         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11109 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11111         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11112         header.
11114         * message.el (message-draft-headers): Add Date.
11115         (message-headers-to-generate): Fix typo in docstring.
11117         * nndraft.el (nndraft-required-headers): New variable.
11118         (nndraft-generate-headers): Use it.
11120         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11122 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11124         * gnus-registry.el (gnus-registry-wash-for-keywords)
11125         (gnus-registry-find-keywords): New functions to allow easy searching of
11126         articles that are in the registry.
11128 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11130         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11131         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11132         Reported by Damien Elmes <damien@repose.cx>.
11134 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11136         * gnus.el (gnus-mime): Remove unused custom group.
11138 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11140         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11141         "blank line" when searching for end of armor headers.
11143 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11145         * gmm-utils.el (gmm-write-region): Fix variable name.
11147 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11149         * gmm-utils.el (gmm-write-region): New function based on compatibility
11150         code from `mm-make-temp-file'.
11152         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11154         * nnmaildir.el (nnmaildir--update-nov)
11155         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11156         Use `gmm-write-region'.
11158 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11160         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11161         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11163         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11165         * message.el (message-replacement-char): New variable.
11166         (message-fix-before-sending): Use it.
11167         (message-simplify-subject): New function to remove duplicate code.
11168         (message-reply, message-followup): Use it.
11170         * gnus-sum.el (gnus-summary-make-menu-bar):
11171         Clarify gnus-summary-limit-to-articles.
11173 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11175         * gnus-util.el (gnus-with-local-quit): New macro.
11177         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11179 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11181         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11182         ignore non-string data.
11184 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11186         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11187         non-string data (needs to be done in the registry too).
11189 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11191         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11192         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11193         (gnus-registry-split-fancy-with-parent)
11194         (gnus-registry-fetch-simplified-message-subject-fast)
11195         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11196         Remove text properties on ingress into the registry and when it's saved.
11197         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11198         registry from entries with no groups.
11200 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11202         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11203         function to remove string properties.
11205 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11207         * gmm-utils.el (gmm): Adjust custom version.
11209         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11210         Adjust custom version.
11212         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11214 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11216         * gnus-art.el (gnus-insert-prev-page-button)
11217         (gnus-insert-next-page-button): Simplify.  Reformat.
11219 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11221         * gnus-art.el (gnus-insert-prev-page-button)
11222         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11224 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11226         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11228 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11230         * gnus-art.el (gnus-insert-mime-button)
11231         (gnus-insert-mime-security-button):
11232         Apply gnus-article-button-face to MIME and security buttons.
11234 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11236         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11237         readable.
11239 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11241         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11242         `browse-url-of-file' instead of `browse-url'.
11244 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11246         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11247         regexp.  Articles containing quotation were cut prematurely.
11249 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11251         * message.el (message-cite-original-1): Use nobody by default for the
11252         value of From header.
11253         (message-reply): Ditto.
11255 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11257         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11258         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11259         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11261 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11263         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11264         mails in the doc string.  Add some URLs in comment.
11265         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11267 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11269         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11270         backslashes handling and the way to find boundaries of quoted strings.
11272 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11274         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11275         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11276         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11277         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11279 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11281         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11282         doc string.
11283         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11285 2006-09-06  Simon Josefsson  <jas@extundo.com>
11287         * mml2015.el (mml2015-use): Doc fix, mention epg.
11289 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11291         * mml2015.el (mml2015-use): Default to epg, if available.
11293 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11295         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11296         message-sender.
11297         (mml1991-epg-encrypt): Ditto.
11298         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11299         message-sender.
11300         (mml2015-epg-encrypt): Ditto.
11302 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11304         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11305         several common directories.
11307 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11309         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11310         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11312 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11314         * gnus-art.el (article-decode-encoded-words): Make it fast.
11316 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11318         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11320         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11321         in quoted string into `\'.
11323 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11325         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11326         Use standard-syntax-table.
11328 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11330         * gnus-art.el (gnus-decode-address-function): New variable.
11331         (article-decode-encoded-words): Use it to decode headers which are
11332         assumed to contain addresses.
11333         (gnus-mime-delete-part): Remove useless `or'.
11335         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11336         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11337         (gnus-nov-parse-line): Use it to decode From header.
11338         (gnus-get-newsgroup-headers): Ditto.
11339         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11341         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11342         (mail-decode-encoded-address-string): New alias.
11344         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11345         New function.
11346         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11347         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11348         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11349         (rfc2047-decode-string): Ditto.
11350         (rfc2047-decode-address-region): New function.
11351         (rfc2047-decode-address-string): New function.
11353 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11355         * message.el (message-caesar-buffer-body): Allow rotating headers.
11357         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11359         * message.el (message-insert-formated-citation-line): Fix %f.
11360         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11362 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11364         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11365         (gnus-bookmark-mouse-available-p): New macro.
11366         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11367         (gnus-bookmark-bmenu-show-infos): Use it.
11368         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11369         (gnus-bookmark-bmenu-hide-infos): Ditto.
11370         (gnus-bookmark-remove-properties): New function.
11371         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11372         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11373         (gnus-bookmark-write-file): Bind coding-system-for-write.
11374         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11375         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11376         group before selecting it.
11377         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11378         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11379         quit-window if it is not available; use gnus-mouse-2 and bind it to
11380         gnus-bookmark-bmenu-select-by-mouse.
11381         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11382         (gnus-bookmark-bmenu-select-by-mouse): New function.
11384 2006-08-13  Romain Francoise  <romain@orebokech.com>
11386         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11387         space.
11389 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11391         * compface.el (uncompface): Use binary rather than raw-text-unix.
11393 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11395         * compface.el (uncompface): Make sure the eol conversion doesn't take
11396         place when communicating with the external programs.
11397         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11399 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11401         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11403 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11405         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11406         Make it more robust by parsing author and date independently.
11408 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11410         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11412 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11414         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11415         first matching secret key.
11416         (mml2015-epg-encrypt): Ditto.
11418         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11419         first matching secret key.
11420         (mml1991-epg-encrypt): Ditto.
11422         * mml2015.el (mml2015-encrypt-to-self): New user option.
11423         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11424         mml2015-epg-encrypt-to-self is set.
11426         * mml1991.el (mml1991-encrypt-to-self): New variable.
11427         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11428         mml1991-epg-encrypt-to-self is set.
11430         * mml2015.el (mml2015-signers): New user option.
11431         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11432         (mml2015-epg-encrypt): Allow to select signing keys.
11434         * mml1991.el (mml1991-signers): New variable.
11435         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11436         (mml1991-epg-encrypt): Allow to select signing keys.
11438 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11440         * nnheader.el (nnheader-insert-head): Make it work even if the file
11441         uses CRLF for the line-break code.
11443 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11445         * mml2015.el: Require mml-sec instead of password.
11446         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11447         (mml2015-cache-passphrase): Inherit the default value from
11448         mml-secure-cache-passphrase.
11449         (mml2015-passphrase-cache-expiry): Inherit the default value from
11450         mml-secure-passphrase-cache-expiry.
11452         * mml1991.el: Require mml-sec instead of password.
11453         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11454         (mml1991-cache-passphrase): Inherit the default value from
11455         mml-secure-cache-passphrase.
11456         (mml1991-passphrase-cache-expiry): Inherit the default value from
11457         mml-secure-passphrase-cache-expiry.
11459         * mml-sec.el: Require password.
11460         (mml-secure-verbose): New user option.
11461         (mml-secure-cache-passphrase): New user option.
11462         (mml-secure-passphrase-cache-expiry): New user option.
11464 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11466         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11467         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11468         andreas@altroot.de (Andreas Vögele).
11470         FIXME: Use `tiny change'?
11472 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11474         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11475         workaround for the url package included with Emacs.
11477         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11479 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11481         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11482         correctly.  This fixes a bug caused by the 2006-05-12 change.
11484 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11486         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11487         some information about the error when saying that the `bogus' mail
11488         group will be used.
11490 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11492         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11493         string.
11495 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11497         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11499 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11501         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11503 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11505         * mml1991.el (mml1991-function-alist): Add epg.
11506         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11507         (mml1991-epg-encrypt): New functions.
11509 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11511         * mml2015.el (mml2015-verbose): New variable.
11512         (mml2015-cache-passphrase): Ditto.
11513         (mml2015-passphrase-cache-expiry): Ditto.
11514         (mml2015-function-alist): Add epg.
11515         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11516         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11517         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11518         New functions.
11520 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11522         * message.el (message-cite-original-1): Preserve region when removing
11523         quoted text due to X-No-Archive in order to avoid bogus attribution
11524         when citing multiple messages.
11526 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11528         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11529         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11531 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11533         * gnus-diary.el (gnus-user-format-function-d)
11534         (gnus-user-format-function-D): Autoload.
11536         * imap.el (Commentary): Fix typo.
11538         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11539         2006-04-22 contribution.
11541 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11543         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11544         It didn't really fix the bogosity I'm seeing with solid web groups.
11546 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11548         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11549         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11550         created using server names.  If we use the feature without declaring
11551         it, Gnus does not properly manage server and group state.
11553         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11554         bound.
11556 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11558         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11559         looking up the method using GROUP's prefix before inventing a new one.
11560         It is used on killed/unknown groups in various places where returning
11561         an all-new method isn't expected by the caller.
11563         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11564         and match semantics of gnus-group-real-prefix.
11566 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
11568         * nnmail.el (nnmail-broken-references-mailers): New variable.
11569         (nnmail-ignore-broken-references): New function generalizing
11570         nnmail-fix-eudora-headers.
11571         (nnmail-fix-eudora-headers): Now obsolete.
11573         * gnus-art.el (gnus-button-handle-custom):
11574         Support `customize-apropos*'.
11576 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11578         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
11580         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
11581         articles.
11583 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
11585         * message.el (message-cite-reply-above): New variable.
11586         (message-yank-original): Use it.
11588 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11590         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
11592 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
11594         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
11595         as read.
11597         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
11599 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
11601         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
11602         (gnus-bookmark-default-file): Use gnus-directory.
11603         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
11604         Remove "*" in doc string.
11605         (gnus-bookmark-write-file): Simplify.
11606         (gnus-bookmark-maybe-sort-alist): Use `when'.
11607         (gnus-bookmark-get-bookmark): Fix typo in doc string.
11608         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
11609         Add FIXME about Emacs 21 and XEmacs compatibility.
11610         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
11611         compatibility.
11612         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
11613         compatibility.
11614         (gnus-bookmark-menu-heading): Fix version.
11616 2006-06-19  Bastien Guerry  <bzg@altern.org>
11618         * gnus-bookmark.el: New file.
11620 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11622         * message.el (message-syntax-checks): Doc fix.
11624 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11626         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
11627         unsubscribed groups as if they were killed ones.  It causes duplicate
11628         entries in gnus-newsrc-alist.
11630 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11632         * message.el (message-syntax-checks): Doc fix.
11633         (message-send-mail): Add check for continuation headers.
11634         (message-check-news-header-syntax): Fix regexp used to check for
11635         continuation headers.
11637 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11639         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
11641 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
11643         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
11645 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11647         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
11648         default-truncate-lines.
11650 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11652         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
11653         to fill the utf-8 entry.
11655 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11657         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11659 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
11661         * gnus-agent.el (directory-files-and-attributes): Move all the way
11662         forward (the third and final move).
11663         (gnus-agent-read-agentview): Trap reconstruction errors due to
11664         nonexistent directory.  Handle by returning nil.
11666 2006-05-30  Didier Verna  <didier@xemacs.org>
11668         * message.el (message-dont-reply-to-names): Update the custom type.
11669         * message.el (message-dont-reply-to-names): New defsubst: potentially
11670         convert a list of regexps into a single one.
11671         * message.el (message-get-reply-headers): Use it.
11672         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
11674 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11676         * gnus-agent.el (directory-files-and-attributes): Move forward.
11678 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11680         * gnus-ml.el (gnus-mailing-list-subscribe)
11681         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
11682         (gnus-mailing-list-message): Fix doc strings.
11684 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11686         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
11687         of doing it manually.
11689 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
11691         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
11692         comment.
11694 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
11696         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
11697         (gnus-agent-read-agentview): Fix handling of end-of-file error.
11698         (gnus-agent-read-local): All symbols allocated in my-obarray.
11699         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
11700         (gnus-agent-regenerate-group): Check numeric names to see if they are
11701         messages or groups.
11702         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
11703         better way of do this...)
11705         * gnus-cache.el (gnus-agent-total-fetched-for):
11706         Ignore 'dummy.group' (there should be a better way of do this...)
11708 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11710         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
11711         (gnus-saved-headers): Ditto.
11712         (gnus-default-article-saver): Mention functions may have properties.
11713         (gnus-article-save): Override gnus-save-all-headers and
11714         gnus-saved-headers by :headers property which saver function may have.
11715         (gnus-summary-save-in-file): Add :headers property.
11716         (gnus-summary-write-to-file): Ditto.
11718         * gnus-sum.el (gnus-summary-save-article): Bind
11719         gnus-prompt-before-saving to t when saving many articles in a file;
11720         always show all headers.
11722 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11724         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
11725         marks.
11727         * message.el (message-indent-citation): Add optional arguments to allow
11728         using it outside of message buffers.
11730         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
11731         (gnus-article-treat-unfold-headers): Use it.
11732         (gnus-article-truncate-lines): New variable.
11733         (gnus-article-mode): Use it.
11734         (gnus-article-toggle-truncate-lines): New function.
11736         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
11737         Add gnus-article-toggle-truncate-lines.
11739         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
11740         coding system in XEmacs, use binary.
11742 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
11744         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
11745         after-load-alist.
11747         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
11748         this function should save decoded articles.
11749         (gnus-summary-write-to-file): Use property to specify this function
11750         should save decoded articles and specify gnus-summary-save-in-file
11751         should be used to save articles other than the first one when saving
11752         many articles.
11753         (gnus-summary-save-body-in-file): Use property to specify this
11754         function should save decoded articles.
11755         (gnus-summary-write-body-to-file): Use property to specify this
11756         function should save decoded articles and specify
11757         gnus-summary-save-body-in-file should be used to save articles other
11758         than the first one when saving many articles.
11760         * gnus-sum.el (gnus-summary-save-article): Simplify.
11762 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11764         * gnus-art.el (gnus-default-article-saver):
11765         Add gnus-summary-write-body-to-file.
11766         (gnus-article-save-coding-system): Don't use coding system object
11767         in XEmacs.
11768         (gnus-read-save-file-name): Add optional `dir-var' argument which
11769         specifies directory in which files are saved; work even if optional
11770         `variable' argument is not specified.
11771         (gnus-summary-write-to-file): Read file name.
11772         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
11773         (gnus-summary-write-body-to-file): New function.
11775         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
11776         (gnus-summary-local-variables): Add it.
11777         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
11778         (gnus-summary-save-article): Remove optional `decode' argument;
11779         determine whether to decode articles by the value of
11780         gnus-default-article-saver; when saving many files using
11781         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
11782         it first and use gnus-summary-save-in-file or
11783         gnus-summary-save-body-in-file thereafter unless
11784         gnus-prompt-before-saving is always; move point to article which
11785         will be saved.
11786         (gnus-summary-save-article-file): Revert.
11787         (gnus-summary-write-article-file): Revert.
11788         (gnus-summary-save-article-body-file): Revert.
11789         (gnus-summary-write-article-body-file): New function.
11791 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
11793         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
11795 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11797         * gnus-art.el (gnus-default-article-saver): Doc fix.
11798         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
11799         from gnus-summary-save-article-coding-system, and default to a
11800         certain coding system.
11801         (gnus-output-to-file): Add coding cookie and encode text according
11802         to gnus-article-save-coding-system; don't use mm-append-to-file.
11804         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
11805         gnus-art.el and rename to gnus-article-save-coding-system.
11806         (gnus-summary-save-article): Require gnus-art; don't show all
11807         headers if it decodes articles; don't add coding cookie here;
11808         don't bind mm-text-coding-system-for-write.
11809         (gnus-summary-save-article-file): Save decoded articles.
11810         (gnus-summary-write-article-file): When saving many files, use
11811         gnus-summary-write-to-file first and gnus-summary-save-in-file
11812         thereafter unless gnus-prompt-before-saving is always.
11813         (gnus-summary-save-article-body-file): Save decoded articles.
11815 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11817         * nnrss.el (nnrss-check-group): Bind hash-index.
11819 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
11821         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
11822         its hash index.  Store this hash in `nnrss-group-data'.
11823         (nnrss-read-group-data): Update accordingly.
11825 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11827         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
11828         entry.
11830         * gnus-sum.el (gnus-summary-make-menu-bar):
11831         Add gnus-article-browse-html-article.
11833 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
11835         * gnus-sum.el (gnus-summary-mime-map):
11836         Add gnus-article-browse-html-article.
11838 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
11840         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
11841         suitable coding systems in customize.
11843 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
11845         * mail-source.el (mail-sources): Fix custom type.
11847 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
11849         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
11850         (gnus-summary-expire-articles-now): Shorten prompt.
11852         * gmm-utils.el (wid-edit): Require.
11853         (defun-gmm): Rename from `gmm-defun-compat'.
11854         (gmm-image-search-load-path): Use it.
11855         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
11857 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
11859         * gnus-sum.el (gnus-summary-save-article-coding-system):
11860         New variable.
11861         (gnus-summary-save-article): Add optional `decode' argument.
11862         If it is set and gnus-summary-save-article-coding-system is non-nil,
11863         save decoded article.
11864         (gnus-summary-write-article-file): Save decoded article if
11865         gnus-summary-save-article-coding-system is non-nil.
11867         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
11868         type.
11870 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11872         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
11874 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
11876         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
11877         first to test gnus-single-article-buffer which may be buffer-local.
11879         * gnus-sum.el (gnus-summary-setup-buffer):
11880         Make gnus-single-article-buffer buffer-local and nil in ephemeral
11881         group; make gnus-article-buffer, gnus-article-current, and
11882         gnus-original-article-buffer always buffer-local.
11883         (gnus-summary-exit): Kill article buffer belonging to ephemeral
11884         group.
11885         (gnus-handle-ephemeral-exit): Don't move to next summary line.
11887 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
11889         * nnml.el (nnml-request-compact-group): Compressed files might not
11890         have .gz extension.
11892 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
11894         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
11895         (mm-copy-to-buffer): Use with-current-buffer.
11896         (mm-display-part): Simplify.
11897         (mm-inlinable-p): Add optional arg `type'.
11899 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
11901         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
11902         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
11903         Try harder to show the attachment internally or externally using
11904         gnus-mime-view-part-as-type.
11906 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
11908         * message.el (message-from-style, message-signature-separator)
11909         (message-user-organization-file, message-send-mail-function)
11910         (message-citation-line-function, message-yank-prefix)
11911         (message-indent-citation-function, message-signature)
11912         (message-signature-file, message-signature-insert-empty-line):
11913         Remove autoloads.
11915         * gnus-art.el (gnus-buttonized-mime-types):
11916         Remove "multipart/signed".  Revert 2006-04-26 change.
11918 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11920         * gnus.el (gnus-version-number): Bump version.
11922 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
11924         * gnus.el: No Gnus v0.5 is released.
11926 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11928         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
11929         fetching articles by message-id.
11931 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11933         * message.el (hashcash): Require hashcash as normal.
11935         * ecomplete.el (ecomplete-highlight-match-line):
11936         Use point-at-eol.
11937         (ecomplete-highlight-match-line): Use `highlight', because that
11938         face exists in both Emacs and XEmacs.
11940         * message.el (message-display-abbrev): Use point-at-bol.
11942         * mail-source.el: Don't require timer/timer-funcs.
11944         * gnus-async.el: Ditto.
11946         * password.el: Ditto.
11948         * mm-url.el: Ditto.
11950         * mm-util.el: Require timer/timer-funcs.
11952 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11954         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
11955         Close.
11957 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11959         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
11960         unibyte after clear-decrypt function runs.
11962         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
11963         returns as a unibyte string.
11965 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11967         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
11968         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
11969         (mml1991-pgg-encrypt): Ditto.
11971 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
11973         * message.el (message-user-organization-file): Check several
11974         locations of the organization file.
11976         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
11977         Add gnus-article-view-part-as-type.
11979         * gnus-art.el (gnus-article-view-part-as-type): New function.
11981         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
11982         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
11984         * mml.el: Simplify autoload.
11985         (mml-mode): defvar dnd-protocol-alist instead of using
11986         symbol-value.
11987         (mml-default-directory): New variable.
11988         (mml-minibuffer-read-file): Use it.
11989         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
11991         * message.el (message-citation-line-format): New variable.
11992         (message-insert-formated-citation-line): New function.
11993         (message-citation-line-function):
11994         Add `message-insert-formated-citation-line' to custom type.
11996         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
11997         to doc string.
11999         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12000         depending on mm-verify-option.
12002 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12004         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12005         binding pgg-* variables; reimplement the section which prevents
12006         MIME header from being signed.
12007         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12008         pgg-text-mode; remove a blank line at the top of body.
12010         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12011         lines at the top of body; use gnus-newsgroup-charset if there's no
12012         Charset header.
12014 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12016         * message.el (message-self-insert-commands): Doc fix.
12018         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12019         (mm-uu-pgp-encrypted-test): Ditto.
12020         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12021         between header and body; return application/pgp-encrypted handle
12022         if decryption failed; decode decrypted body by charset.
12024         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12025         element match to application/pgp-*.
12027 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12029         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12030         HTML.
12032 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12034         * mail-source.el (mail-source-call-script): Message the error
12035         string.
12037 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12039         * gnus-util.el (gnus-byte-compile): Use it.
12041 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12043         * gnus-util.el (kill-empty-logs): New function.
12045 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12047         * message.el (message-mail-alias-type): Doc fix.
12048         (message-mail-alias-type-p): New function.
12049         (message-send): Use it.
12050         (message-mode): Ditto.
12051         (message-strip-forbidden-properties): Ditto.
12053         * ecomplete.el (ecomplete-database-file-coding-system):
12054         New variable.
12055         (ecomplete-save): Use it.
12056         (ecomplete-setup): Use it.
12058 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12060         * message.el (message-self-insert-commands): New variable.
12061         (message-strip-forbidden-properties): Use it.
12063 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12065         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12066         that doesn't make XEmacs choke.
12068 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12070         * gnus-util.el (gnus-replace-in-string):
12071         Prefer replace-regexp-in-string over of replace-in-string.
12073 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12075         * gnus-util.el (gnus-select-frame-set-input-focus):
12076         Use select-frame-set-input-focus if it is available in XEmacs; use
12077         definition defined in Emacs 22 for old Emacsen.
12079 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12081         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12083 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12085         * gnus-registry.el (gnus-registry-cache-save): Remove text
12086         properties when saving via the temp buffer.
12088 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12090         * message.el (message-generate-hashcash): Honor custom type.
12092 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12094         * message.el (message-generate-hashcash): Default to non-nil when
12095         hashcash is found.
12097         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12098         (gnus-refer-thread-limit): Increase default to 500.
12100         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12102         * flow-fill.el (fill-flowed): Allow delete-space.
12104 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12106         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12107         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12108         Remove autoloads.
12110 2006-04-18  Simon Josefsson  <jas@extundo.com>
12112         * message.el (message-generate-hashcash): Default to.
12114 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12116         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12117         concatenating segments rather than before concatenating them.
12119 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12121         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12123         * imap.el (imap-quote-specials): New function.
12124         (imap-login-auth): Quote specials.
12126 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12128         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12130         * message.el (message-forward-make-body-plain):
12131         Allow message-forward-ignored-headers to be a list.
12132         (message-remove-ignored-headers): Factor out into function.
12133         (message-forward-make-body-mml): Use it.
12134         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12135         (rfc2231-parse-string): Allow concatanation of parameters that
12136         aren't contiguous.  The test case is
12137           (mail-header-parse-content-type "message/external-body;
12138             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12139             access-type=LOCAL-FILE;
12140             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12142 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12144         * nntp.el (nntp-accept-process-output): Return the value of
12145         `nnheader-accept-process-output'.
12147 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12149         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12150         (gnus-button-alist): Recognize more diff formats.
12151         (gnus-button-patch): Strip directory.
12153 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12155         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12156         Emacs 22 when setting focus.
12158 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12160         * gnus-art.el (gnus-article-treat-types): Do treatment of
12161         text/x-verbatim parts.
12162         (gnus-button-patch): New command.
12164         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12165         addresses that contain invalid characters.
12167 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12169         * message.el (message-put-addresses-in-ecomplete):
12170         Use gnus-replace-in-string.
12171         (message-is-yours-p): Use the more correct
12172         mail-header-parse-address instead of
12173         mail-extract-address-components.
12174         (message-put-addresses-in-ecomplete): Fix typo.
12176         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12177         keystroke.
12179         * gnus-art.el (gnus-treatment-function-alist): Change order of
12180         newsgroups/generic header folding to avoid double-folding.
12182         * message.el (message-hidden-headers): Add X-Draft-From.
12184         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12185         New command.
12186         (gnus-summary-repeat-search-article-backward): New command.
12188         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12189         groups in the parent topic.
12191 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12193         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12194         (spam-extra-header-to-number): Return the CRM114 number as a
12195         number instead of a string.
12197 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12199         * gnus-art.el (gnus-face-properties-alist): Move here from
12200         gnus-fun.
12202         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12204 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12206         * message.el (message-strip-forbidden-properties): Only display on
12207         self-insert-command.
12209         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12210         reindent.
12211         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12213 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12215         * smiley.el (smiley-style): Fix typo.
12217 2006-03-23  Kenichi Handa  <handa@m17n.org>
12219         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12220         instead of set-buffer-multibyte.
12222 2006-03-23  Kenichi Handa  <handa@m17n.org>
12224         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12225         buffer and then decode the buffer text if necessary.
12226         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12227         first, and after mm-encode-body, change the buffer to unibyte.
12229 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12231         * hashcash.el (hashcash-insert-payment-async-2):
12232         Use message-goto-eoh instead of doing it manually.
12233         (mail-add-payment): Use message-narrow-to-header instead of trying
12234         to do the same itself.
12236         * message.el (message-hidden-headers): Add Face.
12238         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12239         reparenting code.
12240         (gnus-summary-reparent-children): Refactored out code.
12241         (gnus-summary-thread-map): New keystroke.
12242         (gnus-summary-reparent-children): Make into command.
12244         * smiley.el (smiley-style): Default to `medium' if using a large
12245         font.
12247         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12248         does it itself.
12250         * message.el (message-point-in-header-p): Simplify definition.
12252 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12254         * nnagent.el (nnagent-request-set-mark): Silence log file
12255         writing.
12256         (nnagent-request-set-mark): Use write-region instead of
12257         append-to-file.
12259         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12260         strange select method.
12262         * ecomplete.el (ecomplete-display-matches): Get highlightling
12263         right.
12264         (ecomplete-display-matches): Use literals.
12265         (ecomplete-display-matches): Disable message logging.
12267         * message.el (message-display-abbrev): Small optimization.
12269         * ecomplete.el (ecomplete-display-matches): Allow automatic
12270         display.
12272         * message.el (message-strip-forbidden-properties):
12273         Display abbrevs.
12274         (message-display-abbrev): Get automatic display right.
12276         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12277         keystrokes.
12279 2006-04-13  Romain Francoise  <romain@orebokech.com>
12281         TODO: Backport to v5-10!
12283         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12284         Move here (and rename) from gnus-registry.el.
12286         * gnus-registry.el: Require gnus-util.
12287         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12289 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12291         * gnus-group.el (gnus-group-catchup-current):
12292         Change if-then-else-if-then-else into cond.
12293         (gnus-group-catchup): Indent.
12294         (group-name-at-point): New function.
12295         (gnus-fetch-group): Provide default from thing at point.
12297 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12299         * message.el (message-display-abbrev): Fix regexp.
12301         * ecomplete.el (ecomplete-highlight-match-line):
12302         Reimplement choosing.
12303         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12304         dead variables.
12306         * message.el (message-newline-and-indent): Remove debugging.
12307         (message-display-abbrev): Use new implementation.
12309 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12311         * gnus-art.el (gnus-article-mode):
12312         Set cursor-in-non-selected-windows to nil.
12314         * smiley.el: Revert previous change.
12315         (smiley-data-directory): defvar it before using it in the
12316         defcustom of `smiley-style'.
12318 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12320         * message.el (message-newline-and-indent): New function.
12322         * ecomplete.el: Implement more bits.
12324         * message.el (message-put-addresses-in-ecomplete): Clean up the
12325         string.
12327         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12329         * gnus-sum.el (gnus-summary-save-parts):
12330         Bind gnus-summary-save-parts-counter and use it to make unique file
12331         names.
12333         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12335         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12336         parameter to say whether to actually parse the individual
12337         addresses.
12339         * message.el (message-put-addresses-in-ecomplete): New function.
12340         (ecomplete): Require.
12341         (message-mail-alias-type): Add ecomplete as an option.
12343 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12345         * flow-fill.el (fill-flowed): Remove trailing space from blank
12346         quoted lines.
12348 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12350         * smiley.el (smiley-style): Move definition later to avoid a
12351         compilation warning.
12353 2006-04-12  Kenichi Handa  <handa@m17n.org>
12355         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12356         buffer and then decode the buffer text if necessary.
12357         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12358         first, and after mm-encode-body, change the buffer to unibyte.
12359         Use mm-disable-multibyte instead of set-buffer-multibyte.
12361 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12363         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12364         Content-Type header instead of Content-Disposition header.
12365         (gnus-mime-inline-part): Ditto.
12366         (gnus-mime-view-part-as-charset): Ignore charset that the part
12367         specifies.
12369         * mm-decode.el (mm-display-part): Work with external parts and
12370         usual parts similarly.
12372         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12373         instead of gnus-display-mime.
12375         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12376         instead of with-temp-buffer.
12378         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12379         tag to summarized topics part in order to encode non-ASCII text.
12381 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12383         * smiley.el (smiley-style): New variable.
12384         (smiley-directory): New function.
12385         (smiley-data-directory): Derive from `smiley-style' using
12386         `smiley-directory'.
12387         (smiley-regexp-alist): Add new entries.
12389         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12390         (gnus-article-browse-delete-temp): Add :version.
12392 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12394         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12395         the sieve region.
12397 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12399         * gnus.el (gnus-version-number): Bump version.
12401 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12403         * gnus.el: No Gnus v0.4 is released.
12405 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12407         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12408         layout.
12410         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12411         unknown charset.
12413         * message.el (message-header-synonyms): Add Original-To to the
12414         default.
12416         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12417         optional parameter.
12419 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12421         * gnus-fun.el (gnus): Require it for gnus-directory.
12423 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12425         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12427 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12429         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12431 2006-04-05  Simon Josefsson  <jas@extundo.com>
12433         * password.el (password-reset): New function.
12435 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12437         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12438         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12440 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12442         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12443         Some whitespace was matched into the url, which broke browsing hits
12444         > 100 when mm-url-use-external was nil.
12446 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12448         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12449         Check gnus-extra-headers for 'Newsgroups.
12451         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12452         bound.
12454 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12456         * pgg-gpg.el: Clean up process buffers every time gpg processes
12457         complete.
12459 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12461         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12462         doc string.
12464 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12466         * pgg-gpg.el (pgg-gpg-process-filter)
12467         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12469         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12470         lines, temporary fix.
12472 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12474         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12476 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12478         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12479         default-enable-multibyte-characters.  This reverts the change from
12480         revision 6.17 which is no longer necessary because the passphrase
12481         is sent separately now.  GnuPG messages are unreadable under
12482         multibyte locales with default-enable-multibyte-characters set to
12483         nil.
12485 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12487         * message.el (message-tool-bar-gnome): Move "spell".
12489 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12491         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12492         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12493         instead.
12495 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12497         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12498         Improve newsgroups handling for NNTP overviews which don't include
12499         Newsgroups.
12501 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12503         * message.el (message-resend): Bind message-generate-hashcash to nil.
12505 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12507         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12508         when searching for already-paid recipients.
12510 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12512         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12513         passphrases when it is not needed.
12514         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12515         passphrase stuff from gpg, should only be necessary when you use
12516         gpg with a smartcard.
12518 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12520         * mml.el (mml-insert-mime): Ignore cached contents of
12521         message/external-body part.
12523         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
12524         (mm-insert-part): Ditto.
12526 2006-03-23  Simon Josefsson  <jas@extundo.com>
12528         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
12529         Reiner.
12530         (pgg-gpg-use-agent-p): Use it again.
12532 2006-03-23  Simon Josefsson  <jas@extundo.com>
12534         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
12535         older emacsen.
12536         (pgg-gpg-use-agent-p): Don't use it.
12538 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
12540         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
12541         if we can.
12543 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
12545         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
12546         (pgg-gpg-update-agent): New function.
12547         (pgg-gpg-use-agent-p): New function.
12548         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
12549         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
12550         (pgg-gpg-sign-region): Use it.
12552 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12554         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
12555         Reported by Ralf Wachinger <rwachinger@gmx.de>.
12557 2006-03-21  Simon Josefsson  <jas@extundo.com>
12559         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
12560         <wilde@sha-bang.de>.
12561         (pgg-gpg-use-agent): New variable.
12562         (pgg-gpg-process-region): Use it.
12563         (pgg-gpg-encrypt-region): Likewise.
12564         (pgg-gpg-encrypt-symmetric-region): Likewise.
12565         (pgg-gpg-decrypt-region): Likewise.
12566         (pgg-gpg-sign-region): Likewise.
12567         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
12569 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
12571         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
12573         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
12574         Add comment on version.
12576 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
12578         * smiley.el: Add missing test smiley.
12580 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12582         * mm-decode.el (mm-with-part): New macro.
12583         (mm-get-part): Use it; work with message/external-body as well.
12584         (mm-save-part): Treat name and filename equally.
12586         * mm-extern.el (mm-extern-cache-contents): New function.
12587         (mm-inline-external-body): Use it; force the part to be displayed;
12588         move undisplayer added to the cached handle to the parent.
12590         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
12591         (gnus-mime-view-part-as-type): Work with message/external-body.
12593         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
12595 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
12597         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
12598         images in image-load-path.  [Sync with image.el at 2006-03-16T16:55:26Z!wohler@newt.com, in
12599         Emacs.]
12601 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
12603         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
12604         path rather than symbol.  Always return list of directories.
12605         Guarantee that image directory comes first.  [Sync with image.el,
12606         , in Emacs2006-03-15T17:06:16Z!wohler@newt.com.]
12608         * message.el (message-make-tool-bar): Adjust to new API of
12609         `gmm-image-load-path-for-library'.
12611         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12613         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12615 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12617         * gnus-art.el (gnus-article-only-boring-p):
12618         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
12619         intangible text.
12620         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
12622 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
12624         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
12625         Use `defun' instead of `gmm-defun-compat'.
12627 2006-03-14  Simon Josefsson  <jas@extundo.com>
12629         * message.el (message-unique-id): Don't use message-number-base36
12630         if (user-uid) is a float.
12631         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
12633 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
12635         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
12637         * gnus-art.el (gnus-mime-display-single): Make sure there is an
12638         empty line between a part and a message part.
12640 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
12642         * smiley.el: Add more test smileys.
12643         (smiley-data-directory, smiley-regexp-alist)
12644         (gnus-smiley-file-types): Fix doc strings.
12645         (smiley-update-cache): Clear smiley-cached-regexp-alist before
12646         adding new elements.
12647         (smiley-mouse-map): Unused code.  Make it a comment.
12649 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
12651         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
12652         scan latest NoCeM messages instead of old ones.
12653         (gnus-nocem-check-article): Fix regexps so as to match to PGP
12654         delimiters that are recently used.
12655         (gnus-nocem-load-cache): Add autoload cookie.
12657         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
12659         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
12660         level which is larger than gnus-use-nocem is specified.
12662         * gnus-group.el (gnus-group-get-new-news): Ditto.
12664 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
12666         * gnus-util.el (gnus-tool-bar-update): New function.
12668         * gnus-group.el (gnus-group-update-tool-bar): New variable.
12669         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
12671         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
12673         * gnus-group.el (gnus-group-redraw-when-idle)
12674         (gnus-group-redraw-check): Remove.
12675         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
12677 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
12679         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
12680         if optional last element is specified in splits (FIELD VALUE...).
12682 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
12684         * message.el (message-make-tool-bar): Rename gmm-image-load-path
12685         to gmm-image-load-path-for-library.  Call with no-error argument.
12686         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
12688         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12690         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
12692         * gmm-utils.el (gmm-image-load-path): Remove alias.
12694 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
12696         * gmm-utils.el (gmm-image-load-path): Add alias.
12698         * nnml.el (nnml-generate-nov-databases-directory): Rename from
12699         nnml-generate-nov-databases-1.
12700         (nnml-generate-nov-databases): Use it.
12701         (nnml-generate-nov-databases-directory): Document no-active
12702         argument.
12704         * gmm-utils.el (gmm-image-load-path-for-library): Return single
12705         directory if path is t.  Add no-error.
12707         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
12708         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12710         * gnus-art.el (gnus-article-browse-delete-temp-files):
12711         Simplify resetting gnus-article-browse-html-temp-list.
12713         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
12714         mh-compat.el at 2006-03-04T21:23:21Z!wohler@newt.com in Emacs.  Rename `gmm-image-load-path'.
12715         Add example to docstring.  Rename local variables.  Move error
12716         checks to default case in cond and simplify.
12718 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12720         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
12721         handle is multipart when calling it recursively.
12722         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
12724 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
12726         * nnimap.el (nnimap-request-update-info-internal): Optimize.
12727         Don't `gnus-uncompress-range' to avoid excessive memory usage.
12729 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12731         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
12732         is loaded.
12734         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
12735         loaded.
12737 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
12739         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
12740         to "Emacs 23 (unicode)" in doc string.
12742         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
12743         "Emacs 23 (unicode)" in comment.
12745 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
12747         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
12749         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
12750         characters 160 through 255 in Emacs 23.
12752 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12754         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
12755         gnus-article-browse-html-temp.
12756         (gnus-article-browse-delete-temp): Make it customizable.
12757         Add `file'.  Adjust doc string.
12758         (gnus-article-browse-delete-temp-files): Add argument.
12759         Allow query for each file.  Adjust doc string.
12760         (gnus-article-browse-html-parts):
12761         Add `gnus-article-browse-delete-temp-files' to
12762         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
12764 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
12766         * gnus-art.el (gnus-article-browse-html-temp)
12767         (gnus-article-browse-delete-temp): New variables.
12768         (gnus-article-browse-delete-temp-files): New function.
12769         (gnus-article-browse-html-parts): Use it.
12771 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
12773         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
12775         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
12776         string.
12778         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
12779         gnus-summary-insert-new-articles when unplugged.
12780         Remove gnus-summary-search-article-forward.
12782         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
12783         display-visual-class instead of display-color-cells.
12785 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
12787         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
12788         message/* containing non-ASCII text properly.
12790 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
12792         * message.el: Require gmm-utils, remove autoloads.
12793         (message-tool-bar): Set default based on
12794         gmm-tool-bar-style.
12795         (message-tool-bar-gnome): Add gmm-customize-mode.
12797         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
12798         gmm-tool-bar-style.
12799         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
12801         * gnus-group.el (gnus-group-tool-bar): Set default based on
12802         gmm-tool-bar-style.
12803         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
12805         * gmm-utils.el (gmm-image-directory): Rename variable from
12806         gmm-image-load-path.
12807         (gmm-image-load-path): Use gmm-image-directory.
12808         (gmm-customize-mode): New function.
12809         (gmm-tool-bar-style): New variable.
12811         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
12812         gnus-group-redraw-line-number.
12813         (gnus-group-redraw-check): Simplify.
12814         (gnus-group-tool-bar-update): Remove redraw check.
12815         (gnus-group-make-tool-bar): Add redraw check.
12817 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
12819         * gnus-art.el (gnus-button): Add missing parentheses.
12821 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12823         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
12825 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12827         * gnus-art.el (gnus-button): New face.
12828         (gnus-article-button-face): Use it.
12830         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12831         Add gnus-summary-next-page.  Re-order.
12833         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
12834         next-node are now included.
12835         (gnus-group-redraw-line-number): New internal variable.
12836         (gnus-group-redraw-check): Helper function for updating the tool
12837         bar.
12838         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
12840         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
12842         * spam.el (spam-spamassassin-score-regexp): New internal variable.
12843         (spam-extra-header-to-number, spam-check-spamassassin-headers):
12844         Use it to match format of Spamassassin 3.0 and later.
12845         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
12846         (spam-check-bogofilter)
12847         (spam-bogofilter-register-with-bogofilter): Fix args of
12848         `gnus-error' calls.
12850 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
12852         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
12853         unnecessary interaction when sending queued mails.
12854         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
12856 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
12858         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
12859         first or last are nil.
12861 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12863         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
12865 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12867         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
12869 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12871         * dns.el (query-dns): Protect more against buggy tcp output.
12873 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
12875         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
12876         nov.php.
12878 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
12880         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
12881         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
12882         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
12883         output on the server side.
12884         (nnweb-google-create-mapping): Update regexps and add some
12885         progress indication.
12887 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
12889         * gnus-group.el (gnus-group-tool-bar-gnome):
12890         Fix gnus-agent-toggle-plugged.  Re-order icons.
12891         (gnus-group-tool-bar-gnome):
12892         Add gnus-group-{prev,next}-unread-group.
12893         (gnus-group-tool-bar-gnome): Re-order icons.
12895         * gnus-sum.el (gnus-summary-tool-bar-gnome):
12896         Move gnus-summary-insert-new-articles.
12898         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
12899         Fix comments.
12901         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
12902         also available in Emacs 21.3.
12904         * message.el (message-fix-before-sending): Change "Emacs 22" to
12905         "Emacs 23 (unicode)" in comment.
12907         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
12908         "Emacs 23 (unicode)" in comment.
12910         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
12911         comment.
12912         (mm-coding-system-p): Add comment about no-MULE XEmacs.
12914         * mm-view.el (mm-fill-flowed): Add :version.
12916 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12918         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
12919         and load-path.
12921 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
12923         * message.el: Autoload gmm-image-load-path.
12924         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
12925         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
12926         consitency.
12928         * gmm-utils.el (gmm-image-load-path): Also search in
12929         "../etc/images".  Don't set gmm-image-load-path if we don't find
12930         the image.
12932 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12934         * gmm-utils.el (gmm-image-load-path): Don't make
12935         `gmm-image-load-path' include subdirectories which the second arg
12936         `image' might specify.
12938         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
12939         subdirectory to icon file names.
12941         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
12943 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
12945         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
12946         gmm-image-load-path calls.
12948         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
12950         * message.el (message-make-tool-bar): Ditto.
12952         * mml.el (mml-preview): Add comment concerning tool bar icons.
12954         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
12955         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
12957         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
12958         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
12960         * message.el (message-tool-bar-gnome): Use new icon names.
12961         (message-make-tool-bar): Use `gmm-image-load-path'.
12963         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
12964         New functions from MH-E.
12965         (gmm-image-load-path): New variable from MH-E.
12966         (gmm-image-load-path): New function from MH-E.  Add arguments
12967         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
12968         *-image-load-path-called-flag.
12970 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
12972         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
12974 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
12976         * nnimap.el (nnimap-request-move-article): Change folder back to
12977         source group before deleting.
12979 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
12981         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
12983         * gnus-art.el (mm-url-insert-file-contents-external):
12984         Autoload mm-url.
12986         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
12988 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12990         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
12991         coding system which mm-charset-to-coding-system returns for a
12992         given charset is valid.
12994 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
12996         * html2text.el (html2text-remove-tag-list):
12997         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
12999 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13001         * gnus-cus.el: Revert 2005-10-17 change.
13003 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13005         * gnus-art.el (article-strip-banner):
13006         Call article-really-strip-banner only when the regexp match is made.
13008 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13010         * gnus-art.el (article-strip-banner):
13011         Use gnus-extract-address-components instead of
13012         mail-header-parse-addresses to make it work with non-ASCII text;
13013         remove mail-encode-encoded-word-string.
13015         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13016         values which are surrounded with \"...\"; make it never cause a
13017         Lisp error; give up parsing of parameters if it failed in
13018         extracting type.
13020 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13022         * smime.el (smime-cert-by-ldap-1): Fix bug where
13023         `smime-ldap-search' returns results without userCertificates.
13025 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13027         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13029 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13031         * spam.el (spam-check-spamassassin-headers): Adapt format for
13032         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13033         <ari@mbf.ocn.ne.jp>.
13034         (spam-list-of-processors): Add spam-use-gmane.
13036 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13038         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13039         make-temp-file; make it work with XEmacs as well.
13041         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13042         mm-make-temp-file.
13044         * mm-decode.el (mm-display-external): Use the 3rd arg of
13045         mm-make-temp-file.
13046         (mm-create-image-xemacs): Ditto.
13048 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13050         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13051         with message-narrow-to-headers.
13052         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13053         (gnus-draft-check-draft-articles): New function.
13054         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13056 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13058         * gnus-art.el (gnus-article-browse-html-parts):
13059         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13060         Don't use suffix argument for mm-make-temp-file for Emacs 21
13061         compatibility.  Remove useless `format'.
13063 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13065         * nnweb.el (nnweb-google-wash-article): Update regexps.
13066         (nnweb-group-alist): Use defvoo instead of defvar.
13068 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13070         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13071         re-loading nn* modules.
13073 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13075         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13076         for `tool-bar-mode' and don't check it's default-value.
13078         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13080         * message.el (message-make-tool-bar): Ditto.
13082         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13083         `substring'.  Shorten tmp-file name.
13085         * gnus.el: Remove bogus comment.
13087 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13089         * gnus-art.el (gnus-article-browse-html-parts): New function.
13090         (gnus-article-browse-html-article): New function for viewing html
13091         articles with a browser.
13093 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13095         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13096         (mml2015-pgg-encrypt): Ditto.
13098         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13099         (mml1991-pgg-encrypt): Ditto.
13101 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13103         * nnfolder.el (nnfolder-insert-newsgroup-line):
13104         Use message-make-date instead of current-time-string.
13106         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13107         to gnus-decoded which mm-uu might set.
13109 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13111         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13112         don't decode quoted parameters; remove misimported Emacs code.
13113         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13114         (rfc2231-decode-encoded-string): Don't use split-string which
13115         behaves differently according to Emacs version; use
13116         mm-decode-coding-region to convert charset to coding-system.
13117         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13118         (rfc2231-encode-string): Remove misimported Emacs code.
13120 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13122         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13123         when calling mail-header-parse-content-type.
13124         (article-de-quoted-unreadable): Ditto.
13125         (article-de-base64-unreadable): Ditto.
13126         (article-wash-html): Ditto.
13128         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13129         calling mail-header-parse-content-type and
13130         mail-header-parse-content-disposition.
13131         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13132         mail-header-parse-content-type.
13134         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13135         insert charset and format parameters; encode description after
13136         inserting it to buffer.
13137         (mml-insert-parameter): Fold lines properly even if a parameter is
13138         segmented into two or more lines; change the max column to 76.
13140         * rfc1843.el (rfc1843-decode-article-body): Don't use
13141         ignore-errors when calling mail-header-parse-content-type.
13143         * rfc2231.el (rfc2231-parse-string): Return at least type if
13144         possible; don't cause an error even if it fails in parsing of
13145         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13146         (rfc2231-encode-string): Don't break lines at the beginning, leave
13147         it to mml-insert-parameter.
13149         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13150         calling mail-header-parse-content-type.
13152 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13154         * spam-report.el (spam-report-gmane-use-article-number):
13155         Improve doc string.
13156         (spam-report-gmane-internal): Check if a suitable header was found
13157         in the article.
13159 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13161         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13162         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13164 2006-02-05  Romain Francoise  <romain@orebokech.com>
13166         Update copyright notices of all files in the gnus directory.
13168 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13170         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13172 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13174         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13175         segmented lines of parameter value to cope with Thunderbird 1.5
13176         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13177         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13178         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13180 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13182         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13183         parts.
13185 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13187         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13188         there's only one active file for all servers.
13189         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13190         solid groups.  Gnus might have used a FAST request to select the group.
13191         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13192         and nnweb-search redundantly in the active file.
13193         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13194         (nnweb-request-create-group): Don't use ARGS.
13195         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13196         initialisations.  Let nnoo do the work.
13198 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13200         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13201         Say the part has been decoded.
13203         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13205 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13207         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13208         mailcap-viewer-test-cache when there's no 'test clause, since that
13209         will invert the meaning of a "nil" test previously determined by
13210         mailcap-mailcap-entry-passes-test.
13212 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13214         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13215         compiling.
13217         * gnus-sum.el: Ditto.
13219         * message.el: Don't bind tool-bar-map when compiling.
13221 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13223         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13225 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13227         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13228         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13229         current Google Groups.
13231 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13233         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13234         and tool-bar-mode.
13236         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13237         and tool-bar-mode.
13239         * message.el (message-tool-bar-update): Simplify.
13240         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13242         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13243         gnus-summary-buffer.
13244         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13245         gnus-summary-reply.
13247         * gmm-utils.el (gmm): Add :version.
13249 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13251         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13252         Don't autoload.
13254 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13256         * gmm-utils.el (gmm-verbose): Add :group.
13258 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13260         * message.el: Change some comments WRT tool-bars.
13262         * gnus-sum.el (gnus-summary-tool-bar)
13263         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13264         (gnus-summary-tool-bar-zap-list): New variables.
13265         (gnus-summary-make-tool-bar): Complete rewrite using
13266         `gmm-tool-bar-from-list'.
13268         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13269         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13270         New variables.
13271         (gnus-group-make-tool-bar): Complete rewrite using
13272         `gmm-tool-bar-from-list'.
13273         (gnus-group-tool-bar-update): New function.
13275         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13277 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13279         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13280         is dissected into a single part of which the type is the same as
13281         the given one; decode charset.
13283 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13285         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13286         into alists as symbol not string, since that's what
13287         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13288         look for.
13290 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13292         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13293         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13295         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13297 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13299         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13300         (gnus-mime-security-button-menu): New definition.
13301         (gnus-mime-security-button-map): Use them.
13302         (gnus-mime-security-button-menu): New function.
13303         (gnus-insert-mime-security-button): Addition to help echo.
13304         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13305         (gnus-mime-security-pipe-part): New functions.
13307         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13308         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13310         * mm-decode.el (mm-handle-set-disposition): Remove.
13311         (mm-handle-set-description): Remove.
13313 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13315         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13316         (mm-w3m-standalone-supports-m17n-p): New function.
13317         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13318         w3m usage.
13320         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13321         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13323 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13325         * message.el (message-tool-bar-zap-list):
13326         Use gmm-tool-bar-zap-list as custom type.
13327         (message-tool-bar-update): New function.
13328         (message-tool-bar, message-tool-bar-gnome)
13329         (message-tool-bar-retro): Add message-tool-bar-update.
13330         (message-tool-bar-gnome): Add flyspell-buffer.
13332         * gnus-util.el (gnus-error): Describe `args'.
13334         * gmm-utils.el (gmm-error): Describe `args'.
13335         (gmm-tool-bar-zap-list): New widget.
13336         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13338 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13340         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13341         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13342         the number of recursive calls.
13344         * mm-decode.el (mm-handle-set-disposition): New macro.
13345         (mm-handle-set-description): New macro.
13347 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13349         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13350         encoding.
13352 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13354         * message.el (message-tool-bar-zap-list, message-tool-bar)
13355         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13356         (message-tool-bar-local-item-from-menu): Remove.
13357         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13358         (message-make-tool-bar): New function.
13359         (message-mode): Use `message-make-tool-bar'.
13361         * gmm-utils.el: New file.
13362         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13363         (gmm-lazy): New widget copied from `nnmail.el'.
13364         (gmm-tool-bar-from-list): New function for creating customizable
13365         tool bars.
13366         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13367         output.
13368         (gmm): Add :prefix to defgroup.
13370 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13372         * gmm-utils.el (gmm-widget-p): New function.
13374 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13376         * mml.el (mml-attach-file): Describe `description' in doc string.
13377         (mml-menu): Add Emacs MIME manual and PGG manual.
13379 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13381         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13383 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13385         * nntp.el (nntp-end-of-line): Doc fix.
13387 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13389         * imap.el (imap-open): Handle case where buffer is a buffer
13390         object.
13392 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13394         * gnus-delay.el (gnus-delay): Don't autoload.
13395         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13396         to be re-loaded when customizing the `gnus-delay' group.
13398 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13400         * message.el (message-insert-citation-line): Use newlines.
13402 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13404         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13406         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13408 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13410         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13412 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13414         * mm-decode.el (mm-inlined-types): Add application/pgp.
13415         (mm-automatic-display): Ditto.
13417         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13418         part as text.
13420 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13422         * nnrss.el: Update copyright.
13423         (nnrss-opml-import): Query whether to subscribe to each entry.
13425         * gnus-art.el:
13426         * gnus-sum.el:
13427         * mm-uu.el:
13428         * mm-view.el: Update copyright.
13430 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
13432         * message.el (message-info): New function.
13433         (message-mode-menu): Add it.
13434         Update copyright.
13436         * ChangeLog: Fix and update copyright.
13438 2006-01-13  Romain Francoise  <romain@orebokech.com>
13440         * message.el (message-forward-subject-name-subject): Prefer the
13441         address to 'nowhere' if the sender has no name.
13442         Fix typo.  Update copyright year.
13444 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13446         * gnus-art.el (article-wash-html):
13447         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
13448         (gnus-article-wash-html-with-w3m-standalone): New function.
13450         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
13451         mm-inline-text-html-render-with-w3m-standalone.
13452         (mm-text-html-washer-alist): Map w3m-standalone to
13453         gnus-article-wash-html-with-w3m-standalone.
13454         (mm-inline-text-html-render-with-w3m-standalone): New function.
13456 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
13458         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
13459         Improve LaTeX.
13461 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13463         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
13464         (nnrss-request-article): Render text/plain parts as HTML.
13466         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
13467         the buffer.
13469 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
13471         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
13472         custom definition of `gnus-posting-styles'.
13474         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
13475         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
13477 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
13479         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
13480         Use nntp for bug archive.
13482 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
13484         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
13485         parts.
13486         (nnrss-normalize-date): New function converts ISO 8601 date into
13487         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13488         (nnrss-check-group): Use it.
13490 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13492         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
13494         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
13495         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
13496         (nnrss-insert-w3): Ditto.
13498 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13500         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
13501         the articles to be forwarded including the case where neither a
13502         number of articles nor a region is specified.
13504 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
13506         * nnrss.el (nnrss-request-article): Fix last change; fill
13507         text/plain parts.
13509 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13511         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
13512         in text/plain part.
13513         (nnrss-check-group): Don't add excessive newline to dc:subject.
13515 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
13517         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
13518         article.
13520 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
13522         * nnml.el: Don't require gnus-bcklg.  Autoload it.
13523         (nnml-use-compressed-files, nnml-save-mail): Support other
13524         comression programs such as bzip2.
13526 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13528         * dns.el (query-dns): Make sure we check the buffer size before
13529         removing tcp headers.
13531 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13533         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
13534         remove MIME buttons associated with multipart/alternative parts.
13535         (gnus-mime-display-alternative): Tag buttons using `article-type'
13536         text property.
13538         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
13539         associated with multipart/alternative parts.
13541         * gnus-art.el (gnus-signature-separator): Fix custom type.
13543         * mm-decode.el (mm-inlined-types): Fix custom type.
13544         (mm-keep-viewer-alive-types): Ditto.
13545         (mm-automatic-display): Ditto.
13546         (mm-attachment-override-types): Ditto.
13547         (mm-inline-override-types): Ditto.
13548         (mm-automatic-external-display): Ditto.
13550 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
13552         * spam-report.el (spam-report-user-mail-address)
13553         (spam-report-user-agent): New variables.
13554         (spam-report-url-ping-plain): Use spam-report-user-agent.
13556 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
13558         * gnus-art.el (gnus-button-handle-custom): Do not just use
13559         `customize-apropos' for any "M-x customize-*" button but the
13560         function called for.  Accept both the function name and its
13561         argument in order to achieve this.
13562         (gnus-button-alist): Remove support for "custom:" URL's.
13563         Pass function name to `gnus-button-handle-custom' in case of "M-x
13564         customize-*" buttons.
13566 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13568         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
13569         multipart/alternative and add xref to mm-discouraged-alternatives
13570         in doc string.
13572         * mm-decode.el (mm-discouraged-alternatives): Add xref to
13573         gnus-buttonized-mime-types in doc string.
13575 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
13577         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
13578         Suggest image/.* in the doc string.
13580 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
13582         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
13583         message-marks (Debian bug #342521).
13585 2005-12-12  Simon Josefsson  <jas@extundo.com>
13587         * password.el (password-read-from-cache): Add.
13588         (password-read): Use it.
13590 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
13592         * rfc2047.el (rfc2047-charset-to-coding-system):
13593         Recognize us-ascii as a MIME charset.
13595         * mm-bodies.el (mm-decode-content-transfer-encoding):
13596         Protect against the case where the 2nd arg TYPE is nil.
13598 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13600         * pop3.el (pop3-stream-type): Fix custom version.
13602         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
13604 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13606         * mm-decode.el (mm-display-external): Add missing cdr.
13608 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13610         * mm-decode.el (mm-display-external): Use nametemplate (defined in
13611         RFC1524) if it is in mailcap or add a suffix according to
13612         mailcap-mime-extensions when generating a temp filename; postpone
13613         deleting a temp file for 2 seconds for some wrappers, shell
13614         scripts, and so on, which might exit right after having started a
13615         viewer command as a background job.
13617 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13619         * nntp.el (nntp-marks-directory): Fix custom group.
13621         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
13622         steps when < 10.
13624         * gnus-start.el (gnus-no-server-1):
13625         Mention `gnus-level-default-subscribed' in doc string.
13627 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
13629         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
13630         parens.
13632 2005-11-26  Dave Love  <fx@gnu.org>
13634         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
13635         (tls-program, tls-success): Provide openssl alternative.
13637         * starttls.el: Doc fixes.
13638         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
13639         SERVICE to PORT.
13641         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
13642         port null or service name.
13643         (starttls-negotiate): Autoload.
13645 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13647         * message.el (message-kill-to-signature): Fix interactive spec.
13649 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13651         * pop3.el (pop3-open-server): Recognize a string as a service name.
13653 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
13655         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
13657 2005-11-23  Dave Love  <fx@gnu.org>
13659         Add pop3s, pop3/starttls.
13661         * pop3.el (pop3-authentication-scheme): Clarify doc.
13662         (open-tls-stream, starttls-open-stream): Autoload.
13663         (pop3-stream-type): New.
13664         (pop3-open-server): Use it.
13666         * mail-source.el (mail-sources): Fix some :types.  Add stream type
13667         for POP.
13668         (mail-source-keyword-map): Add :stream for POP.
13669         (mail-source-fetch-pop): Use pop3-stream-type.
13671 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13673         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
13674         of current-time-string.
13676 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
13678         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
13679         date header.
13681 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13683         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
13684         it can seriously impact performance as it bypasses the agent's
13685         local caches.
13687 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
13689         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
13690         must be explicitly online rather than "not explicitly offline" for
13691         its flags to be synchronized.
13693         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
13694         that gnus-uu-unmark-thread will function correctly.
13696         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
13697         1024K is instead displayed as 1M.
13699 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13701         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
13703 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
13705         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
13707 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
13709         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
13710         error message to display actual error condition.
13711         (gnus-agent-save-local): Avoid saving symbols that are bound to
13712         nil as they simply result in a warning message in
13713         gnus-agent-read-local.
13715 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13717         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
13718         rather than make-variable-buffer-local for file-precious-flag.
13720 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13722         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
13723         for duplicates which are removed.  The invalid sort check then
13724         triggers a rescan after the sort as sorting may have moved
13725         duplicate entries such that they can be cheaply detected.
13727 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13729         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
13731 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
13733         * gnus-agent.el (gnus-agent-article-alist-save-format):
13734         Change internal variable to a custom variable.  Change default value
13735         from compressed(2) to uncompressed(1).
13736         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
13737         support for uncompressed agentview files.  Taken together, reading
13738         the agentview file should now be 6-7 times faster.
13740 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
13742         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
13743         as a buffer-local variable.  This avoids creating truncated
13744         dribble files as a result of a hang up, eg.
13746 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
13748         * gnus-start.el (gnus-start-draft-setup):
13749         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
13751         * gnus.el (gnus-splash): Change custom group.
13752         (gnus-group-get-parameter, gnus-group-parameter-value):
13753         Describe allow-list argument.
13755         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
13756         string.
13758 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
13760         * gnus-art.el (gnus-default-article-saver): Add user-defined
13761         `function' to custom type.
13763 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13765         * imap.el (imap-open): Handle case where buffer is a buffer
13766         object.
13768 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
13770         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
13771         long lines.
13772         (gnus-cache-delete-group): Wrap doc strings.
13774         * gnus-agent.el (gnus-agent-rename-group)
13775         (gnus-agent-delete-group): Wrap doc strings.
13777 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13779         * gnus-start.el (gnus-1): Add "native" to
13780         gnus-predefined-server-alist.
13782         * gnus.el (gnus-method-to-server): Don't add "native" to the
13783         lists here, because that leads to problems when
13784         gnus-select-method is bound.
13786 2005-11-09  Simon Josefsson  <jas@extundo.com>
13788         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
13789         use (not sort-by-date) instead.
13791 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
13793         * gnus-delay.el (gnus-delay-group): Don't autoload.
13794         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13795         to be re-loaded when customizing the `gnus-delay' group.
13797 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
13799         * message.el: Revert last changes.
13800         (message-insert-citation-line): Use newlines.
13802 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
13804         * message.el (message-courtesy-message)
13805         (message-mark-insert-begin, message-mark-insert-end)
13806         (message-elide-ellipsis, message-cancel-message)
13807         (message-add-header, message-change-subject)
13808         (message-cross-post-followup-to-header)
13809         (message-cross-post-insert-note, message-reduce-to-to-cc)
13810         (message-widen-reply, message-delete-not-region)
13811         (message-kill-to-signature, message-insert-signature)
13812         (message-insert-importance-high, message-insert-importance-low)
13813         (message-insert-or-toggle-importance)
13814         (message-insert-disposition-notification-to)
13815         (message-indent-citation, message-yank-original)
13816         (message-cite-original-without-signature, message-cite-original)
13817         (message-insert-citation-line, message-position-on-field)
13818         (message-fix-before-sending, message-send-mail-partially)
13819         (message-send-mail, message-send-mail-with-sendmail)
13820         (message-send-mail-with-qmail, message-send-news)
13821         (message-check-news-header-syntax, message-generate-headers)
13822         (message-insert-courtesy-copy, message-fill-address)
13823         (message-fill-header, message-shorten-references)
13824         (message-setup-1, message-cancel-news)
13825         (message-forward-make-body-plain, message-forward-make-body-mime)
13826         (message-forward-make-body-mml, message-encode-message-body)
13827         (message-forward-make-body-digest-plain)
13828         (message-forward-make-body-digest-mime)
13829         (message-use-alternative-email-as-from): Insert `hard-newline'
13830         instead of ordinary newlines.
13832 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
13834         * message.el (message-generate-headers): Downcase the argument
13835         given to message-check-element.
13837 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
13839         * nntp.el (nntp-authinfo-rejected): New error condition.
13840         (nntp-wait-for): Use new error condition to signal authentication
13841         error.
13842         (nntp-retrieve-data): Rethrow new error condition to break out of
13843         recursive call to nntp-send-authinfo.
13845 2005-11-08  Romain Francoise  <romain@orebokech.com>
13847         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
13848         (gnus-summary-exit-map): Bind to `Z p'.
13849         (gnus-summary-make-menu-bar): Add menu item.
13851 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
13853         * gnus-art.el (gnus-article-treat-custom): Add `first'.
13854         (gnus-treat-*): Add `first' in all doc strings.
13856         * gnus-group.el (gnus-group-compact-group): Fix typo.
13858 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13860         * gnus.el (gnus-parameters-case-fold-search): New variable.
13861         (gnus-parameters-get-parameter): Use it.
13863         * gnus-score.el (gnus-home-score-file): Doc fix.
13865 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
13867         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
13869 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13871         * mm-util.el (mm-special-display-p): New function.
13873         * mml.el (mml-preview): Use it; doc fix.
13875 2005-10-29  Romain Francoise  <romain@orebokech.com>
13877         * message.el (message-fix-before-sending): Fix comment.
13879 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13881         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
13883 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
13885         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
13886         Used in gnus-score.el.
13888 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
13890         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
13892 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
13894         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
13895         whitespace removed in revision 7.8.  Use concatenated string to
13896         protect trailing whitespace.
13898 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
13900         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
13901         (nnimap-request-expire-articles): Use it to avoid sending 'UID
13902         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
13903         Courier IMAP ("some version from 2004").  Mostly based on similar
13904         code in the same function.
13906 2005-10-26  Didier Verna  <didier@xemacs.org>
13908         * gnus-group.el (gnus-group-compact-group): Invalidate original
13909         article buffer.
13910         * gnus-srvr.el (gnus-server-compact-server): Ditto.
13911         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
13912         NOV database and in article itself.
13913         Invalidate article backlog.
13915 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
13917         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
13919 2005-10-26  Simon Josefsson  <jas@extundo.com>
13921         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
13922         part of 2004-07-25 change.
13924 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13926         * message.el (message-display-completion-list): New function.
13927         (message-expand-group): Use it; make sure the Completions buffer
13928         is modifiable.
13930 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
13932         * imap.el (imap-open): Handle case where buffer is a buffer object.
13934 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
13936         * pgg-def.el:
13937         * pgg-gpg.el:
13938         * pgg-parse.el:
13939         * pgg-pgp.el:
13940         * pgg-pgp5.el:
13941         * pgg.el: Move to the parent lisp directory.
13943 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
13945         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
13946         user-mail-name is an empty string.
13948 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
13950         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
13951         depending on gnus-score-decay-constant.
13953         * encrypt.el (encrypt-insert-file-contents)
13954         (encrypt-write-file-contents): Don't use `gnus-message'.
13956         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
13957         arguments.
13958         (mm-uu-type-alist): Add message-marks and insert-marks.
13959         Pass arguments to mm-uu-verbatim-marks-extract.
13960         (mm-uu-hide-markers): New variable.
13961         (mm-uu-extract): Use face similar to `gnus-cite-3'.
13963         * gnus-fun.el (gnus-convert-image-to-x-face-command)
13964         (gnus-convert-image-to-face-command): Use "convert" by default to
13965         allow other input image formats.
13966         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
13967         accordingly.
13969 2005-10-23  Simon Josefsson  <jas@extundo.com>
13971         * imap.el (imap-gssapi-program): Align command line parameters
13972         with latest GNU SASL.
13973         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
13975 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13977         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
13978         HTML.
13979         (nnslashdot-request-article): Ditto.
13981 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
13983         * mail-source.el (mail-source-fetch-pop): Require pop3.
13984         (mail-source-check-pop): Ditto.
13986 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13988         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
13989         errors.
13991 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
13993         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
13994         (gnus-treat-strip-leading-blank-lines): Improve doc string.
13996         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
13998         * mm-bodies.el (mm-decode-string):
13999         Call `mm-charset-to-coding-system' with allow-override argument.
14001 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14003         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14004         (rfc2047-charset-to-coding-system): New function.
14005         (rfc2047-decode-encoded-words): New function.
14006         (rfc2047-decode-region): Use them.
14007         (rfc2047-decode-cte): Remove.
14008         (rfc2047-parse-and-decode): Remove.
14009         (rfc2047-decode): Remove.
14011 2005-10-15  Kenichi Handa  <handa@m17n.org>
14013         * rfc2047.el (rfc2047-decode-cte): New function.
14014         (rfc2047-decode-region): Change the way to decode successive
14015         encoded-words: decode B- or Q-encoding in each encoded-word,
14016         concatenate them, and decode it as charset.
14018 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14020         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14021         widget-move-and-invoke.
14022         (gnus-custom-mode): Use gnus-custom-map.
14024 2005-10-15  Bill Wohler  <wohler@newt.com>
14026         * message.el (message-tool-bar-map): Rename image file from
14027         mail_send to mail/send.
14029 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14031         * message.el (message-expand-group): Pass the common
14032         prefix substring of completion to `display-completion-list'.
14034 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14036         * mml-sec.el (mml-secure-method): New internal variable.
14037         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14038         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14039         New functions using mml-secure-method.
14041         * mml.el (mml-mode-map): Add key bindings for those functions.
14042         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14043         Harder <harder@myrealbox.com>.
14044         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14045         Goto end of message if point is the headers of the message.
14047         * message.el (message-in-body-p): New function.
14049         * assistant.el: Autoload gnus-util and netrc.
14051         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14052         Use `mm-charset-override-alist' only when decoding.
14054         * mm-bodies.el (mm-decode-body):
14055         Call `mm-charset-to-coding-system' with allow-override argument.
14057         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14058         `filename' from Content-Disposition if Content-Type doesn't
14059         provide `name'.
14060         (gnus-mime-view-part-as-type): Set default instead of
14061         initial-input.
14063 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14065         * format-spec.el (format-spec): Propagate text properties of % spec.
14067 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14069         * gnus-art.el (gnus-treat-predicate): Add `first'.
14071 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14073         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14074         (mm-charset-override-alist): New variable.
14075         (mm-charset-to-coding-system): Use it.
14076         (mm-codepage-setup): New helper function.
14077         (mm-charset-eval-alist): New variable.
14078         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14079         Warn about unknown charsets.
14081 2005-10-04  David Hansen  <david.hansen@gmx.net>
14083         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14084         (nnrss-check-group): Ditto.
14086 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14088         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14089         Rename x-gnus-verbatim to x-verbatim.
14090         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14092         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14093         x-verbatim.
14095         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14097         * gnus-util.el (gnus-remove-duplicates): Remove.
14099         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14100         instead of gnus-remove-duplicates.
14102         * message.el (message-remove-duplicates): Remove.
14103         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14104         message-remove-duplicates.
14106         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14107         available, else use implementation from `delete-dups'.
14109         * message.el (message-insert-expires): New function.
14110         (message-mode-map): Add key binding.
14111         (message-mode-field-menu): Add menu entry.
14112         (message-mode): Document it.
14113         (message-make-expires-date): Use `message-make-date'.
14115 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14117         * message.el (message-make-expires-date): New function.
14119 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14121         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14123 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14125         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14126         function rather than the diff-mode.el package.
14127         (mm-display-external): Use with-current-buffer.
14128         (mm-viewer-completion-map, mm-viewer-completion-map):
14129         Move initialization inside declaration.
14131 2005-09-29  Simon Josefsson  <jas@extundo.com>
14133         * spam.el: Load hashcash when compiling, to avoid warnings.
14134         Don't autoload mail-check-payment.
14135         (spam-check-hashcash): Define unconditionally, since hashcash.el
14136         is part of Gnus now.  Ignore errors from payment checking.
14138 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14140         * message.el (message-bold-region, message-unbold-region):
14141         Rename from `bold-region' and `unbold-region'.
14143         * message.el: Remove useless autoloads.
14145 2005-09-28  Simon Josefsson  <jas@extundo.com>
14147         * message.el (message-use-idna): Default to t.
14148         (message-use-idna): Test whether encoding works too.  Doc fix.
14150 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14152         * nntp.el (nntp-warn-about-losing-connection): Remove.
14154 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14156         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14157         customizable.  Change default value.
14158         (mm-uu-diff-groups-regexp): Change default value.
14159         (mm-uu-type-alist): Add doc string.
14160         (mm-uu-configure): Add doc string.  Make it interactive.
14161         (mm-uu-tex-groups-regexp): New variable.
14162         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14163         (mm-uu-type-alist): Add LaTeX documents.
14164         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14165         of "text/verbatim".
14166         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14168         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14169         instead of "text/verbatim".
14171         * message.el (message-mark-inserted-region)
14172         (message-mark-insert-file): Use slrn style marks when called with
14173         prefix argument.
14175 2005-09-27  Simon Josefsson  <jas@extundo.com>
14177         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14179 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14181         * message.el (message-remove-duplicates): New function.
14182         Implementation borrowed from `gnus-remove-duplicates'.
14183         (message-idna-to-ascii-rhs): Also encode idna addresses in
14184         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14185         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14186         only ask about the same idna domain once per header and also tell
14187         in what header to replace the idna domain.
14189         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14190         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14191         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14192         a header is decoded and not just the last one.
14194 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14196         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14197         has been decoded.
14199         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14200         (mm-insert-part): Don't modify text if it has been decoded.
14202         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14203         decoded.
14205         * mm-view.el (mm-inline-text): Don't strip text props unless
14206         decoding enriched or richtext parts.
14208 2005-09-25  Romain Francoise  <romain@orebokech.com>
14210         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14211         * gnus-start.el (gnus-subscribe-interactively):
14212         * gnus-uu.el (gnus-uu-grab-articles):
14213         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14214         space.
14216 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14218         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14219         * mm-view.el (mm-view-pkcs7-decrypt):
14220         * gnus-sum.el (gnus-summary-limit-to-extra)
14221         (gnus-summary-respool-article, gnus-read-move-group-name):
14222         * gnus-score.el (gnus-summary-increase-score):
14223         * gnus-util.el (gnus-completing-read-with-default):
14224         * gnus-art.el (gnus-read-save-file-name)
14225         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14226         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14227         * message.el (message-check-news-header-syntax):
14228         Follow convention for reading with the minibuffer.
14230 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14232         * spam-report.el (spam-report-url-ping-plain):
14233         Use gnus-extended-version as User-Agent.
14235         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14236         default value is nil.
14238         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14239         (mm-uu-verbatim-marks-extract): New function.
14240         (mm-uu-extract): New face.
14241         (mm-uu-copy-to-buffer): Use it.
14243         * spam-report.el (spam-report-gmane-ham): Rename from
14244         `spam-report-gmane-unspam'.
14245         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14246         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14248         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14249         Autoload.
14250         (spam-report-gmane-unregister-routine):
14251         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14253 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14255         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14256         (spam-report-gmane-unregister-routine): Add support for gmane
14257         unregistration.
14259         * spam-report.el (spam-report-gmane-unspam)
14260         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14261         (spam-report-gmane): Change to take a single article and do unspam
14262         registration.
14264 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14266         * mm-url.el (mm-url-decode-entities): Fix regexp.
14268 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14270         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14271         default to nil, to be able to use Gnus at all.  If the default
14272         switches to something else, then the function should be fixed not
14273         be exceedingly slow.
14275 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14277         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14278         fail hard.
14280         * spam-report.el: Add better Keywords line.
14282         * spam.el: Add Maintainer and better Keywords line.
14284 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14286         * gnus-art.el (gnus-article-replace-part)
14287         (gnus-mime-replace-part): New functions.
14288         (gnus-mime-action-alist, gnus-mime-button-commands)
14289         (gnus-mime-save-part-and-strip): Add file argument.
14290         (gnus-article-part-wrapper): Add interactive argument.
14292         * gnus-sum.el (gnus-summary-mime-map):
14293         Add `gnus-article-replace-part'.
14295 2005-09-19  Didier Verna  <didier@xemacs.org>
14297         The nnml compaction feature:
14298         * nnml.el (nnml-request-compact-group): New function.
14299         * nnml.el (nnml-request-compact): New function.
14300         * gnus-int.el (gnus-request-compact-group): New function.
14301         * gnus-int.el (gnus-request-compact): New function.
14302         * gnus-group.el (gnus-group-compact-group): New function.
14303         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14304         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14305         * gnus-srvr.el (gnus-server-compact-server): New function.
14306         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14307         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14309 2005-09-18  Deepak Goel  <deego@gnufans.org>
14311         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14312         format spec.
14314 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14316         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14318 2005-09-15  Romain Francoise  <romain@orebokech.com>
14320         * message.el (message-fill-paragraph): Clarify docstring.
14322 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14324         * gnus-art.el (gnus-mime-display-part): Protect against broken
14325         MIME messages.
14327 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14329         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14330         before parsing header.
14332 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14334         * html2text.el (html2text-replace-list): Add new entities.
14336 2005-09-11  Romain Francoise  <romain@orebokech.com>
14338         * message.el (message-alternative-emails): Improve docstring.
14339         (message-setup-1): Call `message-use-alternative-email-as-from'
14340         after `message-setup-hook' to give it precedence over posting
14341         styles, etc.
14342         (message-use-alternative-email-as-from): Add docstring.
14343         Remove the original From header if present.
14345         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14346         (nnml-save-mail): Use it.
14348         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14349         articles.  Add new argument `silent'.
14350         (gnus-uu-mark-all): Report the total number of marked articles.
14352 2005-09-10  Romain Francoise  <romain@orebokech.com>
14354         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14355         (gnus-uu-mark-series): Likewise.
14357 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14359         * spam-report.el (spam-report-gmane): Fix generation of spam
14360         report URL.
14362 2005-09-10  Simon Josefsson  <jas@extundo.com>
14364         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14365         t, based on discussion on the ding list with Robert Epprecht
14366         <epprecht@solnet.ch>.
14368 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14370         * spam-report.el (spam-report-gmane): Make it work without
14371         X-Report-Spam header.  Gmane now only provides Archived-At.
14372         This is only used if `spam-report-gmane-use-article-number' is nil.
14373         (spam-report-gmane-spam-header): Remove.  Not used anymore.
14375         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
14376         make `gnus-summary-sort-by-recipient' work with threading.
14378         * nnweb.el (nnweb-google-wash-article): Print a message if article
14379         is not available.
14381 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
14383         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
14384         change.  Decode text/* parts content before displaying.
14386 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
14388         * mml-smime.el: Remove defvar of gnus-extract-address-components.
14390 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
14392         * mm-view.el (mm-display-inline-fontify): Disable support modes.
14394 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
14396         * message.el (message-tab-body-function): Fix mismatched custom type.
14398         * gnus.el (gnus-group-change-level-function): Ditto.
14400         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
14402         * gnus-art.el (gnus-signature-limit)
14403         (gnus-article-mime-part-function): Ditto.
14405 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14407         * mml.el (mml-mode): Silence the byte compiler.
14409         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
14410         using `(sit-for 0)' before moving the point to the specified part;
14411         skip unbuttonized parts.
14412         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
14413         return to the summary window if gnus-auto-select-part is non-nil.
14415 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
14417         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
14418         New variables.
14419         (mml-dnd-attach-file, mml-mode): Use them.
14421         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
14422         Make fetching article by MID work again for Google Groups.
14423         Add FIXME concerning gnus-group-make-web-group.
14425         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
14426         Don't depend on Gnus by using mail-extract-address-components if
14427         gnus-extract-address-components is not bound.
14429 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14431         * gnus-art.el (gnus-mime-display-security): Don't display the
14432         signature, but only the signed part.
14434 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14436         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
14438         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
14439         list, not listp.
14441 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
14443         * mm-encode.el (mm-encode-content-transfer-encoding):
14444         Likewise when encoding.
14446         * mm-bodies.el (mm-decode-content-transfer-encoding):
14447         De-canonicalize CRLF for all text content types, not just
14448         text/plain.
14450 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14452         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
14453         valid article; point arrow and cursor at the MIME button.
14455 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14457         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
14458         Suggested by Dan Christensen <jdc@uwo.ca>.
14460         * mm-decode.el (mm-save-part): Enable change of prompt.
14462 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
14464         * gnus-msg.el (gnus-inews-add-send-actions):
14465         Make `message-post-method' lambda parameter ARG `&optional'.
14467 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14469         * gnus-sum.el (gnus-summary-mime-map):
14470         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
14471         gnus-article-jump-to-part.
14473         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
14474         (gnus-article-edit-part): Use it.
14475         (gnus-article-part-wrapper): Add no-handle argument.
14476         (gnus-article-save-part-and-strip, gnus-article-delete-part):
14477         New functions.
14479 2005-08-29  Romain Francoise  <romain@orebokech.com>
14481         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
14482         docstring.
14483         (gnus-face-from-file): Likewise.
14485 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
14487         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
14488         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
14489         non-nil.
14490         (gnus-auto-select-part): New variable.
14491         (gnus-article-jump-to-part): New function.
14492         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
14493         (gnus-mime-delete-part): Allow selecting specified part after
14494         deleting or stripping parts.
14495         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
14496         part if argument is bogus.
14498 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
14500         * gnus-art.el (w3m-minor-mode-map):
14501         * gnus-spec.el (gnus-newsrc-file-version):
14502         * gnus-util.el (nnmail-active-file-coding-system)
14503         (gnus-original-article-buffer, gnus-user-agent):
14504         * gnus.el (gnus-ham-process-destinations)
14505         (gnus-parameter-ham-marks-alist)
14506         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
14507         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
14508         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
14509         * mm-decode.el (gnus-current-window-configuration):
14510         * mm-extern.el (gnus-article-mime-handles):
14511         * mm-url.el (url-current-object, url-package-name)
14512         (url-package-version):
14513         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
14514         (smime-keys, w3m-cid-retrieve-function-alist)
14515         (w3m-current-buffer, w3m-display-inline-images)
14516         (w3m-minor-mode-map):
14517         * mml-smime.el (gnus-extract-address-components):
14518         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
14519         (gnus-newsrc-hashtb, message-default-charset)
14520         (message-deletable-headers, message-options)
14521         (message-posting-charset, message-required-mail-headers)
14522         (message-required-news-headers):
14523         * mml1991.el (mc-pgp-always-sign):
14524         * mml2015.el (mc-pgp-always-sign):
14525         * nnheader.el (nnmail-extra-headers):
14526         * rfc1843.el (gnus-decode-encoded-word-function)
14527         (gnus-decode-header-function, gnus-newsgroup-name):
14528         * spam-stat.el (gnus-original-article-buffer): Add defvars.
14530 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
14532         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
14533         the end of the date treatments.
14535 2005-08-15  Simon Josefsson  <jas@extundo.com>
14537         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
14538         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
14539         Capello and Romain Francoise.
14540         (pgg-fetch-key-function): Remove, not used?
14541         (pgg-insert-url-with-w3): Require url, to get
14542         url-insert-file-contents regardless of where it is defined.
14544 2005-08-13  Romain Francoise  <romain@orebokech.com>
14546         * message.el (message-cite-original-1): New function.
14547         (message-cite-original): Use it.
14548         (message-cite-original-without-signature): Ditto.
14550 2005-08-08  Romain Francoise  <romain@orebokech.com>
14552         * message.el (message-yank-empty-prefix): New variable.
14553         (message-indent-citation): Use it.
14554         (message-cite-original-without-signature): Respect X-No-Archive.
14556 2005-08-08  Simon Josefsson  <jas@extundo.com>
14558         * pgg.el: Autoload url-insert-file-contents instead of loading
14559         w3/url.
14560         (pgg-insert-url-with-w3): Don't load url here.
14562 2005-08-07  Jesper Harder  <harder@phys.au.dk>
14564         * message.el (message-kill-to-signature): Don't insert newline at
14565         bol.
14566         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
14568 2005-08-06  Romain Francoise  <romain@orebokech.com>
14570         * message.el (message-user-fqdn): Fix typo in docstring.
14572 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
14574         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
14576         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
14578 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14580         * mm-bodies.el (mm-encode-body): Use coding system rather than
14581         charset to encode text.
14583         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
14584         number of charsets if utf-8 is available (XEmacs).
14586 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
14588         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
14589         taken from `gnus-button-mid-or-mail-regexp'.
14590         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
14591         (gnus-button-alist): Improve regexp for domain part of the MIDs
14592         for news:localpart@domain buttons.
14593         (gnus-button-ctan-directory-regexp): Update.
14595 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14597         * sieve-manage.el (sieve-manage-interactive-login):
14598         Use make-local-variable rather than make-variable-buffer-local.
14599         (sieve-manage-open): Ditto.
14600         (sieve-manage-authenticate): Ditto.
14602         * mml.el (mml-generate-mime-1): Make the content type default to
14603         text/plain if the filename is not specified.
14605 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14607         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
14608         instead of insert-buffer.
14610         * message.el (message-yank-original): Ditto; set the mark at the
14611         end of the yanked message.
14613 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14615         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
14616         lines to scroll rather than to stop it.
14618         * mml.el (mml-generate-default-type): Add doc string.
14619         (mml-generate-mime-1): Use mm-default-file-encoding or make it
14620         default to application/octet-stream when determining the content
14621         type if it is not specified for the part or the mml contents; add
14622         a comment about mml-generate-default-type.
14624 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
14626         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
14627         make it default to application/octet-stream when determining the
14628         content type if it is not specified for the external contents.
14630 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14632         * rfc2231.el (rfc2231-parse-string): Take care that not only a
14633         segmented parameter but also other parameters might be there.
14635 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14637         * mm-decode.el (mm-display-external): Delete temp file, directory
14638         and buffer immediately if the external process is exited.
14640 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14642         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
14643         fewer lines than that of scroll-margin.
14644         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
14646 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14648         * gnus-art.el (gnus-article-next-page): Revert.
14649         (gnus-article-beginning-of-window): New macro.
14650         (gnus-article-next-page-1): Use it.
14651         (gnus-article-prev-page): Ditto.
14652         (gnus-article-edit-part): Use insert-buffer-substring instead of
14653         insert-buffer.
14654         (gnus-article-edit-exit): Ditto.
14656         * gnus-util.el (gnus-beginning-of-window): Remove.
14657         (gnus-end-of-window): Remove.
14659 2005-07-25  Simon Josefsson  <jas@extundo.com>
14661         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
14662         to have the url package without w3.  Reported by Daiki Ueno
14663         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
14665 2005-07-20  Didier Verna  <didier@xemacs.org>
14667         * gnus-diary.el: Remove the description comment (nndiary is now
14668         properly documented in the Gnus manual).
14669         Fix the spelling of "Back End".
14670         * nndiary.el: Ditto.
14671         Fix the copyright notice.
14673 2005-07-18  Romain Francoise  <romain@orebokech.com>
14675         * gnus-sum.el (gnus-summary-to-prefix)
14676         (gnus-summary-newsgroup-prefix): New variables.
14677         (gnus-summary-from-or-to-or-newsgroups): Use them.
14679 2005-07-17  Romain Francoise  <romain@orebokech.com>
14681         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
14682         space as it's generally not especially interesting to the user.
14684 2005-07-16  Romain Francoise  <romain@orebokech.com>
14686         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
14687         nil to avoid prompting and file modification if one of the
14688         messages at the top of the nnfolder file contains a copyright
14689         notice.
14690         Update copyright notice.
14692         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
14693         instead of `current-time-string' as the latter creates a time
14694         string that is not RFC 2822 compliant (it lacks the zone).
14695         Update copyright notice.
14697 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
14699         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
14700         for text/rtf.  Display default in prompt.  Pass default for M-n.
14702         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
14704 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14706         * gnus-msg.el (gnus-button-mailto):
14707         Remove save-selected-window-window hackery because it relies on
14708         save-selected-window internals.
14710 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
14712         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
14713         (gnus-article-next-page-1): Use gnus-beginning-of-window.
14714         (gnus-article-prev-page): Ditto.
14716         * gnus-util.el (gnus-beginning-of-window): New function.
14717         (gnus-end-of-window): New function.
14719 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14721         * gnus-score.el (gnus-score-edit-all-score):
14722         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
14723         gnus-message.
14725 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14727         * gnus-msg.el (gnus-button-mailto):
14728         Remove save-selected-window-window hackery because it relies on
14729         save-selected-window internals.
14731 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14733         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
14734         add-minor-mode.
14735         (gnus-binary-mode): Ditto.
14737         * gnus-topic.el (gnus-topic-mode): Ditto.
14739 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
14741         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
14742         (gnus-article-prev-page): Take scroll-margin into consideration.
14744 2005-07-04  Lute Kamstra  <lute@gnu.org>
14746         Update FSF's address in GPL notices.
14748 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14750         * gnus.el (gnus-exit):
14751         * gnus-group.el (gnus-group-icons):
14752         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
14754         * gnus-nocem.el (gnus-nocem):
14755         * message.el (message-various, message-buffers, message-sending)
14756         (message-interface, message-forwarding, message-insertion)
14757         (message-headers, message-news, message-mail):
14758         * pgg-gpg.el (pgg-gpg):
14759         * pgg-parse.el (pgg-parse):
14760         * pgg-pgp.el (pgg-pgp):
14761         * pgg-pgp5.el (pgg-pgp5):
14762         * pop3.el (pop3): Finish `defgroup' description with period.
14764 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14766         * gnus-art.el (article-display-face): Improve the efficiency.
14767         (article-display-x-face): Ditto; remove grey x-face stuff.
14769 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14771         * gnus-art.el (article-display-face): Correct the position in
14772         which Faces are inserted.
14774 2005-06-29  Didier Verna  <didier@xemacs.org>
14776         * gnus-art.el (article-display-face): Display faces in correct
14777         order.
14779 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
14781         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
14782         (gnus-fill-real-hashtb): Use hash table instead of obarray.
14783         (gnus-nocem-check-article): Fetch the Type header.
14784         (gnus-nocem-message-wanted-p): Fix the way to examine types.
14785         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
14786         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
14787         make sure gnus-nocem-hashtb is initialized.
14788         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
14789         (gnus-nocem-unwanted-article-p): Ditto.
14791         * pgg.el (pgg-verify): Return the verification result.
14793 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14795         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
14796         is ascii.
14798 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
14800         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
14801         `show-nonbreak-escape'.
14803 2005-06-23  Lute Kamstra  <lute@gnu.org>
14805         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
14807         * dig.el (dig-mode):
14808         * smime.el (smime-mode): Use gnus-run-mode-hooks.
14810 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
14812         * nnimap.el (nnimap-split-download-body): Fix spellings.
14814 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
14816         * gnus-art.el (gnus-article-encrypt-body):
14817         * gnus-cus.el (gnus-score-customize):
14818         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
14819         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
14821 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
14823         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
14824         header by looking for magic "MII" at the beginnig.
14826 2005-06-16  Miles Bader  <miles@gnu.org>
14828         * assistant.el (assistant-field): Remove "-face" suffix from face name.
14829         (assistant-field-face): New backward-compatibility alias for renamed
14830         face.
14831         (assistant-render-text): Use renamed assistant-field face.
14833         * spam.el (spam): Remove "-face" suffix from face name.
14834         (spam-face): New backward-compatibility alias for renamed face.
14835         (spam-face, spam-initialize): Use renamed spam face.
14837         * message.el (message-header-to, message-header-cc)
14838         (message-header-subject, message-header-newsgroups)
14839         (message-header-other, message-header-name)
14840         (message-header-xheader, message-separator, message-cited-text)
14841         (message-mml): Remove "-face" suffix from face names.
14842         (message-header-to-face, message-header-cc-face)
14843         (message-header-subject-face, message-header-newsgroups-face)
14844         (message-header-other-face, message-header-name-face)
14845         (message-header-xheader-face, message-separator-face)
14846         (message-cited-text-face, message-mml-face):
14847         New backward-compatibility aliases for renamed faces.
14848         (message-font-lock-keywords): Use renamed message faces.
14850         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
14851         (sieve-test-commands, sieve-tagged-arguments):
14852         Remove "-face" suffix from face names.
14853         (sieve-control-commands-face, sieve-action-commands-face)
14854         (sieve-test-commands-face, sieve-tagged-arguments-face):
14855         New backward-compatibility aliases for renamed faces.
14856         (sieve-control-commands-face, sieve-action-commands-face)
14857         (sieve-test-commands-face, sieve-tagged-arguments-face):
14858         Use renamed sieve faces.
14860         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
14861         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
14862         (gnus-group-news-3-empty, gnus-group-news-4)
14863         (gnus-group-news-4-empty, gnus-group-news-5)
14864         (gnus-group-news-5-empty, gnus-group-news-6)
14865         (gnus-group-news-6-empty, gnus-group-news-low)
14866         (gnus-group-news-low-empty, gnus-group-mail-1)
14867         (gnus-group-mail-1-empty, gnus-group-mail-2)
14868         (gnus-group-mail-2-empty, gnus-group-mail-3)
14869         (gnus-group-mail-3-empty, gnus-group-mail-low)
14870         (gnus-group-mail-low-empty, gnus-summary-selected)
14871         (gnus-summary-cancelled, gnus-summary-high-ticked)
14872         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
14873         (gnus-summary-high-ancient, gnus-summary-low-ancient)
14874         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
14875         (gnus-summary-low-undownloaded)
14876         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
14877         (gnus-summary-low-unread, gnus-summary-normal-unread)
14878         (gnus-summary-high-read, gnus-summary-low-read)
14879         (gnus-summary-normal-read, gnus-splash):
14880         Remove "-face" suffix from face names.
14881         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
14882         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
14883         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
14884         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
14885         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
14886         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
14887         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
14888         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
14889         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
14890         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
14891         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
14892         (gnus-summary-selected-face, gnus-summary-cancelled-face)
14893         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
14894         (gnus-summary-normal-ticked-face)
14895         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
14896         (gnus-summary-normal-ancient-face)
14897         (gnus-summary-high-undownloaded-face)
14898         (gnus-summary-low-undownloaded-face)
14899         (gnus-summary-normal-undownloaded-face)
14900         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
14901         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
14902         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
14903         (gnus-splash-face):
14904         New backward-compatibility aliases for renamed faces.
14905         (gnus-group-startup-message): Use renamed gnus faces.
14907         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
14908         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
14909         (gnus-server-agent): Remove "-face" suffix from face names.
14910         (gnus-server-agent-face, gnus-server-opened-face)
14911         (gnus-server-closed-face, gnus-server-denied-face)
14912         (gnus-server-offline-face):
14913         New backward-compatibility aliases for renamed faces.
14914         (gnus-server-agent-face, gnus-server-opened-face)
14915         (gnus-server-closed-face, gnus-server-denied-face)
14916         (gnus-server-offline-face): Use renamed gnus faces.
14918         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
14919         Remove "-face" suffix from face names.
14920         (gnus-picon-xbm-face, gnus-picon-face):
14921         New backward-compatibility aliases for renamed faces.
14923         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
14924         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
14925         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
14926         (gnus-cite-11): Remove "-face" suffix from face names.
14927         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
14928         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
14929         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
14930         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
14931         New backward-compatibility aliases for renamed faces.
14932         (gnus-cite-attribution-face, gnus-cite-face-list)
14933         (gnus-article-boring-faces): Use renamed gnus faces.
14935         * gnus-art.el (gnus-signature, gnus-header-from)
14936         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
14937         (gnus-header-content): Remove "-face" suffix from face names.
14938         (gnus-signature-face, gnus-header-from-face)
14939         (gnus-header-subject-face, gnus-header-newsgroups-face)
14940         (gnus-header-name-face, gnus-header-content-face):
14941         New backward-compatibility aliases for renamed faces.
14942         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
14944         * gnus-sum.el (gnus-summary-selected-face)
14945         (gnus-summary-highlight): Use renamed gnus faces.
14946         * gnus-group.el (gnus-group-highlight): Likewise.
14948 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
14950         * gnus-sieve.el (gnus-sieve-article-add-rule):
14951         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
14952         * spam-stat.el (spam-stat-buffer-change-to-spam)
14953         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
14955         * message.el (message-is-yours-p):
14956         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
14958 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14960         * mm-view.el (mm-inline-text): Withdraw the last change.
14962 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14964         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
14965         executing enriched-decode.
14967 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14969         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
14970         charset of tar files.
14972 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
14974         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
14976 2005-06-04  Lute Kamstra  <lute@gnu.org>
14978         * nnfolder.el (nnfolder-read-folder): Make sure that undo
14979         information is never recorded.
14981 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
14983         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
14985 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14987         * pop3.el (pop3-apop): Run md5 in the binary mode.
14989         * starttls.el (starttls-set-process-query-on-exit-flag):
14990         Use eval-and-compile.
14992 2005-05-31  Simon Josefsson  <jas@extundo.com>
14994         * smime.el (smime-replace-in-string): Define.
14995         (smime-cert-by-ldap-1): Use it.
14997 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14999         * gnus-art.el (article-display-x-face): Replace
15000         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15002         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15003         set-process-query-on-exit-flag or process-kill-without-query.
15005         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15006         loop instead of replace-regexp.
15008         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15009         instead of process-kill-without-query if it is available.
15011         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15012         instead of find-file-hooks if it is available.
15014         * mml1991.el: Bind pgg-default-user-id when compiling.
15016         * mml2015.el: Bind pgg-default-user-id when compiling.
15018         * nndraft.el (nndraft-request-associate-buffer):
15019         Use write-contents-functions instead of write-contents-hooks if it is
15020         available.
15022         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15023         instead of find-file-hooks if it is available.
15025         * nntp.el (nntp-open-connection): Replace
15026         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15027         (nntp-open-ssl-stream): Ditto.
15028         (nntp-open-tls-stream): Ditto.
15030         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15031         set-process-query-on-exit-flag or process-kill-without-query.
15032         (starttls-open-stream-gnutls): Use it instead of
15033         process-kill-without-query.
15034         (starttls-open-stream): Ditto.
15036 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15038         * smime.el (smime-cert-by-ldap-1): Don't use
15039         replace-regexp-in-string.
15041 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15043         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15045         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15046         in PEM format.  Adjust to the XEmacs compability.
15048 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15050         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15051         by `string-to-number'.
15052         * gnus-agent.el (gnus-agent-regenerate-group)
15053         (gnus-agent-fetch-articles): Ditto.
15054         * gnus-art.el (gnus-button-fetch-group): Ditto.
15055         * gnus-cache.el (gnus-cache-generate-active)
15056         (gnus-cache-articles-in-group): Ditto.
15057         * gnus-group.el (gnus-group-set-current-level)
15058         (gnus-group-insert-group-line): Ditto.
15059         * gnus-score.el (gnus-score-set-expunge-below)
15060         (gnus-score-set-mark-below, gnus-summary-score-effect)
15061         (gnus-summary-score-entry): Ditto.
15062         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15063         (gnus-soup-pack): Ditto.
15064         * gnus-spec.el (gnus-xmas-format): Ditto.
15065         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15066         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15067         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15068         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15069         * nndb.el (nndb-get-remote-expire-response): Ditto.
15070         * nndiary.el (nndiary-parse-schedule-value)
15071         (nndiary-string-to-number, nndiary-request-replace-article)
15072         (nndiary-request-article): Ditto.
15073         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15074         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15075         * nneething.el (nneething-make-head): Ditto.
15076         * nnfolder.el (nnfolder-request-article)
15077         (nnfolder-retrieve-headers): Ditto.
15078         * nnheader.el (nnheader-file-to-number): Ditto.
15079         * nnkiboze.el (nnkiboze-request-article): Ditto.
15080         * nnmail.el (nnmail-process-unix-mail-format)
15081         (nnmail-process-babyl-mail-format): Ditto.
15082         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15083         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15084         (nnmh-request-create-group, nnmh-request-list-1)
15085         (nnmh-request-group, nnmh-request-article): Ditto.
15086         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15087         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15088         * nnsoup.el (nnsoup-make-active): Ditto.
15089         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15090         * nntp.el (nntp-find-group-and-number)
15091         (nntp-retrieve-headers-with-xover): Ditto.
15092         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15093         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15094         (pgg-format-key-identifier): Ditto.
15095         * pop3.el (pop3-last, pop3-stat): Ditto.
15096         * qp.el (quoted-printable-decode-region): Ditto.
15098         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15099         of concat.
15101 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15103         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15105         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15107         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15109         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15111         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15113         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15115         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15116         (gnus-carpal-mode): Ditto.
15118         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15119         (gnus-browse-mode): Ditto.
15121         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15123         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15125 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15127         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15129 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15131         * gnus-util.el (gnus-run-mode-hooks): New function.
15133         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15135 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15137         * gnus-agent.el (gnus-agent-make-mode-line-string):
15138         Use mode-line-highlight as mouse-face.
15140 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15142         * canlock.el (canlock): Change the parent group to news.
15144         * deuglify.el (gnus-outlook-deuglify): Add :group.
15146         * dig.el (dig): Add :group.
15148         * dns-mode.el (dns-mode): Add :group.
15150         * encrypt.el (encrypt): Add :group.
15152         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15153         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15154         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15155         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15156         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15158         * gnus-diary.el (gnus-diary): Add :group.
15160         * gnus.el (gnus-group-news-1-face): Add :group.
15161         (gnus-group-news-1-empty-face): Ditto.
15162         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15163         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15164         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15165         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15166         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15167         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15168         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15169         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15170         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15171         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15172         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15173         (gnus-summary-high-ticked-face): Ditto.
15174         (gnus-summary-low-ticked-face): Ditto.
15175         (gnus-summary-normal-ticked-face): Ditto.
15176         (gnus-summary-high-ancient-face): Ditto.
15177         (gnus-summary-low-ancient-face): Ditto.
15178         (gnus-summary-normal-ancient-face): Ditto.
15179         (gnus-summary-high-undownloaded-face): Ditto.
15180         (gnus-summary-low-undownloaded-face): Ditto.
15181         (gnus-summary-normal-undownloaded-face): Ditto.
15182         (gnus-summary-high-unread-face): Ditto.
15183         (gnus-summary-low-unread-face): Ditto.
15184         (gnus-summary-normal-unread-face): Ditto.
15185         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15186         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15188         * hashcash.el (hashcash): New custom group.
15189         (hashcash-default-payment): Add :group.
15190         (hashcash-payment-alist): Ditto.
15191         (hashcash-default-accept-payment): Ditto.
15192         (hashcash-accept-resources): Ditto.
15193         (hashcash-path): Ditto.
15194         (hashcash-extra-generate-parameters): Ditto.
15195         (hashcash-double-spend-database): Ditto.
15196         (hashcash-in-news): Ditto.
15198         * message.el (message-minibuffer-local-map): Add :group.
15200         * netrc.el (netrc): Add :group.
15202         * sieve-manage.el (sieve-manage-log): Add :group.
15203         (sieve-manage-default-user): Diito.
15204         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15205         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15206         (sieve-manage-authenticators): Ditto.
15207         (sieve-manage-authenticator-alist): Ditto.
15208         (sieve-manage-default-port): Ditto.
15210         * sieve-mode.el (sieve-control-commands-face): Add :group.
15211         (sieve-action-commands-face): Ditto.
15212         (sieve-test-commands-face): Ditto.
15213         (sieve-tagged-arguments-face): Ditto.
15215         * smime.el (smime): Add :group.
15217         * spam-report.el (spam-report): Add :group.
15219         * spam.el (spam, spam-face): Add :group.
15221 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15223         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15224         return \n.\n.\n at the end of articles.  Protect against that.
15225         (nntp-with-open-group): Allow debugging.
15227         * nnheader.el (mail-header-set-extra): Make into a function
15228         because I just could't understand how to quote the list properly.
15230         * dns.el (query-dns-cached): New function.
15232 2005-05-26  Lute Kamstra  <lute@gnu.org>
15234         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15236 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15238         * gnus-art.el: Don't autoload mail-extract-address-components.
15240         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15241         eval-and-compile to evaluate it.
15243         * hashcash.el: Don't autoload executable-find.
15245         * nndb.el: Don't declare the nndb back end two or more times; don't
15246         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15248         * nntp.el: Autoload format-spec instead of format; use
15249         eval-and-compile to evaluate autoload forms.
15251 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15253         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15255 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15257         * gnus.el (gnus-version-number): Bump version.
15259 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15261         * gnus.el: No Gnus v0.3 is released.
15263 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15265         * gnus-art.el (gnus-article-edit-part): Disable undo.
15267 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15269         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15270         gnus-article-date-lapsed-new-header is t if date timer is active;
15271         skip headers in which the original date value is empty.
15272         (gnus-article-save-original-date): Redefine it as a macro.
15273         (gnus-display-mime): Use it.
15275 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15277         * gnus-art.el (article-date-ut): Support converting date in
15278         forwarded parts as well.
15279         (gnus-article-save-original-date): New function.
15280         (gnus-display-mime): Use it.
15282 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15284         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15285         enclosure element of <item>.
15287 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15289         * message.el (message-kill-buffer-query): Rename from
15290         `message-kill-buffer-query-if-modified'.  Add :version.
15292 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15294         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15295         window layout.
15297 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15299         * mml.el: Autoload dnd when compiling.
15301 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15303         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15304         x-dnd-*.
15306 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15308         * qp.el (quoted-printable-encode-region): Save excursion.
15310 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15312         * message.el (message-kill-buffer-query-if-modified): Add new variable
15313         so the user can kill a modified message buffer quickly.
15314         (message-kill-buffer): Use it.
15316 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15318         * gnus-art.el (gnus-mime-inline-part): Use mm-string-to-multibyte.
15319         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15321 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15323         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15324         contained in text because xml.el decodes entities) with LFs.
15326 2005-04-11  Lute Kamstra  <lute@gnu.org>
15328         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15329         differently.
15331 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15333         * mm-util.el (mm-detect-coding-region): Typo.
15335 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15337         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15339 2005-04-06  Deepak Goel  <deego@gnufans.org>
15341         * spam-stat.el (spam-stat-score-buffer): Add a call to a
15342         user-function allow user modifications of the scores.
15343         (spam-stat-score-buffer-user): New function, to allow
15344         user-computed modifications to the score.
15345         (spam-stat-score-buffer-user-functions): List of additional
15346         scoring functions.
15347         (spam-stat-error-holder): Global temporary error holder.
15348         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
15349         variable.
15351 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
15353         * gnus-registry.el (gnus-registry-clean-empty-function)
15354         (gnus-registry-trim, gnus-registry-fetch-groups)
15355         (gnus-registry-delete-group): Groups that match
15356         `gnus-registry-ignored-groups' are removed from the registry
15357         entries, not just ignored for splitting.  This helps clean up the
15358         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
15359         to get all the groups a message ID is in.
15361         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
15362         (spam-stat-split-fancy): Change "threshhold" to "threshold".
15363         (spam-stat-score-buffer-user-functions): Add :number custom type.
15365 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15367         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
15368         argument in XEmacs.
15370         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
15371         (nnrss-request-group): Decode group name first.
15372         (nnrss-request-article): Make a text/plain article if mml-to-mime
15373         failed.
15374         (nnrss-get-encoding): Return a compatible encoding according to
15375         nnrss-compatible-encoding-alist.
15376         (nnrss-find-el): Use consp instead of listp.
15377         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
15379 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15381         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
15382         which Emacs 20 doesn't support.
15383         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
15385 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
15387         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
15388         silence the byte compiler inside the defun.
15390         * gnus-demon.el (parse-time-string): Add autoload.
15392         * gnus-delay.el (parse-time-string): Add autoload.
15394         * gnus-art.el (parse-time-string): Add autoload.
15396         * nnultimate.el (parse-time): Require for `parse-time-string'.
15398 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
15400         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
15402         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
15404         * smime.el (smime-ldap-host-list): Add :version.
15406 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
15408         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
15409         pass it to `gnus-browse-read-group'.
15410         (gnus-browse-read-group): Add NUMBER argument and pass it to
15411         `gnus-group-read-ephemeral-group'.
15413         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
15414         argument and pass it to `gnus-group-read-group'.
15416 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
15418         * mm-util.el (mm-xemacs-find-mime-charset): Only call
15419         mm-xemacs-find-mime-charset-1 if we have the mule feature
15420         available at runtime.
15422 2005-03-25  Werner Lemberg  <wl@gnu.org>
15424         * nnmaildir.el: Replace `illegal' with `invalid'.
15426 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
15428         * gnus-start.el (gnus-display-time-event-handler):
15429         Check display-time-timer at runtime rather than only at load time
15430         in case display-time-mode is turned off in the mean time.
15432 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
15434         * nnimap.el (nnimap-open-connection): Print which authinfo file is
15435         used.
15437         * nneething.el (nneething-map-file-directory): Derive from
15438         `gnus-directory'.
15440         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
15441         the To/Cc button.
15443 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
15445         * nnmaildir.el (nnmaildir-request-accept-article):
15446         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
15448 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15450         * gnus-async.el: Require timer-funcs at compile time when in
15451         XEmacs for `run-with-idle-timer'.
15453 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
15455         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
15456         autoloaded function.
15458 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15460         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
15462 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
15464         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
15466 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15468         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
15469         Add gnus-expert-user to default.
15471 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
15473         * nnimap.el (nnimap-open-server): Ditto.
15475         * imap.el (imap-authenticate): Fix typo.
15477 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
15479         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
15480         buffer (since IMAP server might return FETCH response out of
15481         order, and the nntp buffer must be sorted).
15483 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
15485         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
15486         comparison on string.
15488         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
15489         (gnus-agent-score): Rename category keywords to match gnus-cus.
15490         (gnus-agent-summary-fetch-series): Modify to protect against
15491         gnus-agent-summary-fetch-group clearing processable flags.
15492         (gnus-agent-synchronize-group-flags): Update live group buffer as
15493         synchronization may occur due to the user toggle the plugged
15494         status.
15495         (gnus-agent-fetch-group-1): Clear downloadable flag when article
15496         successfully downloaded.
15497         (gnus-agent-expire-group-1): Avoid using markers when the overview
15498         is in ascending order; greatly improves performance.
15499         (gnus-agent-regenerate-group):
15500         Use gnus-agent-synchronize-group-flags to reset read status in both
15501         gnus and server.
15502         (gnus-agent-update-files-total-fetched-for): Fix initial size.
15504 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
15506         * message.el: Don't autoload former message-utils variables.
15507         (message-strip-subject-trailing-was): Change doc string.
15509         * nnweb.el: Fixes for `gnus-group-make-web-group'.
15510         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
15511         (nnweb-google-search): Add "hl=en" here.
15512         (nnweb-google-parse-1, nnweb-google-create-mapping):
15513         Don't hardcode URL.
15515 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
15517         * message.el (message-get-reply-headers, message-followup):
15518         Mention related variables `message-use-followup-to' and
15519         `message-use-mail-followup-to', in the information buffer.
15521         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
15522         of broken groups(-beta).google.com.
15524 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
15526         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
15527         parameter to invoked gnus-request-move-article; remove the
15528         redundant gnus-sum-hint-move-is-internal variable; apply the marks
15529         all at once instead of once per article.
15530         (gnus-summary-remove-process-mark): Accept a list of articles as
15531         well as a single article for processing.
15533         * gnus-int.el (gnus-request-move-article): Add move-is-internal
15534         parameter.
15536         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
15538         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
15540         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
15541         parameter.
15543         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
15544         parameter.
15546         * nnimap.el (nnimap-request-move-article): Add move-is-internal
15547         parameter and remove the gnus-sum-hint-move-is-internal variable.
15549         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
15550         parameter.
15552         * nndraft.el (nndraft-request-move-article): Add move-is-internal
15553         parameter.
15555         * nndiary.el (nndiary-request-move-article): Add move-is-internal
15556         parameter.
15558         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
15560         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
15561         parameter.
15563         * nnagent.el (nnagent-request-move-article): Add move-is-internal
15564         parameter.
15566 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
15568         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
15569         a more conservative way.
15571 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15573         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
15574         buffer, so it moves the window's cursor.
15576 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
15578         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
15579         `mm-dissect-multipart' and receive the from field as an (optional)
15580         argument from `mm-dissect-multipart'.
15581         (mm-dissect-multipart): Receive the from field as an argument and
15582         pass it on when we call `mm-dissect-buffer' on MIME parts.
15583         Fixes verification/decryption of signed/encrypted MIME parts.
15585 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
15587         * gnus-sum.el (gnus-summary-move-article):
15588         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
15589         whatever it calls (right now, only nnimap-request-move article
15590         respects it).
15592         * nnimap.el (nnimap-request-move-article):
15593         When gnus-sum-hint-move-is-internal is set, don't do the extra
15594         nnimap-request-article.
15596 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
15598         * nnheader.el (nnheader-find-file-noselect): Add doc string.
15600         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
15601         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
15603         * gnus-sum.el (gnus-summary-caesar-message):
15604         Apply `gnus-treat-article' after rotation.
15606         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
15607         doc string.
15609 2005-02-22  Simon Josefsson  <jas@extundo.com>
15611         * encrypt.el (encrypt-password-cache-expiry): Remove (use
15612         `password-cache-expiry' instead).  Reported by Arne Jørgensen
15613         <arne@arnested.dk>.
15614         (encrypt): Add password-cache and password-cache-expiry as group
15615         members.
15617 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
15619         * smime.el (smime-ldap-host-list): Doc fix.
15620         (smime-ask-passphrase): Use `password-read-and-add' to read (and
15621         cache) password.
15622         (smime-sign-region): Use it.
15623         (smime-decrypt-region): Use it.
15624         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
15625         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
15626         fails.
15627         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
15628         certificate from DER to PEM format rather than calling openssl.
15630         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
15632         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
15633         for signing/encryption.
15635         * mml.el (mml-parse-1): Use them.
15637 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
15639         * nnrss.el (nnrss-verbose): Remove.
15640         (nnrss-request-group): Use `nnheader-message' instead.
15642 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
15644         * nnrss.el (nnrss-verbose): New variable.
15645         (nnrss-request-group): Make it say nnrss is requesting a group.
15647 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
15649         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
15650         Handle news URL with given port correctly.
15652 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15654         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
15655         containing special characters.
15657         * gnus-sum.el (gnus-summary-edit-article): Ditto.
15659         * mml.el (mime-to-mml): Ditto.
15661         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
15662         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
15663         (rfc2047-decode-region): Quote decoded words containing special
15664         characters when rfc2047-quote-decoded-words-containing-tspecials
15665         is non-nil.
15667 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
15669         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
15671         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
15673 2005-02-15  Simon Josefsson  <jas@extundo.com>
15675         * nnimap.el (nnimap-debug): Doc fix.
15677         * imap.el (imap-debug): Doc fix.
15679 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15681         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
15683 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
15685         * gnus.el (spam-contents): Improve docs for spam-contents
15686         parameter in its variable incarnation.
15688 2005-02-14  Simon Josefsson  <jas@extundo.com>
15690         * smime-ldap.el: Use require instead of load-library for ldap.
15691         (smime-ldap-search): Indent.
15692         (smime-ldap-search-internal): Shorten line.
15694         * smime.el (smime-cert-by-dns): Add doc-string.
15695         (smime-cert-by-ldap-1): Indent.
15697         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
15698         mml-smime-get-dns-ldap.
15699         (mml-smime-encrypt-query): Use new function.  Default to ldap.
15701 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
15703         * smime.el: Require smime-ldap.
15704         (smime-ldap-host-list): New variable.
15705         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
15707         * mml-smime.el (mml-smime-encrypt-query): New function.
15708         (mml-smime-encrypt-query): Use it.
15710         * smime-ldap.el: New file.
15712 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15714         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
15716 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
15718         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
15719         argument in doc string.  Make query for type more clear.
15721 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
15723         * gnus.el (gnus-group-startup-message): Search for gnus images in
15724         etc/images/gnus.
15725         * mm-util.el (mm-image-load-path): Likewise.
15726         * smiley.el (smiley-data-directory): Search for smilies in
15727         etc/images/smilies.
15729 2005-02-09  Kim F. Storm  <storm@cua.dk>
15731         Change Emacs release version from 21.4 to 22.1 throughout.
15732         Change Emacs development version from 21.3.50 to 22.0.50.
15734 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15736         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
15738         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
15739         non-Mule XEmacs as well.
15740         (mm-decompress-buffer): Signal an error intentionally if it does
15741         not decompress compressed data because auto-compression-mode is
15742         disabled.
15744 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
15746         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
15747         an ID in the registry even if it has no groups.
15749 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
15751         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
15752         merge it into mm-decompress-buffer.
15753         (gnus-mime-copy-part): Use the MIME part charset, the value which
15754         a user specified or gnus-newsgroup-charset for decoding, like
15755         gnus-mime-inline-part does; set buffer-file-coding-system to tell
15756         save-buffer what was used.  Suggested by Kevin Ryde
15757         <user42@zip.com.au>.
15758         (gnus-mime-inline-part): Allow the name parameter as well as the
15759         filename parameter; force decompressing of compressed data; always
15760         display contents being not decoded as unibyte.
15762         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
15763         as well as the filename parameter.
15765         * mm-util.el (mm-decompress-buffer):
15766         Merge gnus-mime-jka-compr-maybe-uncompress.
15767         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
15768         of compressed data.
15770 2005-02-08  Simon Josefsson  <jas@extundo.com>
15772         * imap.el (imap-log): Doc fix.
15774 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15776         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
15777         the coding cookies; decompress compressed parts.
15779         * mml.el (mml-generate-mime-1): Add the charset parameter according
15780         to the value which a user specified manually or the coding cookie.
15782         * mm-util.el (mm-string-to-multibyte): New function.
15783         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
15784         (mm-coding-system-to-mime-charset): New function.
15785         (mm-decompress-buffer): New function.
15786         (mm-find-buffer-file-coding-system): New function.
15788         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
15789         (mm-display-inline-fontify): Rewrite for decoding and decompressing
15790         parts.
15792 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15794         * mm-view.el (mm-display-inline-fontify): Decode a part according
15795         to the charset parameter.
15797 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
15799         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
15800         prefix arg is neither nil nor a number, as info specifies.
15802 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15804         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
15805         timestamps.
15807 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
15809         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
15810         groups error checking and notify user.
15812 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
15814         * message.el (message-send-mail-function): Check existence of
15815         sendmail-program first before using default value
15816         `message-send-mail-with-sendmail'.  Otherwise use more generic
15817         `smtpmail-send-it'.
15819 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15821         * nntp.el (nntp-request-update-info): Always return nil.
15823 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
15825         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
15827 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
15829         * message.el (message-beginning-of-line): Change the behavior when
15830         invoked between BOL and : so that it first moves backward.
15832 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15834         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
15835         article buffer when editing of the article is discarded.
15836         (gnus-article-prepare): Revert.
15838 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15840         * gnus-art.el (gnus-article-prepare):
15841         Remove message-strip-forbidden-properties from the local hook.
15843 2005-01-27  Simon Josefsson  <jas@extundo.com>
15845         * password.el (password-cache-add): Only start one timer per key.
15846         Reported by Derek Atkins <warlord@MIT.EDU>.
15848 2005-01-26  Steve Youngs  <steve@sxemacs.org>
15850         * run-at-time.el: Remove.  It is no longer needed as
15851         timer-funcs.el in the xemacs-base package has a working version of
15852         `run-at-time'.
15854         * password.el: Require timer-funcs instead of run-at-time in
15855         XEmacs.
15856         Remove `password-run-at-time' macro.
15857         (password-cache-add): Use `run-at-time' instead of
15858         `password-run-at-time'.
15860         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
15861         for `run-with-idle-timer'.
15863         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
15864         for `run-at-time'.
15866         * mm-url.el: Require timer-funcs at compile time when in XEmacs
15867         for `with-timeout'.
15869 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
15871         * mml.el (mml-generate-mime-1): Convert string into unibyte when
15872         inserting " *mml*" buffer's contents into a unibyte temp buffer.
15874 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
15876         * mail-source.el (mail-source-fetch-imap): Search for ^From case
15877         sensitively.
15879 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
15881         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
15883 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
15885         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
15886         which will be inserted according to the multibyteness of a buffer
15887         rather than the type of contents.  Suggested by ARISAWA Akihiro
15888         <ari@mbf.ocn.ne.jp>.
15890         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
15891         of string which old xml.el may return rather than a string.
15893 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15895         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
15897 2005-01-16  Simon Josefsson  <jas@extundo.com>
15899         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
15900         idn/idna.el isn't available.
15901         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
15902         <michael@waxrat.com>.
15904         * hashcash.el: Remove non-FSF copyright header.
15906         * hashcash.el (hashcash-extra-generate-parameters): New variable.
15907         (hashcash-generate-payment): Use it.
15908         (hashcash-generate-payment-async): Use it.
15910 2005-01-15  Simon Josefsson  <jas@extundo.com>
15912         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
15913         Suggested by Raymond Scholz <ray-2005@zonix.de>.
15915         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
15916         gnus-summary-idna-message.
15917         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
15918         (gnus-summary-idna-message): New function.
15920 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
15922         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
15923         gnus-novice-user.
15925 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15927         * nnrss.el (nnrss-request-delete-group): Delete entries in
15928         nnrss-group-alist as well.
15929         (nnrss-save-server-data): Insert newline.
15931 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
15933         * gnus.el (gnus-user-agent): Use list of symbols instead of
15934         symbols.  Display full version number for (S)XEmacs.
15935         Optionally display (S)XEmacs codename.
15937         * gnus-util.el (gnus-emacs-version): Update for new
15938         `gnus-user-agent'.
15940         * gnus-msg.el (gnus-extended-version): Make it possible to omit
15941         Gnus version.
15943 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
15945         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
15946         which is unreadable in some setups.
15948 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15950         * gnus-spec.el (gnus-update-format-specifications): Flush the
15951         group format spec cache if it doesn't support decoded group names.
15953 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
15955         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
15956         Allow to apply decay on score files matching a regexp.
15958 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15960         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
15961         compatibility in %g and %c.
15963 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15965         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
15966         name for only %g and %c.
15967         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
15968         of gnus-tmp-group to decoded group name.
15969         (gnus-group-make-rss-group): Exclude `/'s from group names.
15971 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15973         * nnrss.el (nnrss-get-encoding): Fix regexp.
15975 2004-12-27  Simon Josefsson  <jas@extundo.com>
15977         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
15978         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
15979         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
15981 2004-12-17  Kim F. Storm  <storm@cua.dk>
15983         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
15985         * gnus-sum.el (gnus-summary-mode-map): Likewise.
15987 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
15989         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
15991 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15993         * nnrss.el: Require rfc2047 and mml.
15994         (nnrss-file-coding-system): New variable.
15995         (nnrss-format-string): Redefine it as an inline function.
15996         (nnrss-decode-group-name): New function.
15997         (nnrss-string-as-multibyte): Remove.
15998         (nnrss-retrieve-headers): Decode group name; don't use
15999         nnrss-format-string.
16000         (nnrss-request-group): Decode group name.
16001         (nnrss-request-article): Decode group name; allow a Message-ID as
16002         well as an article number; don't use nnrss-format-string; encode a
16003         Message-ID string which may contain non-ASCII characters; use
16004         mml-to-mime to compose a MIME article.
16005         (nnrss-request-expire-articles): Decode group name.
16006         (nnrss-request-delete-group): Decode group name.
16007         (nnrss-fetch): Clarify error message.
16008         (nnrss-read-server-data): Use insert-file-contents instead of load;
16009         bind file-name-coding-system; use multibyte buffer.
16010         (nnrss-save-server-data): Bind coding-system-for-write to the
16011         value of nnrss-file-coding-system; bind file-name-coding-system;
16012         add coding cookie.
16013         (nnrss-read-group-data): Use insert-file-contents instead of load;
16014         bind file-name-coding-system; use multibyte buffer.
16015         (nnrss-save-group-data): Bind coding-system-for-write to the
16016         value of nnrss-file-coding-system; bind file-name-coding-system.
16017         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16018         make it work with non-ASCII text.
16019         (nnrss-find-el): Make it work with old xml.el as well.
16021 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16023         * nnrss.el (nnrss-get-encoding): New function.
16024         (nnrss-fetch): Use unibyte buffer initially; bind
16025         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16026         decode contents according to the encoding attribute.
16027         (nnrss-save-group-data): Add coding cookie.
16028         (nnrss-mime-encode-string): New function.
16029         (nnrss-check-group): Use it to encode subject and author.
16031 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16033         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16034         imaginary variable.
16036 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16038         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16039         correctly even if there are wide characters.
16041 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16043         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16044         downcased symbol names; make a new cache instead of reusing
16045         bbdb-hashtable.
16047 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16049         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16050         concatenating segments rather than before concatenating them.
16051         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16053         * message.el (message-get-reply-headers): Bind `extra'.
16055 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16057         * message.el (message-extra-wide-headers): New variable.
16058         (message-get-reply-headers): Use it.
16060 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16062         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16063         (gnus-agent-group-pathname): Ditto.
16065         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16067         * gnus-group.el (gnus-group-make-group): Decode group name.
16068         (gnus-group-make-rss-group): Register the group data after opening
16069         the nnrss group.
16071 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16073         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16074         by expiry now get marked as read.
16076 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16078         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16080 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16082         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16083         unify Latin characters in XEmacs.
16084         (mm-find-mime-charset-region): Use it.
16086 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16088         * gnus-util.el (gnus-delete-directory): New function.
16090         * gnus-agent.el (gnus-agent-delete-group): Use it.
16092         * gnus-cache.el (gnus-cache-delete-group): Use it.
16094 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16096         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16097         names.
16099 2004-12-16  Simon Josefsson  <jas@extundo.com>
16101         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16103 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16105         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16107         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16108         (gnus-group-set-current-level): Decode group name.
16110 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16112         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16113         failed.
16115 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16117         * gnus-group.el (gnus-group-delete-group): Decode group name.
16118         (gnus-group-make-rss-group): Encode group name.
16119         (gnus-group-catchup-current): Decode group name.
16120         (gnus-group-kill-group): Decode group name.
16122 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16124         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16126 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16128         * gnus-group.el (gnus-group-make-rss-group):
16129         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16131         * gnus-start.el (gnus-setup-news): Honor user's setting to
16132         gnus-message-archive-method.  Suggested by Lute Kamstra
16133         <lute@gnu.org>.
16135 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16137         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16138         global counterparts of the buffer-local variables.
16140 2004-11-16  Romain Francoise  <romain@orebokech.com>
16142         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16143         counterparts of the buffer-local variables.
16145 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16147         * message.el (message-forbidden-properties): Fix typo in doc
16148         string.
16150 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16152         * gnus-util.el (gnus-replace-in-string): Add doc string.
16154         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16155         to avoid problems when splitting mails with many recipients.
16157 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16159         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16160         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16162 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16164         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16165         if there is no hashtable in memory or file modification time is
16166         newer than cached timestamp.
16168 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16170         * gnus-sum.el (gnus-summary-limit-to-recipient):
16171         Implement not-matching option.
16173 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16175         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16176         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16177         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16178         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16179         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16180         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16182 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16184         * message.el (message-forward-make-body-mml): Remove headers
16185         according to message-forward-ignored-headers if a message is decoded.
16187 2004-12-02  Romain Francoise  <romain@orebokech.com>
16189         * message.el (message-forward-make-body-plain): Always remove
16190         headers according to message-forward-ignored-headers.
16192 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16194         * spam.el (spam-summary-prepare-exit): Remove the
16195         gnus-summary-limit pop for now, it has problems with ham marks for
16196         me.
16198 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16200         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16201         correctly.
16203 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16205         * format-spec.el (format-spec): Message the char.
16207 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16209         * gnus-art.el (gnus-split-methods): Reformat comments.
16211         * spam.el (spam-summary-prepare-exit): Remove article limits
16212         before exiting the summary buffer.
16214 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16216         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16217         order to silence the byte compiler.
16219         * spam.el: Fix the way to silence the byte compiler, which
16220         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16221         bbdb-search-simple, spam-BBDB-register-routine,
16222         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16223         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16224         spam-stat-buffer-is-spam, spam-stat-load,
16225         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16226         spam-stat-save and spam-stat-split-fancy.
16228 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16230         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16231         which may confuse users.
16232         (canlock-password-for-verify): Ditto.
16234         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16236         * gnus-art.el (gnus-emphasis-alist): Ditto.
16238         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16240         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16242         * gnus-start.el (gnus-save-killed-list): Ditto.
16244         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16245         (gnus-sum-thread-tree-root): Ditto.
16246         (gnus-sum-thread-tree-false-root): Ditto.
16247         (gnus-sum-thread-tree-single-indent): Ditto.
16249         * message.el (message-courtesy-message): Ditto.
16250         (message-archive-note): Ditto.
16251         (message-subscribed-address-file): Ditto.
16252         (message-user-fqdn): Ditto.
16254         * spam-report.el (spam-report-gmane-regex): Ditto.
16256         * spam.el (spam-blackhole-good-server-regex): Ditto.
16258 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16260         * mml.el (mml-preview): Widen the message buffer before copying
16261         the contents to the preview buffer; sort headers before previewing.
16263         * message.el (message-hidden-headers): Fix the way to avoid a bug
16264         in the `repeat' widget in Emacs 21.3 or earlier.
16266 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16268         * message.el (message-hidden-headers): Default to "^References:".
16269         Improve customization type.  Suggested by Reiner Steib
16270         <Reiner.Steib@gmx.de>.
16272 2004-11-25  Romain Francoise  <romain@orebokech.com>
16274         * message.el (message-strip-forbidden-properties): Remove check for
16275         obsolete `message-hidden' text property, hidden headers are not
16276         accessible in the buffer anymore.
16278 2004-11-22  Romain Francoise  <romain@orebokech.com>
16280         * message.el (message-header-format-alist): Add `From' in list
16281         so that it can be sorted.
16282         (message-fix-before-sending): Widen and sort headers before
16283         sending.
16284         (message-hide-headers): Use narrowing to hide headers by moving
16285         them to the top of the buffer and narrowing to the region
16286         underneath.
16288 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16290         * message.el (message-strip-forbidden-properties):
16291         Bind buffer-read-only (etc) to nil.
16293 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16295         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16296         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16298 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16300         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16302 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16304         * dns.el (query-dns): Use sit-for to time instead of
16305         accept-process-output, since that doesn't seem to work on udp
16306         sockets.
16308 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16310         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16312 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
16314         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
16315         doc string.  Improve doc string.
16317 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16319         * nntp.el (nntp-request-update-info): Return nil if
16320         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
16321         may not call gnus-activate-group which uselessly issues the GROUP
16322         commands for all nntp groups and wastes time.  Reported by Romain
16323         Francoise <romain@orebokech.com>.
16325         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
16327 2004-11-15  Simon Josefsson  <jas@extundo.com>
16329         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
16330         headers separately.
16331         (gnus-button-openpgp): New function, inspired by Jochen Küpper
16332         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
16334 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
16336         * gnus-start.el (gnus-convert-old-newsrc):
16337         Assign legacy-gnus-agent to 5.10.7.
16339 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16341         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
16342         start of the lines.
16344 2004-11-14  Magnus Henoch  <mange@freemail.hu>
16346         * hashcash.el (hashcash-default-payment): Change default to 20.
16347         (hashcash-default-accept-payment): Change default to 20.
16348         (hashcash-process-alist): New variable.
16349         (hashcash-generate-payment-async): Add.
16350         (hashcash-already-paid-p): Add.
16351         (hashcash-insert-payment): Don't generate payments twice.
16352         (hashcash-insert-payment-async): Add.
16353         (hashcash-insert-payment-async-2): Add.
16354         (hashcash-cancel-async): Add.
16355         (hashcash-wait-async): Add.
16356         (hashcash-processes-running-p): Add.
16357         (hashcash-wait-or-cancel): Add.
16358         (mail-add-payment): New optional argument.  Conditionally start
16359         asynchronous calculation.
16360         (mail-add-payment-async): Add.
16362         * message.el (message-send-mail): Wait for asynchronous hashcash
16363         results.  Don't clobber existing X-Hashcash headers.
16364         (message-setup-1): Call mail-add-payment-async when
16365         message-generate-hashcash is non-nil.
16367 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
16369         * message.el (message-use-alternative-email-as-from): Examine the
16370         From header as well; use message-make-from in order to include a
16371         user's full name.
16373 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16375         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
16376         default; improve customization type.
16377         (gnus-emphasis-custom-with-format): New macro.
16378         (gnus-emphasis-custom-value-to-external): New function.
16379         (gnus-emphasis-custom-value-to-internal): New function.
16381 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16383         * dns.el (query-dns): Resolve reverse addresses.
16385 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16387         * gnus-group.el (gnus-group-get-new-news): Use it.
16389         * gnus-start.el (gnus-check-reasonable-setup): New function.
16391 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16393         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
16394         "Args out of range" error.  Reported by Arnaud Giersch
16395         <arnaud.giersch@free.fr>.
16397 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
16399         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
16401 2004-11-04  Richard M. Stallman  <rms@gnu.org>
16403         * spam.el (spam group): Add :version.
16405         * pgg-def.el (pgg group): Add :version.
16407 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
16409         * gnus-art.el (gnus-article-edit-article): Don't associate the
16410         article buffer with a draft file.  This is a temporary measure
16411         against the 2004-08-22 change to gnus-article-edit-mode.
16413 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16415         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
16416         (html2text-format-tags): Remove unused variable `attr'.
16418 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
16420         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
16422         * spam-stat.el (spam-stat): Add :version.
16424         * sieve.el (sieve): Add :version.
16426         * sha1.el (sha1): Add :version.
16427         (sha1-use-external): Remove redundant version.
16429         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
16430         (nnmail-cache-ignore-groups, nnmail-spool-hook)
16431         (nnmail-split-fancy-match-partial-words)
16432         (nnmail-split-lowercase-expanded): Add :version.
16434         * nndiary.el (nndiary): Add :version.
16436         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
16438         * mml-sec.el (mml-default-sign-method)
16439         (mml-default-encrypt-method, mml-signencrypt-style-alist):
16440         Add :version.
16442         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
16444         * mm-url.el (mm-url-use-external, mm-url-program)
16445         (mm-url-arguments): Add :version.
16447         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
16448         (mm-attachment-file-modes, mm-decrypt-option)
16449         (mm-w3m-safe-url-regexp): Add :version.
16451         * message.el (message-cite-prefix-regexp)
16452         (message-sendmail-envelope-from, message-minibuffer-local-map)
16453         (message-user-fqdn, message-completion-alist): Add :version.
16455         * gnus-win.el (gnus-configure-windows-hook)
16456         (gnus-use-frames-on-any-display): Add :version.
16458         * gnus-art.el (gnus-article-address-banner-alist)
16459         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
16460         (gnus-treat-from-picon, gnus-treat-mail-picon)
16461         (gnus-treat-x-pgp-sig): Add :version.
16463         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
16464         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
16465         (gnus-summary-article-delete-hook)
16466         (gnus-summary-display-while-building): Add :version.
16468         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
16469         (gnus-get-top-new-news-hook): Add :version.
16471         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
16472         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
16474         * gnus-registry.el (gnus-registry): Add :version.
16476         * gnus-spec.el (gnus-use-correct-string-widths)
16477         (gnus-make-format-preserve-properties): Add :version.
16479         * gnus.el (gnus-group-charter-alist)
16480         (gnus-group-fetch-control-use-browse-url)
16481         (gnus-install-group-spam-parameters): Add :version.
16483         * gnus-diary.el (gnus-diary): Add :version.
16485         * gnus-delay.el (gnus-delay): Add :version.
16487         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
16488         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
16489         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
16490         Add :version.
16492         * gnus-agent.el (gnus-agent-max-fetch-size)
16493         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
16494         (gnus-agent-prompt-send-queue): Add :version.
16496         * deuglify.el (gnus-outlook-deuglify): Add :version.
16498         * html2text.el: Beautify code.  Improve doc strings.
16499         Some checkdoc cleanup.
16500         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
16502 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
16504         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
16506 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
16508         * gnus-registry.el (gnus-registry-hashtb): Create the registry
16509         when package is loaded.
16511         * spam.el (spam-summary-score-preferred-header): Add global preference
16512         for people who want to override the default SpamAssassin over
16513         Bogofilter preference (when both are set).
16514         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
16515         (spam-user-format-function-S):
16516         Check spam-summary-score-preferred-header.
16517         (spam-extra-header-to-number): Add X-Bogosity header parsing.
16518         (spam-user-format-function-S): Format the score correctly.
16520 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16522         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
16523         signature file.  Suggested by Manoj Srivastava
16524         <srivasta@golden-gryphon.com>.
16526         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
16527         iso-2022-jp even in the Japanese language environment.
16528         Suggested by Jason Rumney <jasonr@gnu.org>.
16530 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16532         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
16533         use the same characters as the dummy marks; make it free from
16534         getting affected by the language environment.
16535         (gnus-summary-read-group-1): Update mark positions only when the
16536         format spec is updated.
16538         * gnus-spec.el (gnus-update-format-specifications): Return a list
16539         of updated types.
16541 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16543         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
16544         of boundp to check if display-warning is available.
16546 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
16548         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
16550 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16552         * nnspool.el (nnspool-spool-directory): Use news-path if the
16553         news-directory variable is not bound.
16555         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
16556         function instead of display-warning if it is not available.
16558 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
16560         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
16561         v5-10: Use `point-at-bol'.
16563 2004-10-26  Simon Josefsson  <jas@extundo.com>
16565         * hashcash.el: Fix URL in comment, reported by Cheng Gao
16566         <chenggao@gmail.com>.
16568 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
16570         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
16571         instead.
16573 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
16575         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
16576         to remove a server from the nnimap-server-buffer-alist.
16577         (nnimap-open-connection, nnimap-close-server): Use it.
16579         * gnus-encrypt.el: Remove file in favor of encrypt.el.
16581 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16583         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
16584         running the major-mode function.
16586 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16588         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
16589         dummy marks in the right way.
16591 2004-10-18  David Edmondson  <dme@dme.org>
16593         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
16594         excessively.
16596 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
16598         * gnus-util.el (gnus-split-references): Accept a nil references
16599         string and go on blissfully.
16601         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
16602         cases where the references string is non-nil but has no references.
16604         * encrypt.el: Add autoload tags.
16606         * spam.el (spam-resolve-registrations-routine): Remove article
16607         from unregistration list too.  Reported by David Hanak
16608         <dhanak@isis.vanderbilt.edu>
16610 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
16612         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
16613         nil.  Change custom type.
16615 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
16617         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
16619         * gnus-sum.el (gnus-summary-move-article): Use it.
16621 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
16623         * encrypt.el: Add autoload cookies.
16625         * spam.el (spam-backend-article-list-property)
16626         (spam-backend-get-article-todo-list)
16627         (spam-backend-put-article-todo-list)
16628         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
16629         Resolve registrations separately.
16630         (spam-register-routine): Format comments.
16631         (spam-unregister-routine, spam-register-routine): Always call with
16632         specific-articles, no default list.
16633         (spam-summary-prepare-exit): Use the spam-classifications function.
16635         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
16636         gnus-encrypt.el.
16638         * encrypt.el: Copied from gnus-encrypt.el.
16640         * gnus-encrypt.el: Commented that it's obsolete.
16642 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16644         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
16645         (gnus-score-save): Use it.
16647         * message.el (message-bury): Use `window-dedicated-p'.
16649 2004-10-15  Simon Josefsson  <jas@extundo.com>
16651         * pop3.el (top-level): Don't require nnheader.
16652         (pop3-read-timeout): Add.
16653         (pop3-accept-process-output): Add.
16654         (pop3-read-response, pop3-retr): Use it.
16656 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
16658         * spam.el (spam-register-routine): Move comment.
16659         (spam-verify-bogofilter): Use 'unknown for the initial
16660         spam-bogofilter-valid state, not 'never.
16662         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
16663         for netrc-machine.
16665         * nnimap.el (nnimap-open-connection):
16666         Use netrc-machine-user-or-password.
16668 2004-10-17  Richard M. Stallman  <rms@gnu.org>
16670         * gnus-registry.el (gnus-registry-unload-hook):
16671         Set as a variable with add-hook.
16673         * nnspool.el (nnspool-spool-directory): Use news-directory instead
16674         of news-path.
16676         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
16678         * spam.el: Delete duplicate `provide'.
16679         (spam-unload-hook): Set as a variable with add-hook.
16681 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
16683         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
16684         in the doc string.
16686         * message.el (message-ignored-news-headers)
16687         (message-ignored-supersedes-headers)
16688         (message-ignored-resent-headers)
16689         (message-forward-ignored-headers): Improve custom type.
16691 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16693         * message.el (message-tokenize-header): Fix 2004-09-06 change
16694         which used point-min in the wrong place.
16696 2004-10-12  Simon Josefsson  <jas@extundo.com>
16698         * tls.el (tls-certtool-program): New variable.
16699         (tls-certificate-information): New function, based on
16700         ssl-certificate-information.
16702 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16704         * compface.el: Move the version of ELisp-based uncompface program
16705         to the contrib directory because of the copyright problem.
16707 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
16709         * message.el (message-kill-buffer): Raise the current frame.
16711 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
16713         * gnus-sum.el: Mention that multibyte characters don't work as marks.
16715         * gnus.el (message-y-or-n-p): Autoload.
16717         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
16718         (pop3-password-required, pop3-authentication-scheme)
16719         (pop3-leave-mail-on-server): Make customizable.
16720         (pop3): New custom group.
16721         (pop3-retr): Remove `sleep-for' statements.
16722         Suggested by Dave Love <fx@gnu.org>.
16724         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
16725         Windows/DOS.
16727         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
16728         (imap-parse-body): Fix incorrect use of `assert'.
16729         Suggested by Dave Love <fx@gnu.org>.
16731         * mml.el (mml-minibuffer-read-disposition): Require match.
16732         Suggested by Dave Love <fx@gnu.org>.
16734 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
16736         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
16737         doc string.
16739 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
16741         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
16743 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16745         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
16746         instead of calling `mm-insert-inline', to decode text/* parts
16747         before displaying them.
16749 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16751         * mm-uu.el (mm-uu-text-plain-type): New variable.
16752         (mm-uu-pgp-signed-extract-1): Use it.
16753         (mm-uu-pgp-encrypted-extract-1): Use it.
16754         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
16755         bind mm-uu-text-plain-type with that value.
16756         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
16757         mm-uu-dissect.
16759 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16761         * gnus-group.el (gnus-update-group-mark-positions):
16762         * gnus-sum.el (gnus-update-summary-mark-positions):
16763         * message.el (message-check-news-body-syntax):
16764         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
16765         of string-as-multibyte.
16767 2004-10-05  Juri Linkov  <juri@jurta.org>
16769         * gnus-group.el (gnus-update-group-mark-positions):
16770         * gnus-sum.el (gnus-update-summary-mark-positions):
16771         * message.el (message-check-news-body-syntax):
16772         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
16773         8-bit unibyte values to a multibyte string for search functions.
16775 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16777         * mm-uu.el (mm-uu-dissect): Allow optional arg.
16778         (mm-uu-dissect-text-parts): New function.
16780         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
16781         dissect text parts.
16783         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
16784         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
16786         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
16788         * gnus-topic.el (gnus-topic-hierarchical-parameters):
16789         Use gnus-current-topics instead of gnus-current-topic.
16791 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
16793         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
16795 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
16797         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
16798         where approriate.
16800         * nnml.el (nnml-generate-active-info): do.
16802         * nndiary.el (nndiary-generate-active-info): do.
16804         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
16805         (gnus-topic-move): do.
16807         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
16808         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
16810         * gnus-srvr.el (gnus-server-prepare)
16811         (gnus-server-open-all-servers): do.
16813         * gnus-msg.el (gnus-summary-cancel-article)
16814         (gnus-summary-resend-message)
16815         (gnus-summary-mail-crosspost-complaint): do.
16817         * gnus-move.el (gnus-change-server): do.
16819         * gnus-group.el (gnus-group-unmark-all-groups)
16820         (gnus-group-set-current-level): do.
16822 2004-10-04  Simon Josefsson  <jas@extundo.com>
16824         * message.el (message-generate-hashcash): Doc fix.
16826 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
16828         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
16829         avoid infinite recursion via gnus-get-function.
16831 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
16833         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
16835         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
16837         * nnmail.el (nnmail-split-history): do.
16839         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
16840         (nnml-request-delete-group): do.
16842         * nnslashdot.el (nnslashdot-read-groups): do.
16844         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
16845         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
16847         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
16848         (nnspool-sift-nov-with-sed): Use last.
16849         (nnspool-retrieve-headers-with-nov): Use mapc.
16850         (nnspool-request-newgroups): Use dolist.
16851         (nnspool-request-group): Use last.
16853         * nntp.el (nntp-read-server-type): Use dolist.
16855         * nnvirtual.el (nnvirtual-create-mapping)
16856         (nnvirtual-update-read-and-marked): Use dolist.
16857         (nnvirtual-convert-headers): Simplify.
16859 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16861         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16862         Add support for sync'ing tick marks.
16864 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16866         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
16867         there's no visible header.
16869 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
16871         * gnus-agent.el (gnus-agent-synchronize-group-flags):
16872         When necessary, pass full group name to gnus-request-set-marks.
16874 2004-10-01  Simon Josefsson  <jas@extundo.com>
16876         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
16877         acroread.
16879 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16881         * spam-report.el (spam-report-gmane): Fix interactive.
16883         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
16885         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
16886         when writing file.
16887         (gnus-agent-synchronize-flags): Don't default to being
16888         interactive.
16890 2004-09-30  Simon Josefsson  <jas@extundo.com>
16892         * message.el (message-generate-hashcash): Add.
16893         (message-send-mail): Use it, call mail-add-payment.
16895 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
16897         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
16899 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
16901         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
16902         gnus-requst-update-info with explicit code to sync the in-memory
16903         info read flags with the marks being sync'd to the backend.
16905         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
16907 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16909         * spam.el (spam-verify-bogofilter): Add new function.
16910         (spam-check-bogofilter)
16911         (spam-bogofilter-register-with-bogofilter): Use it.
16912         (spam-verify-bogofilter): Add small fixes.
16914 2004-09-28  Simon Josefsson  <jas@extundo.com>
16916         * hashcash.el (hashcash-generate-payment): Revert.
16918 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
16920         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
16921         Use gnus-extract-references instead of gnus-split-references.
16923         * gnus-util.el (gnus-extract-references): Add new function, analogous
16924         to gnus-split-references but extracts only the message-ID without
16925         anything extra.
16927         * hashcash.el (hashcash-generate-payment)
16928         (hashcash-check-payment): Do the right thing if hashcash-path is
16929         nil (because the hashcash program could not be found).
16931         * spam.el (spam-use-hashcash): Remove comment.
16933 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
16935         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
16936         (gnus-cache-enter-article, gnus-cache-remove-article)
16937         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
16939         * gnus-async.el (gnus-async-prefetch-remove-group): do.
16941         * gnus-art.el (article-hide-boring-headers)
16942         (article-translate-strings, article-display-face)
16943         (gnus-article-mime-match-handle-first)
16944         (gnus-article-highlight-headers)
16945         (gnus-article-add-buttons-to-head): do.
16947 2004-09-27  Simon Josefsson  <jas@extundo.com>
16949         * hashcash.el: New version, from
16950         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
16951         ../contrib/.
16953 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
16955         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
16957 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
16959         * gnus-dup.el (gnus-dup-open): Use mapc.
16960         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
16962         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
16963         Reported by Stefan Wiens <s.wi@gmx.net>.
16965         * gnus.el (gnus-shutdown): Use dolist.
16967         * gnus-undo.el (gnus-undo): Use mapc.
16969         * nnrss.el (nnrss-generate-active): do.
16971         * message.el (message-cite-original-without-signature)
16972         (message-cite-original): Use mapc.
16973         (message-do-actions, message-make-forward-subject): Use dolist.
16975 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16977         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
16978         deletion to remove entire duplicate line.  Fixes merged article
16979         number bug.
16981 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
16983         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
16984         servers that are offline.  Avoids having gnus-agent-toggle-plugged
16985         first ask if you want to open a server and then, even when you
16986         responded with no, asking if you want to synchronize the server's
16987         flags.
16988         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
16989         multi-line expressions.
16990         (gnus-agent-synchronize-group-flags): New internal function.
16991         Updates marks in memory (in the info structure) AND in the
16992         backend.
16994         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
16996         * nnagent.el (nnagent-request-set-mark):
16997         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
16998         method, to ensure that synchronization updates marks in the
16999         backend and in the info (in memory) structure.
17001 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17003         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17004         convention fully; don't miss the root article of a thread; make
17005         the X-Draft-From header with correct article numbers.
17007 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17009         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17010         unless plugged.  Disable the agent so that an open failure causes
17011         an error.
17013         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17014         Revert 2004-09-21 change.  The backend must be opened while
17015         synchronizing flags even when the backend stores the flags
17016         locally.
17018 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17020         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17021         in `header' match.  Reported by Svend Tollak Munkejord.
17023         * message.el (message-cite-original): Fix use of
17024         `message-cite-articles-with-x-no-archive'.
17026 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17028         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17029         (gnus-window-to-buffer): Ditto.
17031         * mml.el (mml-preview-buffer): New variable.
17032         (mml-preview): Manage window layout with gnus-buffer-configuration.
17034         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17035         X-Draft-From header even if those articles aren't quoted.
17037 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17039         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17040         (gnus-request-set-mark, gnus-request-update-mark): Use new
17041         g-s-t-u-l-m to decide to use backend even when unplugged.
17043 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17045         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17046         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17048 2004-09-20  Simon Josefsson  <jas@extundo.com>
17050         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17051         "utf-16-le".
17053 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17055         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17057 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17059         * uudecode.el (uudecode-use-external): Add :version.
17061         * smime.el (smime-CA-file, smime-encrypt-cipher)
17062         (smime-dns-server): Add :version.
17064         * smiley.el (gnus-smiley-file-types): Add :version.
17066         * sha1.el (sha1-use-external): Add :version.
17068         * pgg-def.el (pgg-query-keyserver): Add :version.
17070         * nnmail.el (nnmail-fancy-expiry-targets)
17071         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17072         Add :version.
17074         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17075         (nnimap-retrieve-groups-asynchronous): Add :version.
17076         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17078         * mml.el (mml-content-disposition-parameters)
17079         (mml-insert-mime-headers-always): Add :version.
17081         * mm-util.el (mm-coding-system-priorities): Add :version.
17083         * mm-decode.el (mm-inline-text-html-with-images)
17084         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17085         (mm-verify-option): Add :version.
17086         (mm-text-html-renderer): Change :version.
17088         * message.el (message-fcc-externalize-attachments)
17089         (message-required-headers, message-draft-headers)
17090         (message-subject-trailing-was-query)
17091         (message-subject-trailing-was-ask-regexp)
17092         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17093         (message-mark-insert-end, message-archive-header)
17094         (message-archive-note, message-cross-post-default)
17095         (message-cross-post-note, message-followup-to-note)
17096         (message-cross-post-note-function, message-use-mail-followup-to)
17097         (message-subscribed-address-functions)
17098         (message-subscribed-address-file, message-subscribed-addresses)
17099         (message-subscribed-regexps, message-allow-no-recipients)
17100         (message-yank-cited-prefix, message-signature-insert-empty-line)
17101         (message-hidden-headers, message-hierarchical-addresses)
17102         (message-mail-user-agent, message-use-idna)
17103         (message-valid-fqdn-regexp)
17104         (message-strip-special-text-properties, message-header-synonyms)
17105         (message-beginning-of-line, message-tab-body-function): Add :version.
17106         (message-insert-canlock, message-wide-reply-confirm-recipients):
17107         Change :version.
17109         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17110         and :version.
17111         (mail-source-delete-old-incoming-confirm)
17112         (mail-source-movemail-program): Add :version.
17114         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17115         (gnus-agent-cache, gnus-agent): Change :version.
17117         * gnus-util.el (gnus-use-byte-compile): Change :version.
17119         * gnus-sum.el (gnus-summary-make-false-root-always)
17120         (gnus-summary-default-high-score)
17121         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17122         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17123         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17124         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17125         (gnus-sum-thread-tree-single-indent)
17126         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17127         (gnus-sum-thread-tree-leaf-with-other)
17128         (gnus-sum-thread-tree-single-leaf): Add :version.
17129         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17130         (gnus-article-loose-mime): Change :version.
17132         * gnus-start.el (gnus-backup-startup-file)
17133         (gnus-save-startup-file-via-temp-buffer): Add :version.
17135         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17136         (gnus-server-offline-face): Add :version.
17138         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17140         * gnus-msg.el (gnus-gcc-externalize-attachments)
17141         (gnus-debug-files, gnus-debug-exclude-variables)
17142         (gnus-discouraged-post-methods): Change :version.
17143         (gnus-confirm-mail-reply-to-news)
17144         (gnus-confirm-treat-mail-like-news): Add :version.
17146         * gnus-int.el (gnus-server-unopen-status): Add :version.
17148         * gnus-group.el (gnus-group-jump-to-group-prompt)
17149         (gnus-large-ephemeral-newsgroup)
17150         (gnus-fetch-old-ephemeral-headers): Add :version.
17152         * gnus-fun.el (gnus-x-face-directory)
17153         (gnus-convert-pbm-to-x-face-command)
17154         (gnus-convert-image-to-x-face-command)
17155         (gnus-convert-image-to-face-command): Add :version.
17157         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17159         * gnus-cite.el (gnus-cite-blank-line-after-header)
17160         (gnus-article-boring-faces): Add :version.
17162         * gnus-art.el (gnus-buttonized-mime-types)
17163         (gnus-inhibit-mime-unbuttonizing)
17164         (gnus-treat-display-face)
17165         (gnus-treat-body-boundary): Change :version.
17166         (gnus-body-boundary-delimiter, gnus-picon-databases)
17167         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17168         (gnus-treat-date-english, gnus-treat-fold-headers)
17169         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17170         (gnus-treat-mail-picon, gnus-treat-wash-html)
17171         (gnus-article-encrypt-protocol)
17172         (gnus-use-idna, gnus-article-over-scroll)
17173         (gnus-mime-display-multipart-alternative-as-mixed)
17174         (gnus-mime-display-multipart-related-as-mixed)
17175         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17176         (gnus-ctan-url, gnus-button-ctan-handler)
17177         (gnus-button-handle-ctan-bogus-regexp)
17178         (gnus-button-ctan-directory-regexp)
17179         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17180         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17181         (gnus-button-man-level, gnus-button-emacs-level)
17182         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17184         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17185         (gnus-agent-go-online): Change :version.
17186         (gnus-agent-expire-unagentized-dirs)
17187         (gnus-agent-auto-agentize-methods): Add :version.
17189         * flow-fill.el (fill-flowed-display-column)
17190         (fill-flowed-encode-column): Add :version.
17192         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17193         (gnus-outlook-deuglify-unwrap-max)
17194         (gnus-outlook-deuglify-cite-marks)
17195         (gnus-outlook-deuglify-unwrap-stop-chars)
17196         (gnus-outlook-deuglify-no-wrap-chars)
17197         (gnus-outlook-deuglify-attrib-cut-regexp)
17198         (gnus-outlook-deuglify-attrib-verb-regexp)
17199         (gnus-outlook-deuglify-attrib-end-regexp)
17200         (gnus-outlook-display-hook): Add :version.
17202         * binhex.el (binhex-use-external): Add :version.
17204 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17206         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17207         and `invisible'.
17209 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17211         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17212         in gnus-registry-trim.
17214 2004-09-13  Simon Josefsson  <jas@extundo.com>
17216         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17218         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17220         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17221         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17222         <yamaoka@jpl.org>.
17223         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17224         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17225         <yamaoka@jpl.org>.
17227         * sieve.el (sieve-manage-mode): Ditto.
17229 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17231         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17233 2004-09-11  Simon Josefsson  <jas@extundo.com>
17235         * dns-mode.el: Add.
17237         * mm-view.el (mm-display-dns-inline): Add.
17239         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17240         (mm-automatic-display): Ditto.
17242         * mailcap.el (mailcap-mime-data): Add text/dns.
17243         (mailcap-mime-extensions): Map .soa to text/dns.
17245 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17247         * gnus-art.el (article-decode-mime-words, article-babel)
17248         (gnus-article-highlight-signature, gnus-article-add-buttons)
17249         (gnus-signature-toggle): Remove unnecessary bindings of
17250         `inhibit-read-only' inherited from v5.10 merge.
17252 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17254         * nntp.el (nntp): New customization group.
17255         (nntp-authinfo-file): Add customization group.
17257         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17259         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17261         * gnus.el (to-address, to-list, subscribed)
17262         (large-newsgroup-initial): Ditto.
17264         * flow-fill.el (fill-flowed-display-column)
17265         (fill-flowed-encode-column): Ditto.
17267 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17269         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17270         Use point-min rather than 1.
17271         (message-send-mail): Use buffer-size rather than point-max.
17273         * gnus-sum.el (gnus-summary-search-article-forward):
17274         Signal a specific `search-failed' rather than a generic `error'.
17276         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17277         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17278         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17280 2004-09-10  Simon Josefsson  <jas@extundo.com>
17282         * nndb.el (require): Remove tcp and duplicate cl.
17284 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17286         * gnus-agent.el (directory-files-and-attributes): Move forward.
17288 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17290         * gnus-agent.el (directory-files-and-attributes):
17291         Optionally defined to support XEmacs.
17293 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17295         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17296         to avoid run-time CL dependencies.
17297         (gnus-agent-unfetch-articles): New function.
17298         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17299         article numbers even when local .overview file is missing.
17300         (gnus-agent-read-article-number): New function.  Only accepts
17301         27-bit article numbers.
17302         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17303         Use gnus-agent-read-article-number.
17304         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17305         from backend while recognizing that article numbers in .overview
17306         must be valid.
17307         (gnus-agent-update-files-total-fetched-for):
17308         Use directory-files-and-attributes to improve performance.
17309         * gnus-int.el (gnus-request-move-article):
17310         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
17311         improve performance.
17313         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
17314         some users confused by references to .newsrc when they only have a
17315         .newsrc.eld file.
17316         (gnus-convert-mark-converter-prompt)
17317         (gnus-convert-converter-needs-prompt): Fix use of property list.
17318         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
17319         New function.  Used internally to only display 'gnus converting
17320         files' message when actually necessary.
17322         * gnus-sum.el (): Remove (require 'gnus-agent) as required
17323         methods now autoloaded.
17325 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
17327         * gnus-sum.el (gnus-summary-insert-subject): Remove list
17328         identifiers.
17330 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
17332         * gnus-picon.el: Fix indentation and closing parenthesis.
17334 2004-09-01  Simon Josefsson  <jas@extundo.com>
17336         * message.el (message-canlock-generate): Require sha1, not
17337         sha1-el.  (Can we get rid of this require altogether?  It is ugly
17338         to require within a function.  Sadly, if sha1.el isn't loaded, the
17339         let binding in m-c-g will hide the defcustom definition, which is
17340         bad.)
17342         * canlock.el: Require sha1, not sha1-el.
17344         * message.el: Don't autoload sha1 (there is a autoload cookie in
17345         sha1.el).
17347         * sha1-el.el: Rename to sha1.el.
17349 2004-08-30  Juanma Barranquero  <lektu@terra.es>
17351         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
17353 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
17355         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
17357 2004-08-30  Kim F. Storm  <storm@cua.dk>
17359         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
17361         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
17362         Add :group 'nnimap.
17364 2004-08-30  Andreas Schwab  <schwab@suse.de>
17366         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
17367         ?* and ?\;.
17369         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
17370         and ?\' to symbol instead of whitespace.
17372 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
17374         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
17376         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
17377         instead of re-search-forward.
17379         * gnus-uu.el (gnus-uu-save-article): Ditto.
17380         (gnus-uu-post-encode-uuencode): Ditto.
17382         * html2text.el (html2text-clean-list-items): Ditto.
17383         (html2text-clean-dtdd): Ditto.
17384         (html2text-format-tags): Ditto.
17386         * message.el (message-send-mail-with-sendmail): Fix regexp.
17387         (message-fill-field-general): Use search-forward instead of
17388         re-search-forward.
17389         (unbold-region): Ditto.
17391         * nnrss.el (nnrss-request-article): Ditto.
17393         * nnslashdot.el (nnslashdot-request-article): Ditto.
17395         * nnweb.el (nnweb-gmane-wash-article): Ditto.
17397         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
17398         "Unrecognized menu descriptor" error in XEmacs.
17400 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17402         * gnus-sum.el (gnus-read-header): Don't remove a header for the
17403         parent article of a sparse article in the thread hashtb.
17405 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
17407         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
17408         (nnmail-expand-newtext): Lowercase expanded entries if
17409         nnmail-split-lowercase-expanded is non-nil.
17411 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17413         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
17415         * gnus-group.el (gnus-group-line-format-alist): Convert the value
17416         of gnus-tmp-news-method into string under XEmacs.  It will be
17417         passed to gnus-correct-length which takes only a string argument.
17419 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17421         * gnus-util.el (gnus-bind-print-variables): New macro.
17422         (gnus-prin1): Use it.
17423         (gnus-prin1-to-string): Use it.
17424         (gnus-pp): New function.
17425         (gnus-pp-to-string): New function.
17427         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
17428         Replace pp-to-string with gnus-pp-to-string.
17429         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
17430         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
17431         * gnus-msg.el (gnus-debug): Ditto.
17432         * gnus-score.el (gnus-score-save): Ditto.
17433         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
17434         gnus-pp-to-string.
17435         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
17436         with gnus-pp.
17437         * score-mode.el (gnus-score-pretty-print): Ditto.
17438         * webmail.el (webmail-debug): Ditto.
17440 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17442         * gnus-art.el (article-display-face, article-display-x-face):
17443         Use buffer-read-only.
17445 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17447         * gnus-art.el (article-hide-list-identifiers):
17448         Bind inhibit-read-only as t.
17450 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
17452         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
17454 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17456         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
17457         (gnus-narrow-to-page): Don't assume point-min == 1.
17458         (gnus-article-edit-mode): Derive from message-mode.
17460         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
17461         point-min == 1.
17463         * imap.el (imap-parse-address-list, imap-parse-body-ext):
17464         Disable incorrect use of `assert'.
17466         * message.el (message-mode): Set comment-start-skip.
17468 2004-08-22  Sam Steingold  <sds@gnu.org>
17470         * pop3.el (pop3-leave-mail-on-server): New user variable.
17471         (pop3-movemail): Delete mail only when it is nil.
17473 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
17475         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
17477         * mml.el (mml-preview): Use `pop-to-buffer'.
17479         * message.el (message-goto-mail-followup-to): Insert after "To".
17480         (message-carefully-insert-headers): Add comment.
17482         * gnus.el: Remove unused variable `gnus-article-check-size'.
17484         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
17486         * gnus-art.el (gnus-button-alist):
17487         Improve `gnus-button-handle-library' entry.
17489 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
17491         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
17492         Use downcase, since XEmacs capitalizes error messages differently.
17494 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
17496         * nntp.el: Add (require 'gnus) due to reference to
17497         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
17499 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
17501         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
17502         Bind `mm-fill-flowed'.
17504         * mm-decode.el (mm-dissect-singlepart): Check it.
17506 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
17508         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
17509         'imap' for netrc parsing.
17511 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
17513         * mailcap.el (mailcap-mime-data): Mark as risky.
17515 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17517         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
17518         may be included in the encoded word.
17519         (rfc2047-encode): Don't append a space if the encoded word
17520         includes close parenthesis.
17522 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17524         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
17525         of text within parentheses.
17527 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
17529         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
17530         (gnus-encrypt-write-file-contents): Make the password key the file
17531         name PLUS the cipher, not just the cipher.  Also remove failed
17532         passwords from the cache.
17534 2004-08-06  Simon Josefsson  <jas@extundo.com>
17536         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
17537         Doc fix.
17539 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
17541         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
17542         LWSP.
17544 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
17546         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17547         Try to append in-reply-to: data to the references: header.
17549         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
17550         (netrc-parse): Use gnus-encrypt.el functions.
17552         * gnus-encrypt.el: Add new file for encryption support; currently
17553         does only a few GPG ciphers and an internal XOR cipher.
17555         * password.el: Add comments on using password-read-and-add.
17556         (password-read-and-add): Add function to read and add the
17557         password to the cache at once.
17559 2004-07-28  Simon Josefsson  <jas@extundo.com>
17561         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
17562         parameter (but don't use it, for now).
17564         * imap.el (imap-ssl-open): Use imap-process-connection-type,
17565         instead of hard coding to nil.
17567 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17569         * mm-view.el (mm-inline-image-emacs): Open lines under an image
17570         as mm-inline-image-xemacs does.
17572 2004-07-26  Simon Josefsson  <jas@extundo.com>
17574         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
17575         Revert part of 2004-07-17 change below.
17577 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17579         * rfc2047.el (rfc2047-encode-region): Don't infloop.
17580         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
17582 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17584         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
17585         quotes that actually start with ">" at the beginning of the
17586         lines.
17588 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17590         * rfc2047.el (rfc2047-encode-region): Fix last change.
17591         (rfc2047-encode-parameter): Remove useless concat.
17593 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17595         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
17596         encode special characters; fix some kind of misconfigured headers;
17597         signal a real error if debug-on-quit or debug-on-error is non-nil.
17598         (rfc2047-encode-max-chars): New variable.
17599         (rfc2047-encode-1): Use it.
17600         (rfc2047-encode-parameter): New function.
17602         * mml.el (mml-insert-parameter): Remove an excessive space.
17604 2004-07-17  Simon Josefsson  <jas@extundo.com>
17606         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
17607         Kai Grossjohann <kai@emptydomain.de>.
17608         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
17609         (gnus-group-make-menu-bar): Ditto.
17611         * gnus-util.el (gnus-group-server): Add.
17613 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
17615         * message.el (message-clone-locals): Clone sendmail and smtp
17616         variables.
17618 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17620         * rfc2047.el (rfc2047-encode-region): Fix last change.
17622 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17624         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
17625         characters as non-special.
17627 2004-07-09  Simon Josefsson  <jas@extundo.com>
17629         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
17630         Users will lose all flag changes made while unplugged with
17631         e.g. nntp unless flag synchronization happens, thus `nil' is not a
17632         good default.  See numerous reports on ding mailing list.
17634 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17636         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
17637         add generate-head-function and generate-article-function to the
17638         rfc822-forward entry.
17639         (nndoc-rfc822-forward-generate-article): New function.
17640         (nndoc-rfc822-forward-generate-head): New function.
17642         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
17644 2004-07-06  Dan Christensen  <jdc@uwo.ca>
17646         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
17647         respect display group parameter and gnus-summary-expunge-below.
17648         (gnus-articles-to-read): Remove unused reference to display group
17649         parameter.
17651 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17653         * nnheader.el (nnheader-uniquify-message-id): New experimental
17654         variable.
17655         (nnheader-nov-read-message-id): Use it.
17657         * spam-report.el (spam-report-gmane): Add interactive.
17659 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17661         * mm-encode.el (mm-content-transfer-encoding-defaults):
17662         Use qp-or-base64 for the application/* types.
17664 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
17666         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
17668 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
17670         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
17671         trim value.
17673 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
17675         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
17676         New macro and function.
17677         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
17679 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17681         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
17682         after-load-alist.
17684 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17686         * gnus-group.el (gnus-group-get-new-news-this-group):
17687         Don't update info that isn't there.
17689 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>.
17691         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
17692         entry.
17694 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17696         * mm-view.el (mm-inline-render-with-function): Use multibyte
17697         buffer; decode html source by charset.
17699         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
17701         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
17702         Mule-UCS is loaded under XEmacs.
17703         (mm-mime-mule-charset-alist): Avoid duplicated entries.
17705 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
17707         * nnheader.el (nnheader-max-head-length): Increase to 8192.
17709 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17711         * mm-util.el (mm-coding-system-p): Return a coding-system.
17712         (mm-mime-mule-charset-alist): Use shift_jis instead of
17713         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
17714         entries for the mime charsets iso-2022-jp-3 and shift_jis.
17715         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
17716         instead of japanese-shift-jis and iso-latin-1 respectively in
17717         order to share the default value with both Emacs and XEmacs-mule.
17718         (mm-mule-charset-to-mime-charset):
17719         Make mm-coding-system-priorities effective.
17720         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
17721         while predicating of candidates upon the priorities.
17723 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
17725         * gnus-sum.el (gnus-summary-make-menu-bar):
17726         Add gnus-uu-invert-processable.
17728         * gnus.el: Autoload gnus-uu-invert-processable.
17730 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17732         * mm-util.el (mm-with-multibyte-buffer): New macro.
17734         * rfc2047.el (rfc2047-encode-string): Use it.
17735         (rfc2047-encode-region): Move point to the end of the region after
17736         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
17738 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17740         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
17741         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
17743 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17745         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
17746         (gnus-cite-parse): Ignore quoted envelope From_.
17747         Suggested by Karl Chen <quarl@nospam.quarl.org>.
17749 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
17751         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
17752         invalid addresses.
17754 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
17756         * spam.el: Change section markers, revise TODO list.
17757         (spam-backends): Make new master list of all installed backends.
17758         (spam-summary-exit-behavior): Add new variable to determine how
17759         messages moves are done at summary exit.
17760         (spam-move-spam-nonspam-groups-only)
17761         (spam-process-ham-in-nonham-groups)
17762         (spam-process-ham-in-spam-groups): Remove variables, the
17763         spam-summary-exit-behavior variable should be used to manage this
17764         behavior.
17765         (spam-old-ham-articles, spam-old-spam-articles): Remove.
17766         (spam-old-articles): Add variable, replacing spam-old-ham-articles
17767         and spam-old-spam-articles.
17768         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
17769         Add empty variables, placeholders for the backends they represent.
17770         (spam-set-difference): Move, unchanged.
17771         (spam-list-of-processors): Declare OBSOLETE, not used anymore
17772         unless the user has a processor variable.
17773         (spam-classifications, spam-classification-valid-p)
17774         (spam-backend-properties, spam-backend-property-valid-p)
17775         (spam-backend-function-type-valid-p)
17776         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
17777         (spam-report-articles-gmane, spam-report-articles-resend):
17778         Remove functions, they are not needed.
17779         (spam-install-backend-super, spam-backend-list)
17780         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
17781         (spam-backend-function, spam-backend-ham-registration-function)
17782         (spam-backend-spam-registration-function)
17783         (spam-backend-ham-unregistration-function)
17784         (spam-backend-spam-unregistration-function)
17785         (spam-backend-statistical-p, spam-backend-mover-p)
17786         (spam-install-backend-alias, spam-install-checkonly-backend)
17787         (spam-install-mover-backend, spam-install-nocheck-backend)
17788         (spam-install-backend, spam-install-statistical-backend)
17789         (spam-install-statistical-checkonly-backend): Add backend installation
17790         support.
17791         (spam-summary-prepare-exit): Rewrite to use the new backend code.
17792         (spam-group-processor-p): Use the new backend code and respect the
17793         summary exit behavior.
17794         (spam-mark-spam-as-expired-and-move-routine): Remove.
17795         (spam-summary-prepare): Change to use the new spam-old-articles
17796         variable.
17797         (spam-copy-or-move-routine, spam-copy-spam-routine)
17798         (spam-move-spam-routine, spam-copy-ham-routine)
17799         (spam-move-ham-routine): Add code to copy/move ham or spam.
17800         (spam-fetch-field-fast): Improve doc and code, plus allow the
17801         'number request.
17802         (spam-list-of-checks, spam-list-of-statistical-checks):
17803         Remove variables.
17804         (spam-split, spam-find-spam): Use the new backend code.
17805         (spam-registration-functions): Remove variable.
17806         (spam-unregister-routine): Add convenience wrapper.
17807         (spam-log-undo-registration, spam-register-routine)
17808         (spam-log-processing-to-registry)
17809         (spam-log-unregistration-needed-p): Rename "check" to "backend"
17810         where possible.
17811         (spam-check-gmane-xref, spam-check-regex-headers)
17812         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
17813         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
17814         (spam-check-bogofilter-headers, spam-check-spamoracle)
17815         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
17816         (spam-check-crm114-headers): Use the spam-split-group that
17817         spam-split prepares, no need to determine it every time.
17819         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
17820         to the nnheader-parse-naked-head call.
17822         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
17824         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
17825         the nnheader-nov-read-message-id call.
17827 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17829         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
17830         gnus-activate-group twice.  Suggested by Markus Peter
17831         <warp@spin.de>.
17833 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
17835         * gnus-art.el (gnus-article-time-format): Exchange the order of
17836         day and month in the default value; fix customization type.
17837         (article-date-ut): Use add-text-properties.
17838         (article-make-date-line): Use message-make-date instead of
17839         current-time-string.
17841         * message.el (message-fetch-field): Don't use set-text-properties.
17842         (message-make-date): Simplify.
17844 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17846         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
17847         (rfc2047-encode-region): Treat text within parentheses as special;
17848         show the original text when error has occurred.
17850         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
17851         already-computed method to gnus-activate-group.
17853         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
17854         same select-methods identical Lisp objects.
17856         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
17857         object when modifying the info.
17859 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
17861         * gnus-srvr.el (gnus-server-set-info): Remove the server from
17862         gnus-opened-servers since it has never been opened with the new
17863         configuration yet.
17865 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17867         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
17868         arg to nnheader-generate-fake-message-id.
17870 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
17872         * nnheader.el (nnheader-generate-fake-message-id): Accept a
17873         number and build a fake message ID localized to a group and
17874         article number (so it's repeatable from that point on).
17875         (nnheader-fake-message-id-p): Change regex to accommodate new fake
17876         ID format.
17878         * gnus-sum.el (gnus-get-newsgroup-headers):
17879         Call nnheader-generate-fake-message-id with the article number.
17881 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
17883         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
17884         end-of-buffer.
17886 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17888         * message.el (message-ignored-supersedes-headers): Add Approved.
17890 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
17892         * rfc2047.el (rfc2047-encode-message-header): Remove useless
17893         goto-char.
17894         (rfc2047-encode): Fold the line before encoding.
17896 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17898         * rfc2047.el (rfc2047-encode-message-header): Disabled header
17899         folding -- not all headers can be folded, and this should be done
17900         by the message composition mode.  Probably.  I think.
17902 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17904         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
17905         fast.
17907         * gnus-ems.el (gnus-remove-image): Don't use
17908         message-text-with-property; remove only the image found first.
17910 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
17912         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
17914 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
17916         * message.el (message-text-with-property): Make it fast and accept
17917         optional arguments.
17918         (message-strip-forbidden-properties): Use it.
17919         (message-fix-before-sending): Follow the m-t-w-p change.
17921         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
17923 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17925         * gnus-art.el (article-hide-headers): Don't change the buffer
17926         mistakenly when performing mml-preview even if
17927         gnus-single-article-buffer is nil.
17929 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
17931         * message.el (message-expand-name-databases): New user option.
17932         (message-expand-name): Use it.
17934 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
17936         * spam.el (spam-report-articles-resend)
17937         (spam-report-resend-register-routine): Allow ham reporting.
17938         (spam-report-resend-register-ham-routine): Add wrapper.
17939         (spam-registration-functions): Add ham resending functions.
17940         (spam-list-of-processors): Add ham resend processor.
17942         * gnus.el (ham-resend-to): Add new group parameter.
17943         (spam-process): Add ham resend option.
17945         * spam-report.el (spam-report-resend): Allow reporting ham.
17946         (spam-report-resend-ham): Add wrapper.
17948 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17950         * message.el (message-cite-articles-with-x-no-archive):
17951         New variable.
17952         (message-cite-original): Use it.
17954 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17956         * message.el (message-cite-original): Respect X-No-Archive.
17958 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17960         * gnus-art.el (article-hide-headers): Refer to the values for
17961         gnus-ignored-headers and gnus-visible-headers in the summary
17962         buffer since a user may have set them as group parameters.
17964 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
17966         * assistant.el (assistant-node-name): Add convenience function.
17967         (assistant-render-text, assistant-render-node): Add error handling,
17968         plus handle multiple next nodes.
17969         (assistant-find-next-node): Comment out for now.
17970         (assistant-find-next-nodes): Add function, returns list of next
17971         nodes.
17973 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
17975         * mail-source.el (mail-source-directory): Fix doc-string.
17977 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
17979         * assistant.el (assistant-render-text, assistant-eval): Add :set
17980         widget type, which is different because it takes and returns a
17981         list.  Much hilarity ensues.
17983 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
17985         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
17987         * gnus-group.el (gnus-group-get-new-news-this-group):
17988         Add doc-string.
17990         * gnus-start.el (gnus-activate-group): Add doc-string.
17992 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17994         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
17996 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
17998         * assistant.el (assistant-render-text): Try to add a :set
17999         widget, more to come.
18001         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18002         strings.
18003         (spam-report-articles-resend)
18004         (spam-register-routine): Do registration iff any articles warrant
18005         it.
18006         (spam-summary-prepare-exit): Change log message for nil group
18007         destinations.
18009 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18011         * spam.el (spam-report-resend-register-routine):
18012         Allow spam-report-resend-to to be a group parameter or a global value.
18014 2004-05-26  Simon Josefsson  <jas@extundo.com>
18016         * starttls.el: Merge with my GNUTLS based starttls.el.
18017         (starttls-gnutls-program, starttls-use-gnutls)
18018         (starttls-extra-arguments, starttls-process-connection-type)
18019         (starttls-connect, starttls-failure, starttls-success):
18020         New variables.
18021         (starttls-program, starttls-extra-args): Doc fix.
18022         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18023         New functions.
18024         (starttls-negotiate, starttls-open-stream):
18025         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18026         function if it is set.
18028 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18030         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18031         structured fields.
18033 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18035         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18037 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18039         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18040         Add variable.
18041         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18042         assigning the spam-mark to new messages.
18044 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18046         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18048 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18050         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18051         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18052         default.
18054 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18056         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18057         correct data.
18059 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18061         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18062         (spam-group-processor-p): Fix function.
18063         (spam-group-processor-multiple-p)
18064         (spam-group-spam-processor-report-gmane-p)
18065         (spam-group-spam-processor-report-resend-p)
18066         (spam-group-spam-processor-bogofilter-p)
18067         (spam-group-spam-processor-blacklist-p)
18068         (spam-group-spam-processor-ifile-p)
18069         (spam-group-ham-processor-ifile-p)
18070         (spam-group-spam-processor-spamoracle-p)
18071         (spam-group-spam-processor-crm114-p)
18072         (spam-group-ham-processor-bogofilter-p)
18073         (spam-group-spam-processor-stat-p)
18074         (spam-group-ham-processor-stat-p)
18075         (spam-group-ham-processor-whitelist-p)
18076         (spam-group-ham-processor-BBDB-p)
18077         (spam-group-ham-processor-spamoracle-p)
18078         (spam-group-ham-processor-copy-p): Remove functions with some
18079         prejudice against unneeded code.
18080         (spam-report-articles-resend)
18081         (spam-report-resend-register-routine): Allow the group/topic
18082         spam-resend-to value to override spam-report-resend-to.
18083         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18084         properly now.
18086         * gnus.el (spam-resend-to): Add group/topic parameter.
18087         (spam-process): Move the OBSOLETE processors to the end of the
18088         choices.
18090 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18092         * spam-report.el (spam-report-resend-to, spam-report-resend):
18093         Start with resend-to set to nil, and then ask the user if necessary.
18094         (spam-report-resend): spam-report-resend takes a list of articles, not
18095         separate article numbers.
18097 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18099         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18100         addition to emacs-w3m.
18102 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18104         * assistant.el (assistant-authinfo-data): New function.
18105         (assistant-eval): Eval for entire assistant.
18107         * netrc.el (netrc-services-file): New variable.
18108         (netrc-parse-services): New function.
18109         (netrc-find-service-name): New function.
18110         (netrc-find-service-number): New function.
18111         (netrc-port-equal): New function.
18112         (netrc-machine): Use it.
18114         * nnimap.el (nnimap-open-connection): Use netrc.
18116         * gnus-util.el (gnus-netrc-get): Remove aliases.
18118         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18120         * assistant.el (wid-edit): Fix compilation.
18122         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18124 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18126         * gnus-util.el (gnus-set-file-modes): New function.  (small
18127         patch).
18129 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18131         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18133         * assistant.el (assistant-render-node): Fix up rendering and
18134         read-only text.
18135         (assistant-render-node): Reset.
18136         (assistant-make-read-only): Not sticky.
18138 2004-05-20  Danny Siu  <dsiu@adobe.com>
18140         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18141         centered even when gnus-auto-center-summary is t
18143 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18145         * dns.el (dns-get-txt-answer): New function.
18146         (dns-read-txt): Ditto.
18147         (query-dns): Use it.
18149 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18151         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18152         active for foreign groups even if the group level is higher than
18153         the specified value.
18155 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18157         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18158         non-active groups.
18160         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18162 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18164         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18166 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18168         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18169         (spam-crm114-header, spam-crm114-spam-switch)
18170         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18171         (spam-crm114-positive-spam-header)
18172         (spam-crm114-database-directory, spam-list-of-processors)
18173         (spam-group-spam-processor-crm114-p)
18174         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18175         (spam-generic-score, spam-list-of-checks)
18176         (spam-list-of-statistical-checks, spam-registration-functions)
18177         (spam-check-crm114-headers, spam-crm114-score)
18178         (spam-check-crm114, spam-crm114-register-with-crm114)
18179         (spam-crm114-register-spam-routine)
18180         (spam-crm114-unregister-spam-routine)
18181         (spam-crm114-register-ham-routine)
18182         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18183         From asjo@koldfront.dk (Adam Sjøgren).
18185         * gnus.el: Add spam-use-crm114.
18187         * spam.el (spam-list-of-processors, spam-registration-functions):
18188         Add spam-use-resend.
18189         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18190         (spam-report-articles-gmane): Add doc fix.
18191         (spam-report-articles-resend, spam-report-resend-register-routine):
18192         Add wrappers around spam-report-resend-to.
18194         * spam-report.el (spam-report-resend-to, spam-report-resend):
18195         Add support for resending spam.
18196         (spam-report-gmane): Fix line length >80.
18198         * gnus.el (spam-process): Add spam-use-resend.
18200 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18202         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18203         number of processed spam messages.
18204         (spam-ham-copy-or-move-routine): Return the number of processed
18205         ham messages.
18206         (spam-summary-prepare-exit): Use the above values to decide
18207         whether status messages shouled be displayed.
18209 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18211         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18212         `rfc2047-encoding-function-alist' in order to avoid conflicting
18213         with the old version.
18214         (rfc2047-encode-region): Concatenate words containing non-ASCII
18215         characters in structured fields; don't encode space-delimited
18216         ASCII words even in unstructured fields; don't break words at
18217         char-category boundaries.
18218         (rfc2047-encode-1): New function.
18219         (rfc2047-encode): Use it; encode text so that it occupies the
18220         maximum width within 76-column; work correctly on Q encoding for
18221         iso-2022-* charsets.
18222         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18223         sure not to break a line just after the header name.
18224         (rfc2047-b-encode-region): Remove.
18225         (rfc2047-b-encode-string): New function.
18226         (rfc2047-q-encode-region): Remove.
18227         (rfc2047-q-encode-string): New function.
18229         * mm-util.el (mm-replace-in-string): New function.
18231 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18233         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18234         Really get it right.
18235         (gnus-inews-make-draft): Really.
18237 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18239         * nnmh.el (nnmh-request-list-1): Don't check the link count
18240         before descending.  (small patch)
18242 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18244         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18245         stuff.
18247         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18248         Match on real group name.
18250         * gnus-art.el (gnus-signature-limit): Doc fix.
18252         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18254 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18256         * gnus-draft.el (gnus-draft-send):
18257         Bind rfc2047-encode-encoded-words.
18259         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18260         (rfc2047-encodable-p): Say that =? needs encoding.
18261         (rfc2047-encode-encoded-words): New variable.
18263         * gnus-group.el (gnus-group-select-group): Doc fix.
18265         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18267         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18268         to nil.
18270         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18272         * nnheader.el (nnheader-get-lines-and-char): New function.
18274 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18276         * gnus-msg.el (gnus-summary-followup-with-original):
18277         Document yanking of region when active.
18279 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18281         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18282         groups if the group level is higher than the specified value.
18284 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18286         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18287         (gnus-group-jump-to-group): Add prefix argument using
18288         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18289         non-active group.
18291         * compface.el (uncompface): Be verbose when changing
18292         `uncompface-use-external'.
18294         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
18295         handle manual section.
18297 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18299         * gnus-art.el (gnus-button-alist): Revert previous change.
18301 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18303         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
18305 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18307         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
18308         whether backend can accept message.
18310         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
18312 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
18314         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18315         Avoid creating directory when nntp-marks-is-evil is true.
18316         Reported by Reiner Steib.
18318 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18320         * gnus-picon.el (gnus-picon-style): New variable.
18321         (gnus-picon-insert-glyph): Add optional `nostring' argument.
18322         (gnus-picon-transform-address): Support `gnus-picon-style'.
18323         From Jesper Harder <harder@ifa.au.dk>.
18325 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18327         * message.el (message-fill-field): Return point.
18328         (message-generate-headers): Go to end of field.
18330         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
18331         stuff for non-living groups.
18333 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
18335         * gnus-art.el (gnus-article-followup-with-original)
18336         (gnus-article-reply-with-original): gnus-mark-active-p ->
18337         gnus-region-active-p.
18339 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
18341         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
18342         only when there is spam or ham to be processed.
18344 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18346         * mail-source.el (mail-source-delete-crash-box): Refactor.
18347         (mail-source-fetch): Use it.
18348         (mail-source-fetch-file): Ditto.
18349         (mail-source-fetch-directory): Run postscript in loop.
18350         (mail-source-fetch-pop): Delete.
18351         (mail-source-fetch-maildir): Ditto.
18352         (mail-source-fetch-imap): Ditto.
18354         * imap.el (imap-authenticators): Comment out sasl.
18356         * message.el (message-skip-to-next-address): New function.
18357         (message-fill-header-address): Refactor.
18358         (message-fill-address): Use it.
18359         (message-delete-address): Use it.
18360         (message-fill-header-general): Refactor.
18361         (message-fill-field-address): Rename.
18362         (message-narrow-to-field): Find the start of the header.
18363         (message-header-format-alist): Don't pre-fill.
18364         (message-fill-header): Remove.
18365         (message-insert-header): New function.
18366         (message-shorten-references): Use it.
18368         * rfc2047.el (rfc2047-field-value): Strip props.
18370         * mail-parse.el (mail-header-make-address): New alias.
18372         * ietf-drums.el (ietf-drums-make-address): New function.
18374         * imap.el: Add compiler directives.
18376         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
18378         * gnus-art.el (article-decode-idna-rhs): Don't use
18379         message-idna-inside-rhs-p.
18381 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18383         * message.el (message-idna-inside-rhs-p): Remove.
18384         (message-idna-to-ascii-rhs-1): Use proper address parsing.
18386         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
18387         false positives.
18389 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
18391         * imap.el (imap-sasl-make-mechanisms): Use sasl.
18393 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18395         * nneething.el (nneething-file-name): Don't create spurious
18396         files.
18398         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
18399         (gnus-inews-do-gcc): Remove sleep.
18401         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
18402         part under point.
18404         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
18405         (gnus-agent-regenerate-group): Using nil messages aren't valid.
18407 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
18409         * spam.el (spam-summary-prepare-exit): Fix (length).
18411 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
18413         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
18414         as expired without moving it" message when there are spam
18415         messages left.
18417 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
18419         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
18420         header is not nil.
18422 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
18424         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
18425         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
18426         (nntp-marks-changed-p): New arg SERVER.
18427         (nntp-request-update-info): Adjust caller.
18429 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
18431         * nntp.el (nntp-save-marks): Pass missing arg.
18433 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
18435         * nntp.el: Support marks.
18436         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
18437         (nntp-marks-modtime, nntp-marks-directory): New variables.
18438         (nntp-request-set-mark, nntp-request-update-info)
18439         (nntp-possibly-create-directory, nntp-marks-changed-p)
18440         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
18441         New functions.
18443 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
18445         * gnus-score.el (gnus-score-insert-help):
18446         Use gnus-select-lowest-window.
18448         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
18449         appt-select-lowest-window and rename to gnus-select-lowest-window.
18451         * gnus.el: do.
18453 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18455         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
18456         encodings of MIME-encoded words, in order to improve
18457         interoperability with several broken MUAs.
18459 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18461         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
18462         tags, only when charsets are not specified in headers.
18463         (mm-inline-text-html-render-with-w3m): Ditto.
18465 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18467         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
18468         instead of MIME-decoded from fields when checking
18469         `gnus-article-address-banner-alist'.
18471 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
18473         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
18474         description rather than subject.
18476 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18478         * gnus.el (gnus-version-number): Bump.
18480 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
18482         * gnus.el: No Gnus v0.2 is released.
18484 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18486         * gnus-agent.el (gnus-agent-read-agentview):
18487         Inline gnus-uncompress-range.
18489 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18491         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
18492         `exec-installed-p'.
18494 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18496         * gnus.el (spam-process, spam-autodetect-methods):
18497         Add bsfilter and bsfilter-headers.
18499         * spam.el (spam-bsfilter): New customize group.
18500         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
18501         (spam-bsfilter-header, spam-bsfilter-probability-header)
18502         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
18503         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
18504         (spam-bsfilter-database-directory): New options.
18505         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
18506         (spam-list-of-statistical-checks, spam-registration-functions):
18507         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
18508         (spam-bsfilter-score): New command.
18509         (spam-check-bsfilter-headers, spam-check-bsfilter)
18510         (spam-bsfilter-register-with-bsfilter)
18511         (spam-bsfilter-register-spam-routine)
18512         (spam-bsfilter-unregister-spam-routine)
18513         (spam-bsfilter-register-ham-routine)
18514         (spam-bsfilter-unregister-ham-routine): New functions.
18515         (spam-generic-score): Support bsfilter; Accept an optional argument
18516         to recalcurate spam score even if scoring header has already been
18517         added.
18518         (spam-bogofilter-score, spam-spamassassin-score): Accept an
18519         optional argument to recalcurate spam score even if scoring header
18520         has already been added.
18522 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
18524         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
18525         strings!  Reported by David D. Smith <davidsmith@acm.org>.
18526         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
18527         link is missing.
18529 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
18531         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
18532         (html2text-get-attr): Rewrite.
18534         * message.el (message-setup-1): Remove redundant put-text-property
18535         on mail-header-separator.
18537 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
18539         * gnus-registry.el (gnus-registry-cache-whitespace)
18540         (gnus-registry-action, gnus-registry-spool-action)
18541         (gnus-registry-split-fancy-with-parent): Change message levels
18542         from 5 to 3 or 7, as needed.
18544         * spam.el (spam-summary-prepare-exit)
18545         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
18546         (spam-split, spam-find-spam, spam-log-undo-registration)
18547         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
18548         level from 5 to 6.
18550 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18552         * gnus-ems.el: Autoload appt-select-lowest-window (revert
18553         2004-03-04 change).
18555 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
18557         * sieve-manage.el (sieve-manage-open):
18558         * nnweb.el (nnweb-insert-html):
18559         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
18560         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
18561         * nnspool.el (nnspool-request-group):
18562         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
18563         * nnml.el (nnml-request-update-info):
18564         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
18565         (nnmh-request-create-group, nnmh-update-gnus-unreads):
18566         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
18567         (nnimap-request-set-mark):
18568         * nnfolder.el (nnfolder-request-update-info):
18569         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
18570         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
18571         * gnus-uu.el (gnus-uu-find-articles-matching):
18572         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
18573         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
18574         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
18575         * gnus-nocem.el (gnus-nocem-scan-groups):
18576         * gnus-int.el (gnus-start-news-server):
18577         * gnus-group.el (gnus-group-make-kiboze-group)
18578         (gnus-group-browse-foreign-server):
18579         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
18580         Use mapc when appropriate.
18582 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
18584         FIXME: Make separate entries for each person.
18586         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
18587         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
18588         <shields@msrl.com>:
18590         * spam.el (spam-necessary-extra-headers): Get the extra headers we
18591         may need for spam sorting and scoring.
18592         (spam-user-format-function-S): Add user format function suitable for
18593         general use.
18594         (spam-article-sort-by-spam-status): Add sorting function for summary
18595         sorting.
18596         (spam-extra-header-to-number): Add function to get a score from a
18597         header.
18598         (spam-summary-score): Add function to  get a numeric score from the
18599         headers.
18600         (spam-generic-score): Fix function doc, was in wrong place.
18601         (spam-initialize): Take symbols when it's run, and install the
18602         extra headers that spam-necessary-extra-headers thinks we need.
18604 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
18606         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
18607         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
18609 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
18611         * gnus-sum.el (gnus-set-global-variables)
18612         (gnus-build-all-threads, gnus-get-newsgroup-headers)
18613         (gnus-article-get-xrefs, gnus-summary-best-group)
18614         (gnus-summary-next-article, gnus-summary-enter-digest-group)
18615         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
18616         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
18617         Use with-current-buffer.
18619 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
18621         * spam.el (spam-summary-prepare-exit): Simplify logic.
18622         (spam-fetch-article-header): Read the article header if it's not
18623         available.
18624         (spam-list-articles): Simplify logic.
18625         (spam-filelist-register-routine): Fix bug with unregister-list.
18627         * gnus-registry.el: Fix comments at beginning.
18629 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
18631         * message.el (message-cater-to-broken-inn): Remove.
18632         (message-shorten-references): Make sure the total folded length of
18633         References is shorter than 998 characters to cater to a bug in INN
18634         2.3.  Also, don't pretend that references aren't folded -- this
18635         hasn't worked for a while.
18637 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18639         * gnus-agent.el (gnus-agentize):
18640         gnus-agent-send-mail-real-function no longer set to current value
18641         of message-send-mail-function but rather a lambda that calls
18642         message-send-mail-function.  The change makes the agent real-time
18643         responsive to user changes to message-send-mail-function.
18645 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18647         * legacy-gnus-agent.el
18648         (gnus-agent-convert-to-compressed-agentview): Fix typos with
18649         help from Florian Weimer <fw@deneb.enyo.de>
18651 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18653         * nnmail.el (nnmail-cache-insert): Revert last change.
18655 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
18657         * nnmail.el (nnmail-cache-insert): Always check whether
18658         nnmail-cache-ignore-groups matches a group name.
18660 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
18662         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
18663         (spam-find-spam, spam-log-processing-to-registry)
18664         (spam-log-registered-p, spam-log-unregistration-needed-p)
18665         (spam-log-undo-registration): Use gnus-message instead of
18666         gnus-error, none of these errors are fatal.
18668         * gnus-registry.el (gnus-registry-clean-empty-function)
18669         (gnus-registry-clean-empty): Remove only empty entries without
18670         extra data.
18672 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
18674         * spam-stat.el (spam-stat-buffer-change-to-spam)
18675         (spam-stat-buffer-change-to-non-spam): Change (error) to
18676         (gnus-message 8) invocation.
18678 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18680         * nntp.el (nntp-via-netcat-command): New variable.
18681         (nntp-via-netcat-switches): New variable.
18682         (nntp-open-via-rlogin-and-netcat): New function.
18683         (nntp-open-connection-function): Doc fix.
18684         (nntp-telnet-command): Doc fix.
18685         (nntp-end-of-line): Doc fix.
18686         (nntp-via-rlogin-command): Doc fix.
18687         (nntp-via-user-name): Doc fix.
18688         (nntp-via-address): Doc fix.
18690 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18692         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
18693         error in Emacs 21.1.
18695 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
18697         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
18699 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18701         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
18702         (gnus-agent-with-refreshed-group): New macro.
18703         (gnus-agent-rename-group): New function.
18704         (gnus-agent-delete-group): New function.
18705         (gnus-agent-save-group-info): Use gnus-command-method when
18706         `method' parameter is nil.  Don't write nil entries into the
18707         active file.
18708         (gnus-agent-get-group-info): New function.
18709         (gnus-agent-fetch-articles):
18710         Use gnus-agent-update-files-total-fetched-for to increment disk space
18711         used.
18712         (gnus-agent-fetch-headers, gnus-agent-save-alist):
18713         Use gnus-agent-update-view-total-fetched-for to increment disk space
18714         used.
18715         (gnus-agent-get-local): Add optional parameters to avoid calling
18716         gnus-group-real-name and gnus-find-method-for-group.
18717         (gnus-agent-set-local): Delete stored entry if either min, or max,
18718         are nil.
18719         (gnus-agent-fetch-session): Reworded error/quit messages.
18720         On quit, use gnus-agent-regenerate-group to record existence of any
18721         articles fetched to disk before the quit occurred.
18722         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
18723         gnus-agent-update-view-total-fetched-for, and
18724         gnus-agent-update-files-total-fetched-for to decrement disk space
18725         used.
18726         (gnus-agent-retrieve-headers):
18727         Use gnus-agent-update-view-total-fetched-for to increment disk space
18728         used.
18729         (gnus-agent-regenerate-group): Replace gnus-group-update-group
18730         with gnus-agent-update-files-total-fetched-for to decrement disk
18731         space and fresh group buffer.
18732         (gnus-agent-inhibit-update-total-fetched-for): New variable.
18733         (gnus-agent-need-update-total-fetched-for): New variable.
18734         (gnus-agent-update-files-total-fetched-for): New function.
18735         (gnus-agent-update-view-total-fetched-for): New function.
18736         (gnus-agent-total-fetched-for): New function.
18738         * gnus-cache.el (gnus-cache-save-buffers):
18739         Use gnus-cache-update-overview-total-fetched-for to change disk space
18740         used by this group.
18741         (gnus-cache-possibly-enter-article):
18742         Use gnus-cache-update-file-total-fetched-for to increment disk space
18743         used by this group.
18744         (gnus-cache-possibly-remove-article):
18745         Use gnus-cache-update-file-total-fetched-for to decrement disk space
18746         used by this group.
18747         (gnus-cache-generate-nov-databases): Purge total fetched cache.
18748         (gnus-cache-rename-group): New function.
18749         (gnus-cache-delete-group): New function.
18750         (gnus-cache-inhibit-update-total-fetched-for): New variable.
18751         (gnus-cache-need-update-total-fetched-for): New variable.
18752         (gnus-cache-with-refreshed-group): New macro.
18753         (gnus-cache-update-file-total-fetched-for): New function.
18754         (gnus-cache-update-overview-total-fetched-for): New function.
18755         (gnus-cache-rename-group-total-fetched-for): New function.
18756         (gnus-cache-delete-group-total-fetched-for): New function.
18757         (gnus-cache-total-fetched-for): New function.
18759         * gnus-group.el: Require gnus-sum and autoload functions to
18760         resolve warnings when gnus-group.el compiled alone.
18761         (gnus-group-line-format): Documented new %F.
18762         (size of Fetched data) group line format; identifies disk space
18763         used by agent and cache.
18764         (gnus-group-line-format-alist): Defined new F format.
18765         (gnus-total-fetched-for): New function.
18766         (gnus-group-delete-group): No longer update
18767         gnus-cache-active-altered as gnus-request-delete-group now keeps
18768         the cache in sync.
18769         (gnus-group-list-active): Let the agent store a server's active
18770         list if currently plugged.
18772         * gnus-int.el (gnus-request-delete-group):
18773         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
18774         local disk in sync with the server.
18775         (gnus-request-rename-group):
18776         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
18777         local disk in sync with the server.
18779         * gnus-start.el (gnus-get-unread-articles):
18780         Cosmetic simplification to logic.
18782         * gnus-util.el (gnus-rename-file): New function.
18784 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
18786         * mm-util.el (mm-image-load-path): Handle nil in load-path.
18788 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
18790         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
18791         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
18793 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
18795         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
18796         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
18798 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
18800         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
18802 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
18804         * spam.el (spam-set-difference): Add function to replace
18805         gnus-set-difference in spam.el.
18806         (spam-summary-prepare-exit): Use spam-set-difference.
18808 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
18810         * gnus-registry.el (gnus-registry-cache-file): Update to use
18811         gnus-dribble-directory OR gnus-home-directory OR ~.
18812         (gnus-registry-split-fancy-with-parent): Fix doc.
18814 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18816         * message.el (message-exchange-point-and-mark):
18817         Use message-mark-active-p.  Suggested by Jesper Harder
18818         <harder@ifa.au.dk>.
18820 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18822         * message.el (message-exchange-point-and-mark): Don't activate
18823         region if it was inactive.  Suggested by Hiroshi Fujishima
18824         <pooh@nature.tsukuba.ac.jp>.
18826 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18828         * gnus-art.el (article-display-face): Display Faces in the same
18829         order as X-Faces.
18831 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18833         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
18835 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18837         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
18838         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
18839         (gnus-article-mime-hierarchy): Remove.
18840         (gnus-article-mime-hierarchy-next): Remove.
18841         (gnus-article-mode): Revert 2004-03-19 change.
18842         (gnus-article-setup-buffer): Revert 2004-03-19 change.
18843         (gnus-insert-mime-button): Revert 2004-03-19 change.
18844         (gnus-mime-accumulate-hierarchy): Remove.
18845         (gnus-mime-enter-multipart): Remove.
18846         (gnus-mime-leave-multipart): Remove.
18847         (gnus-mime-display-part): Revert 2004-03-19 change.
18848         (gnus-mime-display-alternative): Revert 2004-03-19 change.
18850         * mml.el (mml-preview): Revert 2004-03-19 change.
18852 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
18854         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
18856 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18858         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
18859         t while entering a file name using the mm-with-multibyte macro.
18860         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18862         * mm-util.el (mm-with-multibyte): New macro.
18864 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18866         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
18867         New user option.
18868         (gnus-mime-multipart-functions): Doc and customization fix.
18869         (gnus-article-mime-hierarchy): New variable.
18870         (gnus-article-mime-hierarchy-next): New variable.
18871         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
18872         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
18873         gnus-article-mime-hierarchy-next to nil.
18874         (gnus-insert-mime-button): Show hierarchy numbers.
18875         (gnus-mime-accumulate-hierarchy): New function.
18876         (gnus-mime-enter-multipart): New function.
18877         (gnus-mime-leave-multipart): New function.
18878         (gnus-mime-display-part): Recompute hierarchical MIME structure.
18879         (gnus-mime-display-alternative): Show hierarchy numbers.
18881         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
18882         gnus-article-mime-hierarchy-next to nil.
18884 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
18886         * dns.el: Don't require gnus-xmas.
18888 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
18890         * mml.el (mml-generate-mime-1): Don't use format=flowed with
18891         inline PGP.
18892         (mml-menu): Disable mml-quote-region if mark is inactive.
18894 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18896         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
18897         when the group's active is not available.
18899 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18901         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
18902         error.
18904 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
18906         * imap.el (imap-store-password): New variable.
18907         (imap-interactive-login): Use it.
18908         Suggested by Mark Plaksin <happy@mcplaksin.org>.
18910 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18912         * gnus-art.el (gnus-article-read-summary-keys): Restore new
18913         window-start and hscroll to summary window.
18915 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18917         * gnus-start.el (gnus-convert-old-newsrc): Only write the
18918         conversion message to newsrc-dribble when an actual conversion is
18919         performed.
18921 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
18923         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
18925 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18927         * mm-decode.el (mm-complicated-handles): New function reviving
18928         former definition of mm-multiple-handles.
18930         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
18931         (gnus-mime-delete-part): Use it.
18933 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18935         * gnus-agent.el (gnus-agent-read-local):
18936         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
18937         avoid the implicit assumption that they will always be equal.
18938         (gnus-agent-save-local): Bind buffer-file-coding-system, not
18939         coding-system-for-write, as the with-temp-file macro first prints
18940         to a buffer then saves the buffer.
18942 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18944         * gnus-art.el (gnus-article-edit-part): New function.
18945         (gnus-mime-save-part-and-strip): Use it; do query instead of
18946         signaling an error; don't use mm-multiple-handles.
18947         (gnus-mime-delete-part): Ditto.
18949 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
18951         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
18952         old file versions.
18953         (gnus-group-prepare-hook): Remove function that converted list
18954         form of gnus-agent-expire-days to group properties.
18956         * gnus-int.el: Autoload gnus-agent-regenerate-group.
18957         (gnus-request-accept-article): Re-indented.
18959         * gnus-start.el (gnus-convert-old-newsrc): Registered new
18960         converters to handle old agent file formats.  Add logic for a
18961         "backup before upgrading warning".
18962         (gnus-convert-mark-converter-prompt): Developers can mark
18963         functions as needing (default), or not needing,
18964         gnus-convert-old-newsrc's "backup before upgrading warning".
18965         (gnus-convert-converter-needs-prompt): Tests whether the user
18966         should be protected from potentially irreversable changes by the
18967         function.
18969         * legacy-gnus-agent.el: New.  Provides converters that are only
18970         loaded when gnus-convert-old-newsrc needs to call them.
18972 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18974         * mail-source.el (mail-source-touch-pop): Doc fix.
18976         * message.el (message-smtpmail-send-it): Doc fix.
18978 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
18980         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
18982         * nnmail.el (nnmail-split-fancy): do.
18984         * gnus-kill.el (gnus-kill, gnus-execute): do.
18986 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
18988         * gnus-sum.el (gnus-widget-reversible-match)
18989         (gnus-widget-reversible-to-internal)
18990         (gnus-widget-reversible-to-external): New functions.
18991         (gnus-widget-reversible): New widget.
18992         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
18994 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
18996         * gnus-sum.el (gnus-thread-sort-functions)
18997         (gnus-article-sort-functions): Document `(not F)' items.
18999 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19001         * spam.el (spam-use-gmane-xref): Add new backend.
19002         (spam-gmane-xref-spam-group): Add variable to control the name of the
19003         Gmane spam group.
19004         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19005         (spam-regex-headers-spam, spam-regex-headers-ham)
19006         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19007         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19008         backends and checks.
19009         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19011         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19012         an autodetect method.
19014 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19016         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19017         articles are being added to a group.
19018         (gnus-request-replace-article): Inform the agent that articles
19019         need to be uncached as the cached contents are no longer valid.
19021 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19023         * binhex.el: Don't autoload executable-find.
19025         * canlock.el: Don't autoload mail-fetch-field.
19027         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19029         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19030         rmail-dont-reply-to and rmail-output.
19032         * gnus-score.el: Don't autoload ffap-string-at-point.
19034         * gnus-setup.el: Don't autoload sc-cite-original.
19036         * imap.el: Don't autoload base64-decode-string,
19037         base64-encode-string and md5.
19039         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19040         and rmail-msg-restore-non-pruned-header.
19042         * mm-decode.el: Don't autoload executable-find.
19044         * mm-url.el: Don't autoload executable-find.
19046         * mm-view.el: Don't autoload diff-mode.
19048         * nndb.el: Don't autoload news-reply-mode, news-setup,
19049         cancel-timer and telnet.
19051         * password.el: Don't autoload run-at-time for Emacs.
19053         * sha1-el.el: Don't autoload executable-find.
19055         * sieve-mode.el: Don't autoload c-mode.
19057         * uudecode.el: Don't autoload executable-find.
19059 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19061         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19062         (gnus-agent-possibly-alter-active): Avoid null in numeric
19063         comparison.
19064         (gnus-agent-set-local): Refuse to save null in local object table.
19065         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19066         list of articles that will be marked as unread.
19068 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19070         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19072 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19074         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19075         language tags.
19077 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19079         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19080         Don't bind "obarray".
19082         * gnus-sum.el (gnus-thread-sort-functions):
19083         Add `gnus-thread-sort-by-most-recent-number' and
19084         `gnus-thread-sort-by-most-recent-date'.
19085         Reported by Kai Grossjohann <kai@emptydomain.de>.
19087 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19089         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19091 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19093         * gnus-cus.el (gnus-agent-customize-category):
19094         Remove ignore-errors macro reference that required cl to be loaded at
19095         run-time.
19097         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19098         single-interval range of the form (min . max).  Previously the
19099         range had to look like ((min . max)).  Likewise, return
19100         (min . max) rather than ((min . max)).
19101         (gnus-range-map): Use gnus-range-normalize to accept
19102         single-interval range.
19104         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19105         the cache, but not the agent, now appear with their usual face.
19107 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19109         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19110         w3m-safe-url-regexp variable buffer-local.
19112         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19114 2004-02-27  Simon Josefsson  <jas@extundo.com>
19116         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19117         gnus-group-real-prefix.
19118         (gnus-summary-move-article): Use it, instead of
19119         gnus-group-real-prefix.
19121 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19123         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19124         w3m-safe-url-regexp variable buffer-local and set it as the value
19125         of mm-w3m-safe-url-regexp.
19127         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19129         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19130         parsing gnus-posting-styles when the message is not for replying.
19132         * nnrss.el (nnrss-opml-export):
19133         Use mm-set-buffer-file-coding-system instead of
19134         set-buffer-file-coding-system.
19136 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19138         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19139         of checkdoc.el).
19140         * nnrss.el: do.
19141         * gnus-mlspl.el: do.
19142         * gnus-ml.el: do.
19143         * gnus-srvr.el: do.
19145         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19147 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19149         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19150         Corrections to custom-manual links.
19152         * gnus-art.el (gnus-article): Ditto.
19154         * mm-decode.el (mime-display, mime-security): Ditto.
19156 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19158         * flow-fill.el: Typo.
19160 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19162         * spam-wash.el: New file.
19164 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19166         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19168 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19170         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19171         to be run with new-articles as LIST1, not LIST2.
19172         (spam-registration-functions): Add spam-use-ham-copy as a nil
19173         registration backend.
19175 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19177         * spam-stat.el (spam-stat-washing-hook): New option.
19178         (spam-stat-buffer-words): Use it.
19179         (spam-stat-process-directory, spam-stat-test-directory):
19180         Use insert-file-contents-literally.
19181         (spam-stat-coding-system): New variable.
19182         (spam-stat-load, spam-stat-save): Use it.
19184 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19186         * spam-report.el (spam-report-plug-agent):
19187         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19189 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19191         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19192         Allow / in mailto URLs.
19194 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19196         * spam-report.el (spam-report-process-queue): Fix interactive use.
19197         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19198         (spam-report-unplug-agent): Doc fixes.
19199         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19200         (spam-report-agentize, spam-report-deagentize):
19201         Autoload 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19203         * message.el (message-setup-fill-variables): Add mml tags to
19204         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19205         <ajk@iu.edu>.
19206         (message-mode): Don't modify paragraph-separate there.
19208 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19210         * compface.el (uncompface-use-external): Default to undecided.
19211         (uncompface-use-external-threshold): New variable.
19212         (uncompface-float-time): New macro.
19213         (uncompface): Determine whether to use the external decoder if
19214         uncompface-use-external is undecided.
19216 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19218         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19219         after images.
19221         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19223 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19225         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19227         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19229         * gnus-sum.el (gnus-summary-limit-to-age)
19230         (gnus-summary-limit-children): do.
19232         * gnus-int.el (gnus-request-scan): do.
19234         * gnus-group.el (gnus-group-suspend): do.
19236         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19238         * gnus-cite.el (gnus-cite-parse-attributions): do.
19240         * gnus-agent.el (gnus-summary-set-agent-mark)
19241         (gnus-agent-regenerate-group): do.
19243         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19245         * binhex.el (binhex-decode-region-internal): do.
19247 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19249         * gnus-fun.el (gnus-face-properties-alist): New user option.
19250         (gnus-display-x-face-in-from): Use it.
19252         * gnus-art.el (article-display-face): Ditto.
19254         * compface.el (uncompface-use-external): Default to nil.
19256 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19258         * nntp.el (nntp-erase-buffer): New function.
19259         (nntp-retrieve-data, nntp-send-command)
19260         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19261         (nntp-possibly-change-group): Use it.
19263         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19264         Use with-current-buffer.
19266 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
19268         * compface.el: Merge the ELisp-based uncompface program.
19269         (compface): New customization group.
19270         (uncompface-use-external): New user option.
19271         (uncompface): Call uncompface-internal if uncompface-use-external
19272         is nil.
19273         (uncompface-internal): New function.  Note that there are also
19274         some other functions and variables added for this function.
19276 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
19278         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
19279         if necessary.
19281 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
19283         * spam-report.el (spam-report-unplug-agent)
19284         (spam-report-plug-agent, spam-report-deagentize)
19285         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
19286         Add support for the Agent in spam-report: when unplugged, report to a
19287         file; when plugged, submit all the requests.
19289         * spam.el (spam-register-routine): Fix message about
19290         registration.
19292 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
19294         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
19295         dependencies.
19296         (rfc2047-encode): Use it.
19298         * gnus-art.el (gnus-button-marker-list): Move before first
19299         reference.
19301         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
19302         (imap-parse-body): Fix format string mismatch.
19304         * gnus-score.el (gnus-summary-increase-score): do.
19306         * nnrss.el (nnrss-close): New function.
19308 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
19310         * nnrss.el (nnrss-make-filename): New function.
19311         (nnrss-request-delete-group, nnrss-read-server-data)
19312         (nnrss-save-server-data, nnrss-read-group-data)
19313         (nnrss-save-group-data): Use it.
19314         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
19315         (nnrss-read-server-data, nnrss-read-group-data): Use load.
19316         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
19318 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
19320         * mml.el (mml-compute-boundary-1): Don't uncompress files.
19322 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
19324         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
19325         files.
19327         * message.el (message-generate-headers-first): Don't quote nil
19328         and t in docstrings.
19330         * imap.el (imap-id): do.
19332         * gnus-agent.el (gnus-agent-consider-all-articles)
19333         (gnus-agent-queue-mail): do.
19335 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
19337         * spam-report.el (spam-report-process-queue): New function.
19338         Process requests from `spam-report-requests-file'.
19339         (spam-report-process-queue): Doc fix.
19341 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
19343         * spam.el (spam-register-routine)
19344         (spam-log-processing-to-registry, spam-log-registered-p)
19345         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19346         Change "check" to "spam-check" for semi-clarity.
19348 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
19350         * pop3.el: Require nnheader.
19352         * mml-smime.el: Require cl.  Autoload message-fetch-field.
19354         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
19356         * gnus-picon.el: Require cl.
19358         * gnus-fun.el: Require gnus-ems and gnus-util.
19360         * gnus.el (gnus-method-to-server): Move defsubst before first use.
19362         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
19364         * gnus-art.el (gnus-article-edit-mode): Define before first
19365         reference.
19367 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
19369         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
19370         (gnus-uu-post-encoded): Use point-at-bol.
19372         * gnus-topic.el (gnus-group-active-topic-p): do.
19374         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
19376         * gnus-group.el (gnus-group-kill-region): do.
19378         * gnus-art.el (article-date-ut): do.
19380         * message.el (message-fetch-field): Remove redundant
19381         case-fold-search binding.
19382         (message-narrow-to-field): Simplify.
19384 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
19386         * spam.el (spam-directory): Derive from `gnus-directory'.
19388         * spam-report.el (spam-report-url-to-file)
19389         (spam-report-requests-file): New function and variable for offline
19390         reporting.
19391         (spam-report-url-ping-function): Add `spam-report-url-to-file'
19392         and user defined function.
19393         (spam-report-url-ping-mm-url): Remove doubled slash.
19395 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
19397         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
19399 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
19401         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
19402         Fix format string mismatch.
19404         * sieve.el (sieve-deactivate-all): do.
19406         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
19408         * nnlistserv.el (nnlistserv-kk-wash-article): do.
19410         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
19412         * mm-bodies.el (mm-7bit-chars): Don't include \r.
19414 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
19416         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
19417         the list of checks.
19419 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
19421         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
19422         padding.
19424 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
19426         * mm-view.el (mm-fill-flowed): New variable.
19427         (mm-inline-text): Use it.
19429 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
19431         * spam.el (spam-spamassassin-register-ham-routine)
19432         (spam-spamassassin-register-spam-routine): Fix function names.
19434 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19436         * gnus.el (gnus-tmp-grouplens): Remove.
19437         (gnus-summary-line-format): Remove grouplens.
19439         * gnus-group.el (gnus-group-line-format): Ditto.
19441         * gnus-spec.el (gnus-format-specs): Ditto.
19442         (gnus-update-format-specifications): Flush the group format spec
19443         cache if there's the grouplens stuff.
19444         (gnus-parse-simple-format): Replace %l with the empty string.
19446 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
19448         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
19449         omission.
19451 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19453         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
19454         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19456 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
19458         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
19459         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
19460         New macros and functions.
19461         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
19462         Handle > NLINK_MAX messages.
19463         * nnmaildir.el (nnmaildir-request-set-mark):
19464         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
19466 2004-01-25  Alex Schroeder  <alex@gnu.org>
19468         * spam-stat.el (spam-stat-process-directory-age): New option.
19469         (spam-stat-process-directory): Use it.
19471 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
19473         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
19474         (spam-stat-save): Accept prefix argument.
19476 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
19478         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
19479         links" error.
19481 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19483         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
19484         compatibility with old .newsrc.eld files.
19486         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
19488         * gnus-start.el (gnus-1): do.
19490         * gnus-group.el (gnus-group-line-format-alist): do.
19492         * gnus.el (gnus-use-grouplens, gnus-visual): do.
19494         * gnus-gl.el: Remove.
19496 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19498         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
19499         marks consisting of a single range {for example, (3 . 5)} rather
19500         than a list of a single range { ((3 . 5)) }.
19502 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
19504         * spam-stat.el (spam-stat-store-gnus-article-buffer):
19505         Use with-current-buffer.
19506         (spam-stat-store-current-buffer): Use insert-buffer-substring to
19507         avoid consing a string.
19509         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
19510         Remove obsolete entries for big5 and gb2312.
19512 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19514         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
19515         uncompressed list.
19517 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
19519         * spam-stat.el (spam-stat-strip-xref): New function.
19520         (spam-stat-process-directory): Use it.
19522         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
19523         here -- it's done in message-fetch-field.
19525 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19527         * gnus-agent.el (gnus-agent-queue-mail)
19528         (gnus-agent-prompt-send-queue): New variables.
19529         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
19530         * gnus-draft.el (gnus-group-send-queue): Pass the group name
19531         "nndraft:queue" along to gnus-draft-send.
19532         Use gnus-agent-prompt-send-queue.
19533         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
19534         is "nndraft:queue".  Suggested by Gaute Strokkenes
19535         <gs234@srcf.ucam.org>
19537         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
19538         (agent-enable-undownloaded-faces): Add.
19539         (gnus-agent-cat-groups): Use eval-and-compile, not
19540         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
19541         method of gnus-agent-cat-groups even when the buffer has been
19542         evaled.
19543         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
19544         delete gnus-agent-save-active-1.
19545         (gnus-agent-save-groups): Delete.  Identical to
19546         gnus-agent-save-active.
19547         (gnus-agent-write-active): No longer adjust agent's copy of active
19548         file as agent's adjustments are now stored in their own
19549         file.  Remove optional parameter.
19550         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
19551         servers.  Add use of min/max range limits from server's local
19552         file.
19553         (gnus-agent-save-alist): Remove unused optional argument.
19554         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
19555         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
19556         (gnus-agent-set-local): A per-server file that keeps min/max range
19557         limits for articles known to the agent.  Provides a fast mechanism
19558         for altering many active ranges.
19559         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
19560         active file (local makes it unnecessary).
19561         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
19563         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
19564         (agent-enable-undownloaded-faces): Add.
19566         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
19567         disable it when sending to "nndraft:queue".
19568         (gnus-group-send-queue): Add safety check to avoid sending queue
19569         when unplugged.
19571         * gnus-group.el (gnus-group-catchup): Use new
19572         gnus-sequence-of-unread-articles, not
19573         gnus-list-of-unread-articles, to avoid exhausting memory with huge
19574         numbers of articles.  Use gnus-range-map to avoid having to
19575         uncompress the unread list.
19576         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
19577         Fix invalid ange-ftp reference.
19579         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
19580         (gnus-sorted-range-intersection): Intersection of two ranges
19581         without requiring that they first be uncompressed.
19583         * gnus-start.el (gnus-activate-group): Unless blocked by the
19584         caller, possibly expand the active range to include both cached
19585         and agentized articles.
19586         (gnus-convert-old-newsrc): Rewrote in anticipation of having
19587         multiple version-dependent converters.
19588         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
19589         gnus-agent-save-active.
19590         (gnus-save-newsrc-file): Save dirty agent range limits.
19592         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
19593         gnus-agent-possibly-alter-active.
19594         (gnus-adjust-marked-articles): Faster handling of simple lists
19596 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
19598         * spam-stat.el (spam-stat-test-directory): New optional argument
19599         displays a list of files detected.  Suggested by Andrew Cohen
19600         <cohen@andy.bu.edu>.
19601         (spam-stat-buffer-words-with-scores): Don't narrow and change
19602         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
19604 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
19606         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
19607         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
19608         (spam-spamassassin-arguments)
19609         (spam-spamassassin-spam-flag-header)
19610         (spam-spamassassin-positive-spam-flag-header)
19611         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
19612         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
19613         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
19614         (spam-list-of-processors, spam-list-of-checks)
19615         (spam-list-of-statistical-checks, spam-registration-functions)
19616         (spam-check-spamassassin-headers, spam-check-spamassassin)
19617         (spam-spamassassin-score)
19618         (spam-spamassassin-register-with-sa-learn)
19619         (spam-spamassassin-register-spam-routine)
19620         (spam-spamassassin-register-ham-routine)
19621         (spam-assassin-register-spam-routine)
19622         (spam-assassin-register-ham-routine): Add SpamAssassin support.
19623         (spam-bogofilter-score): Fix to show article before scoring.
19625 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
19627         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
19628         default scoring function.
19629         (spam-generic-score): Call spam-spamassassin-score if
19630         spam-use-spamassassin or spam-use-spamassassin-headers is on;
19631         spam-bogofilter-score otherwise.
19633         * gnus.el (spam-process, spam-autodetect-methods):
19634         Add spamassassin and spamassassin-headers.
19636 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
19638         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
19639         Suppress unnecessary messages.
19641 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
19643         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
19644         make-hash-table.
19646 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19648         * canlock.el (base64-encode-string): Don't autoload it.
19650 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
19652         * run-at-time.el: Remove useless (require 'itimer),
19653         eval-and-compile and (featurep 'xemacs).
19655 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
19657         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
19658         GROUP is a virtual group.
19660 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
19662         * gnus.el: Autoload `message-y-or-n-p'.
19664 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
19666         * pgg-parse.el: Remove unnecessary (require 'custom).
19668         * pgg-def.el: do.
19670         * nnmail.el: do.
19672         * gnus-undo.el: do.
19674         * gnus-picon.el: do.
19676         * gnus-util.el: do.
19678 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
19680         * gnus-sum.el (gnus-pick-line-number): Add autoload.
19682 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19684         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
19685         handle, as well as a list.
19687         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
19688         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
19689         (mm-w3m-cid-retrieve): Simplify.
19691 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
19693         * message.el (message-kill-to-signature): Allow prefix arg to
19694         specify number of lines to keep before signature.
19696 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
19698         * message.el (message-kill-to-signature): Change docstring.
19700 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19702         * canlock.el: Always require sha1-el.
19703         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
19705         * message.el: Autoload sha1 only when compiling.
19707 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
19709         * message.el (message-canlock-generate): Require sha1-el.
19711 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
19713         * message.el (message-expand-name): Silence the byte compiler.
19715 2004-01-13  Simon Josefsson  <jas@extundo.com>
19717         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
19718         Invoke gnus-score-mode.
19719         Reported by bojohan+news@dd.chalmers.se (Johan Bockgård).
19721         * gnus-range.el (gnus-compress-sequence): Doc fix.
19722         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
19724 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19726         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
19728 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
19730         * spam.el (spam-get-article-as-string): Update to use
19731         gnus-request-article-this-buffer, much simpler.
19732         (spam-get-article-as-buffer): Remove.
19734 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
19736         * message.el (message-expand-name): Use EUDC if the user uses that.
19738 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
19740         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
19741         character for the encoding to avoid consing a string.
19743         * rfc2047.el (rfc2047-decode-string): Don't cons a string
19744         unnecessarily.
19746         * mm-util.el (mm-replace-chars-in-string): Remove.
19748         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
19749         of mm-replace-chars-in-string.
19751 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
19753         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
19755         * mm-util.el (mm-subst-char-in-string): Support inplace.
19757         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
19758         a new string in every iteration.  Use shy groups.
19760 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
19762         * gnus-srvr.el (gnus-browse-unsubscribe-group):
19763         * gnus-soup.el (gnus-soup-group-brew):
19764         * gnus-msg.el (gnus-put-message):
19765         * gnus-move.el (gnus-group-move-group-to-server):
19766         * gnus-kill.el (gnus-batch-score):
19767         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
19768         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
19769         (gnus-group-update-group, gnus-group-read-group)
19770         (gnus-group-make-group, gnus-group-make-help-group)
19771         (gnus-group-make-archive-group, gnus-group-make-directory-group)
19772         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
19773         (gnus-group-sort-by-unread, gnus-group-catchup)
19774         (gnus-group-unsubscribe-group, gnus-group-kill-group)
19775         (gnus-group-yank-group, gnus-group-set-info)
19776         (gnus-group-list-groups):
19777         * gnus.el (gnus-generate-new-group-name):
19778         * gnus-delay.el (gnus-delay-send-queue):
19779         * nnvirtual.el (nnvirtual-catchup-group):
19780         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
19781         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
19782         (gnus-group-prepare-topics, gnus-topic-check-topology):
19783         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
19784         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
19785         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
19786         (gnus-group-make-articles-read):
19787         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
19788         (gnus-group-change-level, gnus-kill-newsgroup)
19789         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
19790         (gnus-get-unread-articles, gnus-make-articles-unread)
19791         (gnus-make-ascending-articles-unread): Use accessor
19792         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
19793         to get group information for improved readability.
19795 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19797         * gnus-art.el (article-decode-mime-words, article-babel)
19798         (gnus-article-highlight-signature, gnus-article-add-buttons)
19799         (gnus-signature-toggle): Use gnus-with-article-buffer.
19801         * gnus-art.el (gnus-article-highlight-headers)
19802         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
19804         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
19805         (gnus-article-set-globals, gnus-request-article-this-buffer)
19806         (gnus-button-message-id, gnus-article-maybe-hide-headers)
19807         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
19808         (gnus-mime-display-alternative): Use with-current-buffer.
19810 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19812         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
19813         also under 80 char limit, and call gnus-error if needed.
19814         (spam-fetch-article-header): Fix - it was a
19815         buffer-local variable (gnus-newsgroup-data).
19816         (spam-find-spam): Use spam-generate-fake-headers, forget about
19817         spam-insert-fake-headers.
19818         (spam-insert-fake-headers): Remove.
19820 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19822         * deuglify.el (gnus-article-outlook-unwrap-lines)
19823         (gnus-outlook-rearrange-article)
19824         (gnus-outlook-repair-attribution-outlook)
19825         (gnus-outlook-repair-attribution-block)
19826         (gnus-outlook-repair-attribution-other): Remove redundant
19827         save-excursion.
19829 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
19831         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
19832         (spam-fetch-field-subject-fast)
19833         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
19834         (spam-fetch-article-header): Add functions to deal with Gnus
19835         internals for fast retrieval of article header data.
19836         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
19838 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
19840         * pop3.el (pop3-md5): Remove.
19841         (pop3-apop): Replace pop3-md5 with md5.
19843         * mm-bodies.el: base64 is always built-in.
19845         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
19846         Use with-current-buffer.
19848 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19850         * canlock.el (canlock-insert-header): Remove excessive grouping in
19851         regexp.
19853         * gnus-sum.el (gnus-summary-read-document): Ditto.
19855         * gnus-uu.el (gnus-uu-part-number): Ditto.
19857         * html2text.el (html2text-remove-tags): Ditto.
19858         (html2text-format-tags): Ditto.
19859         (html2text-format-single-elements): Ditto.
19861         * mml.el (mml-parse-1): Ditto.
19863 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19865         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
19867         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
19869         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
19871         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
19873 2003-11-15  Simon Josefsson  <jas@extundo.com>
19875         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
19876         (pgg-gpg-lookup-key): Use regexp match instead of
19877         split-string (split-string is different between emacs 21.2 and
19878         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
19880 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
19882         * gnus-art.el (gnus-mime-view-all-parts)
19883         (gnus-article-part-wrapper, gnus-article-view-part):
19884         Use with-current-buffer.
19886 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19888         * spam.el (spam-disable-spam-split-during-ham-respool)
19889         (spam-spamoracle-database, spam-cache-lookups)
19890         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
19891         (spam-group-ham-mark-p, spam-group-spam-mark-p)
19892         (spam-group-ham-marks, spam-group-spam-marks)
19893         (spam-group-spam-contents-p, spam-group-ham-contents-p)
19894         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
19895         also add spam-use-blackholes to the statistical checks.
19896         (spam-fetch-field-fast): Add interface to fetching fields, may
19897         become a macro.
19898         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
19899         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
19900         (spam-insert-fake-headers): Fake an article when needed.
19901         (spam-find-spam): Fake article when possible.
19902         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
19903         (spam-check-bogofilter-headers): Use message-fetch-field instead
19904         of nnmail-fetch-field.
19906 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
19908         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
19910 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
19912         * spam.el (spam-split): Do not require spam-use-CHECK to be
19913         enabled if that check is passed to spam-split explicitly; also
19914         fix so 'spam doesn't get converted to spam-split-group when
19915         spam-split-symbolic-return is t.
19916         (spam-find-spam): Find registrations of the article and use those
19917         instead of re-running spam-split to find the spam/ham
19918         classification of the article.
19919         (spam-log-processing-to-registry, spam-log-registered-p)
19920         (spam-log-unregistration-needed-p, spam-log-undo-registration):
19921         Use gnus-error instead of gnus-message.
19922         (spam-log-registration-type): Add function to determine the
19923         classification of a message based on registry entries; will
19924         return nil if both 'spam and 'ham are found.
19925         (spam-check-BBDB): Expand all the BBDB macros here so we can have
19926         a reasonably fast local cache without the loading errors.
19927         (spam-cache-lookups): Set to t by default.
19928         (spam-find-spam): Don't try to guess spam-cache-lookups.
19929         (spam-enter-whitelist, spam-enter-blacklist): Clear the
19930         spam-caches entry.
19931         (spam-filelist-build-cache, spam-filelist-check-cache):
19932         Fix caching of whitelist/blacklist entries.
19933         (spam-check-whitelist, spam-check-blacklist):
19934         Invoke spam-from-listed-p with a type, not a cache variable.
19935         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
19937 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19939         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
19941         * nnmail.el (nnmail-split-fancy): do.
19943         * mml.el (mml-parse): do.
19945         * gnus-score.el (gnus-enter-score-words-into-hashtb)
19946         (gnus-score-adaptive): do.
19948 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19950         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
19951         (gnus-mime-button-map): Don't set keymap parent.
19952         (gnus-button-ctan-directory-regexp): Use shy grouping.
19953         (gnus-prev-page-map): Don't set keymap parent.
19954         (gnus-prev-page-map): Remove duplicated one.
19955         (gnus-next-page-map): Don't set keymap parent.
19956         (gnus-mime-security-button-map): Ditto.
19958         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
19959         version number.
19961         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
19963 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19965         * canlock.el (canlock-sha1-function): Remove.
19966         (canlock-sha1-function-for-verify): Remove.
19967         (canlock-openssl-program): Remove.
19968         (canlock-openssl-args): Remove.
19969         (canlock-ignore-errors): Remove.
19970         (canlock-sha1-with-openssl): Remove.
19971         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
19972         (canlock-verify): Don't use canlock-ignore-errors.
19974         * sha1-el.el (sha1-string-external): Make it can return a string
19975         in binary form.
19976         (sha1-region-external): Ditto.
19977         (sha1-string-internal): Ditto.
19978         (sha1-region-internal): Ditto.
19979         (sha1-region): Ditto.
19980         (sha1-string): Ditto.
19981         (sha1): Ditto.
19983 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19985         * spam.el (spam-report-articles-gmane): New command.
19987 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
19989         * gnus.el: Don't make unnecessary *Group* buffer when loading.
19991         * run-at-time.el (run-at-time-saved): Remove.
19992         (run-at-time): Doc fix.
19994 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
19996         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
19997         (gnus-summary-limit-map): Add it.
19998         (gnus-summary-make-menu-bar): do.
20000 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20002         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20003         Make attempt at some caching support (done for BBDB only now).
20004         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20005         addresses to be checked.
20006         (spam-clear-cache-BBDB): Add function, to be invoked by
20007         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20008         (spam-check-BBDB): Check and use the caches, if
20009         spam-cache-lookups is on, remove superfluous (provide).
20011 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20013         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20015 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20017         * run-at-time.el (run-at-time-saved): Move to after the definition
20018         of `run-at-time'.
20020 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20022         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20023         mm-w3m-local-map-property.
20025         * mm-view.el (mm-w3m-mode-map): Remove.
20026         (mm-w3m-local-map-property): Remove.
20027         (mm-inline-text-html-render-with-w3m): Don't use
20028         mm-w3m-local-map-property.
20030 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20032         * run-at-time.el: New file.
20034         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20035         of gnus-set-text-properties.
20037         * gnus-uu.el (gnus-uu-save-article): Ditto.
20039         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20041         * gnus-cite.el (gnus-cite-parse): Ditto.
20043         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20044         of gnus-.
20046         * gnus.el: Change calls to nnheader-run-at-time and
20047         password-run-at-time throughout to use run-at-time directly.
20049         * password.el: Remove definition of run-at-time.
20051 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20053         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20054         in prompt.
20056 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20058         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20059         XEmacs version.
20061         * dns.el (dns-make-network-process): Use `open-network-stream'
20062         instead of `gnus-xmas-open-network-stream'.
20064         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20066 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20068         * gnus-art.el (gnus-mime-display-alternative)
20069         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20070         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20071         Don't use gnus-local-map-property.
20073         * gnus-util.el (gnus-local-map-property): Remove.
20075         * mm-view.el (mm-view-pkcs7-decrypt):
20076         Replace gnus-completing-read-maybe-default with completing-read.
20078         * gnus-util.el (gnus-completing-read): do.
20079         (gnus-completing-read-maybe-default): Remove.
20081 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20083         * password.el: Only autoload `run-at-time' if not XEmacs.
20084         Only autoload the itimer functions if XEmacs.
20086 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20088         * gnus-art.el (gnus-read-string): Remove.
20089         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20090         read-string.
20092 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20094         * netrc.el: Autoload password-read.
20095         (netrc): Add configuration group.
20096         (netrc-encoding-method, netrc-openssl-path):
20097         Add variables for encoding and decoding of files with symmetric
20098         ciphers.
20099         (netrc-encode): Add assistant function to encode a file with
20100         netrc-encoding-method.
20101         (netrc-parse): Add interactive parameter, added optional
20102         decoding if netrc-encoding-method is non-nil but otherwise
20103         behavior is standard.
20104         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20105         Do s/encode/encrypt/ everywhere.
20107         * spam.el: Remove executable-find autoload.
20109 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20111         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20113         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20115 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20117         * gnus-art.el (gnus-treat-ansi-sequences)
20118         (article-treat-ansi-sequences): New variable and function.
20119         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20121         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20122         Use it.
20124 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20126         * mm-util.el (mm-quote-arg): Remove.
20128         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20129         shell-quote-argument.
20131         * gnus-uu.el (gnus-uu-command): do.
20133         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20135         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20136         with make-char.
20138         * mm-util.el (mm-make-char): Remove.
20140         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20141         add-minor-mode.
20143         * gnus-undo.el (gnus-undo-mode): do.
20145         * gnus-topic.el (gnus-topic-mode): do.
20147         * gnus-sum.el (gnus-dead-summary-mode): do.
20149         * gnus-start.el (gnus-slave-mode): do.
20151         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20153         * gnus-ml.el (gnus-mailing-list-mode): do.
20155         * gnus-gl.el (gnus-grouplens-mode): do.
20157         * gnus-draft.el (gnus-draft-mode): do.
20159         * gnus-dired.el (gnus-dired-mode): do.
20161         * gnus-ems.el (gnus-add-minor-mode): Remove.
20163         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20164         Replace gnus-char-width with char-width.
20166         * gnus-ems.el (gnus-char-width): Remove.
20168         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20169         Replace gnus-char-width with char-width.
20171         * gnus-ems.el (gnus-char-width): Remove.
20173         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20174         definition.
20175         Remove Emacs 20 hash table compatibility code.
20177         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20178         20 compatibility code.
20180         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20182         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20184         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20185         Replace with point-at-{eol,bol}.
20187         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20189         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20191         * flow-fill.el (fill-flowed-point-at-bol)
20192         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20194         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20195         Replace with point-at-{eol,bol} throughout all files.
20197 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20199         * ntlm.el (ntlm-string-as-unibyte): New macro.
20200         (ntlm-build-auth-response): Use it.
20202         Remove Emacs 20 stuff:
20203         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20204         of delq and copy-sequence.
20205         * gnus-art.el (popup-menu): Remove the compiler macro.
20206         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20207         Emacs 20.
20209 2004-01-05  Simon Josefsson  <jas@extundo.com>
20211         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20212         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20213         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20214         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20215         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
20216         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
20217         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
20218         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
20219         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
20220         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
20221         ntlm-string-permute, string-lshift into ntlm-string-lshift,
20222         string-xor into ntlm-string-xor.
20223         Suggested by Jesper Harder <harder@myrealbox.com>.
20225         * ntlm.el: Don't include poem.
20227         * md4.el (print-int32, print-string-hexa): Remove.
20228         Suggested by Jesper Harder <harder@myrealbox.com>.
20230         * sasl-ntlm.el, ntlm.el, md4.el: New files.
20232         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
20233         probably breaks emacs with DL patch, but do we care? Is anyone
20234         still using the DL stuff?)
20236         * sieve-manage.el: Use the password package.
20237         (sieve-manage-read-passwd): Remove.
20238         (sieve-manage-interactive-login): Use password.  Re-add
20239         condition-case around loop.
20241         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
20242         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
20243         Use the password package.
20245 2003-02-19  Simon Josefsson  <jas@extundo.com>
20247         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
20248         token.
20250 2002-08-07  Simon Josefsson  <jas@extundo.com>
20252         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
20253         (sieve-manage-authenticators):
20254         (sieve-manage-authenticator-alist): Add some SASL mechs.
20255         (sieve-sasl-auth): New function.
20256         (sieve-manage-cram-md5-auth):
20257         (sieve-manage-plain-auth): Rewrite using SASL library.
20258         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
20259         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
20260         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
20261         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
20263 2004-01-05  Simon Josefsson  <jas@extundo.com>
20265         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
20266         New files.
20268 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20270         * gnus-group.el (gnus-no-groups-message): Update.
20272         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
20274 2003-11-09  Simon Josefsson  <jas@extundo.com>
20276         * imap.el: Support for ID IMAP extension (RFC 2971).
20277         (imap-local-variables): Add imap-id.
20278         (imap-id): New variable.
20279         (imap-id): New function.
20280         (imap-parse-response): Parse untagged ID response.
20281         * nnimap.el (nnimap-id): New variable.
20282         (nnimap-open-connection): Use it.
20284 2003-12-28  Simon Josefsson  <jas@extundo.com>
20286         * gnus-score.el (gnus-score-edit-all-score): New.
20287         * gnus-group.el (gnus-group-score-map): Bind it to W e.
20289 2004-01-04  Simon Josefsson  <jas@extundo.com>
20291         * password.el: Add.
20293 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
20295         * dns.el (dns-query-types): Fix typo.
20296         (dns-query-types): New function.
20297         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
20298         PTR and SOA replies, see RFC 1035.
20300 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20302         * gnus.el (gnus-logo-color-style): Change colors to `no'.
20304         * Move to Changelog.2.
20306 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20308         * gnus.el (gnus-version-number): Bump version.
20310 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20312         * gnus.el: No Gnus v0.1 is released.
20314 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
20316         * gnus.el: No Gnus v0.0 is released.
20318 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20320         * gnus.el (gnus-version-number): Bump.
20321         (gnus-version): No.
20323 See ChangeLog.2 for earlier changes.
20325   Copyright (C) 2004-2011  Free Software Foundation, Inc.
20327   This file is part of GNU Emacs.
20329   GNU Emacs is free software: you can redistribute it and/or modify
20330   it under the terms of the GNU General Public License as published by
20331   the Free Software Foundation, either version 3 of the License, or
20332   (at your option) any later version.
20334   GNU Emacs is distributed in the hope that it will be useful,
20335   but WITHOUT ANY WARRANTY; without even the implied warranty of
20336   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
20337   GNU General Public License for more details.
20339   You should have received a copy of the GNU General Public License
20340   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
20342 ;; Local Variables:
20343 ;; coding: utf-8
20344 ;; fill-column: 79
20345 ;; add-log-time-zone-rule: t
20346 ;; End: