Don't do QRESYNC the first time you use the new Gnus.
[gnus.git] / lisp / ChangeLog
blob6b14a5f98396f043df8a97a6828ee8dd8e9061ab
1 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
3         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
4         first time you use the new Gnus.
6 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
8         * auth-source.el: Don't load netrc.el.
9         (auth-sources): Search ~/.netrc as well by default.
10         (auth-source-debug): Add 'trivia option for extra output.
11         (auth-source-do-trivia): Use it.
12         (auth-source-search): Simplify logic to use
13         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
14         appropriate.  Don't keep a running count at this level.  Layer :create
15         and :delete options appropriately on the first and second passes.
16         Don't track the backend with the search results.
17         (auth-source-search-backends): New function to search a list of
18         backends for a processed spec.
19         (auth-source-netrc-parse): Cache all netrc files, making
20         auth-source-netrc-cache an alist keyed by the file name and using the
21         file mtime as the caching criterion.  Keep the obfuscated data secret
22         with a lexical bind.
23         (auth-source-netrc-search): Don't calculate the length of the results
24         unnecessarily.
25         (auth-source-search-backends): Fix bug.
26         (auth-source-netrc-create): Rework prompts.
28 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
30         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
31         Lower case names of search constraints.
32         (nnir-run-query): Cache and reuse search constraints for all imap
33         servers.
35 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
37         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
38         after exit.
39         (gnus-setup-message): Define missing variable from last checkin.
41         * gnus-sum.el (gnus-summary-show-article): When called with t as the
42         value, show the raw article.
44 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
46         * gnus.el: No Gnus v0.13 is released.
48 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
50         * nnimap.el (nnimap-open-connection-1): Revert last change, since
51         auth-source now accepts numbers.
53         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
54         spec, too.
55         (auth-source-ensure-strings): New function.
57         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
58         (gnus-article-setup-buffer): Always restart the date timer so that user
59         changes to the frequency is respected.
61         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
62         port numbers, so make sure it gets that if nnimap-server-port is
63         explicit.
65 2011-02-21  Simon Josefsson  <simon@josefsson.org>
67         * nnimap.el (nnimap-inbox): Doc fix.
69 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
71         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
72         Autoload.  Add optional arg FRAME, and pass it to color-values.
73         (color-complement): Caller changed.  Doc fix.
74         (color-gradient): Rewrite for better clarity and efficiency.
76 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
78         * shr-color.el (shr-color->hexadecimal): Use renamed function names
79         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
80         color-lab-to-srgb.
82 2011-02-20  Drew Adams  <drew.adams@oracle.com>
84         * color.el: First part of merge from hexrgb.el.
85         (color-rgb-to-hex): Rename from color-rgb->hex.
86         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
87         saturation to zero if the value is too small.
88         (color-rgb-to-hsl): Rename from color-rgb->hsl.
89         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
90         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
91         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
92         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
93         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
94         (color-cie-de2000): Doc fix.
96 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
98         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
99         given method as in the group name if we're using an extended method.
100         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
101         command, if we're using that, instead of waiting for the beginning.
103         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
104         we're sure to get unique server names, and we don't output two async
105         commands in the same buffer.  This fixes an NNTP hang for some users.
107 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
109         * gnus.el: No Gnus v0.11 is released.
111 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
113         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
114         summary buffer before reading going to the next buffer.  This avoids
115         putting the point in the group buffer if you `C-g' the command.
117         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
118         cache (for now) to make ~/.authinfo.gpg files usable.
120         * nnfolder.el (copyright-update): Define for the compiler.
122         * auth-source.el (auth-source-search): Fix unbound variable.
124 2011-02-19  Glenn Morris  <rgm@gnu.org>
126         * gnus.el (gnus-meta): Doc fix.
128 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
130         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
131         in case it's not yet loaded.
133 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
135         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
136         line we're waiting for.
138 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
140         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
141         face with line-width greater than zero will cause RET in gnus summary
142         buffer to scroll down article page-wise because auto vscroll happens,
143         it should be temporalily disabled when doing a scroll-up.
145 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
147         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
148         outputs from the server.
150 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
152         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
153         later so that bbdb can hook in easier.
155 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
157         * auth-source.el (auth-source-search): Don't try to create credentials
158         if the caller doesn't want that.
159         (auth-source-search): If we don't find a match, don't bug out on
160         non-bound variables.
161         (auth-source-search): Only ask a single backend to create the
162         credentials.
164         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
165         logging.
166         (nnimap-credentials): Protect against auth-source-search returning nil.
167         (nnimap-request-list): Protect against not being able to open the
168         server.
170 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
172         * auth-source.el (auth-source-search): Do a two-phase search, one with
173         no :create to get the responses from all backends.
175         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
176         when getting credentials.
178         * gnus-util.el (gnus-delete-duplicates): New function.
180 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
182         * nnimap.el (nnimap-credentials): Instead of picking the first port as
183         a creation default, pass the whole port list down.  It will be
184         completed.
186         * auth-source.el (auth-source-search): Updated docs to talk about
187         multiple creation choices.
188         (auth-source-netrc-create): Accept a list as a value (from the search
189         parameters) and do completion on that list.  Keep a separate netrc line
190         with the password obscured for showing the user.
192         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
193         first choice to `auth-source-search' so it will be used for entry
194         creation instead of the server's Gnus-specific name.
195         (nnimap-credentials): Rely on the auth-source library to select which
196         port is actually wanted in the new netrc entry, so don't override
197         `auth-source-creation-defaults'.
199         * auth-source.el (auth-source-netrc-parse): Use :port instead of
200         :protocol and accept a missing user, host, or port as a wildcard match.
201         (auth-source-debug): Default to off.
203         (auth-source-netrc-search, auth-source-netrc-create)
204         (auth-source-secrets-search, auth-source-secrets-create)
205         (auth-source-user-or-password, auth-source-backend, auth-sources)
206         (auth-source-backend-parse-parameters, auth-source-search): Use :port
207         instead of :protocol.
209         * nnimap.el (nnimap-credentials): Pass a port default to
210         `auth-source-search' in case an entry needs to be created.
211         (nnimap-open-connection-1): Use :port instead of :protocol.
213 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
215         * auth-source.el: Bind load-path when loading EIEIO from
216         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
217         21.4 doesn't support, to `require'.
218         (auth-source-secrets-search): Use mm-delete-duplicates instead of
219         delete-dups that is not available in XEmacs 21.4.
221 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
223         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
224         as EIEIO must also be loaded when auth-source.el is being
225         byte-compiled.
227 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
229         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
231         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
233         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
235         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
237         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
239         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
241         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
243         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
244         necessary.
246 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
248         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
249         nil means that nnimap doesn't get updated.
251 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
253         * auth-source.el (auth-source-netrc-create): Return a synthetic search
254         result when the user doesn't want to write to the file.
255         (auth-source-netrc-search): Expect a synthetic result and proceed
256         accordingly.
257         (auth-source-cache-expiry): New variable to override
258         `password-cache-expiry'.
259         (auth-source-remember): Use it.
261         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
262         parameter.  Create entry if necessary by using :create t.
263         (nnimap-open-connection-1): Don't pass `inhibit-create'.
265 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
267         * auth-source.el (auth-source-debug): Enable by default and don't
268         mention the obsolete `auth-source-hide-passwords'.
269         (auth-source-do-warn): New function to debug unconditionally.
270         (auth-source-do-debug): Use it.
271         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
272         and for Secrets API entries when the secrets.el library is not
273         available.
275 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
277         * gnus-sum.el (gnus-propagate-marks): Default to nil.
278         (gnus-summary-exit): Kill the correct article buffer on exit from a
279         `C-d' group.
281         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
282         gnus-propagate-marks.
284         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
285         before killing the buffers so that a non-full window conf gets handled
286         correctly.
287         (gnus-summary-exit): Ditto.
288         (gnus-summary-read-group-1): Ditto.
290         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
291         async code again so that we can debug it properly.
293         * message.el (message-reply): Take an optional switch-buffer parameter
294         so that Gnus window confs are respected better.
296 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
298         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
299         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
300         docstring.
301         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
302         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
303         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
304         Login collection is "Login" and not "login".
306 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
308         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
309         multiple headers.
311         * nnimap.el (nnimap-inhibit-logging): New variable.
312         (nnimap-log-command): Don't log login commands.
314         * auth-source.el (auth-source-netrc-search): The asserts seem to want
315         to have more parameters.
317         * nnimap.el (nnimap-send-command): Mark the command time for each
318         command, so that we don't get NOOPs stepping on our toes.
320         * gnus-art.el (article-date-ut): Get the date from the Date header on
321         `t'.
323 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
325         * auth-source.el (auth-source-search): Use copy-sequence instead of
326         the cl.el copy-list.
328 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
330         * imap.el: Bring it back (revert
331         84d800cd31de3064f0ed39617d725709a2f8f42f).
333 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
335         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
336         Improve prompt.
338 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
340         * gnus-art.el (gnus-article-mode-line-format): Remove the article
341         washing status from the default format.  It isn't very informative.
343 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
345         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
346         Gcc processing on imap.
348 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
350         * imap.el: Remove file.  All the functionality is in nnimap.el.
352 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
354         * message.el (message-bury): Don't pop up a new window when selected
355         window is dedicated.
357 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
359         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
361 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
363         * sieve-manage.el: Autoload `auth-source-search'.
364         (sieve-sasl-auth): Use it.
366 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
368         * nnimap.el: Autoload `auth-source-forget+'.
369         (nnimap-open-connection-1): Use it if the connection fails.
371         * auth-source.el: Require `password-cache'.
372         (auth-source-hide-passwords, auth-source-cache): Remove and mark
373         obsolete.
374         (auth-source-magic): Marker for `password-cache' keys.
375         (auth-source-do-cache): Update docstring.
376         (auth-source-search): Use and check cache.
377         (auth-source-forget-all-cached, auth-source-remember)
378         (auth-source-recall, auth-source-forget, auth-source-forget+)
379         (auth-source-specmatchp): Caching support functions.
380         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
381         Remove and obsolete.
382         (auth-source-user-or-password): Remove caching to further discourage
383         using it.  Always hide passwords.
385         * password-cache.el (password-cache-remove): Accept secrets that are
386         not strings.
388 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
390         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
391         code for now, since it doesn't work for all users.
393 2011-02-09  Julien Danjou  <julien@danjou.info>
395         * message.el (message-options): Make message-options really buffer
396         local.
398 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
400         * mail-source.el: Autoload `auth-source-search'.
401         (mail-source-keyword-map): Note order matters.
402         (mail-source-set-1): Get all the mail-source source values and
403         defaults and search auth-source on those if needed.  This can all
404         probably be simplified.
406         * nnimap.el: Autoload `auth-source-search'.
407         (nnimap-credentials): Use it.
408         (nnimap-open-connection-1): Ask for the virtual server and physical
409         address in one shot.
411         * nntp.el: Autoload `auth-source-search'.
412         (nntp-send-authinfo): Use it.  Note TODO.
414 2011-02-08  Julien Danjou  <julien@danjou.info>
416         * shr.el (shr-tag-body): Add support for text attribute in body
417         markups.
419         * message.el (message-options): Make message-options a local variable.
421 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
423         * auth-source.el (auth-source-secrets-search)
424         (auth-source-user-or-password): Use `append' instead of `nconc'.
425         (auth-source-user-or-password): Build return list better and protect
426         against nil :secret.
428 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
430         * nnimap.el (nnimap-update-info): Refactor slightly.
431         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
432         (nnimap-update-info): Clean up slightly.
433         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
434         characters.
435         (nnimap-process-quirk): Rename function to avoid collision.
436         (nnimap-update-info): Fix macrology bug-out.
437         (nnimap-update-info): Simplify split history test.
439 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
441         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
442         `secrets-get-attributes' instead of `secrets-get-attribute'.
443         (auth-source-secrets-search): Limit search when `max' is greater than
444         number of results.
446 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
448         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
449         part not returning any data.
451         * proto-stream.el (open-protocol-stream): Document the return value.
453 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
455         * auth-source.el (auth-source-secrets-search): Add examples.
457 2011-02-06  Julien Danjou  <julien@danjou.info>
459         * message.el (message-setup-1): Handle message-generate-headers-first
460         set to t.
462 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
464         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
465         API with a string "secrets:collection-name" and with 'default.
466         (auth-source-backend-parse): Parse "secrets:collection-name" and
467         'default.  Recurse on parses instead of repeating code.  Use the
468         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
469         message when ignoring a source.
470         (auth-source-search): List ignored search keys at the top level.
471         (auth-source-netrc-create): Use `case' instead of `cond'.
472         (auth-source-secrets-search): Created with TODOs.
473         (auth-source-secrets-create): Created with TODOs.
474         (auth-source-retrieve, auth-source-create, auth-source-delete)
475         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
476         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
477         (auth-source-user-or-password-sftp)
478         (auth-source-user-or-password-smtp): Removed.
479         (auth-source-user-or-password): Deprecated and modified to be a wrapper
480         around `auth-source-search'.  Not tested thoroughly.
482 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
484         * auth-source.el: Bring in assoc and eioeio libraries.
485         (secrets-enabled): New variable to track the status of the Secrets API.
486         (auth-source-backend): New EIOEIO class to represent a backend.
487         (auth-source-creation-defaults): New variable to set prompt defaults
488         during token creation (see the `auth-source-search' docstring for
489         details).
490         (auth-sources): Simplify to allow a simple string as a netrc backend
491         spec.
492         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
493         (auth-source-backend-parse-parameters): Fill in the backend parameters.
494         (auth-source-search): Main auth-source API entry point.
495         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
496         (auth-source-search-collection): Helper function for searching.
497         (auth-source-netrc-parse, auth-source-netrc-normalize)
498         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
499         Supports search, create, and delete.
500         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
501         backend stubs.
502         (auth-source-user-or-password): Call `auth-source-search' but it's not
503         ready yet.
505 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
507         * message.el (message-setup-1): Remove the read-only stuff, since it
508         doesn't work under XEmacs, for some reason.
510         * gnus-sum.el (gnus-user-date): Rename back from
511         gnus-summary-user-date since user code refers to it.
513         * shr.el (shr-render-td): Store the actual background colour used.
515         * message.el (message-setup-1): Don't bind the constant
516         -forbidden-properties.
517         (message-setup-1): Revert previous change, since it needs to bind the
518         props to insert them.
519         (message-resend): Allow removing the read-only separator line.
521 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
523         * nnimap.el (nnimap-request-accept-article): Give an error message if
524         the APPEND wasn't successful.
526 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
528         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
529         that have no groups.
531 2011-02-03  Julien Danjou  <julien@danjou.info>
533         * gnus-draft.el: Remove progn around gnus-draft-setup.
535 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
537         * gnus-start.el (gnus-read-active-for-groups): This function is never
538         called with a nil `infos', so clean that up.
539         (gnus-get-unread-articles): Request active files from primary/secondary
540         methods that have no groups (yet).
542 2011-02-03  Julien Danjou  <julien@danjou.info>
544         * message.el (message-setup-1): Always generate References first.
545         (message-mail): Return the return value of message-setup, not always t.
546         (message-setup-1): Insert mail-header-separator with read-only and
547         intangible properties set.
549         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
550         user-date in docstring.
552         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
554         * gnus.el (gnus-summary-line-format): Mention &user-date format in
555         docstring.
557         * gnus.el (gnus-user-date-format-alist): Change default value. Use
558         defcustom, with type and group. Move from gnus-util.el. Rename to
559         gnus-summary-user-date-format-alist.
561 2011-02-03  Glenn Morris  <rgm@gnu.org>
563         * nnimap.el (gnus-fetch-headers): Declare.
565         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
567 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
569         * message.el (message-forward-make-body-digest-plain)
570         (message-followup, message-reply): Clean up things noted by Stefan.
572         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
573         gnus-article-update-date-headers is nil.
574         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
575         it didn't really work with defcustom.
576         (article-update-date-lapsed): Make sure the window start doesn't move,
577         either.
579 2011-02-01  Julien Danjou  <julien@danjou.info>
581         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
582         format.
584         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
585         standard in Emacs nowadays.
587         * color.el (color-gradient): Add a color-gradient function.
589 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
591         * message.el (message-expand-name): Don't trust the return value of
592         bbdb-complete-name.
593         (message-check-news-header-syntax): Remove unused var `start'.
594         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
595         (message-inhibit-body-encoding): Move to before first use.
596         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
597         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
598         (Organization, Message-ID, Date, mh-previous-window-config):
599         Defvar the vars using dynamic scoping.
601 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
603         * shr.el (shr-render-td): Only do colours at the final rendering.
604         Should be slightly faster.
605         (shr-insert-table): Fix up TD background colours when doing the
606         vertical padding.
608         * gnus-art.el (article-date-ut): Protect against articles with no Date
609         header.
610         (article-update-date-lapsed): Don't use current-column to find the
611         horizontal position.  It's fragile in the presence of \003 characters.
613         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
615 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
617         * gnus-art.el (article-transform-date): Rewrite to still work when
618         there are several rfc2822 parts.
619         (article-transform-date): Fix infinite recursion.
620         (article-date-ut): Replace infinitely many Date headers with a single
621         one when called interactively.
623         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
624         secure manner.
626         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
627         move around by not using save-window-excursion.  It seems to work...
629 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
631         * gnus-art.el (article-make-date-line): Work for user-defined format.
633 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
635         * nntp.el (nntp-retrieve-group-data-early)
636         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
637         fetching functions.
639         * gnus-start.el (gnus-read-active-for-groups): Read the active files
640         thoroughly for all backends that have no known groups.  This should
641         allow new nnml methods to retrieve mail.
643         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
644         that Gnus doesn't know exists again.
646         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
647         (gnus-treat-date-ut): Ditto.
648         (gnus-article-update-date-header): Renamed.
649         (gnus-treat-date-local): Removed.
650         (gnus-treat-date-english): Removed.
651         (gnus-treat-date-lapsed): Removed.
652         (gnus-treat-date-combined-lapsed): Removed.
653         (gnus-treat-date-original): Removed.
654         (gnus-treat-date-iso8601): Removed.
655         (gnus-treat-date-user-defined): Removed.
656         (gnus-article-date-headers): New variable to control all the date
657         header options.
658         (article-date-ut): Rewrite to allow using the new way to format date
659         headers(s).
661 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
663         * nnmail.el (nnmail-article-group): Check for a direct fancy split
664         method.
665         (nnmail-article-group): A better test for fanciness.
667         * nnimap.el (nnimap-request-head): Protect against not finding the
668         article by Message-ID.
670 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
672         * gnus-art.el (article-update-date-lapsed): Try a better way to really
673         keep point at the "same place".
675 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
677         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
678         data if the group is unactivated.
680 2011-01-28  Julien Danjou  <julien@danjou.info>
682         * gnus-win.el: Remove dead function gnus-window-configuration-element.
683         (gnus-all-windows-visible-p): Remove old compatibility code.
684         (gnus-window-top-edge): Add docstring.
686         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
688 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
690         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
691         older request-update-info.
693         * gnus-art.el (article-make-date-line): Limit the length a bit more.
695 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
697         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
698         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
700 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
702         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
703         groups.  This makes the nndraft:queue group pop up if it's not already
704         there.
706         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
707         messages" logic, which was reversed.
709         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
710         the "same place" even if point is on the line being replaced.
711         (article-update-date-lapsed): Allow updating both the combined lapsed
712         and the lapsed headers.
713         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
714         (article-make-date-line): Limit the number of segments dynamically to
715         avoid too-long lines.
717 2011-01-27  Julien Danjou  <julien@danjou.info>
719         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
720         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
722 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
724         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
725         Use plist-get instead of the cl function getf.
727 2011-01-27  Glenn Morris  <rgm@gnu.org>
729         * gnus-util.el (float-time): Get rid of compiler warning, again.
731 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
733         * shr.el (shr-put-color): Special-case background colours: Do put them
734         at the blank parts at the front of the lines.
736         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
737         exit hook to nix out all data on readedness on group exit.
739         * gnus-util.el (float-time): If float-time is bound, always use it on
740         all Emacsen.  It's unclear why the subrp check was there.
741         (time-date): Require to make some autoload issues on XEmacs go away.
743         * shr.el (shr-put-color): Don't do the box padding in tables, since
744         they're already padded.
746 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
748         * gnus-art.el (gnus-article-next-page): When the last line of the
749         article is displayed, scroll down once more instead of going to the
750         next article at once.
751         (article-lapsed-string): Refactor out and allow specifying how many
752         segments you want.
753         (gnus-article-setup-buffer): Start updating the lapsed header directly.
754         (gnus-article-update-lapsed-header): New variable.
756         * shr.el: Revert change that made headings use different-sized faces.
757         The Emacs display engine isn't advanced enough that, for instance,
758         tables can comfortably use differntly-sized faces.
760 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
762         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
763         used.
764         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
765         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
766         we're using an encrypted connection.
768         * proto-stream.el: Alter the interface functions to also return the
769         actual stream type used: network or tls.
771 2011-01-25  Julien Danjou  <julien@danjou.info>
773         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
774         (mm-display-javascript-inline): New function.
776         * mm-decode.el (mm-inline-media-tests): Add application/javascript
777         viewing function.
779 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
781         * shr.el (shr-expand-newlines): Fix variable name.
783 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
785         * shr.el (shr-expand-newlines): Make nested boxes work.
787 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
789         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
790         backgrounds.
791         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
792         in a more sensible manner.
794 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
796         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
797         if EPG is loaded.
799 2011-01-24  Julien Danjou  <julien@danjou.info>
801         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
802         tags.
804 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
806         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
807         commands.
809         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
810         in the article buffer.
811         (gnus-gravatar-insert): Use blank space from the current buffer to
812         avoid breaking text properties.  This makes X-Sent updating work again.
814         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
816 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
818         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
819         fix the bug in url-http.el instead.
821         * shr.el (shr-image-fetched): Ditto.
823         * shr.el (shr-image-fetched): Avoid having point move in the article
824         buffer.
826         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
827         buffer after being called.  It's apparently being killed by url.el, and
828         killing it made point move to end-of-buffer in a random buffer.
830         * shr.el (shr-image-fetched): Ditto.
832 2011-01-23  Julien Danjou  <julien@danjou.info>
834         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
836         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
837         text/x-org.
839 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
841         * gnus-sum.el (gnus-summary-move-article): Protect against backends
842         (i.e., nnimap) returning nil as the article number.
844 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
846         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
847         "DelSp" parameter in RFC3676.
849 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
851         * message.el (message-check-recipients): Display the encoded version of
852         the bogus address if they differ.
854         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
855         after sending.
857         * gnus-agent.el (gnus-agent-send-mail): Ditto.
859         * gnus-group.el (gnus-group-refresh-group): New convenience function.
861         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
862         group buffer after sending the queue.
864         * gnus-agent.el (gnus-agent-send-mail): Ditto.
866 2011-01-22  Julien Danjou  <julien@danjou.info>
868         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
870 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
872         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
873         nested related parts.
875         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
876         unexpired articles.  This fixes the regression that led expiry marks to
877         disappear from nnfolder groups.
879 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
881         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
882         Don't confuse the "ret" of "retrograde" with RET.
884 2011-01-21  Julien Danjou  <julien@danjou.info>
886         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
887         than mm-insert-inline.
889 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
891         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
892         Widen article buffer.
894 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
896         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
897         the temp buffer.
898         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
900 2011-01-20  Julien Danjou  <julien@danjou.info>
902         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
904         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
905         than mm-insert-inline to insert inline part: this respect
906         mm-inline-media-tests displayers.
908         * mm-view.el (mm-display-shell-script-inline): New function.
910         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
912         * mm-uu.el (mm-uu-type-alist): Add org block.
913         (mm-uu-org-src-code-block-extract): New function.
915         * mm-view.el (mm-display-org-inline): New function.
917         * mm-decode.el (mm-automatic-display): Add text/org.
919         * mailcap.el (mailcap-mime-extensions): Add .org.
921 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
923         * gnus-art.el (gnus-article-highlight): Remove argument passed to
924         gnus-article-add-buttons.
926 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
928         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
929         From header with a date and "nobody" as the sender.
931 2011-01-19  Julien Danjou  <julien@danjou.info>
933         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
934         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
935         if you have the same regexp several times.
936         (gnus-button-push): Fix matching when regexp is symbol.
938 2011-01-15  Glenn Morris  <rgm@gnu.org>
940         * message.el (message-mail): A compose-mail function should
941         accept headers as strings.
943 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
945         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
946         Add :vert-only tags.
947         (message-mail): New arg RETURN-ACTION.
948         (message-return-action): New var.
949         (message-bury): Use it.
950         (message-mode): Make it buffer-local.
951         (message-send-and-exit): Always call message-bury.
953         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
954         message-mail.
956 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
958         * nnimap.el (nnimap-convert-partial-article): Protect against
959         zero-length body parts.
961         * mm-decode.el (mm-preferred-alternative-precedence):
962         Discourage showing empty parts.
964         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
965         and stuff if the backend didn't return the article number.  This fixes
966         an Exchange-related nnimap bug.
968         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
969         group window, because it does the wrong thing when a separate frame
970         displays the group buffer.
972         * proto-stream.el (open-protocol-stream): Protect against the low-level
973         transport functions returning nil.
975 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
977         * mml2015.el (epg-sub-key-fingerprint): Autoload.
978         (mml2015-epg-find-usable-secret-key): New function.
979         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
980         mml2015-epg-find-usable-key (Bug#7797).
981         (mml2015-epg-encrypt): Ditto.
983 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
985         * dgnushack.el (rot13-string): Fix the way to get the argument.
987 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
989         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
991 2011-01-03  Glenn Morris  <rgm@gnu.org>
993         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
995         * sieve.el (sieve-open-server): Give a more explicit error if
996         sieve-manage-open returns nil.  (Bug#7720)
998 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1000         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1002 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1004         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1005         This avoids sending passwords in plain text over non-encrypted
1006         channels.
1008         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1010         * nnimap.el (nnimap-login): Refactored out into own function, and
1011         implement CRAM-MD5.
1012         (nnimap-wait-for-line): Refactored out.
1014         * mm-view.el (mml-smime): Require.
1016 2010-12-20  David Engster  <deng@eml.cc>
1018         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1019         use EPG to decrypt S/MIME messages instead of openssl.
1021 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1025         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1026         status is the group clearly is unreachable.
1028         * auth-source.el (auth-source-create): Add the optional second
1029         parameter to `local-variable-p' to be compatible with XEmacs.
1031 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1033         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1034         work when using a compressed nnml folder.
1036 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1038         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1039         backends after sanitising on entry, because this never makes sense:
1040         If the articles have gone missing, then the data no longer exists on
1041         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1042         overwrite anything anyway.
1044         * shr.el (shr-insert-document): Bind shr-width dynamically to
1045         window-width if it's nil.
1047 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1049         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1050         with the meaning of using the full emacs window width for rendering.
1052 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1054         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1055         case when sender is not given.
1057 2010-12-23  Julien Danjou  <julien@danjou.info>
1059         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1060         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1061         the addresses, otherwise we might misplaced the gravatar.
1063 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1065         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1066         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1067         obsolete in Emacs.
1069 2010-12-20  Julien Danjou  <julien@danjou.info>
1071         * gnus-util.el (gnus-rescale-image): Revert last change.
1073 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1075         * binhex.el: Improve commentary (Bug#7482).
1077 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1079         * gnus-group.el (gnus-group-delete-articles): New command.
1081 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1083         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1085 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1087         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1088         here, since it's up to the backends to do CRLF removal if their
1089         protocol has it.
1091         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1093 2010-12-17  Julien Danjou  <julien@danjou.info>
1095         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1096         they are from file. Can also scale up.
1098 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1100         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1101         gnus-use-agent.
1102         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1104         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1106 2010-12-17  Julien Danjou  <julien@danjou.info>
1108         * gravatar.el (gravatar-retrieve-synchronously): New function.
1109         (gravatar-get-data): Make more robust.
1111 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1113         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1115 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1117         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1118         to really consider the last line.
1120 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1122         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1123         list of recipient keys, or use symmetric encryption if not a list.
1124         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1125         EPA override, replacing the call to `netrc-store-data'.
1127 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1129         * gnus-srvr.el: Avoid passing nil regexp argument to
1130         delete-matching-lines.
1132 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1134         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1135         fetching stops when Gnus exits.
1137         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1138         function.
1139         (nnfolder-request-expire-articles): Save all the buffers after doing
1140         expiry.
1142         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1143         the last article", since that led to serious performance regressions
1144         when expiring nnml groups.
1146 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1148         * nnir.el: Improve customizations.
1150 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1152         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1154         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1155         group has been killed.
1156         (gnus-group-yank-group): Ditto.
1158         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1160         * nnimap.el (nnimap-request-update-group-status): New function.
1162         * gnus-int.el (gnus-request-update-group-status): New interface
1163         function.
1165         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1166         copying read-ness to the backends.
1168         * nnimap.el (nnimap-quirk): New function.
1169         (nnimap-retrieve-group-data-early): Use it.
1170         (nnimap-quirks): New alist.
1172 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1174         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1175         don't delete it within indentation.
1177 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1179         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1180         previous line.
1182 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1184         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1185         QRESYNC command by deleting a superfluous space which broke Cyrus
1186         servers.  This change will break other servers that are buggy the other
1187         way around.
1189 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1191         * spam.el: Reindent and fix long lines.
1192         (spam-copy-or-move-routine): Exclude invalid move destinations.
1194 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1196         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1197         installed the registry.
1199 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1201         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1203 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1205         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1206         groupname doesn't contain "gmane".
1208 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1210         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1211         and netrc-bound-and-true-p bindings.
1212         (netrc-parse): Cache the netrc contents.
1214         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1215         (gnus-1): Don't create the nndrafts group twice.
1216         (gnus-setup-news): There's no need to read the active file here, since
1217         that's done again later on a per-backend basis.
1218         (gnus-start-draft-setup): Make sure that the new group is started out
1219         empty.
1221         * gnus-agent.el (gnus-agentize): Don't create the queue group
1222         automatically on startup.  It'll be created later, if needed.
1224         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1225         of automatically subscribed groups.
1226         (gnus-auto-subscribed-categories): New variable.
1227         (gnus-matches-options-n): Use it.
1228         (gnus-default-subscribed-newsgroups): Remove unused variable.
1229         (gnus-start-draft-setup): Message a bit less.
1231 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1233         * nnir.el (nnir-run-imap): Return article list in order of increasing
1234         UID.
1236 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1238         * gnus-sum.el (gnus-summary-enter-digest-group):
1239         Mention gnus-auto-select-on-ephemeral-exit.
1241         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1242         convention of the network-only option.
1244 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1246         * proto-stream.el (proto-stream-open-network-only): New function to
1247         have a way to specify non-STARTTLS upgrade connections.
1249 2010-12-10  Julien Danjou  <julien@danjou.info>
1251         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1252         email address is nil.
1254         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1256 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1258         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1259         deletion.
1260         (nnir-run-imap): Only need to parse list once.
1262 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264         * shr.el (shr-tag-script): Ignore <script>.
1265         (shr-tag-label): Add <label> support.
1267 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1269         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1271         * shr.el (shr-image-displayer): Work for images lined side by side.
1273 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1275         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1276         parameter, since XEmacs doesn't accept t as a parameter.
1278 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1280         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1281         ids.
1282         (nnir-run-gmane): Simplify groupspec formatting.
1283         (nnir-request-expire-articles): New function.
1285 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1287         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1288         overflow, possibly.
1290         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1291         (shr-render-td): Handle td style="" better.
1292         (shr-tag-table): Use the color from the style sheet.
1293         (shr-render-td): Make sure we copy over all the overlays, too.
1295 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1297         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1298         (nnir-request-article): Improve article retrieval.
1300 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1302         * mm-util.el (mm-extra-numeric-entities): New variable.
1304         * mm-url.el (mm-url-decode-entities):
1305         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1307         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1309 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1311         * message.el: Use completion-at-point.
1312         (message-completion-function): New fun, extracted from message-tab.
1313         (message-mode): Use it for completion-at-point-functions.
1314         (message-tab): Use it and completion-at-point.
1316 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1318         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1319         character if a non-breakable character follows.
1321 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1323         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1324         any stream.
1326         * shr.el (shr-tag-font): Colorize the region.
1327         (shr-tag-body): Ditto.
1328         (shr-tag-font): Actually let the styles be inherited instead of
1329         overwriting them.
1330         (shr-tag-font): Get the background color right.
1331         (shr-tag-style): Ignore all <style> tags for the moment.
1333         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1334         a Message-ID to avoid having nnimap depend on gnus-sum.
1336         * shr.el (shr-descend): Only colorize something if we have a node that
1337         sets colors.
1339 2010-12-06  Julien Danjou  <julien@danjou.info>
1341         * shr.el (shr-render-td): Render td content with shr-descend, so style
1342         will be applied to <td> too.
1343         (shr-colorize-region): Colorize region even if we only have a background.
1344         (shr-tag-body): Fix color and background color inheritance.
1345         Do not recolorize after shr-generic.
1346         (shr-tag-font): Let shr-generic colorize via inheritance.
1348 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1350         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1352 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1354         * nnir.el (nnir-request-move-article): Remove obsolete code.
1356 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1358         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1360 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1362         * gnus-sum.el (gnus-summary-respool-article): The completion function
1363         expects a list instead of an alist.
1365         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1366         string as the parameter.
1368         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1370         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1371         styles.
1372         (shr-colorize-region): New function.
1373         (shr-insert-background-overlay): Remove.
1374         (shr-render-td): Background setting should be taken care of on a higher
1375         level.
1376         (shr-tag-body): Use post-hoc colorizations.
1377         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1378         (shr-put-color-1): Don't overwrite old colors.
1379         (shr-colorize-region): When the background color isn't explicit, use
1380         a fixed background.
1382         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1383         nnmail variables.
1385 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1387         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1388         unless necessary.
1390 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1392         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1393         server.
1395 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1397         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1398         so that TAB works.
1400         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1401         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1403         * shr.el (shr-urlify): Show the URL before the title to avoid
1404         misleading URLs.
1406 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1408         * shr.el (shr-urlify): Display the title in <a> tags.
1410 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1412         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1414 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1416         * nnir.el: Rearrange code to allow macros to be autoloaded by
1417         gnus-sum.el.
1418         (nnir-retrieve-headers-override-function): Make this variable
1419         customizable.
1420         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1422         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1423         from nnir.el.
1425 2010-12-03  Julien Danjou  <julien@danjou.info>
1427         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1429 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1431         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1432         allow optional argument `environment'.
1434 2010-12-03  Glenn Morris  <rgm@gnu.org>
1436         * mm-extern.el (message-goto-body): Update declaration.
1438 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1440         * gnus-util.el (gnus-macroexpand-all): New function.
1442         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1443         instead of macroexpand-all that is unavailable in XEmacs.
1445 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1447         * nnir.el (nnir-summary-line-format): New variable.
1448         (nnir-mode): Use it.
1449         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1450         (nnir-article-ids): Reimplement as defsubst.
1451         (nnir-retrieve-headers): Don't mangle the subject header.
1452         (nnir-run-imap): Use 100 as RSV score.
1453         (nnir-run-find-grep): Fix for full server searching.
1454         (nnir-run-gmane): Better restriction to gmane groups.
1456         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1457         summary buffers.
1459 2010-12-02  Julien Danjou  <julien@danjou.info>
1461         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1463         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1465         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1466         support.
1468 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1470         * nnir.el: Update to handle the registry better.
1471         (autoload): Silence byte-compiler.
1472         (nnir-open-server): Add a hook for nnir groups.
1473         (nnir-request-move-article): Don't mangle the header. Better to use
1474         formating variables (which will be added in the future).
1475         (nnir-registry-action): Update the registry using the original article
1476         group name.
1477         (nnir-mode): Install nnir-specific hooks for updating the registry.
1479         * gnus-sum.el
1480         (gnus-article-original-subject,gnus-newsgroup-original-name):
1481         Remove obsolete variables.
1482         (gnus-summary-move-article): Remove use of obsolete variables.
1483         (gnus-summary-local-variables): Make move and delete hooks local to
1484         summary buffers.
1486 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1488         * rtree.el: New file.
1490 2010-12-01  Julien Danjou  <julien@danjou.info>
1492         * message.el (message-user-organization): Do not use
1493         gnus-local-organization.
1495         * gnus.el: Remove gnus-local-organization.
1497         * gnus-msg.el: Remove nastygram thing.
1499 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1501         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1502         funcall.
1504 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1506         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1507         names.
1509         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1510         characters.
1512         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1513         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1514         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1515         (gnus-gravatar-transform-address): Use mail-extract-address-components
1516         that supports non-ASCII names rather than mail-header-parse-addresses.
1518 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1520         * proto-stream.el (open-protocol-stream): All starttls connections are
1521         handled by the network handler.
1523 2010-11-30  Julien Danjou  <julien@danjou.info>
1525         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1526         (nnimap-open-connection-1): Fix PREAUTH.
1528         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1530 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1532         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1533         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1534         (shr-insert): Use them.
1535         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1537 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1539         * nnir.el (nnir-request-move-article): Bail out if original group
1540         doesn't support article moves.
1541         (nnir-get-active): Improve active list retrieval.
1543 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1545         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1547 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1549         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1550         seem to accept strings-with-numbers as port numbers,
1552 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1554         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1555         change the registry.
1557 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1559         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1560         delete-dups that is not available in XEmacs 21.4.
1562         * mm-util.el (mm-delete-duplicates): Add comment.
1564 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1566         * nnir.el (nnir-ignored-newsgroups): New variable.
1567         (nnir-get-active): Use it.
1569 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1571         * proto-stream.el (proto-stream-open-network): Add some comments.
1573         * nntp.el (nntp-open-connection): Provide a :success condition.
1575         * nnimap.el (nnimap-open-connection-1): Ditto.
1577         * proto-stream.el (proto-stream-open-network): See what the response to
1578         the STARTTLS command is.
1580         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1581         backwards compatibility).
1582         (nnimap-open-connection-1): Really respect nnimap-server-port.
1584         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1585         TLS upgrades we don't really care about the identity of the peer.
1586         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1587         that what we've checked for.
1588         (proto-stream-always-use-starttls): Only default to t if
1589         open-gnutls-stream exists.
1590         (proto-stream-open-network): If STARTTLS failed, then just open a
1591         normal connection.
1592         (proto-stream-open-network): Wait until the greeting before doing
1593         STARTTLS.
1595         * nntp.el (nntp-open-connection): Report what the connection error is.
1597         * proto-stream.el (open-protocol-stream): Rename from
1598         open-proto-stream.
1600 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1602         * nnimap.el (nnimap-stream): Change default to `undecided'.
1603         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1604         first, and then network.
1605         (nnimap-open-connection-1): Respect nnimap-server-port.
1606         (nnimap-open-connection): Be more backwards-compatible.
1608         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1609         (proto-stream-open-starttls): De-duplicate the starttls code.
1610         (proto-stream-open-starttls): Folded back into the main function.
1611         (proto-stream-open-network): Fix typo in the gnutls path.
1612         (proto-stream-command): Refactor out.
1614         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1616         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1617         starttls.el STARTTLS.
1619         * color.el (color-lab->srgb): Fix function call name.
1621         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1622         if we're using tls.el.
1623         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1624         built in, then don't try to establish a STARTTLS connection.
1626         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1627         servers.
1629         * proto-stream.el (open-proto-stream): Use network, not stream.
1630         (open-proto-stream): Add a way to specify what the end of a command is.
1632         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1633         connections types.
1634         (nntp-open-network-stream): Remove.
1635         (nntp-open-ssl-stream): Remove.
1636         (nntp-open-tls-stream): Remove.
1637         (nntp-ssl-program): Remove.
1639         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1641 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1643         * nnir.el: Fix typos.
1644         (nnir-retrieve-headers-override-function): Rename variable to reflect
1645         new semantics.
1646         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1647         macros.
1648         (nnir-request-article, nnir-request-move-article): Use them.
1649         (nnir-categorize): New function.
1650         (nnir-run-query): Use it.
1651         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1652         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1653         sorted.
1654         (nnir-group-full-name): Use gnus-group-full-name instead.
1655         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1656         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1658 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1660         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1662         * proto-stream.el: New library to provide protocol-specific
1663         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1664         protocols.
1665         (open-proto-stream): Complete the documentation.
1666         (proto-stream-open-network): Fix some typos.
1668         * nnimap.el (nnimap-open-connection): Use it.
1670 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1672         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1673         negotiation.
1675 2010-11-26  Julien Danjou  <julien@danjou.info>
1677         * color.el: Rename various rgb functions to srgb.
1679 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1681         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1682         names.
1684 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1686         * shr.el (shr-insert): Revert last change.
1687         (shr-find-fill-point): Never leave point being at bol;
1688         relax the kinsoku limitation when rendering tables.
1690 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1692         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1693         results from -accept-article.
1695         * shr-color.el: Require cl when compiling.
1697         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1698         checkin.
1700         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1702         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1704         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1705         'add and 'delete to set backend marks.
1707         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1709         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1711         * nntp.el (nntp-request-set-mark): Use it.
1713         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1715         * nnml.el (nnml-request-set-mark): Ditto.
1717         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1718         introduces regressions in article selection.
1719         (nnimap-find-uid-response): New function.
1720         (nnimap-request-accept-article): Use the UID returned, if any.
1721         (nnimap-request-move-article): Use the UID returned, if any.
1722         (nnimap-get-groups): Reimplement to work with folded lines.
1723         (nnimap-find-uid-response): The UID is the last element in the list.
1724         (nnimap-request-set-mark): Extend syntax with 'set.
1726         * nnml.el (nnml-request-set-mark): Ditto.
1728         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1730         * nntp.el (nntp-request-set-mark): Ditto.
1732 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1734         * message.el (message-called-interactively-p): A temporary macro.
1735         (message-goto-body): Use it temporarily.
1737 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1739         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1740         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1741         (nnimap-last-response-string): Fix last unfolding fix.
1743 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1745         * shr.el (shr-insert): Fix the way to fold lines.
1747 2010-11-25  Julien Danjou  <julien@danjou.info>
1749         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1751         * color.el: Rename from color-lab.el
1752         (color-rgb->hex): Add.
1753         (color-complement): Add.
1754         (color-complement-hex): Add.
1756         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1758 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1760         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1761         don't exist.
1763 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1765         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1766         assuming that article displaying or another mml-preview may be
1767         interrupted for an error or for the like.
1769         * shr.el (shr-get-background): Fix argument name.
1771 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1773         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1775         * gnus-sum.el (gnus-summary-include-articles): New function.
1777         * message.el (message-goto-body): called-interactively-p needs a
1778         parameter, so use `any'.
1780         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1781         clear marks before moving, since they're synced from the Gnus side
1782         first.
1784         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1785         (gnus-summary-move-article): Copy over all marks before moving, so that
1786         IMAP doesn't think a new article has arrived.
1788 2010-11-24  Julien Danjou  <julien@danjou.info>
1790         * shr.el (shr-insert-background-overlay): Fix typo.
1791         (shr-render-td): Copy the background before rendering.
1793         * shr-color.el (shr-color-visible): Fix docstring.
1795         * shr.el (shr-tag-table): Add bgcolor support.
1796         (shr-render-td): Add bgcolor support.
1797         (shr-get-background): Add.
1798         (shr-insert-foreground-overlay): Use shr-get-background.
1800         * message.el (message-goto-body): Use called-interactively-p.
1801         (message-in-body-p): message-goto-body returns point.
1803 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1805         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1806         Fixes something or other in Emacs 23, and is backwards compatible.
1808         * message.el (message-goto-body): Remove the <#secure special-casing,
1809         which is too special.
1811         * shr.el (shr-parse-style): Drop !important from styles.
1813 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1815         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1816         this function to return incorrect results when calling it with an
1817         explicit article argument different from
1818         (gnus-summary-article-number).
1820 2010-11-24  Julien Danjou  <julien@danjou.info>
1822         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1823         (shr-tag-body): Add background support.
1824         (shr-descend): Add background support.
1825         (shr-tag-title): Add.
1827         * shr-color.el (shr-color-visible): Really return original background
1828         if fixed.
1830 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1832         * shr.el (shr-color-check): Protect against non-existant colour names.
1834 2010-11-24  Julien Danjou  <julien@danjou.info>
1836         * color-lab.el: Require 'cl when compiling.
1838         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1840         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1841         matched part.
1843         * color-lab.el: Fix all expt calls to use float type.
1845 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1847         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1848         expression to shr-color-check as is.
1850         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1852         * color-lab.el: Add coding cookie.
1853         (float-pi): Use eval-and-compile.
1855         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1856         compiled for Emacsen having no `libxml-parse-html-region' support.
1858 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1860         * shr.el (shr-insert-color-overlay): Split stuff like
1861         "#444444 !important" to find the real colour.
1862         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1863         parse <font color="red"> entries.
1865 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1867         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1868         point when parsing headers.
1870         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1871         is positioned properly when parsing headers.
1873 2010-11-23  Julien Danjou  <julien@danjou.info>
1875         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1877         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1879         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1881         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1882         Use shr-color-hue-to-rgb.
1883         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1885 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1887         * shr.el (shr-color->hexadecimal): Autoload.
1888         (shr-descend): Add color to all tags.
1890 2010-11-22  Julien Danjou  <julien@danjou.info>
1892         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
1893         shr-color->hexadecimal.
1895         * shr-color.el (shr-color->hexadecimal): Add converting functions for
1896         RGB() or HSL() color representation.
1898         * shr.el (shr-tag-font): Add.
1899         (shr-tag-color-check): New function to get better colors.
1900         (shr-tag-insert-color-overlay): Factorize code between tag-font and
1901         tag-span.
1903         * shr-color.el: New file.
1905         * color-lab.el: New file.
1907         * gnus-art.el (gnus-url-mailto): Do not downcase args.
1909 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
1911         * nnir.el: Fix typo in comments.
1912         (nnir-run-imap): Simplify code. No need to reverse artlist.
1913         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
1915 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1917         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
1919         * nnimap.el (nnimap-get-capabilities): Refactor out.
1920         (nnimap-open-connection): Re-request capabilities after STARTTLS.
1922 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
1924         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
1925         appearing when `mm-uu-hide-markers' is nil.
1927 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1929         * nnimap.el (nnimap-unselect-group): Make into its own function.
1930         (nnimap-request-rename-group): Unselect group before renaming.
1931         This had gotten lost somewhere.
1932         (nnimap-request-accept-article): Keep track of examined groups, and
1933         unselect the group before APPENDing to read-only groups.
1934         (nnimap-request-move-article): Clear flags before moving so that they
1935         can be re-set later.
1937 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
1939         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
1940         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
1942 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1944         * gnus-art.el (gnus-mime-display-single)
1945         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
1946         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
1947         parameter.
1949 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1951         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
1952         (shr-table-vertical-line): New variable.
1953         (shr-insert-table): Use it.
1955 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1957         * gnus-html.el (gnus-html-wash-images): Don't display images if
1958         gnus-inhibit-images is non-nil; register displayer for cid images.
1959         (gnus-html-display-image): Work for cid image.
1960         (gnus-html-insert-image): Allow arguments.
1961         (gnus-html-put-image): Inhibit read-only.
1962         (gnus-html-prefetch-images): Don't prefetch images if
1963         gnus-inhibit-images is non-nil.
1965 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1967         * shr.el (shr-put-image): Break lines when inserting big pictures.
1969 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1971         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
1972         sender, thanks Katsumi Yamaoka.
1974 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
1976         * nnir.el (nnir-run-imap): Reverse the article list for each group
1977         rather than the whole list.
1979 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1981         * shr.el (shr-image-displayer): Protect function against non-existent
1982         image source.
1984         * gnus-art.el (gnus-inhibit-images): New user option.
1985         (gnus-mime-display-single): Don't display image if it is non-nil.
1987         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
1988         gnus-inhibit-images.
1990         * shr.el (shr-image-displayer): New function.
1991         (shr-tag-img): Use it.
1993 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
1995         * mml2015.el (mml2015-epg-sign): Use From header.
1997 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1999         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2001         * gnus-util.el (gnus-find-text-property-region): Return markers.
2003         * shr.el (shr-tag-img): Put a displayer in the text property.
2005         * gnus-util.el (gnus-find-text-property-region): New utility function.
2007         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2008         (gnus-html-show-images): Remove.
2010         * gnus-art.el (gnus-article-show-images): New, more general function.
2012         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2013         image url text properties.
2015         * shr.el: Ditto.
2017         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2018         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2020 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2022         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2023         work for two or more articles.
2025 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2027         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2028         divide an image that's in an html article to two or more when washing
2029         non-ASCII characters in alt text of it.
2031 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2033         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2034         smime-decrypt-region using function argument.
2035         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2037         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2039         * smime.el (smime-decrypt-region): Catch it.
2041 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2043         * smime.el (smime-mode-map): Move initialization into declaration.
2044         (gnus-run-mode-hooks): Don't autoload.
2045         (smime-mode): Use define-derived-mode.
2047 2010-11-11  Glenn Morris  <rgm@gnu.org>
2049         * smime.el (from): Restrict declaration to XEmacs.
2051         * nnir.el (gnus-group-topic-name): Autoload.
2053 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2055         * shr.el (shr-insert): Don't break long line if it is because of
2056         kinsoku-bol characters in the line end.
2058 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2060         * nnir.el (nnir-request-move-article): Fix to provide original group
2061         and subject.
2062         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2063         been retrieved.
2065         * gnus-sum.el (gnus-summary-move-article): Use original group and
2066         subject for virtual articles such as those in an nnir summary buffer.
2068 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2070         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2071         least 21.5).
2073         * smime.el (from): Declare it again for XEmacs.
2075 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2077         * message.el (message-resend): Don't disable encoding unless it's
2078         already encoded.
2080         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2081         low-numbered articles.
2083 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2085         * rfc2047.el (rfc2047-syntax-table): Simplify.
2087         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2089         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2090         set-char-table-range for XEmacs.
2092 2010-11-10  Glenn Morris  <rgm@gnu.org>
2094         * time-date.el (time-to-seconds): Always an alias on Emacs,
2095         never a real function.
2096         (with-no-warnings): Remove compat stub, now unused.
2097         (time-less-p): Doc fix.
2098         (time-to-number-of-days): Simplify.
2100         * smime.el (from): Remove unused declaration.
2102         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2103         (gnus-float-time): On Emacs, always an alias.
2105         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2106         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2108 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2110         * dgnushack.el: Don't use ignore-errors in the top level form since it
2111         is unavailable in XEmacs even if cl is loaded.
2113         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2115 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2117         * shr.el (browse-url-mailto): Autoload.
2119         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2121         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2122         regexp doesn't need quoting.
2124 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2126         * message.el (message-subject-trailing-was-ask-regexp)
2127         (message-subject-trailing-was-regexp): Match was: in addition to was.
2129 2010-11-09  Glenn Morris  <rgm@gnu.org>
2131         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2132         (nnbabyl-check-mbox): Use point-at-bol.
2134 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2136         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2138         * message.el (message-mailto): New function.
2139         (message-mailto): Should accept other parameters.
2140         (message-mailto): Remove since it duplicates browse-url-mailto
2141         functionality.
2143 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2145         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2146         methods.
2147         (gnus-read-active-file): Ditto.
2149         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2150         ": " from the prompt.
2151         (gnus-group-make-group): Ditto.
2153 2010-11-07  Glenn Morris  <rgm@gnu.org>
2155         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2156         (gnus-bookmark-kill-line): Use point-at-eol.
2158 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2160         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2161         asterisks in From header.
2163 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2165         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2166         string to avoid making the From headers syntactically invalid.
2168         * message.el (message-send-mail): Don't insert courtesy messages if the
2169         message already has List-Post and List-ID messages.
2171 2010-11-06  Glenn Morris  <rgm@gnu.org>
2173         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2174         `condition', `type', `length' a prefix.
2175         (gnus-treat-predicate): Update for above name changes.
2177 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2179         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2180         binding.  Handled by `gnus-summary-refer-thread' instead.
2181         (nnir-warp-to-article): New backend function.
2183         * nnimap.el (nnimap-request-thread): Force dependency updating.
2185         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2186         (gnus-summary-refer-thread): Rework to improve thread-referral.
2188         * gnus-int.el (gnus-warp-to-article): New function.
2190         * gnus-sum.el (gnus-summary-article-map): Bind it.
2192 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2194         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2195         gnus-summary-refer-thread.
2197         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2198         headers.
2199         (gnus-summary-limit-include-thread): Prevent articles in thread from
2200         being cut in gnus-cut-threads.
2201         (gnus-summary-refer-thread): Limit retrieved headers to those in
2202         thread.
2204 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2206         * message.el (message-send-mail): Use the value of
2207         message-courtesy-message from the message buffer.
2209         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2211         * shr.el (shr-browse-url): Implement mailto: URLs.
2213         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2214         "raw".
2216         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2217         if it's already selected.
2219         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2221 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2223         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2224         to measure the length and truncate alt text.
2226 2010-11-03  Glenn Morris  <rgm@gnu.org>
2228         * nndiary.el (nndiary-generate-nov-databases-1)
2229         (nndiary-generate-active-info): Rename dynamic variable `files' to
2230         something less generic.
2232 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2234         * nnir.el (nnir-request-move-article): Call the underlying backend to
2235         move articles from nnir.
2237 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2239         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2241 2010-11-02  Julien Danjou  <julien@danjou.info>
2243         * nnir.el: Remove wais support.
2245 2010-11-02  Glenn Morris  <rgm@gnu.org>
2247         * gnus-html.el: Reorder requirements to quieten compiler.
2249 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2251         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2252         properly for XEmacs as well.
2253         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2254         (gnus-article-natural-long-line-p): Use window-width rather than
2255         frame-width.
2257 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2259         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2260         (nnir-read-parms): Don't modify query.
2261         (nnir-run-query): Add ability to search topic on current line.
2262         (nnir-get-active): Clean up.
2264 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2266         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2267         degenerate articles.
2269         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2270         (gnus-print-buffer): Just print the buffer as is, without any copying
2271         to a buffer and then re-highlighting.
2273         * nnimap.el (nnimap-request-group): Store the new updated info.
2274         (nnimap-request-group): Select the group when we don't know whether it
2275         exists or not.
2277         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2278         groups.
2280         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2281         groups.
2283         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2284         groups.
2286         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2287         long-lines case by only filling the long lines.
2289         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2290         (bug #7311).
2292 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2294         * shr.el: No need to declare `declare-function' since shr.el is for
2295         only Emacsen that provide `libxml-parse-html-region'.
2297         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2298         effective only in a file it is referred to.
2300 2010-11-01  Glenn Morris  <rgm@gnu.org>
2302         * mm-util.el (gnus-completing-read): Autoload.
2303         (mm-read-coding-system): Simplify Emacs definition.
2305         * nnmail.el (gnus-activate-group):
2306         * nnimap.el (gnutls-negotiate):
2307         * nntp.el (netrc-parse): Fix declarations.
2309 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2311         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2312         string-match-p in Emacs >=23.
2314         * gnus-msg.el (gnus-configure-posting-styles)
2315         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2317 2010-11-01  Glenn Morris  <rgm@gnu.org>
2319         * nnir.el (declare-function): Add compat stub.
2320         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2321         (nnir-run-gmane): Require 'mm-url.
2323         * mm-util.el (mm-string-to-multibyte): Simplify.
2325         * shr.el (declare-function): Add compat stub.
2326         (url-cache-create-filename): Declare.
2327         (mm-disable-multibyte, widget-convert-button): Autoload.
2329         * smime.el (ldap-search): Declare.
2330         (smime-cert-by-ldap-1): Require ldap on Emacs.
2332         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2333         (nnimap-keepalive): Use gnus-float-time.
2335         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2336         (mail-source-delete-crash-box): Use gnus-float-time.
2338         * gnus-dired.el (gnus-completing-read): Autoload.
2340         * mm-view.el (gnus-rescale-image): Autoload.
2342         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2344         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2346         * sieve-manage.el: Require 'cl when compiling.
2348         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2349         (gnus-iswitchb-completing-read): Require iswitchb.
2350         (gnus-select-frame-set-input-focus): Silence compiler.
2352 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2354         * message.el (message-subject-trailing-was-query): Change default to t,
2355         since I think that's what most people want.
2357         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2358         appending for easier debugging.
2359         (nnimap-wait-for-connection): Take a regexp.
2360         (nnimap-request-accept-article): Wait for the continuation line before
2361         sending anything unless we're streaming.
2363         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2364         leave the header washing to take place.
2366 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2368         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2369         regular expression match and replace in posting styles.
2371 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2373         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2374         an entire server.
2375         (nnir-get-active): New function.
2376         (nnir-run-imap): Use it.
2377         (nnir-run-gmane): Who knew, gmane search returns an article score!
2379         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2380         server on the current line with nnir.
2382 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2384         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2385         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2386         left edge.
2387         (gnus-article-foldable-buffer): Skip past the prefix when determining
2388         raggedness.
2390         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2391         the raw article, and change `C-u g' to show the article without doing
2392         treatments.
2394         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2395         on to `gnus-treat-article'.
2396         (gnus-inhibit-article-treatments): New variable.
2398         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2400         * gnus-art.el (gnus-treatment-function-alist): Have
2401         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2402         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2403         sections.
2405         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2406         parameter.
2407         (gnus-article-fill-cited-long-lines): New function.
2408         (gnus-article-fill-cited-article): Allow filling only long sections.
2410         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2411         and non-punctuation (like after the apostrophe in "'We").
2413         * gnus-sum.el (gnus-summary-select-article): Make sure
2414         gnus-original-article-buffer is alive.
2416         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2417         reflect the order they're in in the digest.
2419         * gnus.el (gnus-group-startup-message): Move point to the start of the
2420         buffer.
2422         * nnimap.el (nnimap-capability): New function.
2423         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2424         is set.
2426 2010-10-31  David Engster  <dengste@eml.cc>
2428         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2429         conform with changes to gnus-completing-read.
2431 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2433         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2435 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2437         * nnir.el: Move defvar, defcustom around to keep file organized
2438         and keep byte-compiler quiet.
2439         (nnir-read-parms): Accept search-engine as arg.
2440         (nnir-run-query): Pass search-engine as arg.
2441         (nnir-search-engine): Remove.
2443 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2445         * shr.el (shr-generic): The text nodes should be text, not :text.
2447         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2448         later in the file.
2450 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2452         * nnir.el: General clean up.  Allow searching with multiple engines.
2453         Allow separate extra-parameters for each engine.
2454         Batch queries when possible.
2455         (nnir-imap-default-search-key,nnir-method-default-engines):
2456         Add customize interface.
2457         (nnir-run-gmane): New engine.
2458         (nnir-engines): Use it.  Qualify all prompts with engine name.
2459         (nnir-search-engine): Remove global variable.
2460         (nnir-run-hyrex): Restore for now.
2461         (nnir-extra-parms,nnir-search-history): New variables.
2462         (gnus-group-make-nnir-group): Use them.
2463         (nnir-group-server): Remove in favor of gnus-group-server.
2464         (nnir-request-group): Avoid searching twice.
2465         (nnir-sort-groups-by-server): New function.
2467 2010-10-30  Julien Danjou  <julien@danjou.info>
2469         * gnus-group.el: Remove gnus-group-fetch-control.
2471         * gnus-start.el (gnus-find-new-newsgroups):
2472         Remove gnus-check-first-time-used.
2474         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2476 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2478         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2479         set on groups that don't have \* permanentflags.
2481 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2483         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2484         control the background color.
2485         (shr-tag-img): Ignore very small web bug type images.
2486         (shr-put-image): Add help-echo alt texts to the images.
2487         (shr-tag-video): Show the video poster image.
2489 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2491         * shr.el (shr-table-depth): New variable.
2492         (shr-tag-table-1): Only insert the images after the top-level table.
2494         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2496         * gnus-util.el (gnus-list-memq-of-list): New function.
2498         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2499         selected.
2500         (nnimap-unsplittable-articles): New slot.
2501         (nnimap-new-articles): Use it.
2503 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2505         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2506         move to the previous line on `M-g'.
2508 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2510         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2511         *-request-group, which seems unnecessary.
2513         * nnimap.el (nnimap-quote-specials): Function copied over from
2514         imap.el.
2515         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2516         they support that.  Suggested by Tom Regner.
2518 2010-10-29  Julien Danjou  <julien@danjou.info>
2520         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2521         defalias.
2522         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2524         * gnus.el: Remove `gnus-nntp-service' variable.
2525         (gnus-secondary-servers): Make obsolete.
2526         (gnus-nntp-server): Make obsolete.
2528         * gnus-start.el (gnus-1): Remove x-splash calls.
2530         * gnus-ems.el (gnus-x-splash): Remove.
2532         * gnus.el (gnus-group-startup-message): Simplify/update code.
2534         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2535         definition.
2537         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2538         capability before doing anything.
2539         (gnus-group-insert-group-line): Remove useless
2540         gnus-group-remove-excess-properties.
2542 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2544         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2546 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2548         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2549         config after reselecting.
2551 2010-10-28  Julien Danjou  <julien@danjou.info>
2553         * shr.el (shr-put-image): Use point even if only inserting text.
2554         (shr-put-image): Save excursion when inserting alt text on non-graphic
2555         display, so the behaviour is the same when we are on a graphic display.
2557         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2559 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2561         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2562         (gnus-mime-copy-part): Check coding system, not charset.
2563         (gnus-mime-view-part-externally): Never remove part.
2564         (gnus-mime-view-part-internally): Don't remove part here.
2565         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2566         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2567         multipart/alternative.
2569         * mm-decode.el (mm-display-part): Take optional arg `force'.
2571 2010-10-26  Julien Danjou  <julien@danjou.info>
2573         * gnus-group.el (gnus-group-default-list-level): Add this function to
2574         compute the default list level.
2575         (gnus-group-default-list-level): Add possibility to use a function.
2577 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2579         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2581         * gnus-group.el (gnus-group-completing-read)
2582         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2583         gnus-replace-in-string.
2585 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2587         * shr.el (shr-tag-div): Add.
2589         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2591 2010-10-25  Julien Danjou  <julien@danjou.info>
2593         * gnus-util.el: Remove `gnus-with-local-quit'.
2595         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2597 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2599         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2600         the original article buffer.
2602 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2604         * nnimap.el (nnimap-request-head): New function.
2605         (nnimap-request-move-article): Try to be slighly faster by not
2606         requesting the entire message when moving.
2607         (nnimap-transform-headers): Don't bug out on bodiless articles.
2608         (nnimap-send-command): Have no outstanding messages if the IMAP server
2609         doesn't support streaming.
2610         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2612 2010-10-24  Julien Danjou  <julien@danjou.info>
2614         * message.el (message-default-headers): Fix type.
2616 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2618         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2619         prefetching images.
2621         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2622         backend for unknown groups.  This is mainly useful for nnimap groups.
2624         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2625         group isn't covered by the agent.
2627 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2629         * nnir.el (nnir-method-default-engines): New variable.
2630         (nnir-run-query): Use it.
2631         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2632         (gnus-summary-nnir-goto-thread): Change group if needed.
2634         * gnus-group.el (gnus-group-group-map): Add key binding for
2635         gnus-group-make-nnir-group.
2637 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2639         * shr.el (shr-tag-object): Add.
2641         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2642         original article buffer live.
2643         (gnus-summary-select-article-buffer):
2644         Mention gnus-widen-article-buffer.
2646 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2648         * shr.el (shr-tag-strong): Add.
2650 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2652         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2653         group names.  They mess up the group buffer badly.
2655         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2657         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2658         instead of the summary one.
2660 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2662         * mml.el (mml-preview): Work properly when editing article.
2664         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2665         gnus-have-read-active-file if it's already been in.
2667 2010-10-22  Tom Tromey  <tromey@redhat.com>
2669         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2670         gnus-group-completing-read.
2672 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2674         * message.el (message-mode-map): Don't bind M-; to comment region, to
2675         allow the global comment-dwim to work.
2677 2010-10-21  Julien Danjou  <julien@danjou.info>
2679         * message.el (message-setup-1): Allow message-default-headers to be a
2680         function.
2682 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2684         * shr.el (shr-tag-table): Simplify.
2686 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2688         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2689         to avoid trying to snarf invalid stuff.
2691         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2693         * gnus.el (gnus-message-archive-group): Quote value.
2694         (gnus-message-archive-group): Mark as changed.
2696         * shr.el (shr-add-font): Don't put the font properties on the newline
2697         or the indentation.
2699         * message.el (message-fix-before-sending): Change options when sending
2700         non-printable characters.
2702         * gnus.el (gnus-message-archive-method): Change the default to
2703         monthly outgoing groups.
2705         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2706         that have gotten new numbers.
2708         * nnimap.el (nnimap-request-replace-article): New function.
2710 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2712         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2713         (nnrss-request-article): Don't use special html washing code.
2715 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2717         * shr.el (shr-tag-table): Remove useless nconc.
2719 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2721         * gnus-art.el (article-wash-html): Simplify and remove the charset
2722         stuff.  Use the normal html rendering code instead of the special html
2723         washing code.
2725         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2726         `gnus-w3m' symbols.
2727         (mm-text-html-washer-alist): Remove.
2729         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2730         (mm-inline-media-tests): Remove use.
2731         (mm-text-html-renderer): Change default to the `shr' symbol.
2733         * mm-view.el (mm-inline-text-html): Remove use.
2735         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2736         `gnus-blocked-images' to be a function.
2737         (gnus-article-wash-function): Remove.
2739 2010-10-20  Julien Danjou  <julien@danjou.info>
2741         * spam.el (spam-list-of-processors): Mark as obsolete.
2743         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2744         (nnimap-insert-partial-structure): Fix boundary detection.
2746 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2748         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2749         run file-truename on remote files.  This can be expensive and even
2750         prevent one from editing drafts if some unrelated buffer has a stale
2751         connection.
2753 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2755         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2756         kinsoku-eol regardless of shr-kinsoku-shorten.
2757         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2758         (shr-tag-table): Support caption, thead, and tfoot.
2760 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2762         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2763         lines.
2764         (shr-save-contents): New command and keystroke.
2766         * nndoc.el (nndoc-type-alist): Add git support.
2767         (nndoc-git-type-p): New function.
2768         (nndoc-transform-git-article): Ditto.
2769         (nndoc-transform-git-headers): Ditto.
2770         (nndoc-transform-git-headers): Generate Subject headers.
2772         * shr.el (shr-parse-style): New function.
2773         (shr-tag-span): Ditto.
2775         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2776         to `G G' to avoid collisions.
2778 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2780         * shr.el: Load kinsoku if necessary.
2781         (shr-kinsoku-shorten): New internal variable.
2782         (shr-find-fill-point): Make kinsoku shorten text line if
2783         shr-kinsoku-shorten is bound to non-nil.
2784         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2785         shr-indentation too when testing if table is wider than frame width.
2786         (shr-insert-table): Use `string-width' instead of `length' to measure
2787         text width.
2788         (shr-insert-table-ruler): Make sure indentation is done at bol.
2790 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2792         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2793         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2794         undecoded network data.
2796 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2798         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2799         name in the mode line spec so that the mode line menu works
2800         (bug #2431).
2802         * message.el (message-get-reply-headers): If we're fed `to-address',
2803         then always use that.
2805         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2806         aren't so wide as to need to switch off the edit menu.
2808         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2809         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2811         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2812         `M-g'.
2813         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2814         the permanent marks.
2816 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2818         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2819         Splitting according to references/in-reply-to obeys the ignore-groups
2820         variable, while splitting by sender and subject do not.
2822 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2824         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2825         alist, so that we can look for non-Unicode chars.
2826         (article-translate-strings): Allow both character and string maps.
2828 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2830         * shr.el (shr-insert): Don't insert space behind a wide character
2831         categorized as kinsoku-bol, or between characters both categorized as
2832         nospace.
2834 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2836         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2837         headers to gnus-newsgroup-headers.
2839 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2841         * shr.el (shr-tag-img): Don't align images -- since we're not
2842         rescaling, this often leads to ugly displays.
2844 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2846         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2847         duplicates.
2849 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2851         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2852         call.
2854 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2856         * gnus.el: Autoload gnus-html-show-images.
2858         * nnimap.el: Use nnheader-message throughout.
2860         * shr.el (shr-tag-img): Ignore images with no data.
2862 2010-10-15  Julien Danjou  <julien@danjou.info>
2864         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2865         a possibility to disable format=flow encoding when using hard newlines.
2867 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2869         * shr.el (shr-insert): Remove space inserted before or after a
2870         breakable character or at the beginning or the end of a line.
2871         (shr-find-fill-point): Do kinsoku; find the second best point or give
2872         it up if there's no breakable point.
2874 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2876         * nnimap.el (nnimap-open-connection): Message when opening connection
2877         for debugging purposes.
2879         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2880         on every setup buffer call to allow this to change from article to
2881         article.
2883         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2884         buffers where we have a wide table.
2886 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
2888         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
2889         uses *-request-thread.
2891 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2893         * nnimap.el (nnimap-open-connection): Remove %s from openssl
2894         incantation, which is no longer valid.
2896 2010-10-14  Julien Danjou  <julien@danjou.info>
2898         * shr.el: Fix defcustom type (char -> character).
2900 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2902         * nnimap.el (nnimap-open-connection): tls-program should be a list of
2903         programs.
2905 2010-10-14  Julien Danjou  <julien@danjou.info>
2907         * shr.el (shr-tag-a): Use url-link as widget type.
2909         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
2910         `gnus-group-get-icon'.
2912 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2914         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
2915         This should make server editing work better.
2917         * shr.el (shr-find-fill-point): Don't inloop on indented text.
2919         * tls.el (tls-program): Remove spurious %s from openssl.
2921         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
2922         (nnimap-parse-flags): Fix regexp.
2924         * shr.el (shr-find-fill-point): Use a filling algorithm that should
2925         probably work for CJVK text, too.
2927         * nnimap.el (nnimap-extend-tls-programs): Remove.
2928         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
2930         * tls.el (tls-starttls-switches): Remove starttls hack.
2931         (open-tls-stream): Ditto.
2932         (tls-find-starttls-argument): Ditto.
2934 2010-10-13  Julien Danjou  <julien@danjou.info>
2936         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
2937         responses.
2939 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2941         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
2943         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
2944         anything in Emacs.
2946         * shr.el (shr-current-column): Remove buggy and unnecessary function.
2948 2010-10-13  Julien Danjou  <julien@danjou.info>
2950         * shr.el (shr-width): Make shr-width a defcustom with default to
2951         fill-column.
2952         (shr-tag-img): Use shr-width rather than fill-column.
2954 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2956         * dgnushack.el (byte-optimize-apply)
2957         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
2959         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
2960         position when (X-)Faces exist.
2961         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
2962         avatars when called interactively.
2964 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2966         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
2967         gnus-article-x-face-too-ugly is bound.
2969 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2971         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
2973         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
2974         mailbox that doesn't exist.
2976 2010-10-12  Julien Danjou  <julien@danjou.info>
2978         * shr.el (shr-tag-img): Encode URL properly when retrieving.
2979         (shr-get-image-data): Encode URL properly when fetching from cache.
2980         (shr-tag-img): Use aligned-to spaces to align correctly images.
2982         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
2983         before inserting the Gravatar.
2985         * shr.el (shr-tag-img): Add align attribute support for <img>.
2987 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2989         * gnus-gravatar.el (gnus-art): Require.
2991         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
2992         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
2993         Remove long obsoleted functions.
2995 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2997         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
2999         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3001         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3002         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3003         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3004         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3005         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3006         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3007         * sieve-manage.el, smime.el, spam.el:
3008         Fix comment for declare-function.
3010 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3012         * nnimap.el (nnimap-request-rename-group): Select group read-only
3013         before renaming it.
3015         * shr.el (shr-insert): Fix up the white space only regexp.
3017         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3018         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3020         * shr.el (shr-current-column): New function.
3021         (shr-find-fill-point): New function.
3023 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3025         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3026         numbers.
3028 2010-10-11  Julien Danjou  <julien@danjou.info>
3030         * shr.el (shr-hr-line): Add.
3031         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3032         display hr lines.
3033         (shr-max-columns): Do not change state to nil if we just inserting
3034         spaces.
3036 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3038         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3039         select the last group.
3041 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3043         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3045 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3047         * dig.el (dig-mode-map): Declare and define in one step.
3049 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3051         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3052         for Gnus.
3053         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3054         (nnimap-update-qresync-info): Mark \Seen articles as read.
3056         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3057         non-variable, too.
3059         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3060         available.
3061         (nnimap-update-info): Rely more on the current active than the param
3062         active to avoid marking articles as read too much.
3064         * auth-source.el (auth-source-create): Use (user-login-name) for the
3065         user name default.
3067         * nnimap.el (nnimap-update-info): If the server doesn't return any
3068         useful info, just use the previous info.
3069         (nnimap-update-info): Prefer old info over start-article.
3070         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3072 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3074         * nnir.el (autoload): Clean up autoloads.
3075         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3076         Use key rather than value.
3077         (nnir-imap-search-other): New variable.
3078         (nnir-read-parm): Use it.
3079         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3080         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3082 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3084         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3085         the process, too.
3087 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3089         * spam.el (gnus-summary-mode-map): Bind to "$".
3090         Suggested by Russ Allbery.
3092         * shr.el: Rework the way things are indented by <li> slightly.
3094         * gnus.el (gnus-group-set-parameter): Fix typo.
3096         * nnimap.el: Start implementing QRESYNC support.
3098 2010-10-09  Julien Danjou  <julien@danjou.info>
3100         * nnir.el (nnir-engines): Fix too many arguments.
3102 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3104         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3105         group is the "last", so that the backends like nnfolder actually save
3106         their folders.
3108         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3109         try to use that for the tls stream.
3110         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3111         UIDVALIDITY and find out which groups are read-only and not.
3112         (nnimap-get-flags): Use the same marks parsing code as the rest of
3113         nnimap.
3115 2010-10-09  Julien Danjou  <julien@danjou.info>
3117         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3119         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3120         retrieving gravatars.
3122         * shr.el (shr-table-corner): Add.
3123         (shr-table-line): Add.
3124         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3126 2010-10-08  Julien Danjou  <julien@danjou.info>
3128         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3130 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3132         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3134         * gnus-sum.el (gnus-mark-article-as-unread)
3135         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3136         (gnus-summary-set-bookmark): Use it.
3138         * gnus-msg.el (gnus-setup-message): Use it.
3140         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3142         * gnus.el (gnus-group-remove-parameter): Use it.
3144         * gnus-group.el (gnus-group-make-web-group): Use it.
3146         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3148         * nnregistry.el: Update docs to mention manual.
3150         * gnus-registry.el: Update docs to mention nnregistry.el.
3151         (gnus-registry-initialize): Don't install nnregistry refer method
3152         automatically.
3153         (gnus-registry-install-nnregistry): Remove it.
3155 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3157         * shr.el (shr-insert): Don't insert double spaces.
3159 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3161         * gnus-gravatar.el (gnus-treat-from-gravatar)
3162         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3163         called interactively.
3165         * gnus-art.el (gnus-mime-view-part-externally)
3166         (gnus-mime-view-part-internally): Make predicate function passed to
3167         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3168         of a mime type.
3170         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3172 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3174         * shr.el (require): Require cl when compiling.
3175         (shr-tag-hr): New function.
3177         * nnimap.el (nnimap-update-info): Remove double setting of high.
3178         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3179         This makes nnimap work properly on Courier again.
3181         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3182         the variable for backwards compatability.
3184         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3185         the file name before using to avoid setting mm-default-directory to
3186         nil.
3188         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3189         bidning gnus-agent variables.
3191         * shr.el (shr-render-td): Use a cache for the table rendering function
3192         to avoid getting an exponential rendering behaviour in nested tables.
3193         (shr-insert): Rework the line-breaking algorithm.
3194         (shr-insert): Don't leave trailing spaces.
3195         (shr-insert-table): Also insert empty TDs.
3196         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3198 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3200         * gnus-sum.el (gnus-number): Rename from `number'.
3201         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3202         (gnus-summary-limit-children): Update uses correspondingly.
3204 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3206         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3207         (gnus-gravatar-transform-address): Don't show avatars of people of
3208         which mail addresses match gnus-gravatar-too-ugly.
3210 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3212         * shr.el (shr-table-widths): Expand TD elements to fill available
3213         space.
3215 2010-10-07  Julien Danjou  <julien@danjou.info>
3217         * nnimap.el (nnimap-request-rename-group): Add this method.
3219 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3221         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3222         name from XEmacs' function-arglist.
3224         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3225         gravatar under XEmacs.
3227 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3229         * auth-source.el: Update docs with TODO items.
3231         * gnus-sync.el: Update docs to explain state and plans.
3233         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3234         Hooks for mark updates.
3235         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3237         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3238         hooks with arguments, which is needed for mark update hooks.
3240 2010-10-06  Julien Danjou  <julien@danjou.info>
3242         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3243         was matched.
3245         * sieve-manage.el: Update example in `Commentary'.
3247         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3249         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3250         not 2000.
3251         (sieve-manage-authenticate): Re-add function.
3253 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3255         * shr.el (shr-insert): Get 'space transition right.
3256         (shr-render-td): Only delete space at the end of the TD.
3258         * nnimap.el (nnimap-open-connection): Prepare to support
3259         open-gnutls-stream.
3261         * shr.el: Rearrange function order to be more logical.
3263 2010-10-06  Julien Danjou  <julien@danjou.info>
3265         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3266         (nnrss-discover-feed): Remove 404 URL in docstring.
3268         * nnir.el: Fix Swish-E URL.
3269         Fix Namazu URL.
3271         * message.el (message-change-subject): Remove 404 URL in a comment.
3273 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3275         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3276         called interactively.
3278         * gnus-util.el (gnus-remove-if): Allow hash table.
3279         (gnus-remove-if-not): New function.
3281         * gnus-art.el (gnus-mime-view-part-as-type)
3282         * gnus-score.el (gnus-summary-score-effect)
3283         * gnus-sum.el (gnus-read-move-group-name):
3284         Replace remove-if-not with gnus-remove-if-not.
3286         * gnus-group.el (gnus-group-completing-read):
3287         Regard collection as a hash table if it is not a list.
3289 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3291         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3293         * shr.el: Document the table-rendering algorithm.
3295 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3297         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3298         for Emacsen having no `libxml-parse-html-region' support.
3300 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3302         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3303         invalid URLs.
3305         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3306         line-broken.
3307         (shr-tag-img): Ignore image fetching errors.
3308         (shr-overlays-in-region): Compute overlay positions correctly.
3310         * mm-decode.el (mm-shr): Require shr.
3312         * gnus-art.el (gnus-blocked-images): Move variable here.
3314         * shr.el (shr-insert-table): Bind free variable.
3316         * mm-decode.el (mm-shr): Bind shr-content-function.
3318         * shr.el (shr-content-function): New variable.
3320         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3321         added for symmetry.
3323         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3325         * gnus-group.el (gnus-group-make-group): Doc fix.
3327         * nnimap.el (nnimap-request-newgroups): Return success.
3329         * shr.el (shr-find-elements): New function.
3330         (shr-tag-table): Put all the images after the table.
3331         (shr-tag-table): Really inhibit images inside the table.
3332         (shr-collect-overlays): Copy over overlays from the TD elements to the
3333         main document.
3335         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3336         gnus-blocked-images.
3338 2010-10-05  Julien Danjou  <julien@danjou.info>
3340         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3342         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3343         (gnus-html-maximum-image-size): Add this function.
3344         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3346         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3347         server-value of the capability is nil.
3349 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3351         * shr.el (shr-tag-em): Add <EM> tag.
3353 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3355         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3356         customizable.
3358         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3359         handing broken links to browse-url.
3361 2010-10-05  Julien Danjou  <julien@danjou.info>
3363         * gnus-util.el (gnus-emacs-completing-read)
3364         (gnus-iswitchb-completing-read): Use autoload rather than require.
3366 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3368         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3369         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3370         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3371         iswitchb-temp-buflist for XEmacs.
3373         * gnus-util.el (gnus-completing-read-function): Exclude
3374         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3375         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3376         XEmacs.
3378         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3379         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3381         * gnus-html.el: Don't require help-fns under XEmacs.
3382         (gnus-html-schedule-image-fetching): Work for XEmacs.
3384         * mm-decode.el (mm-shr): Decode contents by charset.
3386 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3388         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3389         unknown.
3391         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3392         (shr-get-image-data): Ensure against the cache file missing.
3394         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3395         for data.
3397         * spam-report.el (spam-report-url-ping-plain): Don't query about
3398         killing the process.
3400         * shr.el (shr-render-td): Protect against too-wide text.
3402 2010-10-04  Julien Danjou  <julien@danjou.info>
3404         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3405         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3407         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3408         retrieved.
3410 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3412         * shr.el (browse-url): Require.
3413         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3414         lines.
3415         (shr-show-alt-text, shr-browse-image): New commands.
3416         (shr-browse-url, shr-copy-url): New commands.
3418         * gnus-sum.el (gnus-widen-article-window): New variable.
3419         (gnus-summary-select-article-buffer): Use it.
3421         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3422         without @ signs.
3424 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3426         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3428 2010-10-04  Julien Danjou  <julien@danjou.info>
3430         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3431         for XEmacs.
3433 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3435         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3437         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3438         (nnimap-close-server): Implement.
3440         * dgnushack.el (iswitchb): Require to shut up the compiler.
3442         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3443         (shr-insert): Tweak line breaking.
3444         (shr-insert): Handle <pre> better.
3445         (shr-tag-li): Get <li> indentation right.
3446         (shr-tag-li): Get <li> indentation even righter.
3447         (shr-tag-blockquote): Ensure paragraph start.
3448         (shr-make-table): Tweak table generation.
3449         (shr-make-table): Fix typo.
3451         * shr.el: Implement table rendering.
3453 2010-10-04  Julien Danjou  <julien@danjou.info>
3455         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3457 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3459         * shr.el (shr-insert): Use string anchors instead of line anchors.
3461 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463         * shr.el: Add headings.
3464         (shr-ensure-paragraph): Actually work.
3465         (shr-tag-li): Make <ul> prettier.
3466         (shr-insert): Get white space at the beginning/end of elements right.
3467         (shr-tag-p): Collapse subsequent <p>s.
3468         (shr-ensure-paragraph): Don't insert double line feeds after blank
3469         lines.
3470         (shr-insert): \t is also space.
3471         (shr-tag-s): Fix "s" tag name function.
3472         (shr-tag-s): Fix face prop name.
3474 2010-10-03  Julien Danjou  <julien@danjou.info>
3476         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3478         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3479         gnus-window-inside-pixel-edges.
3481         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3482         gnus-ems.
3484         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3486         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3487         function.
3489         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3490         resize choice.
3492 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3494         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3495         beginning of the buffer.
3497         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3498         article buffer again.
3500         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3502         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3503         when it's at the start of the buffer.
3505         * shr.el (shr-tag-blockquote): Convert name.
3506         (shr-rescale-image): Use the right image-size variant.
3508         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3509         buffer isn't shown, then select the current article first instead of
3510         bugging out.
3511         (gnus-summary-select-article-buffer): Show both the article and summary
3512         buffers again.
3514         * shr.el (shr-fontize-cont): Protect against regions with no text.
3515         Rename tag functions to shr-tag-* for enhanced security.
3516         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3518 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3520         * shr.el (shr-insert):
3521         * pop3.el (pop3-movemail):
3522         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3523         loaded.
3525 2010-10-03  Glenn Morris  <rgm@gnu.org>
3527         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3529         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3531         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3533         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3535         * gnus-util.el (gnus-make-local-hook): Simplify.
3537 2010-10-02  Julien Danjou  <julien@danjou.info>
3539         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3540         (gnus-ido-completing-read): New function.
3541         (gnus-emacs-completing-read): New function.
3542         (gnus-completing-read): Use gnus-completing-read-function.
3543         Add gnus-completing-read-function.
3545 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3547         * shr.el (shr-insert-document): Autoload.
3548         (shr-img): Be silent.
3549         (shr-insert): Add a newline after every picture before text.
3550         (shr-add-font): Use overlays for combining faces.
3551         (shr-insert): Pass upwards the text start point.
3553         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3554         possible.
3555         (mm-shr): New function.
3557 2010-10-02  Julien Danjou  <julien@danjou.info>
3559         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3560         should go backward.
3562 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3564         * shr.el (shr): Fix typo in provide call.
3566 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3568         * shr.el: New file.
3570         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3572         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3573         completing read.
3575 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3577         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3578         we're being queried about.  Suggested by Dan Jacobson.
3580         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3581         Suggested by Jason Eisner.
3583         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3584         table, too.  Suggested by Stefan Wiens.
3585         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3586         the table unnecessary.  Suggested by Stefan Wiens.
3588         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3589         longer needed, and probably doesn't work either, as pointed out by
3590         Stefan Wiens.
3591         (gnus-summary-exit): Remove call to the clearing function.
3592         (gnus-summary-exit-no-update): Ditto.
3594         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3595         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3596         Reported by Stefan Monnier.
3597         (gnus-summary-save-in-rmail): Ditto.
3599         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3600         article buffer, instead of both the article buffer and the summary
3601         buffer.  Sort of suggested by Dan Jacobson.
3603         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3605         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3606         Suggested by Dan Jacobson.
3608         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3609         documentation clearer.
3611         * message.el (message-shorten-references): Comment on the number "21".
3612         Suggested by Stefan Monnier.
3614         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3615         Suggested by Dan Jacobson.
3617         * gnus.el (gnus-large-newsgroup):
3618         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3620         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3621         externalize attachments.  Bug reported by Steve Wen.
3623         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3624         really message anything to the user.
3626         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3627         directly.
3629         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3630         messages in empty groups.
3632 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3634         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3635         non-UIDNEXT group.
3637 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3639         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3640         not the value from the collection.
3642         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3643         values.  This sometimes happens on some groups that have no info.
3644         (nnimap-request-newgroups): New function.
3646 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3648         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3649         check into `gnus-registry-initialize'.
3650         (gnus-registry-initialize): Ditto.
3651         Fix and extend header docs.
3653 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3655         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3656         regexp backtrace overflows.
3658         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3659         for starttls that tls.el implements; i.e. openssl.
3661         * tls.el (tls-starttls-switches): Give up on using starttls with
3662         gnutls-cli.
3663         (tls-program): Add --insecure to be consistent with the defaults from
3664         openssl s_client.  Now all three commands are insecure.
3666 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3668         * lpath.el: Bind completion-styles-alist for XEmacs.
3670         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3671         (gravatar-create-image): New function that's an alias to
3672         gnus-xmas-create-image, gnus-create-image, or create-image.
3673         (gravatar-data->image): Use it.
3675 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3677         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3678         install the nnregistry refer method.
3679         (gnus-registry-install-hooks): Use it.
3680         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3681         unfollowed groups.
3683 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3685         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3686         expanding threads.
3688 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3690         * nnir.el: Use the server names without suffixes (bug #7009).
3692         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3693         unencrypted to STARTTLS, if possible.
3695 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3697         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3698         headers before superseding.
3700 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3702         * nnrss.el (nnrss-use-local): Add documentation.
3704         * nnimap.el (nnimap-extend-tls-programs): New function.
3705         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3706         (nnimap-wait-for-connection): Accept the greeting from the stupid
3707         output from openssl s_client -starttls, too.
3709         * tls.el (tls-starttls-switches): New variable.
3710         (tls-find-starttls-argument): Use it.
3711         (open-tls-stream): Ditto.
3713         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3714         (netrc-machine): Ditto.
3716         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3717         article number.
3718         (nnimap-split-fancy): New variable.
3719         (nnimap-split-incoming-mail): Use it.
3721         * nntp.el (nntp-server-list-active-group): Document.
3723         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3724         SELECT to get the message-id.
3726         * mail-source.el (mail-sources): Remove webmail support.
3727         (defvar): Ditto.
3728         (mail-source-fetcher-alist): Ditto.
3729         (mail-source-fetch-webmail): Remove.
3731         * webmail.el: Remove -- doesn't seem relevant any more.
3733         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3735         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3736         the \r.
3738 2010-09-30  Julien Danjou  <julien@danjou.info>
3740         * gnus-agent.el (gnus-agent-add-group): Fix call to
3741         gnus-completing-read.
3743 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3745         * nndoc.el (nndoc-retrieve-groups): New function.
3747         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3748         `default', use nnmail-split-methods.
3749         (nnimap-request-article): Downcase the NILs so that they are nil.
3751         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3752         symbol.
3754         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3755         code, since if the user has requested network, that's what they ought
3756         to get.
3757         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3758         (nnimap-split-rule): Mark as obsolete.
3760         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3761         New variable.
3763         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3764         correct slot, too.
3766 2010-09-29  Julien Danjou  <julien@danjou.info>
3768         * gnus.el (gnus-local-domain): Declare variable obsolete.
3770         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3771         Fix history computing.
3772         (gnus-ido-completing-read): Require ido.
3774 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3776         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3777         build Gnus.
3779         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3780         when interpreting the structures.
3781         (nnimap-request-accept-article): Add \r\n to the lines to make this
3782         work with Cyrus.
3784         * nndraft.el (nndraft-request-expire-articles): Use the group name
3785         instead if "nndraft".  Fix found by Nils Ackermann.
3787 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3789         * nnregistry.el: Add.
3791 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3793         * nnmail.el (group, group-art-list, group-art):
3794         Remove unneeded directives.
3796 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3798         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3799         (mm-mime-charset)
3800         * rfc2047.el (rfc2047-syntax-table)
3801         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3803         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3804         rather than `insert-file-contents' and `eval-region'.
3806         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3807         construction.
3809         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3811         * time-date.el: No need to require cl for Emacs 21.
3813 2010-09-29  Julien Danjou  <julien@danjou.info>
3815         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3816         replacement of `gnus-gravatar-relief' to mimic
3817         `gnus-faces-properties-alist'.
3818         Add :version property.
3820 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3822         * mail-source.el (mail-source-report-new-mail)
3823         * message.el (message-default-mail-headers)
3824         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3826         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3828 2010-09-28  Julien Danjou  <julien@danjou.info>
3830         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3831         mail-address contains the same string as real-name.
3833         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3834         non-blank in header, otherwise it'll get stripped.
3836         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3837         real-name, and then for mail address rather than doing : or , search.
3839 2010-09-27  Julien Danjou  <julien@danjou.info>
3841         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3842         right completing-read function.
3843         (gnus-use-ido): New variable
3844         (gnus-completing-read-with-default): Remove.
3845         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3846         (gnus-agent-add-group):
3847         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3848         * mm-view.el (mm-view-pkcs7-decrypt):
3849         * mm-util.el (mm-codepage-setup):
3850         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3851         * mml-smime.el (mml-smime-openssl-sign-query):
3852         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3853         (mml-insert-multipart):
3854         * gnus-msg.el (gnus-summary-yank-message):
3855         * gnus-int.el (gnus-start-news-server):
3856         * mm-decode.el (mm-interactively-view-part):
3857         * gnus-dired.el (gnus-dired-attach):
3858         * gnus.el (gnus-read-method):
3859         * gnus-bookmark.el (gnus-bookmark-jump):
3860         * gnus-art.el (gnus-mime-view-part-as-type)
3861         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3862         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3863         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3864         * nnmairix.el (nnmairix-create-server-and-default-group)
3865         (nnmairix-update-groups, nnmairix-get-server)
3866         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3867         (nnmairix-get-group-from-file-path):
3868         * nnrss.el (nnrss-find-rss-via-syndic8):
3869         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3870         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3871         (gnus-group-browse-foreign-server):
3872         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3873         (gnus-summary-execute-command, gnus-summary-respool-article)
3874         (gnus-read-move-group-name):
3875         * gnus-score.el (gnus-summary-increase-score)
3876         (gnus-summary-score-effect):
3877         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3879 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3881         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3882         x-focus-frame.
3884         * nnimap.el (auth-source-forget-user-or-password)
3885         (auth-source-user-or-password): Autoload.
3887         * message.el (message-from-style, message-interactive)
3888         (message-cite-prefix-regexp, message-sendmail-envelope-from)
3889         (message-yank-prefix, message-indentation-spaces, message-signature)
3890         (message-signature-file): Add comment.
3892 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3894         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
3895         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
3896         new articles.
3898         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
3899         parts.
3900         (nnimap-request-article): Work with the t setting, too.
3902         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
3903         that you don't get flashes of other buffers.
3904         (gnus-summary-show-complete-article): Intern before setting.
3906 2010-09-27  David Engster  <dengste@eml.cc>
3908         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
3909         well as HEADERS.
3910         (nnmairix-retrieve-headers): Provide new argument for the above.
3912 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3914         * gnus-sum.el (gnus-summary-move-article): Don't alter
3915         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
3916         group.
3918         * nnimap.el (nnimap-update-info): Don't destructively alter active.
3920         * message.el (message-cite-prefix-regexp): Revert my last edit.
3922         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
3923         variable instead of the Gnus variable.
3925         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
3927         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
3929         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
3930         since some servers don't like it.
3931         (nnimap-open-connection): Forget credentials if the server says the
3932         password was wrong.
3933         (nnimap-parse-line): Protect against invalid data.
3935         * gnus-sum.el (gnus-summary-move-article): Add comment.
3936         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
3937         nothing alters it while scanning for new messages.
3939         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
3940         which may or may not help.
3941         (nnimap-open-connection): If we're doing a stream connection, and then
3942         discover we're on a STARTTLS-capable server, then open a STARTTLS
3943         connection instead.
3945 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3947         * nnimap.el (utf7): Require.
3949         * message.el (message-cite-prefix-regexp): Remove "}" from citation
3950         prefix.
3952 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
3954         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
3956 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3958         * nnimap.el (nnimap-request-accept-article): Message the error on
3959         error.
3961 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
3963         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
3965 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3967         * nndoc.el (nndoc-request-list): Return success always.
3969         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
3970         `fetch-old' -- we only want to fetch the articles we've requested.
3971         The rest are in the agent, probably.
3972         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
3973         disappeared server" to something low.  It's not important.
3975         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
3976         arrived before the FETCH data.
3978         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
3979         target here, because we don't know the Gnus name of the group.
3981         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
3982         for the correct group.
3984         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
3986         * gnus.el (gnus): Give a final warning after startup.
3988         * gnus-util.el (gnus-action-message-log): New variable.
3989         (gnus-message): Use it.
3990         (gnus-final-warning): New function.
3992         * nnimap.el (nnimap-open-connection): Record the greeting.
3993         (nnimap): Add greeting.
3995 2010-09-26  Julien Danjou  <julien@danjou.info>
3997         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
3998         arguments.
3999         (gnus-html-wash-images): Fix spec computing to include start/end.
4001         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4003 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4005         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4006         deletion.
4007         (nnimap-retrieve-headers): Don't select the group, because that's
4008         already done by nnimap-possibly-change-group.
4010         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4011         (gnus-picon-transform-address): Use it.
4013         * mail-source.el (mail-source-value): Revert previous patch.
4015         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4016         on failure.
4017         (nnimap-open-connection): Look up both virtual and physical server name
4018         credentials.
4020         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4022 2009-02-07  Dave Love  <fx@gnu.org>
4024         * tls.el (open-tls-stream): Don't query killing process.
4026 2009-02-08  Dave Love  <fx@gnu.org>
4028         * gnus-win.el (gnus-window-to-buffer-helper)
4029         (gnus-all-windows-visible-p): Function needn't be a symbol.
4031         * mail-source.el (mail-source-value): Function needn't be a symbol.
4033 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4035         * message.el (message-cite-prefix-regexp): Remove } from the cite
4036         prefix.
4038         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4039         highlight again, so that the highlight is correct.
4041         * gnus-picon.el (gnus-picon): Remove again.
4042         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4044         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4045         doing the header highlightling, so that the background colour of the
4046         picon is correct.
4048         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4049         (gnus-picon): Ditto.
4050         (gnus-picon): Reinstate.  The background colour for picons is white.
4051         (gnus-picon-insert-glyph): Make the background white.
4053         * nnml.el (nnml-open-nov): Don't return dead buffers.
4055         * auth-source.el (auth-source-create): Query the user for whether to
4056         store the credentials.
4058         * netrc.el (netrc-store-data): New function.
4060         * auth-source.el (auth-source-user-or-password): Use the existing auth
4061         sources, if any, for creation.
4063         * gnus.el (gnus-group-fast-parameter): Return the last matching
4064         parameter instead of the first matching parameter.
4066 2010-09-26  Julien Danjou  <julien@danjou.info>
4068         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4070 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4072         * mml2015.el (mml2015-use): Remove gpg support.
4074         * mml1991.el (mml1991-function-alist): Remove gpg function.
4075         (mml1991-gpg-sign): Remove.
4077 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4079         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4080         (gnus-browse-unsubscribe-current-group): Document it.
4081         (gnus-browse-unsubscribe-group): Use it.
4083 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4085         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4086         address to the To list for easier response.
4088         * gnus.el (gnus-play-startup-jingle): Remove.
4089         (gnus-splash): Don't play jingle.
4090         (gnus): Silence gnus-load message.
4092         * gnus-art.el (gnus-treat-play-sounds): Remove.
4094         * gnus.el (gnus-play-jingle): Remove audio support.
4096         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4098         * earcon.el: Remove -- no users.
4100         * gnus-audio.el: Remove -- no users of this package.
4102         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4104         * gnus-start.el (gnus-setup-news): Remove nocem support.
4106         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4108         * gnus.el (gnus-use-nocem): Remove.
4110         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4111         Remove.
4113         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4114         uses NoCeM any more.
4116         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4117         (gnus-button-ctan-handler): Ditto.
4118         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4119         (gnus-button-ctan-directory-regexp): Ditto.
4120         (gnus-button-handle-ctan): Ditto.
4121         (gnus-button-tex-level): Ditto.
4122         (gnus-button-alist): Remove CTAN stuff.
4124 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4126         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4127         nnimap-streaming test.
4129         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4130         servers twice.
4132         * nnimap.el (nnimap-open-connection): Add more error reporting when
4133         nnimap fails early.
4135         * nnheader.el (nnheader-get-report-string): New function.
4136         (nnheader-get-report): Use it.
4138         * gnus-int.el (gnus-check-server): Say what the error was when opening
4139         failed.
4141         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4142         using streaming.
4144 2010-09-25  Julien Danjou  <julien@danjou.info>
4146         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4147         gnus-window-inside-pixel-edges.
4149 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4151         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4153         * mm-decode.el (mm-save-part): Allow saving to other directories the
4154         normal Emacs way.
4156         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4157         Suggested by Jay Berkenbilt.
4159         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4160         there isn't a single byte.
4162         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4163         just do it.  It doesn't really seem to matter what the user responds
4164         here, I think, so it's just a confusing question.
4166         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4167         non-streaming case.
4169         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4170         (gnus-article-encrypt-body): Use it.
4172         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4173         keystroke.
4175         * nnimap.el (nnimap-find-wanted-parts-1):
4176         Use gnus-fetch-partial-articles.
4178         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4180         * nnimap.el (nnimap-insert-partial-structure): New function.
4181         (nnimap-get-partial-article): New function.
4182         (nnimap-request-article): Use it.
4183         (nnimap-wait-for-response): Return whether the wait was successful.
4184         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4185         retrieval wasn't successful.
4186         (nnimap-retrieve-group-data-early): Allow throttling servers.
4187         (nnimap-streaming): New variable.
4188         (nnimap-fetch-partial-articles): Remove.
4190         * mm-decode.el (mm-with-part): Protect against killed buffers.
4192         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4193         for prettier summary display.
4195 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4197         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4199 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4201         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4202         apparently third-party libraries depend on it.
4204         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4205         before starting negotiation.
4207         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4208         privacy reasons.
4209         (gnus-treat-mail-gravatar): Ditto.
4211         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4212         buffer when inserting images.  Inserting text into the headers, for
4213         instance, can make them invalid.
4215 2010-09-25  Julien Danjou  <julien@danjou.info>
4217         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4218         variables.
4220         * nnheader.el: Remove useless variables news-reply-yank-from and
4221         news-reply-yank-message-id.
4223         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4224         variables.
4226         * mml1991.el: Remove useless mml1991-verbose.
4228         * gnus.el: Remove useless variable gnus-use-generic-from.
4229         Remove obsolete variable gnus-topic-indentation.
4231         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4233         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4235         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4237         * gnus-group.el: Remove useless gnus-group-icon-cache.
4238         Remove useless gnus-ephemeral-group-server.
4240         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4242         * mml2015.el: Remove useless mml2015-verbose.
4244         * mml-smime.el: Remove useless mml-smime-verbose.
4246         * gnus.el: Remove useless gnus-local-domain.
4248         * gnus-gravatar.el (gnus-gravatar-transform-address):
4249         Use gnus-gravatar-size.
4251         * gnus-art.el: Remove useless gnus-treat-translate.
4253 2010-09-24  Julien Danjou  <julien@danjou.info>
4255         * gnus-sum.el: Add support for Gravatars.
4257         * gnus-art.el: Add support for Gravatars.
4259         * gnus-gravatar.el: Add this file.
4261         * gravatar.el: Add this file.
4263 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4265         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4267         * gnus-group.el (gnus-group-fetch-faq): Remove.
4269         * gnus.el (gnus-group-faq-directory): Remove.
4271         * gnus-group.el (gnus-group-fetch-charter): Remove.
4273         * gnus.el (gnus-group-charter-alist): Remove.
4275         * gnus-group.el (gnus-group-archive-directory): Remove.
4276         (gnus-group-recent-archive-directory): Ditto.
4277         (gnus-group-make-archive-group): Remove.
4279         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4281         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4282         use the same article number for all the cached articles.
4284         * nnimap.el (nnimap-command): Register the last command time so
4285         that we can use it for idling NOOPs.
4286         (nnimap-open-connection): Start the keeplive timer.
4287         (nnimap-make-process-buffer): Store all the process buffers.
4288         (nnimap-keepalive): New function.
4290         * starttls.el (starttls-open-stream): Add autoload cookie.
4292 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4294         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4295         handling.
4297 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4299         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4300         its data structures.
4302         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4303         instead of the cl.el copy-list.
4304         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4305         equalp.
4307 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4309         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4310         and tool-bar-local-item-from-menu.
4312         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4313         mode-line-highlight face for Emacs.
4315         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4316         loading gnus-sum.elc; fix comment for canlock-verify.
4317         (gnus-article-jump-to-part): Use read-number.
4318         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4319         Remove Emacs pre-21 compatible code for help-echo.
4320         (gnus-article-next-page-1): No need to adjust the number of lines.
4321         (gnus-article-describe-bindings): Always use help-buffer.
4323         * gnus-audio.el (gnus-audio-inline-sound)
4324         * gnus-cus.el (gnus-custom-mode)
4325         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4327         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4329         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4330         compatible code.
4332 2010-09-24  Glenn Morris  <rgm@gnu.org>
4334         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4335         visiting the fcc file in rmail-mode.
4337         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4339 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4341         * nnir.el: Silence the byte compiler.
4343         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4344         alias to browse-url-url-encode-chars if any.
4345         (gnus-html-encode-url): Use it.
4347 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4349         * gnus-start.el (gnus-use-backend-marks): New variable.
4350         (gnus-get-unread-articles-in-group): Use it.
4352         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4353         makeover.
4355 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4357         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4359 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4361         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4362         Remove.
4363         (gnus-setup-news-hook):
4364         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4366         * gnus-int.el (gnus-request-update-info): Protect against backends not
4367         having the function.
4369         * nnimap.el (nnimap-stream): Mention starttls.
4370         (nnimap-open-connection): Add starttls support.
4372 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4374         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4376 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4378         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4379         BODYSTRUCTUREs.
4380         (nnimap-transform-headers): Unfold quoted {42} headers.
4382         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4383         the info.
4384         (gnus-get-unread-articles): Only call updatep on backends that support
4385         it.
4387         * nnweb.el (nnweb-request-update-info): NOOP.
4389         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4391         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4392         since it only deals with marks.
4394         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4395         gnus-request-marks, and make a new gnus-request-update-info.
4397         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4398         the active instead of the high number, which is usually too low.
4400 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4402         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4403         * encrypt.el: Remove.
4405 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4407         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4408         server in symbolic form.
4410         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4412 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4414         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4415         (nnimap-update-info): Fix up code slightly.
4417         * gnus-int.el (gnus-open-server): Add tracing for performance
4418         debugging.
4420         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4421         (gnus-group-insert-group-line): Pass the real group name so that it
4422         gets the right data.
4424         * gnus-start.el (gnus-get-unread-articles): Don't have
4425         `gnus-get-unread-articles-in-group' update info, since that can be
4426         really slow and doesn't seem to be needed?
4428 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4430         * time-date.el (date-to-time): Try using parse-time-string first before
4431         using the slower timezone-make-date-arpa-standard.
4433 2010-09-22  Julien Danjou  <julien@danjou.info>
4435         * gnus-group.el (gnus-group-insert-group-line):
4436         Call gnus-group-highlight-line.
4437         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4438         default hook list.
4439         (gnus-group-update-eval-form): Add new function.
4440         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4441         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4443 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4445         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4446         immediate, then expire all articles.
4447         (nnimap-update-info): Fix off-by-one errors.
4448         (nnimap-flags-to-marks): Would return no marks lists for group with no
4449         flags.  Instead return the other data.
4451 2010-09-22  Julien Danjou  <julien@danjou.info>
4453         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4454         Only return an icon.
4455         (gnus-group-insert-group-line): Compute icon to return.
4457         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4458         (gnus-html-image-fetched): Only cache if
4459         gnus-html-image-automatic-caching is set.
4460         (gnus-html-image-fetched): Check for errors.
4462 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4464         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4465         once per method on `g'.  This ensures that backends like nnfolder don't
4466         open all their folders.
4468         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4469         (nnimap-request-list): Nix out group in the correct buffer.
4470         (nnimap-parse-flags): Implement by using `read' instead of
4471         hand-parsing.
4472         (nnimap-flags-to-marks): Pass on permanent-flags.
4473         (nnimap-make-process-buffer): Record the server name.
4474         (nnimap-parse-flags): Fix typo.
4475         (nnimap-request-scan): Run split on the server in general, not just a
4476         single group.
4478         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4479         parameter, and propagate this downwards.
4481         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4482         since EXAMINE changes it on the server.
4484         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4485         this command might take a while.
4487 2010-09-22  Julien Danjou  <julien@danjou.info>
4489         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4490         harmful if you have 2 images side-by-side, they can't be properly
4491         update on text deletion.  Using text-property is safer here.
4492         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4493         data.
4495 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4497         * nnimap.el (nnimap-expunge-inbox): Remove.
4498         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4499         (nnimap-expunge): Flip default to t.
4501         * gnus.el (gnus-method-to-server): Don't push things to the cache
4502         unless it's unique.
4503         (gnus-server-to-method): Ditto.
4505 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4507         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4509 2010-09-22  Julien Danjou  <julien@danjou.info>
4511         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4512         get the start of data.
4513         (gnus-html-encode-url): Add this function to encode special chars in
4514         URL.
4515         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4516         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4518         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4519         default.
4520         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4522         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4523         images alt-text.
4524         (gnus-html-put-image): Put alt-text as help-echo.
4526 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4528         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4529         * mm-util.el (mm-decompress-buffer)
4530         * nnir.el (nnir-run-find-grep)
4531         * pop3.el (pop3-list): Use 3rd arg of split-string.
4533         * time-date.el (format-seconds): Comment fix.
4535         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4536         and byte-optimize-form-code-walker.
4537         (dgnushack-make-auto-load): Don't advise make-autoload.
4539         * lpath.el: Remove Emacs 21 stuff.
4541 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4543         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4544         outside the active range.  Suggested by Dan Christensen.
4546         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4547         slightly later to avoid double-getting it.
4549         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4550         previous patch.
4552         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4554 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4556         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4558 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4560         * gnus-int.el (gnus-open-server): Give a better error message in the
4561         "go offline" case.
4563         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4564         marks for nnimap, which is seldom the right thing to do.
4566         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4567         (gnus-same-method-different-name): New function.
4569         * nnimap.el (parse-time): Require.
4571         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4572         method in the presence of many similar methods.
4574         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4576         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4577         nnml-inhibit-expiry.
4579         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4580         find out whether methods are equal.
4582         * nnimap.el (nnimap-find-expired-articles): New function.
4583         (nnimap-process-expiry-targets): New function.
4584         (nnimap-request-move-article): Request the article before looking at
4585         what the Message-ID is.  Fix found by Andrew Cohen.
4586         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4588         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4589         for oldness in addition to being a predicate.
4591         * nnimap.el (nnimap-request-group): When we have zero articles, return
4592         the right data to Gnus.
4593         (nnimap-request-expire-articles): Only delete articles immediately if
4594         the target is 'delete.
4596         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4597         method, this would bug out.
4599         * gnus-group.el (gnus-group-expunge-group): Rename from
4600         gnus-group-nnimap-expunge, and implemented as a normal interface
4601         function.
4603         * gnus-int.el (gnus-request-expunge-group): New function.
4605         * nnimap.el (nnimap-request-create-group): Implement.
4606         (nnimap-request-expunge-group): New function.
4608 2010-09-21  Julien Danjou  <julien@danjou.info>
4610         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4611         (gnus-html-cache-expired): Add new function.
4612         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4613         wethever we should display image for fetch it.
4614         Compute alt-text earlier to pass it to the fetching function too.
4615         (gnus-html-schedule-image-fetching): Change function argument to only
4616         get one image at a time, not a list.
4617         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4618         cache.
4619         (gnus-html-get-image-data): New function to retrieve image data from
4620         cache.
4621         (gnus-html-put-image): Change buffer argument to use image data rather
4622         than file, and place image above region rather than inserting a new
4623         one.  Do not take alt-text as argument, since it's useless now: we place
4624         the image above alt-text.
4625         (gnus-html-prune-cache): Remove.
4626         (gnus-html-show-images): Start to fetch image when we find one, do not
4627         push into a temporary list.
4628         (gnus-html-prefetch-images): Only fetch image if they have expired.
4629         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4630         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4632 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4634         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4636 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4638         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4639         spec inser "*" if the group isn't active instead of 0.
4641         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4642         opening the server.
4643         (nnimap-request-delete-group): Implement group deletion.
4644         (nnimap-transform-headers): Return the size of the entire message in
4645         the Bytes header, not just the size of the first part.
4646         (nnimap-request-move-article): When moving an article from nnimap,
4647         request the article first so the accepting form has an article to
4648         accept.  Reported by Dan Christensen.
4649         (nnimap-command): Make sure that the error message doesn't error out.
4651 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4653         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4654         we haven't requested anything.
4656 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4658         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4659         "".  Fix found by Andrew Cohen.
4661         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4662         instead of -encode-string.
4664 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4666         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4668         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4669         by mm-subst-char-in-string.
4671 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4673         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4674         waiting for the connection string.
4676         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4677         arriving.
4679         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4680         bogus characters.  This allows selecting certain Gmail groups.
4682         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4683         (nnimap-fetch-partial-articles): New variable.
4684         (nnimap-open-connection): When looking for credentials, also use the
4685         nnimap-server-port.
4686         (nnimap-request-article): Return the group/article number, so that Gnus
4687         `^' works as expected.
4688         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4690         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4691         comments.
4692         (gnus-methods-sloppily-equal): New function.
4693         (gnus): When using the development version of Gnus, load the gnus-load
4694         file.
4696         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4697         `gnus-open-server' on each method before trying to scan them etc.
4698         This ensures that all the backend parameters are set correctly.
4700         * nnimap.el (nnimap-authenticator): New variable.
4701         (nnimap-open-connection): Allow anonymous login.
4702         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4703         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4705         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4706         patch, found by Knut Anders Hatlen.
4708 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4710         * gnus-agent.el (gnus-agent-batch-confirmation)
4711         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4712         to gnus-message.
4713         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4714         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4715         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4716         * gnus-int.el (gnus-open-server): Likewise.
4717         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4718         (gnus-score-check-syntax): Likewise.
4719         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4720         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4721         Likewise.
4722         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4724 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4726         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4727         calling conventions so that prefetch doesn't bug out.
4729 2010-09-19  Julien Danjou  <julien@danjou.info>
4731         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4732         rather than `subst-char-in-region' in order to be able to replace ASCII
4733         char by UTF-8 ones.
4735         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4736         than curl.
4737         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4738         the right URL and ALT text on images.
4739         (gnus-html-wash-tags): Fix tag case.
4740         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4741         (gnus-article-html): Add -o display_ins_del=2 option.
4742         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4744 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4746         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4747         the extra mail headers, which sometimes seem to happen for unknown
4748         reasons.
4750         * mail-parse.el (mail-header-encode-parameter): Define as
4751         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4752         (or most, perhaps?) mail readers don't understand the latter, but do
4753         understand the former.
4755         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4756         to nil, so that no methods are automatically agentized.  I think this
4757         is probably what most users want.
4759         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4760         from url-retrieve, for instance about invalid URLs.
4762         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4763         groups that have no articles.
4764         (nnimap-request-article): Check that we really got an article when we
4765         requested one.
4767         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4768         doesn't exist.
4770         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4771         nntp buffer so the agent can save it.
4772         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4773         that CRLF doesn't get translated to \n.
4774         (nnimap-open-connection): Don't make 'shell commands only send \n.
4776 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4778         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4779         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4780         Update var name.
4781         (nnml-generate-nov-file): Use dolist.
4782         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4783         Use with-current-buffer.
4785 2010-09-18  Julien Danjou  <julien@danjou.info>
4787         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4788         parallel.
4790 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4792         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4793         the range update right.
4794         (nnimap-request-group): Don't make `M-g' bug out on group with no
4795         marks.
4796         (nnoo): Require, so that other packages can require nnimap.
4797         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4798         command we're looking for.  This helps when the server sends more
4799         responses after we've gotten everything we expected.
4800         (nnimap): Add a `newlinep' field to keep track of end-of-line
4801         conventions.
4802         Don't send CRLF to things that don't want it.
4803         (nnimap-request-accept-article): Ditto.
4805 2010-09-18  Julien Danjou  <julien@danjou.info>
4807         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4808         than curl to retrieve images.
4810 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4812         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4813         the marks.
4814         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4815         (nnimap-wait-for-connection): New function.
4816         (nnimap-open-connection): If we have PREAUTH, don't query for login
4817         credentials.
4818         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4819         when doing a partial update.
4821 2010-09-18  Julien Danjou  <julien@danjou.info>
4823         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4824         tags.
4826 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4828         * nnimap.el (nnimap-credentials): New function.
4829         (nnimap-open-connection): Use the new function to look for credentials
4830         also on the numeric equivalents of "imap" and "imaps".
4832         * gnus-start.el (gnus-activate-group): Send the info to
4833         gnus-request-group.
4835         * nnimap.el (nnimap-request-group): Have the "check" version of the
4836         function parse flags and update the info, so that a `M-g' get a total
4837         resync of all flags from the group.
4839         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4840         to allow backends to alter the info on group selection.  Also alter all
4841         the backend -request-group functions to take the parameter.
4843         * nnimap.el (nnimap-store-info): New function.
4844         (nnimap-update-info): Store the info for later usage.
4845         (nnimap-request-group): Use the stored info for the dont-check case, so
4846         that we don't retrieve all marks when we enter a group.
4848         * nnimap.el: Use deffoo instead of defun for interface functions.
4850         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4851         update the group info.  This makes the nndraft groups, for instance, go
4852         back to their old behaviour.
4854         * gnus-sum.el (gnus-select-newsgroup): Indent.
4856         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4857         in.
4858         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4859         nothing.
4861         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4862         from methods that are denied.
4864         * gnus-int.el (gnus-method-denied-p): New function.
4866         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4867         store the password instead of netrc.
4868         (nnimap-open-connection): Don't error out when we can't make a
4869         connections.
4871         * auth-source.el (auth-source-create): In the password prompt, say what
4872         we're querying for.  Also prompt for user name if that hasn't been
4873         given.
4875         * nnimap.el (nnimap-with-process-buffer): Remove.
4877 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4879         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4880         method when we're reading from the agent.
4882         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4884         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4885         that's probably most useful for users.
4887         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
4888         "failed" all the time.
4890         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
4891         ...)) with (with-current-buffer ... ).
4893         * nntp.el (nntp-open-server): Return whether the open was successful or
4894         not.
4896         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
4897         select an unread unseen article first.
4899         * nnimap.el (nnimap-open-connection): If the user doesn't have a
4900         /etc/services, supply some sensible port defaults.
4902         * dgnushack.el: Define netrc-credentials.
4904 2010-09-17  Julien Danjou  <julien@danjou.info>
4906         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
4908 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
4910         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
4911         doesn't have any parameters.
4913 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4915         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
4916         only upcased checks.
4918         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
4920         * nnimap.el (nnimap-open-shell-stream): New function.
4921         (nnimap-open-connection): Use it.
4922         (nnimap-transform-headers): Get the number of lines in each message.
4923         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
4924         number of lines.
4925         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
4926         problem.
4928         * utf7.el (utf7-encode): Autoload.
4930         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
4931         to allow the mail splitting to not return a default group.  This is
4932         useful for nnimap, which will leave unmatched mail in the inbox.
4934         * nnimap.el: Rewritten.
4936         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
4937         nnimap usage.
4939         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
4940         if the move is internal, so that nnimap can do fast internal moves.
4942         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
4943         data.
4944         (gnus-read-active-for-groups): Support finishing the early retrieval of
4945         data.
4947         * gnus-range.el (gnus-range-nconcat): New function.
4949         * gnus-int.el (gnus-finish-retrieve-group-infos)
4950         (gnus-retrieve-group-data-early): New functions.
4952 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
4954         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
4955         (nnrss-retrieve-groups):
4956         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
4957         (pop3-quit): Use with-current-buffer.
4959 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
4961         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
4962         instead of nnheader-accept-process-output.
4964         * dgnushack.el (dgnushack-compile): Add comment.
4966         * lpath.el: No need to fbind propertize for XEmacs 21.4.
4968         * gnus-html.el (gnus-html-schedule-image-fetching)
4969         (gnus-html-prefetch-images): Replace process-kill-without-query by
4970         gnus-set-process-query-on-exit-flag.
4972 2010-09-16  Romain Francoise  <romain@orebokech.com>
4974         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
4976 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4978         * gnus-registry.el (gnus-registry-install-shortcuts): The second
4979         parameter to unintern is mandatory-ish in Emacs 24.
4981         * gnus-html.el (gnus-html-schedule-image-fetching)
4982         (gnus-html-prefetch-images): Check for curl before using it.
4984         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
4985         depend on curl, which isn't essential.
4987         * imap.el: Revert back to version
4988         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
4989         seem problematic.
4991 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
4993         * gnus-registry.el (gnus-registry-install-shortcuts):
4994         Explicitly pass `obarray' to `unintern' to avoid a warning.
4996 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4998         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
4999         change.
5001         * nnrss.el (nnrss-request-list): Remove this function and related
5002         functions, including the moreover stuff.
5004 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5006         * nnrss.el (nnrss-retrieve-groups): New function.
5008 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5010         * .dir-locals.el: Add no-byte-compile cookie.
5012 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5014         * time-date.el (format-seconds): Comment fix.
5016         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5017         for back end that doesn't support request-scan.
5019 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5021         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5022         then do request scans from the backends.
5024         * netrc.el (netrc-credentials): New conveniency function.
5026         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5027         avoid running a hook per line, since this takes a lot of time,
5028         profiling shows.
5029         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5030         directly if gnus-visual-p is true.
5032 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5034         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5035         groups; replace mapcar with dolist which is a bit faster; pass groups
5036         info to gnus-read-active-file-1.
5037         (gnus-read-active-file-1): Scan only specified groups if the new
5038         optional arg `infos' is given.
5040 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5042         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5044         * pop3.el (pop3-movemail): Remove.
5045         (pop3-streaming-movemail): Rename to pop3-movemail.
5047         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5048         don't restrict end-tag searches to the end of the line.
5050 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5052         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5053         articles of every unchecked group to t, which means unknown since the
5054         server has never been opened.
5056 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5058         * gnus-html.el (gnus-html-show-alt-text): New command.
5059         (gnus-html-browse-image): Ditto.
5060         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5061         to browse the image directly.
5062         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5063         better.
5065         * gnus-async.el (gnus-async-article-callback):
5066         Call `gnus-html-prefetch-images' unconditionally.
5068         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5069         before feeding URLs to curl.
5071 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5073         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5074         internal images as deletable by `W D D'.
5076         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5077         (gnus-async-article-callback): Fix typo.
5079 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5081         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5082         current line to work around bugs in the output from w3m.
5084         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5085         for groups that want that.
5087         * nntp.el (nntp-wait-for-string): Supply a timeout for
5088         accept-process-output to ensure progress.
5090         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5091         level to get unread articles from, then use that for foreign groups,
5092         too.
5094         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5095         confuses the rest of the function.
5097         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5098         for the methods that support -retrieve-groups, too.
5100         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5102 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5104         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5105         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5107         * pop3.el: Require cl when compiling.
5108         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5110 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5112         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5113         that aren't going to be activated.
5114         (gnus-get-unread-articles): Fix up the last commit.
5116         * gnus-html.el (gnus-article-html): Allow calling without specifying
5117         the handle.  In that case, dissect the buffer first.
5119         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5121         * nnimap.el (nnimap-open-connection): Revert the change that would look
5122         into authinfo for imaps instead of imap.
5124         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5125         say that you don't want to call gnus-request-group with don-check, but
5126         do check the reponse.  This is for virtual groups only.
5127         (gnus-get-unread-articles): Count the archive groups as secondary, so
5128         that they're activated the same way as before.
5130         * imap.el (imap-message-map): Removed optional buffer parameter, since
5131         no callers use it.
5132         (imap-message-get): Ditto.
5133         (imap-message-put): Ditto.
5134         (imap-mailbox-map): Ditto.
5135         (imap-mailbox-put): Ditto.
5136         (imap-mailbox-get): Ditto.
5137         (imap-mailbox-get): Revert last change for this function.
5139         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5140         case-insensitively.
5141         (nnimap-debug): Remove.
5143         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5144         to use `imap-fetch' instead.  According to the comments, this should be
5145         safe, since all other IMAP clients use the 1:* syntax.
5146         (imap-enable-exchange-bug-workaround): Removed.
5147         (imap-debug): Removed -- doesn't seem very useful.
5149         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5150         mail from a file, and the file doesn't exist.
5152         * imap.el (imap-log): New convenience function used throughout instead
5153         of repeating the same code all over the place.
5155         * pop3.el (pop3-streaming-movemail): Return t for success.
5157         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5158         .authinfo if we're using ssl connection.
5160         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5161         already have if we're in a main Gnus `g' run.
5163         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5165 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5167         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5169         * nnmh.el (nnmh-request-list-1): Bind `file'.
5171         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5172         alias to set-process-query-on-exit-flag or process-kill-without-query.
5173         (pop3-open-server): Use it.
5175 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5177         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5178         box to the Incoming file.  Fixes mistake in previous checkin.
5180         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5181         request loop (for debugging purposes) removed.
5183         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5184         culprit is more visible.
5185         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5186         (nnml-add-incremental-nov): New functions to do "incremental" nov
5187         updates, where we just append to the end of the existing nov files
5188         without reading/writing them in full.
5190         * mail-source.el (mail-source-delete-crash-box): Really only check the
5191         incoming files once in a while.
5193         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5195         * mail-source.el (mail-source-delete-crash-box): Only check the
5196         incoming files for deletion once per day to save a lot of file
5197         accesses.
5199         * pop3.el (pop3-logon): Fix up unbound variable typo.
5201         * mail-source.el (pop3-streaming-movemail): Autoload.
5203         * pop3.el (pop3-streaming-movemail):
5204         Respect pop3-leave-mail-on-server.
5206         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5207         retrieval.
5209         * pop3.el (pop3-process-filter): Remove unused function.
5210         (pop3-streaming-movemail, pop3-send-streaming-command)
5211         (pop3-wait-for-messages, pop3-write-to-file)
5212         (pop3-number-of-responses): New functions for streaming pop3
5213         retrieval.
5215         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5216         come from no known methods.
5217         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5218         list.
5220         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5221         message sizes.
5222         (pop3-movemail): Use erase-buffer instead of looping and deleting
5223         regions, which seems rather odd.
5225         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5226         file once per `g' run.
5228         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5229         directories.  This makes the draft queue directory work.
5231         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5232         data from the backends, so that we only request the list of groups from
5233         each method once.  This should speed things up considerably.
5235         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5236         detect that it's not implemented.
5238         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5239         we actually do recurse down into the tree, but don't stat all leaf
5240         nodes.
5242         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5243         then say so instead of bugging out.
5245         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5246         files exist before trying to read them.
5248         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5249         around <pre_int>.
5251         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5253         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5255 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5257         * mm-util.el (mm-image-load-path): Just return the image directories,
5258         not all directories in the path in addition to the image directories.
5259         (mm-image-load-path): Maintain a cache of the image directories so that
5260         the `g' command in Gnus doesn't have to stat dozens of directories each
5261         time.
5263         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5264         (gnus-html-wash-tags): Add a new `i' command to insert images.
5265         (gnus-html-insert-image): New command and keystroke.
5266         (gnus-html-redisplay-with-images): New command and keystroke.
5267         (gnus-html-show-images): Rename command.
5268         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5269         spacers.
5270         (gnus-html-wash-tags): Decode entities at the end, so that entities
5271         inside the tags don't mess up the rest of the "parsing".
5273         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5274         so that nnimap methods aren't agentized by default.  There's apparently
5275         many problems related to agent/imap behaviour.
5277         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5279         * gnus-html.el: Doc fix.
5281 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5283         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5284         specifier-spec-list for Emacs 21.
5286         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5287         glyph-width and glyph-height instead of display-graphic-p and
5288         image-size; make avoidance of displaying small images work for XEmacs.
5290         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5291         for XEmacs.
5293         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5294         of symbol that holds plist data.
5295         (gnus-process-plist): Remove plist of process after getting it.
5297 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5299         * message.el (message-generate-hashcash): Change default to
5300         'opportunistic if hashcash is installed.
5302         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5303         (gnus-html-put-image): Only call image-size once, since it's somewhat
5304         time-consuming on remote X servers.
5306 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5308         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5309         type on data, not a file name.
5311         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5312         window-pixel-edges for Emacs 21.
5314         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5315         decoded contents.
5316         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5318 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5320         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5321         group line format, since it isn't very interesting.
5323         * gnus-agent.el (gnus-agent-short-article),
5324         (gnus-agent-long-article): Increase values for these two variables,
5325         since most people are likely to have more network connection and
5326         storage than before.
5328         * gnus.el (gnus-refer-article-method): Change default to 'current.
5329         When referring an article, the common behaviour is to refer it from the
5330         current select method, not the native select method.  The chances of
5331         the native select method having the message in question is rather slim
5332         these days.
5334         * gnus-sum.el (gnus-auto-select-subject): Change default to
5335         `unseen-or-unread'.  I think it's likely that most people want to
5336         select an unseen article over a previously seen, but unread one.
5338         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5339         means that in the article buffer none of the minor mode elements will
5340         be shown, usually, and this is not desirable in most cases.
5342         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5343         that commands like `d' (and the like) go to the next line in the
5344         buffer, instead of the next unread article.  I think this is the
5345         behaviour that is most natural for most users.
5346         (gnus-single-article-buffer): Change default to nil, so that people can
5347         have as many article buffers open as they have summary buffer.  I think
5348         this is the most natural way for the groups to behave.
5350         * message.el (message-generate-new-buffers): Change default to
5351         `unsent', so that all new message buffers start their names with the
5352         string "*unsent", and it's easier to find the buffers if you move from
5353         them.
5355 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5357         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5358         small.  They're probably tracking images.
5359         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5360         (gnus-html-rescale-image): Yet another try at getting the image sizing
5361         right.
5363         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5364         nntp-marks-file-name is nil.
5366 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5368         * gnus-html.el (gnus-html-wash-tags)
5369         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5370         Better logging.
5372 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5374         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5376         * gnus-html.el (gnus-html-wash-tags): Check the value of
5377         gnus-blocked-images in the summary buffer.
5379 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5381         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5383 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5385         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5386         like "a", it seems like.
5387         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5388         since it needs to be picked from the correct buffer.
5390         * nnwfm.el: Remove.
5392         * nnlistserv.el: Remove.
5394 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5396         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5397         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5399 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5401         * nnkiboze.el: Remove.
5403         * nndb.el: Remove.
5405         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5406         alt text.
5407         (gnus-html-rescale-image): Try to get the rescaling logic right for
5408         images that are just wide and not tall.
5410         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5411         overshadow variable bindings.
5413 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5415         * gnus-html.el (gnus-html-wash-tags)
5416         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5417         Add extra logging.
5419 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5421         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5422         (gnus-max-image-proportion): New variable.
5423         (gnus-html-rescale-image): New function.
5424         (gnus-html-put-image): Rescale images.
5426 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5428         Fix up some byte-compiler warnings.
5429         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5430         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5431         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5432         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5433         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5434         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5435         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5437 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5439         * gnus-html.el (gnus-article-html): Decode contents by charset.
5441 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5443         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5444         (gnus-html-frame-width, gnus-blocked-images)
5445         * message.el (message-prune-recipient-rules): Add custom version.
5446         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5448         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5449         functions.
5451         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5452         gnus-process-get.
5454 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5456         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5457         instead of lsub directly.
5459 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5461         * nnwarchive.el: Remove.
5463         * gnus-soup.el: Remove.
5465         * nnsoup.el: Remove.
5467         * nnultimate.el: Remove.
5469         * gnus-html.el (gnus-blocked-images): New variable.
5471         * message.el (message-prune-recipients): New function.
5472         (message-prune-recipient-rules): New variable.
5474         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5475         guess whether a long line is natural text or not.
5477         * gnus-html.el (gnus-html-schedule-image-fetching):
5478         Use gnus-process-plist and friends for compatibility.
5480 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5482         * gnus-html.el: Require packages that define macros used in this file.
5483         (gnus-article-mouse-face): Declare to silence byte-compiler.
5484         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5485         process-get.
5486         (gnus-html-put-image): Use plist-get to avoid getf.
5487         (gnus-html-prefetch-images): Use with-current-buffer.
5489 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5491         * gnus-ems.el: Provide compatibility functions for
5492         gnus-set-process-plist.
5494         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5495         header-line-format for XEmacs 21.4.
5497         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5498         * gnus.el (gnus-valid-select-methods)
5499         * message.el (message-send-mail-partially-limit)
5500         * mm-decode.el (mm-text-html-renderer)
5501         * mml.el (mml-insert-mime-headers-always)
5502         * smiley.el (smiley-regexp-alist): Bump custom version.
5504 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5506         * gnus-html.el: require mm-url.
5507         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5508         with the url to `url'.
5509         (gnus-html-wash-tags): Support cid: URLs/images.
5511 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5514         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5515         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5517         * gnus-move.el: Remove file, since it doesn't really work.
5519         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5520         UTF-8.  This seems to fix problems with some German web feeds.
5522         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5523         at the top so that the proper colours are applied.
5525         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5526         don't have dots in their names.
5528         * gnus-art.el (gnus-article-view-part): Doc fix.
5530         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5531         XEmacs-compatible.
5532         (gnus-html-put-image): Don't do images on non-graphic displays.
5534         * nnslashdot.el: Remove this unused backend.
5536         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5537         actions.
5538         (gnus-undo-register-1): Revert last change.
5540         * gnus-group.el (gnus-group-completing-read): Protect against not
5541         having completion-styles bound.
5543         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5544         make broken recipients happier.
5546         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5548         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5549         point parameter.
5551         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5553         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5554         completion-styles for group selection.
5556 2009-02-04  Andreas Schwab  <schwab@suse.de>
5558         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5559         headers and regexp-quote the match if necessary.
5561 2009-03-24  Miles Bader  <miles@gnu.org>
5563         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5564         the blinking smiley.
5566 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5568         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5569         blink smiley.
5571 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5573         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5574         where the dribbel file lives exists.
5576         * message.el (message-send-mail-partially-limit): Change the default to
5577         nil, since most people don't want this.
5579         * mm-url.el (mm-url-decode-entities): Also decode entities like
5580         &#x3212.
5582 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5584         * gnus-sum.el (gnus-summary-idna-message):
5585         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5586         Hyperlink urls in docstrings with URL `...'.
5588 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5590         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5591         functions.
5593 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5595         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5596         say what the mouseover text should be.
5598         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5599         version of the mm-w3m-safe-url-regexp variable to only download images
5600         in the groups where we want that to happen.
5602         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5604         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5605         easier debugging.
5606         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5607         big pictures in the article buffer.
5609         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5610         gnus-article-html.
5611         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5612         w3m.
5614         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5616 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5618         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5619         which doesn't exist.
5621         * message.el (message-inhibit-ecomplete): New variable to allow some
5622         function to inhibit ecomplete address storage.
5623         (message-resend): Disable ecomplete message storage when resending
5624         messages.
5626         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5628 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5630         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5631         Save excursion while copying, moving, and deleting articles in order to
5632         prevent the cursor from jumping to unforeseen place.
5634 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5636         * lpath.el: No need to bind bookmark-current-buffer,
5637         bookmark-yank-point and bookmark-make-record-function.
5639 2010-08-17  Glenn Morris  <rgm@gnu.org>
5641         * gnus-sync.el: Require gnus components whose functions are used.
5643         * gnus-art.el (bookmark-make-record-function):
5644         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5645         Declare for compiler.
5647         * mm-url.el (mml-compute-boundary): Autoload.
5649 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5651         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5653 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5655         Typo fix "hoo4a" -> "hook".
5657         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5659 2010-08-14  Glenn Morris  <rgm@gnu.org>
5661         * gnus-sync.el (gnus-sync): Fix defgroup version.
5663 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5665         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5667         * gnus-sync.el: Fix docs.
5668         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5669         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5671 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5673         Optimizations for gnus-sync.el.
5675         * gnus-sync.el: Add docs about gnus-sync-backend
5676         possibilities.
5677         (gnus-sync-save): Remove unnecessary message.
5678         (gnus-sync-read): Optimize and show what groups were skipped.
5680 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5682         Minor bug fixes for gnus-sync.el.
5684         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5685         Don't read the sync on get-new-news.
5687         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5688         quiet.
5690         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5691         (fix typo).
5693 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5695         Make saving and restoring of hidden threads work with overlays.
5696         Patch applied by Ted Zlatanov.
5698         * gnus-sum.el (gnus-hidden-threads-configuration)
5699         (gnus-restore-hidden-threads-configuration): Update to deal with text
5700         properties, rather than searching for a magic character.
5702 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5704         New gnus-sync.el library for synchronization of marks.
5706         * gnus-sync.el: New library for synchronization of marks.
5708         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5709         renamed from `gnus-registry-grep-in-list'.
5711         * gnus-registry.el (gnus-registry-follow-group-p):
5712         Use `gnus-grep-in-list'.
5714         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5716 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5718         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5719         determining charset of text fails.
5721 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5723         * nnmail.el (nnmail-get-new-mail-1): Revert.
5725         * nnml.el (nnml-active-number): Make sure names of newly created groups
5726         in nnml-group-alist are encoded.
5728 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5730         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5731         containing non-ASCII characters in active file for nnml back end.
5733 2010-07-24  David Engster  <dengste@eml.cc>
5735         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5736         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5738 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5740         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5741         tag (Bug#6654).
5743 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5745         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5746         the article buffer, not the summary buffer.
5748 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5750         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5751         Emacs 23 as well.
5753 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5755         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5756         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5758 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5760         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5761         Patch applied by Karl Fogel.
5763         * gnus-sum.el (gnus-summary-bookmark-make-record):
5764         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5766 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5768         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5769         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5770         C-w still not working correctly from Article buffers; Thierry's
5771         patch to fix that will be applied after this.
5773         * gnus-art.el (bookmark-make-record-function): New local variable.
5775         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5776         article buffer.
5777         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5779 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5781         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5782         on changes in bookmark.el.
5784 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5786         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5787         `no-log' instead of message not to log prompt string.
5789 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5791         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5792         the *other* type of HTML form submission.
5794 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5796         * auth-source.el (auth-source-pick): If choice does not contain a
5797         questioned keyword, set the check to t.
5799 2010-06-12  Romain Francoise  <romain@orebokech.com>
5801         * gnus-util.el (gnus-date-get-time): Move up before first use.
5803 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5805         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5806         (gnus-article-edit-part): Bind it to make last part that is substituted
5807         or deleted visible.
5808         (gnus-mime-display-single): Buttonize part of which id equals to
5809         gnus-mime-buttonized-part-id.
5811 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5813         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5814         (gnus-dd-mmm): Use gnus-date-get-time.
5815         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5816         simplify logic.
5817         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5818         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5820 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5822         * auth-source.el (top): Autoload `secrets-list-collections',
5823         `secrets-create-item', `secrets-delete-item'.
5824         (auth-sources): Fix tag string.
5825         (auth-get-source, auth-source-retrieve, auth-source-create)
5826         (auth-source-delete): New defuns.
5827         (auth-source-pick): Rewrite in order to avoid 2 passes.
5828         (auth-source-forget-user-or-password): New parameter USERNAME.
5829         (auth-source-user-or-password): New parameters CREATE-MISSING and
5830         DELETE-EXISTING.  Retrieve password interactively, if needed.
5832 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5834         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5835         deleting unused directories when gnus-expert-user is t.
5837 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5839         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5840         for each temp file when gnus-article-browse-delete-temp is ask.
5842 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5844         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5845         Lisp calls to delete-backward-char by calls to delete-char.
5847 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5849         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5851 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5853         * password-cache.el (password-cache-remove): Fix docstring.
5855 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5857         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5858         article unless decoding article to be saved.
5860 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5862         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5863         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5864         generated within the mm-with-unibyte-current-buffer macro.
5866 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5868         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5869         to nil when we're in a mml-preview buffer and no group is selected.
5871 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5873         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5874         when catching the `C-g'.  Reported by "Leo".
5876 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5878         * message.el (message-forward-make-body-plain)
5879         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5880         multibyte-string-p.
5882         * lpath.el: Revert.
5884 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5886         * message.el (message-forward-make-body-mml): Assume original message
5887         is multibyte string; error on unibyte.
5888         (message-forward-make-body-plain): Ditto; don't add excessive newline
5889         in body end.
5891         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
5893 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
5895         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
5896         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
5898 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
5900         * mm-extern.el (mm-extern-url): Don't use
5901         mm-with-unibyte-current-buffer.
5902         (mm-extern-cache-contents): Use with-current-buffer instead of
5903         save-excursion + set-buffer.
5905 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5907         * mm-util.el (mm-emacs-mule): Remove.
5909 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
5911         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
5912         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
5913         change.
5915 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5917         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
5918         bind the default value of enable-multibyte-characters to nil.
5920 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5922         * message.el (message-forward-make-body-plain)
5923         (message-forward-make-body-mml):
5924         Don't use mm-with-unibyte-current-buffer.
5926 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
5928         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
5930 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
5932         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
5933         (Bug#5592).
5935 2010-05-07  Julien Danjou  <julien@danjou.info>
5937         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
5938         it to mm-pipe-part.
5940         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
5941         it is given.
5943 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5945         * binhex.el (binhex-decode-region-internal)
5946         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
5947         (dns-query)
5948         * nnweb.el (nnweb-gmane-search)
5949         * pgg-parse.el (pgg-parse-armor)
5950         * pgg.el (pgg-verify-region)
5951         * sha1.el (sha1-string-external)
5952         * uudecode.el (uudecode-decode-region-internal)
5953         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
5954         XEmacs.
5956         * gnus-art.el (gnus-article-browse-html-parts)
5957         * gnus-group.el (gnus-read-ephemeral-gmane-group)
5958         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
5959         make-temp-file.
5961         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
5962         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
5963         compiling.
5965         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
5966         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
5967         XEmacs when compiling.
5969         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
5970         gnus-pick-mode-off-hook for XEmacs when compiling.
5971         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
5972         gnus-binary-mode-off-hook for XEmacs when compiling.
5974         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
5975         Return nil if char-charset is not available.
5977         * imap.el (imap-disable-multibyte)
5978         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
5979         macros.
5981         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
5982         instead of encode-coding-string.
5984         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
5985         'xemacs) instead of mm-emacs-mule to switch function definitions.
5986         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
5988         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
5989         bind temporary-file-directory for XEmacs;
5990         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
5991         timer-set-function for XEmacs 21.4 and SXEmacs;
5992         bind timer-list for XEmacs 21.4 and SXEmacs;
5993         fbind char-charset and find-charset-region for non-Mule XEmacs;
5994         fbind decode-coding-region, decode-coding-string, detect-coding-region,
5995         encode-coding-region and encode-coding-string for XEmacs having no
5996         file-coding feature.
5998 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6000         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6002 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6004         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6005         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6007 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6009         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6010         alias `jka-compr-delete-temp-file' no longer exists.
6012 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6014         Use define-minor-mode in Gnus where applicable.
6015         * mml.el (mml-mode): Use define-minor-mode.
6016         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6017         (gnus-undo-mode): Use define-minor-mode.
6018         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6019         (gnus-dead-summary-mode): Use define-minor-mode.
6020         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6021         Initialize in declaration.
6022         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6023         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6024         (gnus-mailing-list-mode): Use define-minor-mode.
6025         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6026         (gnus-draft-mode): Use define-minor-mode.
6027         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6028         (gnus-dired-mode): Use define-minor-mode.
6030 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6032         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6033         handles on recursive mml-to-mime translation and check them for
6034         boundary delimiter collisions.  Reported by Greg Troxel.
6036 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6038         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6040 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6042         * mm-util.el (mm-find-buffer-file-coding-system):
6043         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6045 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6047         * message.el (message-generate-headers): Record insertion of optional
6048         headers as well.  Otherwise the check to prevent repeated insertion of
6049         optional headers is a no-op.
6051 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6053         * smime.el: Don't mention CVS.
6055         * nnrss.el (nnrss-fetch): Don't mention CVS.
6057         * nnir.el: Don't mention CVS.
6059 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6061         * gnus-sum.el (gnus-summary-bookmark-make-record):
6062         Add `location' field.
6064 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6066         * lpath.el: Fbind bookmark-default-handler,
6067         bookmark-get-bookmark-record, bookmark-make-record-default,
6068         bookmark-prop-get for Emacs <23 and XEmacs.
6070 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6072         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6073         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6074         Use with-current-buffer to silence the byte-compiler.
6075         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6076         bother to require `gnus'.
6077         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6079 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6081         * gnus-sum.el (gnus-summary-bookmark-make-record)
6082         (gnus-summary-bookmark-jump): New functions.
6083         (gnus-summary-mode): Setup bookmark support.
6085 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6087         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6088         if set.
6090 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6092         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6093         gnus-article-browse-html-save-cid-image; make it work recursively for
6094         forwarded messages as well.
6095         (gnus-article-browse-html-parts): Work when prefix arg is given.
6096         (gnus-article-browse-html-article): Doc fix.
6098 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6100         * message.el (message-default-mail-headers):
6101         (message-default-headers): Carry the value mail-default-headers over
6102         into message-default-mail-headers, rather than message-default-headers.
6104 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6106         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6107         charset.
6109         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6110         charset into the <meta> tag when the article is encoded to utf-8.
6112 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6114         * gnus-art.el (gnus-article-browse-delete-temp-files):
6115         Delete directories as well.
6116         (gnus-article-browse-html-parts): Work for images that do not specify
6117         file names; delete temp directory when quitting; insert header at the
6118         right place; use file: scheme for image files.
6120 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6122         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6123         (gnus-article-browse-html-parts): Use it to make temporary cid image
6124         files in addition to html file so that browser may display them.
6126 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6128         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6130 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6132         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6134 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6136         * auth-source.el (auth-sources): Change default to be simpler.
6137         Explain about Secret Service API sources.  Improve Customize options.
6138         (auth-source-pick): Change to accept any number of search parameters.
6139         Implement fallbacks iteratively, not recursively.  Add scoring on the
6140         second pass and sort by score.  Call Secret Service API when needed.
6141         (auth-source-user-or-password): Use it.  Call Secret Service API
6142         directly when needed to get the user name and the password.
6144 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6146         * message.el (message-interactive): Doc fix.
6147         (message-qmail-inject-args): Reflow.
6148         (message-kill-to-signature): Fix typo in docstring.
6150         * smiley.el (smiley-buffer): Fix typo in docstring.
6152 2010-03-24  Glenn Morris  <rgm@gnu.org>
6154         * mail-source.el (gnus-message): Declare.
6155         (mail-source-delete-old-incoming): Require gnus-util.
6157 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6159         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6161         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6163         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6164         password-cache's default if it is not bound.
6165         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6166         password-cache-expiry's default if it is not bound.
6168         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6169         available in Emacs 21.
6171         * lpath.el: Suppress compiler warnings for:
6172         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6173         XEmacs;
6174         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6175         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6176         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6178 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6180         * auth-source.el (auth-sources): Fix up definition so extra parameters
6181         are always inline.
6183 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6185         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6186         wasn't updated after mismatch.  Clear cached mailbox info correctly
6187         when uidvalidity changes.
6188         (nnimap-group-prefixed-name): New function to avoid some code
6189         duplication.
6190         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6191         (nnimap-request-group): Use it.
6192         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6193         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6194         with many imap folders.  This is done by caching the group status from
6195         the imap server persistently in a group parameter `imap-status'.  (This
6196         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6197         but not persistently, so every Gnus startup was still very slow.)
6199 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6201         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6202         delete the extra newline.  Otherwise editing of :string and :number
6203         types don't work.
6205 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6207         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6208         secrets.el dependency.
6209         (auth-sources): Add optional user name.  Add secrets.el configuration
6210         choice (unused right now).
6212 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6214         * gnus-sum.el (gnus-summary-make-menu-bar):
6215         Let `gnus-registry-install-shortcuts' fill in the functions.
6217         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6218         warnings.
6219         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6220         (gnus-registry-install-shortcuts): Populate and use it in a
6221         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6223 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6225         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6226         In-place substitutions for the group name encoding/decoding.
6227         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6228         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6229         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6230         (nnimap-update-unseen, nnimap-request-list)
6231         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6232         (nnimap-request-set-mark, nnimap-split-to-groups)
6233         (nnimap-split-articles, nnimap-request-newgroups)
6234         (nnimap-request-create-group, nnimap-request-accept-article)
6235         (nnimap-request-delete-group, nnimap-request-rename-group)
6236         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6237         `encoded-mbx' for consistency.
6238         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6239         variable `imap-current-mailbox'.
6241         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6242         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6244 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6246         * pop3.el (pop3-display-message-size-flag): Display message size byte
6247         counts during POP3 download.
6248         (pop3-movemail): Use it.
6249         (pop3-list): Implement listing of available messages.
6251 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6253         * nnir.el (nnir-get-article-nov-override-function): New function to
6254         override the normal NOV retrieval.
6255         (nnir-retrieve-headers): Use it.
6257 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6259         * auth-source.el (netrc-machine-user-or-password): Autoload.
6261 2010-03-19  Glenn Morris  <rgm@gnu.org>
6263         Stop message.el from loading about 40 libraries it doesn't always need.
6264         The general approach is to autoload rather than require, and to
6265         require in the specific functions rather than the file.  (Bug#5642)
6267         * gmm-utils.el: Don't require wid-edit.
6268         (widget-create-child-value, widget-convert, widget-default-get):
6269         Autoload.
6271         * gnus-util.el: Don't require time-date, netrc.
6272         (message-fetch-field, gnus-group-name-decode): Declare rather than
6273         autoloading.
6274         (gnus-fetch-field): Require message.
6275         (gnus-decode-newsgroups): Require gnus-group.
6277         * ietf-drums.el: Don't require time-date.
6279         * message.el: Don't require hashcash, canlock, ecomplete.
6280         Do require mail-utils.  Require nnheader only when compiling.
6281         (smtpmail-default-smtp-server): Remove declaration.
6282         (message-send-mail-function): Check smtpmail-default-smtp-server
6283         is bound rather than requiring smtpmail.
6284         (message-auto-save-directory, message-insert-signature):
6285         Use expand-file-name rather than nnheader-concat.
6286         (nnheader-insert-file-contents): Autoload.
6287         (hashcash-wait-async): Declare.
6288         (message-send-mail): Only call gnus-setup-posting-charset if
6289         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6290         (message-send-mail-with-sendmail): Require sendmail.
6291         (canlock-password, canlock-password-for-verify): Declare.
6292         (message-canlock-password): Require canlock.
6293         (nnheader-get-report): Autoload.
6294         (gnus-setup-posting-charset): Declare.
6295         (message-send-news): Require gnus-msg.
6296         (message-make-references, message-make-in-reply-to): Use mail-header-id
6297         rather than the alias mail-header-message-id.
6298         (ecomplete-add-item, ecomplete-save): Declare.
6299         (message-put-addresses-in-ecomplete): Require ecomplete.
6300         (ecomplete-display-matches): Autoload.
6302         * mm-decode.el: Don't require mailcap, gnus-util.
6303         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6304         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6305         Autoload.
6306         (mailcap-mime-extensions): Declare.
6308         * mm-encode.el: Don't require mailcap.
6309         (mailcap-extension-to-mime): Autoload.
6311         * mml-sec.el: Don't require password-cache.
6313         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6314         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6315         (mml-minibuffer-read-type): Require mailcap.
6316         (mml-preview): Require gnus-msg.
6318         * mml1991.el: Require password-cache.
6319         (password-cache-expiry): Remove declaration.
6321         * mml2015.el: Require password-cache.
6322         (password-cache-expiry): Remove declaration.
6324         * nneething.el (mailcap): Require mailcap.
6326         * nnheader.el (declare-function): Add compatibility stub.
6327         (message-remove-header): Declare rather than autoload.
6328         (nnheader-replace-header): Require message.
6330         * nnimap.el (declare-function): Add compatibility stub.
6331         (netrc-parse, netrc-machine-user-or-password): Declare.
6332         (nnimap-open-connection): Require netrc.
6334         * nntp.el (declare-function): Add compatibility stub.
6335         (netrc-parse, netrc-machine, netrc-get): Declare.
6336         (nntp-send-authinfo): Require netrc.
6338         * rfc2047.el: Don't require qp.
6339         (quoted-printable-encode-region, quoted-printable-decode-string):
6340         Autoload.
6342         * sieve-mode.el: Don't require easymenu.
6343         (easy-menu-add-item): Autoload it.
6345         * spam-stat.el (time-to-number-of-days): Autoload it.
6347 2010-03-19  Glenn Morris  <rgm@gnu.org>
6349         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6351 2010-03-18  Glenn Morris  <rgm@gnu.org>
6353         * hashcash.el (declare-function): Remove duplicate definition.
6355 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6357         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6358         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6359         value if any backslash escapes).
6361 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6363         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6364         if it is available.  (bug#5647)
6366         * lpath.el: Suppress compiler warning for coding-system-from-name for
6367         Emacs 21 and XEmacs.
6369 2010-03-14  Juri Linkov  <juri@jurta.org>
6371         * hmac-def.el:
6372         * hmac-md5.el:
6373         * netrc.el: Fix keywords.
6375 2010-02-26  Glenn Morris  <rgm@gnu.org>
6377         * message.el (message-send-mail-function): Change the default, so that
6378         it inherits from a customized send-mail-function.  (Bug#5643)
6380 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6382         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6383         shell-command-to-string signals an error (bug#5299).
6385 2010-02-24  Glenn Morris  <rgm@gnu.org>
6387         * message.el (message-smtpmail-send-it)
6388         (message-send-mail-with-mailclient): Doc fixes.
6390 2010-02-16  Glenn Morris  <rgm@gnu.org>
6392         * message.el (message-default-mail-headers): Change the default value
6393         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6395 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6397         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6398         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6400 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6402         * time-date.el (date-to-time): Doc fix (Bug#5408).
6404 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6406         * message.el (message-mail): Just pass yank-action on to message-setup.
6407         (message-setup): Handle (FUN . ARGS) form of yank-action.
6408         (message-with-reply-buffer, message-widen-reply)
6409         (message-yank-original): Handle non-buffer values of
6410         message-reply-buffer (Bug#4080).
6411         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6413 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6415         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6416         Fix typo in docstring.
6418 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6420         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6421         response.
6423 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6425         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6427         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6429         * message.el (message-check-news-header-syntax): Protect against a
6430         string that `rfc822-addresses' returns when parsing fails.
6432 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6434         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6435         (gnus-previous-char-property-change): New functions.
6437         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6439 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6441         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6442         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6444 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6446         * message.el (message-exchange-point-and-mark): Rework last change to
6447         avoid using optional arg of exchange-point-and-mark, for backward
6448         compatibility.
6450 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6452         * message.el (message-exchange-point-and-mark):
6453         Call exchange-point-and-mark with an argument rather than setting
6454         mark-active by hand (Bug#5175).
6456 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6458         * nntp.el (nntp-service-to-port): Work for service expressed with
6459         numeric string; replace [:digit:] with [0-9] for XEmacs.
6461 2009-12-17  Glenn Morris  <rgm@gnu.org>
6463         * gnus-group.el (gnus-bug-group-download-format-alist):
6464         Change emacs entry to debbugs.gnu.org.  Bump :version.
6466 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6468         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6470 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6472         * message.el (message-info): Explain why we use `Info-goto-node'.
6474 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6476         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6478 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6480         * message.el (message-completion-in-region): New compatibility function.
6481         (message-expand-group): Use it.
6483 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6485         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6486         with no unread article should be listed if the 2nd arg `predicate' is
6487         given.
6489 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6491         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6493 2009-11-29  Juri Linkov  <juri@jurta.org>
6495         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6496         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6497         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6499 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6501         * sha1.el (sha1-string-external): default-directory "/" in case
6502         otherwise non-existent.  process-connection-type pipe for touch of
6503         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6505 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6507         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6508         it's comms related and sgml-mode.el has "comm" on that basis too.
6510 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6512         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6513         containing tspecial characters if they have been already quoted.
6515 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6517         * dns-mode.el (auto-mode-alist): Purecopy string.
6519 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6521         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6523 2009-10-24  Glenn Morris  <rgm@gnu.org>
6525         * gnus-art.el (help-xref-stack-item): Define for compiler.
6527 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6529         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6531 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6533         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6535 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6537         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6538         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6540 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6542         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6543         (gnus-overlays-in): New alias to overlays-in.
6545         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6546         gnus-overlay-get, and gnus-delete-overlay.
6547         (gnus-summary-show-thread): Make it work as well for systems in which
6548         next-single-char-property-change is not available.
6549         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6551         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6552         (gnus-overlay-get): New alias to extent-property.
6553         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6555         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6556         SXEmacs.
6558         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6559         SXEmacs.
6561 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6563         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6565 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6567         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6568         and XEmacs that don't have `remove-overlays'.
6570 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6572         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6573         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6574         selective display.  Use overlays instead.
6576 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6578         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6580 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6582         * spam-stat.el (spam-stat-load): Fix typo in message.
6584 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6586         * dig.el (dig-invoke): Fix typo in docstring.
6587         (query-dig): Reflow docstring.
6589 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6591         * gnus-art.el (gnus-article-encrypt-body):
6592         * message.el (message-check-recipients):
6593         * mm-util.el (mm-codepage-setup):
6594         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6595         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6597 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6599         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6600         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6601         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6602         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6603         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6605 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6607         * dig.el: Add "Keywords: comm", as per net-utils.el.
6609 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6611         * dig.el (dig-mode): Use define-derived-mode.
6613 2009-09-19  Glenn Morris  <rgm@gnu.org>
6615         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6617 2009-09-18  Glenn Morris  <rgm@gnu.org>
6619         * gnus-diary.el (gnus-diary-check-message):
6620         * message.el (message-insert-formatted-citation-line):
6621         * nnbabyl.el (top-level):
6622         * nndiary.el (nndiary-schedule):
6623         Fix typos in condition-case handlers.
6625 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6627         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6628         configuration that provides the sole article window in a frame;
6629         position point correctly after deleting a part.
6631 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6633         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6634         (spam-resolve-registrations-routine): Use it to unregister articles
6635         that change status.
6637 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6639         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6640         with XEmacs.
6641         (parse-time-string-chars): Use it.
6643 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6645         * imap.el (imap-interactive-login): Better messages.
6646         (imap-open): Fix bug with renamed buffer on reconnect.
6647         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6648         for easier debugging and cleaner code.  On successful (guessed based on
6649         server capabilities) secondary authentication, set imap-state
6650         correctly.
6651         (imap-last-authenticator): Define imap-last-authenticator as a variable
6652         to avoid warnings.
6654 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6656         * nnrss.el (nnrss-request-article): Remove binding of
6657         default-enable-multibyte-characters that has gotten needless by
6658         the 2007-07-13 change in rfc2047-encode-message-header.
6660         * mml.el (mml-insert-multipart): Error on the message header.
6661         (mml-insert-part): Error on the message header; position point at
6662         the end of a MIME tag.
6664 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6666         * time-date.el (autoload): Expand define-obsolete-function-alias into
6667         defalias and make-obsolete for old Emacsen that Gnus supports.
6668         (with-no-warnings): Define it for old Emacsen.
6669         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6670         is available.
6671         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6672         float-time is available; suppress compile warning for time-to-seconds.
6674         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6675         (gnus-float-time): Alias to float-time if it exists.
6677         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6678         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6679         float-time is available; suppress compile warning for time-to-seconds.
6681         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6682         XEmacs.
6684 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6686         * imap.el (imap-message-map): Docstring fix.
6688 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6690         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6691         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6692         Add the optional argument `encoding' that overrides the default.
6694         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6695         mm-encode-buffer.
6697 2009-09-04  Glenn Morris  <rgm@gnu.org>
6699         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6700         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6701         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6702         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6703         * mm-util.el (mm-with-unibyte-current-buffer)
6704         (mm-find-buffer-file-coding-system):
6705         * yenc.el (yenc-decode-region): Use default-value rather than
6706         default-enable-multibyte-characters.
6708 2009-09-03  Glenn Morris  <rgm@gnu.org>
6710         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6711         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6712         than default-enable-multibyte-characters.
6714 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6716         * gnus-art.el (gnus-article-read-summary-keys):
6717         Fix gnus-buffer-configuration's value temporarily used.
6719 2009-09-02  Glenn Morris  <rgm@gnu.org>
6721         * gnus-util.el (gnus-float-time): New function.
6722         * gnus-delay.el (gnus-delay-article):
6723         * gnus-sum.el (gnus-thread-latest-date):
6724         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6725         * nnspool.el (nnspool-request-newgroups):
6726         Use gnus-float-time rather than time-to-seconds.
6727         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6729         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6730         (gnus-header-subject-face, gnus-header-newsgroups-face)
6731         (gnus-header-name-face, gnus-header-content-face):
6732         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6733         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6734         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6735         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6736         (gnus-cite-face-11):
6737         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6738         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6739         (gnus-server-closed-face, gnus-server-denied-face)
6740         (gnus-server-offline-face):
6741         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6742         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6743         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6744         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6745         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6746         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6747         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6748         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6749         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6750         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6751         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6752         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6753         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6754         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6755         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6756         (gnus-summary-high-undownloaded-face)
6757         (gnus-summary-low-undownloaded-face)
6758         (gnus-summary-normal-undownloaded-face)
6759         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6760         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6761         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6762         (gnus-splash-face):
6763         * message.el (message-header-to-face, message-header-cc-face)
6764         (message-header-subject-face, message-header-newsgroups-face)
6765         (message-header-other-face, message-header-name-face)
6766         (message-header-xheader-face, message-separator-face)
6767         (message-cited-text-face, message-mml-face):
6768         * sieve-mode.el (sieve-control-commands-face)
6769         (sieve-action-commands-face, sieve-test-commands-face)
6770         (sieve-tagged-arguments-face):
6771         * spam.el (spam-face):
6772         Mark face aliases with "-face" in the name as obsolete.
6774 2009-09-01  Glenn Morris  <rgm@gnu.org>
6776         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6777         than goto-line.
6779 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6781         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6782         Don't move point if the command is invoked inside the message header.
6784 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6786         * imap.el (imap-send-command): Simplify.
6787         (imap-wait-for-tag): point-max -> buffer-size.
6789 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6791         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6792         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6793         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6794         * nnir.el (nnir-swish-e-index-file):
6795         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6796         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6797         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6798         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6799         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6800         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6802 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6804         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6805         Don't save excursion.
6807 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6809         * nnheader.el (nnheader-find-file-noselect):
6810         * mm-util.el (mm-insert-file-contents):
6811         Use (default-value 'major-mode) instead of default-major-mode.
6813 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6815         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6817 2009-08-26  Glenn Morris  <rgm@gnu.org>
6819         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6820         than placing in files.el.
6822 2009-08-25  Glenn Morris  <rgm@gnu.org>
6824         * nnir.el (top-level): Don't require cl at run-time.
6825         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6826         Replace cl-function substitute with gnus-replace-in-string.
6827         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6828         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6829         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6830         simplified expansions.
6832 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6834         * dig.el (dig): Add autoload cookie.
6836 2009-08-22  Glenn Morris  <rgm@gnu.org>
6838         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6839         goto-line.
6841 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6843         * parse-time.el (parse-time-string-chars): Save match data.
6845 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6847         * parse-time.el (parse-time-string-chars): Compute using character
6848         classes, to handle non-ascii characters (Bug#3190).
6850 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6852         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6854         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6855         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6856         (gnus-mm-display-part, gnus-mime-display-single)
6857         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6858         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6860         * gnus-sum.el
6861         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6862         (gnus-summary-move-article): Add expirable mark to articles copied or
6863         moved to group that has auto-expire turned on if the option is non-nil.
6865 2009-07-24  Glenn Morris  <rgm@gnu.org>
6867         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6868         Fix typo.  (Bug#3903)
6870 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6872         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6873         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6874         that should not be used for draft articles.
6875         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6876         that has no concern in minor mode keys.
6877         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6878         Abolish.
6880 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6882         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6883         article without making inquiry to a user for unknown encoding.
6885         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6886         (nnmaildir--scan): Assume i-node and device number that file-attributes
6887         returns might be cons-cell.
6889         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
6891         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
6893 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
6895         * auth-source.el: Remove docs now in auth.texi.  Don't use
6896         `gnus-message' for logging.  Add new variables `auth-source-debug' and
6897         `auth-source-hide-passwords' and use them.
6899 2009-07-15  Glenn Morris  <rgm@gnu.org>
6901         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
6903 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6905         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
6906         excessive whitespace from the default values of title and description.
6908 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
6910         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
6911         mail-fetch-field to fetch Content-Description header in order to
6912         exclude newlines.
6914 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
6916         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
6917         format used by GnuPG 2.0.11.
6919 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
6921         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
6922         to deleted part.
6924 2009-05-30  David Engster  <dengste@eml.cc>
6926         * nnmairix.el: Remove old documentation in the commentary block.
6927         (nnmairix-request-group): Do not update active file for nnml back ends.
6928         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
6929         end so that overview files are ignored.
6930         (nnmairix-update-groups): Make updating the groups more robust by using
6931         marks.
6932         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
6933         with dollar characters in message-id.
6935 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
6937         * spam.el: Use dns-query instead of query-dns.  Was renamed on
6938         2008-12-25 in dns.el.
6940 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
6942         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
6943         could happen if the text is only composed of spaces and/or tabs.
6945 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
6947         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
6948         when sending a queued message to avoid extra mml tags.
6950 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6952         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
6954 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6956         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
6957         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
6958         rmail-toggle-header for XEmacs;
6959         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
6961 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
6963         * gnus-dired.el: Remove autoload for gnus-setup-message.
6964         (gnus-dired-attach): Fake this-command value to prevent Gnus from
6965         displaying Gnus logo; always use compose-mail.
6967 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6969         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
6971 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6973         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
6974         (gnus-nocem-issuers): List currently active issuers; fix custom type.
6975         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
6976         available.
6977         (gnus-nocem-epg-verify): New function.
6979 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
6981         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
6983 2009-02-15  Glenn Morris  <rgm@gnu.org>
6985         * gnus-util.el (rmail-insert-rmail-file-header)
6986         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
6987         autoloads.
6988         (rmail-default-rmail-file): Remove unnecessary declaration.
6989         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
6991 2009-02-14  Glenn Morris  <rgm@gnu.org>
6993         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
6994         variable (only used in gnus-util, which declares it anyway).
6995         (rmail-output-to-rmail-file): Remove autoload of deleted function,
6996         which was only needed by gnus-art (changed to not use it any more).
6997         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
6998         only used in gnus-util, which autoloads it itself.
6999         (rmail-update-summary): Fix autoload.
7001         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7002         rather than rmail-output-to-rmail-file.
7004 2009-02-07  Glenn Morris  <rgm@gnu.org>
7006         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7007         autoload of function that no longer exists.
7008         (rmail-toggle-header): Declare.
7009         (message-forward-rmail-make-body): Handle mbox Rmail.
7011 2009-01-31  Glenn Morris  <rgm@gnu.org>
7013         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7014         2009-01-09 change.
7016 2009-01-31  Dave Love  <fx@gnu.org>
7018         * imap.el (imap-fetch-safe): Bind debug-on-error.
7019         (imap-debug): Add imap-fetch-safe.
7021 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7023         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7024         (auth-source-forget-all-cached): New convenience function.
7025         (auth-source-user-or-password): Accept list of modes or a single mode.
7027         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7028         auth-source modes.
7030         * netrc.el (netrc-machine-user-or-password): Use list of
7031         auth-source modes.
7033         * nnimap.el (nnimap-open-connection): Use list of
7034         auth-source modes.
7036         * nntp.el (nntp-send-authinfo): Use list of
7037         auth-source modes.
7039 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7041         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7042         now.
7044 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7046         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7047         coding system in XEmacs; add a workaround for XEmacs.
7049         * lpath.el: Fbind coding-system-aliasee.
7051 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7053         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7054         of current-language-environment.
7056 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7058         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7059         available at runtime.
7061 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7063         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7065 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7067         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7068         the greatest positive fixnum value doesn't work under an XEmacs with
7069         bignum support; use the most-positive-fixnum constant instead,
7070         available since Emacs 21.1 with cl and XEmacs 21.1.
7072 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7074         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7075         XEmacs gets not to work.
7077 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7079         * mm-util.el (mm-coding-system-priorities): Allow the value like
7080         "Japanese (UTF-8)" of current-language-environment.
7082 2009-01-09  Glenn Morris  <rgm@gnu.org>
7084         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7085         with last-command-event.
7087 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7089         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7090         in the doc string.
7092         * message.el (message-fix-before-sending): Amend comment.
7094 2009-01-08  Dave Love  <fx@gnu.org>
7096         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7098 2009-01-07  David Engster  <dengste@eml.cc>
7100         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7101         simplified server definitions by converting it via
7102         gnus-server-to-method.
7104 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7106         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7107         parameter's operands.
7109 2009-01-06  David Engster  <dengste@eml.cc>
7111         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7112         primary select method (for gnus-group-mark-article-as-read).
7114 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7116         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7117         `(gnus)Face', not `(gnus)X-Face'.
7119 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7121         * mm-util.el (mm-ucs-to-char): New function.
7123         * mm-url.el (mm-url-decode-entities): Use it.
7125         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7126         unicode-to-char.
7128 2009-01-05  Dave Love  <fx@gnu.org>
7130         * time-date.el: Require cl for `declare'.
7132 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7134         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7135         Dave Love.
7137 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7139         * message.el (message-fix-before-sending): Add `eight-bit' to
7140         illegible-text check.
7142 2009-01-03  Michael Olson  <mwolson@gnu.org>
7144         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7145         `headers' is nil.  This can occur if the IMAP server does not have
7146         permissions to read messages from a folder, but can write new messages
7147         to the folder.
7148         (nnimap-request-article-part): Do not insert `data' if it is nil.
7150         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7151         characters which will confuse `read', so skip past them.
7153 2009-01-01  Dave Love  <fx@gnu.org>
7155         * imap.el (imap-string-to-integer): Fix typo.
7156         (imap-fetch-safe): New function.
7157         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7159         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7161         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7162         (imap-parse-greeting): Fix doc strings.
7163         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7164         (imap-parse-flag-list): Make messages unique.
7165         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7167         * nnimap.el: Fix author email.
7168         (nnimap-split-rule): Add FIXME comment.
7169         (nnimap-debug): Fix doc string.
7171 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7173         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7175 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7177         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7178         nslookup if resolv.conf isn't available.
7179         (dns-query): Rename from query-dns.
7180         (dns-query-cached): Rename from query-dns-cached.
7182 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7184         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7185         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7186         to check if those variables exist (first appeared in Emacs 18.50).
7188 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7190         * mm-util.el (mm-line-number-at-pos): New function.
7192         * spam-report.el (spam-report-process-queue): Use it.
7194 2008-12-24  David Engster  <dengste@eml.cc>
7196         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7197         parameters that haven't existed as variables as buffer-local variables.
7199 2008-12-23  Dave Love  <fx@gnu.org>
7201         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7202         cadar.
7204         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7205         imap-starttls-p.
7206         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7208 2008-12-22  Dave Love  <fx@gnu.org>
7210         * imap.el: Fix author email.  Doc fixes.
7211         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7212         reply.
7214 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7216         * spam-report.el (spam-report-gmane-max-requests): New constant.
7217         (spam-report-gmane-wait): New variable.
7218         (spam-report-gmane-ham, spam-report-gmane-spam)
7219         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7220         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7221         the server.
7223         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7224         Add explanations.
7226         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7227         nnheader-accept-process-output and nnheader-read-timeout if available.
7228         (pop3-movemail): Use it.
7230         * message.el (message-check-news-body-syntax): Fix signature check if
7231         there's an attachment.
7233 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7235         * mm-util.el: Add comments to the mm- emulating functions.
7237 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7239         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7240         Reported by Stephen Berman <stephen.berman@gmx.net>.
7242 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7244         * mm-util.el (mm-substring-no-properties): New function.
7245         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7246         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7247         (mm-string-to-multibyte): Doc fix.
7249         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7251 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7253         * mml.el (mml-attach-file): Strip text properties from file name.
7254         (Bug#1574)
7256 2008-12-16  Glenn Morris  <rgm@gnu.org>
7258         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7260 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7262         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7263         knows since the charset specified might be a bogus alias that
7264         mm-charset-synonym-alist provides.
7266 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7268         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7269         "ISO_8859-1".
7271         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7273 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7275         * mm-util.el (mm-charset-eval-alist):
7276         Define it before mm-charset-to-coding-system.
7277         (mm-charset-to-coding-system): Add optional argument `silent';
7278         define it before mm-charset-override-alist.
7279         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7280         default value if it can be used in Emacs currently running;
7281         silence mm-charset-to-coding-system.
7283 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7285         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7286         `allow-override' which says whether to use `mm-charset-override-alist'.
7287         (rfc2047-decode-encoded-words): Use it.
7289         * mm-util.el (mm-charset-override-alist): Fix custom type;
7290         add `(gb2312 . gbk)' to choices.
7292 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7294         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7295         fast.
7297         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7299         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7301 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7303         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7304         on links.
7306         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7308 2008-12-03  Lute Kamstra  <lute@gnu.org>
7310         * sha1.el: Remove leading * from docstrings of defcustoms,
7311         deffaces, defconsts and defuns.
7313 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7315         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7316         users' addresses that don't have domain parts.
7317         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7318         rather than message-narrow-to-head since there will be the message
7319         header separator.
7321 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7323         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7324         since the result is inserted in a unibyte buffer anyway.
7325         (nnimap-demule-use-string-to-multibyte): Remove.
7326         (nnimap-demule): Alias it to mm-string-to-multibyte.
7328 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7330         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7331         variable for debugging bug#464 and bug#1174.
7332         (nnimap-demule): Use it.
7334 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7336         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7337         score calculation correctly.
7339 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7341         * message.el (message-send-mail): Just set the buffer to unibyte
7342         rather than use mm-with-unibyte-current-buffer which does a lot more.
7343         (message-send-mail-partially): Don't bother with
7344         mm-with-unibyte-current-buffer since it's already been made unibyte by
7345         message-send-mail.
7347 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7349         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7351 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7353         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7355 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7357         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7358         require itself and to remove `with-no-warnings'.
7360 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7362         * starttls.el (starttls-any-program-available): Get the name of the
7363         available TLS layer program.
7364         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7365         well as the host name in the "opening" message.
7367         * auth-source.el (auth-source-cache, auth-source-do-cache)
7368         (auth-source-user-or-password): Cache passwords and logins by default,
7369         allow override with `auth-source-do-cache'.
7370         (auth-source-forget-user-or-password): Allow users to remove cache
7371         entries if needed.
7373 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7375         * md4.el (md4-buffer): Fix typo in docstring.
7376         (md4, md4-64): Doc fixes.
7377         (md4-pack-int32): Reflow docstring.
7379 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7381         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7382         condition-case to only the forward-sexp call.
7384 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7386         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7387         quotes contained.  Make it more robust regardless by an extra
7388         condition-case wrapper.
7390 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7392         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7394 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7396         * nnml.el (nnml-request-expire-articles): Check if the function set to
7397         `nnmail-expiry-target' returns the symbol `delete'.
7399         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7401         * nnmail.el (nnmail-expiry-target): Fix custom type.
7403 2008-10-02  Glenn Morris  <rgm@gnu.org>
7405         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7406         Silence compiler warning.
7408 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7410         * tls.el (open-tls-stream): Show the actual command being
7411         executed, instead of the format string.
7413 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7415         * lpath.el: Fbind codepage-setup for Emacs 23.
7417 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7419         * mml.el (mml-menu): Don't assume mml2015 is bound.
7421 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7423         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7424         exists.
7426 2008-09-27  Glenn Morris  <rgm@gnu.org>
7428         * gnus-util.el (mail-header-remove-comments): Autoload it.
7430 2008-09-27  Andreas Schwab  <schwab@suse.de>
7432         * gnus-util.el (gnus-split-references): Strip comments.
7433         (gnus-parent-id): Likewise.
7435 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7437         * message.el (message-confirm-send): Fix version.
7439 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7441         * message.el (message-idna-to-ascii-rhs-1): Use
7442         mail-extract-address-components rather than mail-header-parse-addresses
7443         that is an alias by default to ietf-drums-parse-addresses that does not
7444         support non-ASCII names in headers' contents.
7446 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7448         * message.el (message-confirm-send): Fix variable documentation to
7449         avoid the "y/n" wording.
7451 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7453         * message.el (message-set-auto-save-file-name): Save to a different
7454         filename so multiple messages (especially drafts) can be recovered.
7456 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7458         * message.el (message-confirm-send): Add appropriate version.
7460 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7462         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7463         defvar.
7465 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7467         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7468         (mm-pkcs7-enveloped-magic): Ditto.
7470 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7472         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7473         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7475 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7477         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7478         default, it's better.
7480 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7482         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7483         summary line gnus-number property and ignore them (with a warning
7484         message).
7486 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7488         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7489         macro caddr in the interactive form since it won't be expanded.
7491 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7493         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7494         `charset'; fix name of function called recursively.
7495         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7497 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7499         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7500         (gnus-mime-set-charset-parameters): New function.
7501         (gnus-mime-view-part-as-charset): Use it to correctly display part
7502         specifying wrong charset.
7504 2008-09-08  David Engster  <dengste@eml.cc>
7506         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7507         in completing-read for back end server.
7509 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7511         * message.el (message-confirm-send): New variable to confirm sending a
7512         message.
7513         (message-send): Use it.
7515 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7517         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7519 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7521         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7523 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7525         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7526         prevent tracking too many groups.
7527         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7528         Use it.
7530 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7532         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7533         moving point to the bottom of the window in order to avoid recentering.
7535 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7537         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7539         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7540         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7541         (gnus-article-beginning-of-window): Fix calculation.
7543 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7545         * gnus-msg.el (gnus-summary-supersede-article)
7546         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7547         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7548         message header.
7550 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7552         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7553         pending output coming after the status change.
7555 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7557         * message.el:
7558         * gnus-start.el:
7559         * gnus-registry.el: Remove VMS support.
7561 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7563         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7564         macro.
7565         (rfc2104-hash): Use it.
7567 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7569         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7570         (gnus-summary-sort-by-most-recent-date): New commands.
7571         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7572         and menu entries.
7574 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7576         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7577         don't redisplay article for raw contents; remove plural articles stuff.
7579         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7580         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7581         on gnus-summary-save-article; display results properly.
7583 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7585         * lpath.el: No need to fbind ns-focus-frame.
7587 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7589         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7591 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7593         * gnus-art.el (gnus-summary-save-in-pipe):
7594         Consider gnus-save-all-headers.
7596 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7598         * gnus-util.el (ns-focus-frame): Remove declaration.
7599         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7600         like x.
7602 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7604         * rfc2104.el (rfc2104-zero): Delete defconst.
7605         (rfc2104-hex-alist): Likewise.
7606         (rfc2104-hex-to-int): Delete func.
7607         (rfc2104-hexstring-to-bitstring): Likewise.
7608         (rfc2104-nybbles): New defconst.
7609         (rfc2104-hash): Rewrite for speed.
7611 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7613         * tls.el (open-tls-stream): Make it work with the 2nd argument
7614         BUFFER that is a string but does not exist as a buffer object, as
7615         mentioned in the doc-string.
7617 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7619         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7620         SXEmacs.
7622 2008-07-16  Glenn Morris  <rgm@gnu.org>
7624         * gnus-util.el (ns-focus-frame): Declare for compiler.
7626 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7628         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7629         set as a group parameter.
7630         (gnus-summary-save-in-pipe): Work when it is called independently.
7631         (gnus-summary-pipe-to-muttprint): Don't modify
7632         gnus-summary-pipe-output-default-command.
7634 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7636         * message.el (message-send-mail-with-sendmail):
7637         Display the error message.
7639 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7641         * gnus-art.el (gnus-default-article-saver):
7642         Add gnus-summary-save-in-pipe to choices.
7643         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7644         gnus-summary-pipe-output-default-command as the default command.
7645         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7646         instead of gnus-last-shell-command.
7648         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7649         New user option.
7650         (gnus-summary-muttprint-program): Mention the value will be changed.
7651         (gnus-summary-save-article): Force showing of all headers.
7652         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7654 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7656         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7658 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7660         * nnimap.el (nnimap-id):
7661         * sieve-manage.el (sieve-manage-open): Doc fixes.
7663 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7665         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7666         if available.
7668 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7670         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7672         * nnkiboze.el (nnkiboze-generate-group):
7673         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7675         * nnmairix.el: Require CL.
7677 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7679         * dgnushack.el: Autoload get-display-table and put-display-table for
7680         XEmacs 21.5.
7682         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7683         21.4 and SXEmacs.
7685 2008-06-15  David Engster  <dengste@eml.cc>
7687         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7689 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7691         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7692         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7693         runtime choice under XEmacs.
7695         * gnus-sum.el (gnus-summary-set-display-table):
7696         Use `gnus-put-display-table', `gnus-get-display-table',
7697         `gnus-set-display-table' for the display table, instead of `aset'.
7699         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7700         Use `gnus-put-display-table', `gnus-get-display-table',
7701         `gnus-set-display-table' for the display table.
7703 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7705         * nnmairix.el: Add autoloads.
7707 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7709         * nnmairix.el (nnmairix-delete-recreate-group)
7710         (nnmairix-update-and-clear-marks): Fix error messages.
7712 2008-06-14  David Engster  <dengste@eml.cc>
7714         * nnmairix.el: Upgrade to version 0.6.
7715         (nnmairix-group-toggle-propmarks-this-group)
7716         (nnmairix-group-toggle-readmarks-this-group)
7717         (nnmairix-group-delete-recreate-this-group)
7718         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7719         (nnmairix-remove-tick-mark-original-article): New commands.
7720         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7721         (nnmairix-propagate-marks-to-nnmairix-groups)
7722         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7723         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7724         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7725         functions needed for marks propagation and manipulation of read marks.
7726         (nnmairix-update-groups): New function.
7727         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7728         (nnmairix-determine-original-group-from-registry)
7729         (nnmairix-determine-original-group-from-path)
7730         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7731         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7732         New helper functions.
7733         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7734         keystrokes for new commands.
7735         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7736         (nnmairix-request-group): Check allow-fast group parameter.
7737         (nnmairix-request-create-group): Set allow-fast group parameter if
7738         nnmairix-allowfast-default is set.
7739         (nnmairix-close-group): Propagate marks upon closing if needed.
7740         (nnmairix-group-toggle-threads-this-group): Use new.
7741         nnmairix-group-toggle-parameter helper function.
7742         (nnmairix-search): Better check for empty search result.
7743         (nnmairix-goto-original-article): Use new helper functions for
7744         determining original article.
7745         (nnmairix-show-original-article): Make sure message-id is in brackets.
7746         (nnmairix-call-mairix-binary): Change variable name.
7747         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7748         helper function.
7749         (nnmairix-widget-toggle-activate): Fix doc string.
7751 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7753         * nnir.el: Require edmacro when compiling with XEmacs.
7754         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7755         available in Emacs 21.
7757 2008-06-11  Glenn Morris  <rgm@gnu.org>
7759         * gnus-util.el (x-focus-frame):
7760         * gnus.el (image-size):
7761         * mm-decode.el (image-size): Declare.
7763         * gnus-picon.el (declare-function): Add compat definition.
7764         (image-size): Declare.
7766         * gnus-group.el (tool-bar-map):
7767         * gnus-sum.el (tool-bar-map): Define for compiler.
7769         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7771         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7773         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7774         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7775         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7776         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7777         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7778         * sieve-manage.el, spam-report.el, spam.el:
7779         Remove unnecessary eval-and-compile of autoloads.
7781 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7783         * auth-source.el: Precise Tramp doc.
7785 2008-06-07  Glenn Morris  <rgm@gnu.org>
7787         * nnmairix.el: Remove unnecessary eval-when-compile.
7789 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7791         * lpath.el: Fbind propertize for XEmacs 21.4.
7793 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7795         * nnir.el: Move here from ../contrib.
7797 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7799         * gnus-util.el (gnus-read-shell-command): New function.
7800         * mm-decode.el (mm-pipe-part):
7801         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7803 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7805         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7807 2008-06-03  Glenn Morris  <rgm@gnu.org>
7809         * pop3.el (nnheader-accept-process-output): Autoload it.
7811 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7813         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7814         are not 2-digit hexadecimal characters that follow `%'s.
7816 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7818         * message.el (message-bogus-recipient-p): Fix type in doc string.
7819         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7820         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7821         Improve custom options.
7822         (message-bogus-recipient-p): Adjust accordingly.
7824 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7826         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7827         long-form month and day names.
7829 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7831         * dgnushack.el: Autoload debug, eudc-expand-inline and
7832         pgg-snarf-keys-region for XEmacs.
7834         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7836         * nnmairix.el: Require edmacro when compiling with XEmacs.
7838 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7840         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7841         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7843 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7845         * auth-source.el: Add more docs.
7847         * netrc.el (netrc-machine): Always match if the port is not given.
7849 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7851         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7852         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7853         retrieval faster in some cases, but might make CPU usage larger.
7854         If this has any bad side effects, we might revert this change.
7856         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7857         seems to make mail retrieval much, much faster.
7858         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7859         unconditionally.
7861         * gnus-draft.el (gnus-group-send-queue):
7862         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7864 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7866         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7868         * message.el (message-bogus-address-regexp): Fix and improve custom
7869         type.
7870         (message-setup-hook): Add message-check-recipients as custom option.
7872 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7874         * message.el (message-cite-function): Remove bogus autoload which crept
7875         in during merge from v5-10.
7877 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7879         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7881         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7883         * auth-source.el: Preliminary Tramp docs.
7884         (auth-sources): Change the default auth-sources to use
7885         EPA .gpg files.
7887 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
7889         * nntp.el: Autoload `auth-source-user-or-password'.
7890         (nntp-send-authinfo): Use it.
7892         * nnimap.el: Autoload `auth-source-user-or-password'.
7893         (nnimap-open-connection): Use it.
7895         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
7896         for the gnus-message function.
7897         (auth-source-user-or-password): Use it.
7899 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
7901         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
7902         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
7903         (rfc2104-hash): Use it.
7905 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
7907         * gnus-art.el (gnus-article-toggle-truncate-lines):
7908         Don't use `iff' in docstring.
7910 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
7912         * gnus-registry.el: Adjusted copyright dates and added a keyword.
7914         * gnus-util.el (gnus-extract-address-component-name)
7915         (gnus-extract-address-component-email): Convenience functions around
7916         `gnus-extract-address-components'.
7918         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
7919         Use `gnus-extract-address-component-email' to fix bug of comparing full
7920         sender name to `user-mail-address'.
7922 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
7924         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
7925         catch/throw to optimize.
7926         (gnus-registry-find-keywords): Just use member to find a keyword.
7928 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
7930         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
7931         is current before calling gnus-server-prepare.
7932         (gnus-server-setup-buffer, gnus-server-update-server)
7933         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
7935 2008-05-04  Juri Linkov  <juri@jurta.org>
7937         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
7938         (mailcap-file-default-commands): Use mailcap-replace-in-string
7939         instead of replace-regexp-in-string, and mailcap-delete-duplicates
7940         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
7942 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
7944         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
7946 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7948         * gnus.el: Bump version to 0.11.
7950 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
7952         * gnus.el: No Gnus v0.10 is released.
7954 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7956         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
7957         hooks.
7958         (gnus-update-read-articles): Speed up non-marks-using users.
7959         (gnus-use-marks): Define gnus-use-marks.
7960         (gnus-propagate-marks): Rename variable to something more sensible.
7962 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
7964         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
7965         (gmm-image-load-path-for-library): Fix typos in docstrings.
7966         (gmm-message): Reflow docstring.
7968 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
7970         * mail-source.el (mail-source-set-1, mail-source-bind):
7971         Move auth-source code out of the macro to clean it up and fix bugs.
7973 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
7975         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
7976         by sender if it's equal to user-mail-address, it's likely to be
7977         useless.
7979         * mail-source.el (mail-source-bind): Don't use user or password if they
7980         are not bound.  Unintern them if they are nil.  Don't use server unless
7981         it's bound, and default it to empty string otherwise.
7983 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
7985         * mail-source.el: Load auth-source.el.
7986         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
7987         get user name or password, if auth-sources is set up.
7989         * gnus-registry.el (gnus-registry-split-strategy): New variable for
7990         strategy of splitting with parent.
7991         (gnus-registry-split-fancy-with-parent)
7992         (gnus-registry-post-process-groups): Use it and fix prior
7993         bug (returning a list as the split result).
7995         * auth-source.el (auth-sources): Remove server parameter.
7996         (auth-source-pick, auth-source-user-or-password)
7997         (auth-source-user-or-password-imap)
7998         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
7999         (auth-source-user-or-password-sftp)
8000         (auth-source-user-or-password-smtp): Remove server parameter.
8002 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8004         * smime.el (smime-sign-region, smime-encrypt-region)
8005         (smime-decrypt-region):
8006         Remove redundant calls to `generate-new-buffer-name'.
8008 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8010         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8011         Don't use QP for message/rfc822.
8012         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8014 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8016         * sieve-manage.el (sieve-string-bytes): Remove.
8017         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8018         correct byte-length only if the process's coding-system is the same as
8019         the one used internally by Emacs to represent strings.
8021 2008-04-22  Juri Linkov  <juri@jurta.org>
8023         * mailcap.el (mailcap-file-default-commands): New function.
8025 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8027         * message.el (message-signature-separator, message-cite-function):
8028         Change custom version.
8030 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8032         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8033         commands.
8034         (tls-checktrust): Ditto.
8036 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8038         * mm-decode.el (mm-display-external): Make temp file read-only.
8040 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8042         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8043         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8044         `C-c C-f d'.
8046 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8048         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8050 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8052         * gnus.el: Bump version to 0.9.
8054 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8056         * gnus.el: No Gnus v0.8 is released.
8058 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8060         * mail-source.el (mail-source-value):
8061         Prefer fboundp to functionp so it works with macros as well.
8063 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8065         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8066         Fix last change in case the element is not even a symbol.
8068 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8070         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8071         Prefer fboundp to functionp so it works with macros as well.
8073 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8075         * auth-source.el: Add docs.
8076         (auth-sources): Modify format to support server.
8077         (auth-source-pick, auth-source-user-or-password)
8078         (auth-source-user-or-password-imap)
8079         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8080         (auth-source-user-or-password-sftp)
8081         (auth-source-user-or-password-smtp): Add server parameter.
8083 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8085         * gnus-registry.el: Initialize the registry when gnus-registry-install
8086         is t.
8088 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8090         * compface.el (uncompface): Make buffer unibyte.
8092 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8094         * mail-source.el (mail-source-value):
8095         Prefer fboundp to functionp so it works with macros as well.
8097 2008-04-05  Glenn Morris  <rgm@gnu.org>
8099         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8101 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8103         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8104         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8106         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8107         multibyteness after rather than before erasing it.
8109         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8110         mm-with-multibyte.
8111         (gnus-request-article-this-buffer): Make sure the proper decoding is
8112         used if gnus-original-article-buffer happens to be unibyte.
8114         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8115         default-enable-multibyte-characters.
8117         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8118         default-enable-multibyte-characters.
8120         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8122         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8124 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8126         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8127         Fix last change in case the element is not even a symbol.
8129 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8131         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8132         (imap-message-copyuid-1): Use it.
8133         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8134         J. Williams in
8135         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8137         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8138         imap-enable-exchange-bug-workaround.
8139         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8141 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8143         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8144         a 100 byte status-checks into a 2-3MB transfer for each group.
8145         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8146         to enable bug workaround or not.
8147         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8149 2008-03-31  Glenn Morris  <rgm@gnu.org>
8151         * message.el (mml2015-use): Declare for compiler.
8152         (message-info): Require mml2015 when appropriate.
8154 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8156         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8157         whitespace.
8159 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8161         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8162         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8163         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8164         (nntp-service-to-port): New function.
8165         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8166         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8167         (nntp-open-netcat-stream): New function.
8168         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8170 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8172         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8174 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8176         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8178 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8180         * dns.el (dns-write): Use set-buffer-multibyte.
8182 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8184         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8186 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8188         * message.el (message-signature-separator): Change default.
8189         Improve custom type.
8190         (message-cite-function): Change default to
8191         message-cite-original-without-signature.
8193         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8194         toggle.
8196         * message.el (message-check-news-body-syntax): Fix signature check.
8197         (message-setup-1): Mark buffer as unmodified _after_ running
8198         message-setup-hook and handling message-alternative-emails.
8199         (message-shorten-references): Be more strict when building list of
8200         valid references to comply with GNKSA.
8202         * gnus-group.el (gnus-read-ephemeral-bug-group)
8203         (gnus-read-ephemeral-debian-bug-group)
8204         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8206         * message.el (message-info): Don't use booleanp which isn't supported
8207         in Emacs 21 and XEmacs.
8209 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8211         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8212         gnus-group-gmane-group-download-format.
8213         (gnus-group-read-ephemeral-gmane-group): Rename from
8214         gnus-group-read-ephemeral-gmane-group.
8215         (gnus-read-ephemeral-gmane-group-url): Rename from
8216         gnus-group-read-ephemeral-gmane-group-url.
8217         (gnus-bug-group-download-format-alist): New variable.
8218         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8219         (gnus-read-ephemeral-emacs-bug-group): New commands.
8221 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8223         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8224         (gnus-visible-headers): Improve custom type.
8226 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8228         * mml.el (mml-menu): Add workarounds for XEmacs.
8230         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8231         X-Boundary header.
8233         * message.el (message-simplify-recipients): Fix previous commit.
8235 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8237         * mm-util.el (mm-set-buffer-multibyte): New function.
8238         * mm-decode.el (mm-copy-to-buffer): Use it.
8240         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8241         Prefer fboundp to functionp so it works with macros as well.
8243 2008-03-19  Glenn Morris  <rgm@gnu.org>
8245         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8246         Accidentally removed in the sync process with Emacs.
8248 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8250         * message.el (message-alter-recipients-discard-bogus-full-name):
8251         New function.
8252         (message-alter-recipients-function): New variable.
8253         (message-get-reply-headers): Use it.
8254         (message-replace-header): New helper function.
8255         (message-recipients-without-full-name): New variable.
8256         (message-simplify-recipients): New command.
8258         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8260         * message.el (message-info): Handle EasyPG manual.
8262         * mml.el (mml-menu): Add entry for EasyPG.
8264 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8266         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8267         parameter.
8269         * message.el (message-disassociate-draft): Specify drafts group name
8270         fully.
8272 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8274         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8275         Eliminate unnecessary duplicates from the match list.
8277 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8279         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8281         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8283         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8284         args of `how-many' of which the XEmacs version doesn't take; declare
8285         Info-index-next as function.
8287 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8289         * gnus-score.el (gnus-score-headers): Fix handling of
8290         gnus-inhibit-slow-scoring.
8292         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8293         string.
8294         (gnus-button-url-regexp): Improve handling of parenthesis.
8295         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8296         (gnus-button-handle-info-keystrokes): Handle index entries.
8298 2008-03-15  Glenn Morris  <rgm@gnu.org>
8300         * parse-time.el (parse-time-string): Simplify.
8302 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8304         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8305         Incoming* files.
8307 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8309         * auth-source.el (auth-sources): Rename from auth-source-choices.
8310         (auth-source-pick): Use it.
8312 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8314         * binhex.el (binhex-decode-region-internal):
8315         * uudecode.el (uudecode-decode-region-internal):
8316         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8317         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8318         setting default-enable-multibyte-characters.
8320 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8322         * auth-source.el (auth-source-protocols)
8323         (auth-source-protocols-customize, auth-source-choices): Add and
8324         modified variable customizations and defaults.
8325         (auth-source-pick, auth-source-user-or-password)
8326         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8327         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8328         (auth-source-user-or-password-sftp)
8329         (auth-source-user-or-password-smtp): Use new variables and provide an
8330         interface to netrc.el.
8332 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8334         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8335         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8336         Make sure the nntp port to specify is a string.
8338 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8340         * nntp.el: Use with-current-buffer.
8341         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8342         dubious mm-with-unibyte-current-buffer.
8343         (nntp-with-open-group-function): New function extracted from
8344         nntp-with-open-group macro.
8345         (nntp-with-open-group): Use the function, so it's easier to debug.
8346         Add indentation and debugging info.
8347         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8348         Recommend the use of the netcat alternatives.
8350         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8351         Avoid mm-string-as-multibyte as well.
8353         * nnweb.el (nnweb-insert-html):
8354         Remove use of nnheader-string-as-multibyte.
8356         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8357         (nnheader-string-as-multibyte): Remove.
8359         * mm-view.el: Use inhibit-read-only.
8360         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8361         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8362         or unibyte-string.
8364         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8365         (mm-uu-yenc-extract): Use with-current-buffer.
8367         * gnus-soup.el (gnus-soup-send-packet): Don't use
8368         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8370         * nnmh.el: Use with-current-buffer.
8371         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8372         mm-string-as-multibyte on the output of mm-encode-coding-string.
8374         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8375         (nnimap-request-move-article): Use with-current-buffer.
8377         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8378         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8379         conversion uses string-make-unibyte rather than string-as-unibyte.
8381         * gnus-msg.el: Use with-current-buffer.
8383         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8385 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8387         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8388         string for caching if it is 'PIN.
8390 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8392         * lpath.el: Consider the case without Emacs/W3.
8394 2008-03-08  Glenn Morris  <rgm@gnu.org>
8396         * time-date.el (date-to-time, time-subtract, time-add)
8397         (safe-date-to-time): Doc fixes.
8399 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8401         * mail-source.el (mail-source-delete-old-incoming-confirm):
8402         Change default to nil.
8403         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8405 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8407         * lpath.el: Rearrange.
8409         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8410         (gnus-article-goto-prev-page): Work for articles having ^L's.
8412         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8414         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8416 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8418         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8419         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8420         (gnus-bookmark-jump): Adjust some variable names.
8422 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8424         * auth-source.el: New package.
8425         (auth-source-choices): Add customization entry point variable.
8427         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8428         bug.
8430 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8432         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8433         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8434         (gnus-registry-install-shortcuts): Rename from
8435         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8436         the `gnus-registry-mark-map' keymap dynamically from
8437         `gnus-registry-marks'.  The generated functions update the summary line
8438         when a registry mark is added or deleted, and will call
8439         `gnus-registry-install-p' (see the comments in the code).
8440         (gnus-registry-user-format-function-M): Use concat intelligently.
8442         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8443         the registry mark functions.
8445 2008-03-05  Glenn Morris  <rgm@gnu.org>
8447         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8448         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8449         gnus-art.
8450         (top-level): No need to load own source when compiling.
8452 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8454         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8455         Suggested by <chris.anderton@zetnet.co.uk>.
8457 2008-03-04  Glenn Morris  <rgm@gnu.org>
8459         * gnus-sum.el (top-level): No need to require gnus when compiling,
8460         since unconditionally required near start of file.
8461         (gnus-summary-display-while-building): Move definition before use.
8463 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8465         * gnus-registry.el (gnus-registry-user-format-function-M):
8466         Add formatting function.
8468 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8470         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8471         with plists.
8472         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8473         Use new format.
8475 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8477         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8478         `where-is-internal' that returns a range of key sequences.
8480 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8482         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8484         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8485         (gnus-summary-jump-to-group): Consider windows on other displayed
8486         frames as well.  Similar changes might be needed elsewhere, but that's
8487         the one I've bumped into during my use.
8489         * nndoc.el (nndoc-oe-dbx-type-p):
8490         * gnus-msg.el (gnus-debug):
8491         * gnus-group.el (gnus-update-group-mark-positions):
8492         Use mm-string-to-multibyte.
8494 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8496         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8497         doesn't handle NotDashEscaped.
8499         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8500         (mml-dnd-attach-options): Fix typo in custom choice.
8502         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8503         Change nndoc-article-type to mbox.
8504         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8506         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8507         to nil, instead of html2text.
8509         * imap.el (imap-debug): Add `imap-ping-server'.
8511         * gnus-bookmark.el: Add FIXMEs.
8513         * message.el (message-form-letter-separator)
8514         (message-send-form-letter-delay): New variables.
8515         (message-send-form-letter): Use them.  New command to send form
8516         letters.  Requested by Uwe Siart.
8517         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8519 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8521         * Update copyright years.
8523 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8525         Sync from EMACS_22_BASE.
8527         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8529 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8531         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8532         empty author.
8534 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8536         * gnus-registry.el (gnus-registry-marks): Add variable for
8537         customization of marks and their appearance.
8538         (gnus-registry-read-mark): Use it.
8539         (gnus-registry-do-marks): Add utility function to loop through
8540         `gnus-registry-marks'.
8541         (gnus-registry-install-shortcuts-and-menus): Add function to install
8542         shortcuts and menus.
8543         (gnus-registry-initialize): Use it.
8544         (gnus-registry-default-mark): Clarify documentation.
8546 2008-02-29  Glenn Morris  <rgm@gnu.org>
8548         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8549         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8550         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8551         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8552         Change defcustom :version from 23.0 to 23.1.
8554 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8556         * gnus-registry.el (gnus-registry-follow-group-p)
8557         (gnus-registry-post-process-groups): Add functions to aid registry
8558         splitting and improve logging.  Clarify behavior in function
8559         documentation.
8560         (gnus-registry-split-fancy-with-parent): Use them.
8562 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8564         * gnus-art.el: Use with-current-buffer.
8566 2008-02-27  David Engster  <dengste@eml.cc>
8568         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8569         Express real group name in the response.
8571 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8573         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8574         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8575         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8576         autoload gnus-registry-fetch-group when compiling.
8577         (nnmairix-request-group-with-article-number-correction):
8578         Remove unreferenced argument passed to nnmairix-call-backend.
8580 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8582         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8583         (mm-uu-extract): Improve face for low color ttys.
8584         Reported by Sascha Wilde.
8586 2008-02-27  Glenn Morris  <rgm@gnu.org>
8588         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8589         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8590         variables to defconsts.  Convert comments to doc-strings.
8591         (nnmairix-last-server, nnmairix-current-server): Convert from free
8592         variables to defvars.  Convert comments to doc-strings.
8593         (gnus-registry-fetch-group): Autoload.
8594         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8595         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8596         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8597         caddr.
8598         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8599         nnmairix-request-group-with-article-number-correction call.
8600         (nnmairix-fast, nnmairix-group): New, less general names, for free
8601         variables passed from nnmairix-request-group to
8602         nnmairix-request-group-with-article-number-correction.  Declare.
8603         (nnmairix-request-group-with-article-number-correction):
8604         Use nnmairix-fast, nnmairix-group rather than fast, group.
8606 2008-02-26  David Engster  <dengste@eml.cc>
8608         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8609         version 0.5.
8611 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8613         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8614         instead of making an extra function call.  Don't add the current group
8615         to articles only when they have the group.  Use
8616         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8617         Reported by David <de_bb@arcor.de>.
8619 2008-02-24  Miles Bader  <miles@gnu.org>
8621         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8622         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8623         (mm-find-mime-charset-region):
8624         * mm-bodies.el (mm-encode-body):
8625         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8627 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8629         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8630         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8632 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8634         * mail-source.el (mail-source-delete-incoming): Change default.
8635         Supplement doc string.
8637         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8639 2008-02-14  Glenn Morris  <rgm@gnu.org>
8641         * time-date.el (format-seconds): New function.
8643 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8645         * nnmail.el (nnmail-message-id-cache-file): Derive from
8646         `gnus-home-directory'.
8648 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8650         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8651         Document negative prefix.
8653         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8655 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8657         * message.el (message-unsent-separator): Add the Exim bounce
8658         separator.
8660 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8662         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8663         list.
8664         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8665         recipient/signer list.
8667 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8669         * Makefile.in (datarootdir): Define.
8670         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8671         name that might contain whitespace.
8673 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8675         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8676         fbound (Emacs 23 unicode), signal an error.
8678 2008-02-08  Glenn Morris  <rgm@gnu.org>
8680         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8682 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8684         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8685         ports to the calls to `netrc-machine-user-or-password' in addition to
8686         "imap" and "imaps".
8688 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8690         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8692         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8694 2008-02-01  Kenichi Handa  <handa@m17n.org>
8696         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8697         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8698         (rfc2104-hash): Convert the result of concat to unibyte string.
8700 2008-02-01  Dave Love  <fx@gnu.org>
8702         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8703         coding-system-for-read.
8704         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8706 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8708         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8709         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8710         <hanche@math.ntnu.no>.
8712 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8714         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8716         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8718 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8720         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8721         * message.el (message-beginning-of-line): Use featurep instead of bound
8722         tests in order to resolve conditionals at compile time.
8724 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8726         * mail-source.el (mail-sources): Add `group' choice.
8728         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8729         parameter `in-group' to control into which group the articles go.
8730         Add treatment of `group' mail-source.
8732 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8734         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8736         * mm-decode.el (mm-dissect-buffer): Decode description.
8738         * mml.el (mml-to-mime): Encode message header first.
8740 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8742         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8743         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8745         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8746         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8748 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8750         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8752 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8754         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8755         prefix keys.
8756         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8757         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8758         gnus-xmas.el.
8760         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8761         (gnus-xmas-article-describe-bindings): New function.
8762         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8763         gnus-xmas-article-describe-bindings.
8765         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8767 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8769         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8770         Add new variables for article mark management.
8771         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8772         list of extra data entries which, when present, will indicate that the
8773         article ID should not be trimmed from the registry.
8774         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8775         functions.
8776         (gnus-registry-read-mark): New function to read a mark name from the
8777         user.
8778         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8779         (gnus-registry-set-article-mark-internal): New functions to add and
8780         remove marks.
8781         (gnus-registry-get-article-marks): New function to show the marks for
8782         an article, or retrieve them for further use.
8784 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8786         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8787         keys when no argument is given.
8789 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8791         * imap.el (imap-ping-server): New variable.
8792         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8793         (imap-ping-server): Minor doc string fixes.
8795 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8797         * imap.el (imap-ping-server): New function.
8798         (imap-opened): Call imap-ping-server.
8800 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8802         * gnus-sum.el (gnus-article-sort-by-random)
8803         (gnus-thread-sort-by-random): Fix doc strings.
8804         Reported by jidanni@jidanni.org.
8806 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8808         * gnus-art.el (gnus-article-describe-bindings): New function.
8809         (gnus-article-read-summary-keys): Use it.
8810         (gnus-article-mode-map): Bind `C-h b' to it.
8812 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8814         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8815         XEmacs.
8816         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8817         Protect against non-character events.
8819         * lpath.el: Fbind map-keymap for Emacs 21.
8821 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8823         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8824         New command.
8825         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8826         instead of END.  Change name of the temp file.
8827         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8828         customizable.
8830 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8832         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8833         bind `S W' to gnus-article-wide-reply-with-original; set default
8834         binding to gnus-article-read-summary-send-keys.
8835         (gnus-article-read-summary-keys): Fix the order of keys; display
8836         continuation keys correctly in the echo area; describe bindings
8837         correctly when keys end with `C-h'.
8838         (gnus-article-read-summary-send-keys): New function.
8839         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8840         Work for gnus-article-read-summary-send-keys; display continuation keys
8841         correctly in the echo area.
8842         (gnus-article-reply-with-original): Ignore prefix argument.
8843         (gnus-article-wide-reply-with-original): New function.
8845         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8846         Emacs 21.
8848 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8850         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8851         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8853 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8855         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8856         (gnus-group-read-ephemeral-gmane-group): New command.
8858 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8860         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8862 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8864         * message.el (message-send-mail-function): Increase custom version.
8866         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8867         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8869 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8871         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8872         for the cases where imap-authenticate is called with a nil buffer
8873         parameter.
8875 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8877         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8878         html parts correctly; support forwarded messages.
8879         (gnus-article-browse-html-article): Remove work buffers.
8881         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8882         compiling.
8883         (netrc-bound-and-true-p): New macro.
8884         (netrc-parse): Use it instead of bound-and-true-p that is not available
8885         in XEmacs 21.4.
8887 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
8889         * gnus-registry.el (gnus-registry-mark-article)
8890         (gnus-registry-article-marks): Add functionality to mark articles
8891         through the Gnus registry.
8893         * encrypt.el: Clarify documentation for the new pgg method.
8894         (encrypt-file-alist): Add PGG option.
8895         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
8896         functionality.  Abstract password key and messaging to external
8897         functions.
8898         (encrypt-password-key, encrypt-get-passphrase-if-needed)
8899         (encrypt-message-method-and-cipher): Add new convenience external
8900         functions.
8901         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
8902         (encrypt-pgg-process-buffer): Add PGG functionality glue.
8904         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
8905         (netrc-parse): Use encrypt-file-alist to determine if
8906         encrypt-find-model or encrypt-insert-file-contents should be used.
8908         * encrypt.el: Clarify documentation.  Load password-cache or
8909         password, whichever one is found first, instead of autoloading.
8911 2007-12-19  Glenn Morris  <rgm@gnu.org>
8913         * mml.el (message-options-set, message-narrow-to-head)
8914         (message-in-body-p, message-mail-p, message-encode-message-body):
8915         Autoload.
8916         (message-remove-header, message-narrow-to-headers-or-head)
8917         (message-subscribed-p, message-make-mail-followup-to)
8918         (message-position-on-field, message-news-p)
8919         (message-options-set-recipient, message-generate-headers)
8920         (message-sort-headers): Declare as functions.
8922 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
8924         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
8925         convention in doc string.
8927 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8929         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
8930         title to html parts.
8931         (gnus-article-browse-html-article): Pass message header to it.
8933         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
8935 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
8937         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
8938         or password compatible with XEmacs.
8940 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
8942         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
8943         format document.
8944         (gnus-mime-delete-part): Don't write description line if empty.
8945         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
8947 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
8949         * gnus-sum.el (gnus-summary-mark-unread-as-read)
8950         (gnus-summary-mark-read-and-unread-as-read)
8951         (gnus-summary-mark-current-read-and-unread-as-read)
8952         (gnus-summary-mark-unread-as-ticked): Doc fix.
8953         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
8955 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8957         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
8958         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
8960 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
8962         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
8963         yes-or-no-p.
8965 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8967         * mm-decode.el (mm-add-meta-html-tag): New function.
8968         (mm-save-part-to-file, mm-pipe-part): Use it.
8970         * gnus-art.el (gnus-article-browse-delete-temp-files):
8971         Use gnus-y-or-n-p instead of y-or-n-p.
8972         (gnus-article-browse-html-parts): Work with message/external-body; use
8973         mm-add-meta-html-tag.
8975 2007-12-11  Glenn Morris  <rgm@gnu.org>
8977         * gnus-cache.el: Require gnus-sum not just when compiling.
8979         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
8981         * gnus-int.el (gnus-server-opened, gnus-status-message):
8982         Move definitions before use.
8984         * mm-decode.el: Require gnus-util.
8985         (mm-remove-part): Only call delete-annotation on XEmacs.
8987         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
8989         * nnmail.el: Require gnus-int.
8991         * spam.el: Move `require's before `eval-when-compile's.
8993         * gnus-ems.el (gnus-alive-p):
8994         * gnus-fun.el (message-goto-eoh):
8995         * gnus-util.el (gnus-group-name-decode):
8996         * mail-source.el (gnus-compress-sequence):
8997         * message.el (Info-goto-node, format-spec):
8998         * mm-bodies.el (message-options-get):
8999         * mm-decode.el (mm-view-pkcs7):
9000         * mm-util.el (gmm-write-region):
9001         * mml-smime.el (mml-compute-boundary)
9002         (gnus-completing-read-with-default):
9003         * mml.el (widget-button-press, gnus-make-hashtable):
9004         * mml1991.el (mm-decode-content-transfer-encoding)
9005         (mm-encode-content-transfer-encoding)
9006         (message-options-get, message-options-set):
9007         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9008         * nnfolder.el (gnus-request-group):
9009         * nnheader.el (ietf-drums-unfold-fws):
9010         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9011         * smime.el (gnus-run-mode-hooks):
9012         * spam-stat.el (gnus-message): Autoload.
9014         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9015         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9016         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9017         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9018         Add declare-function compatibility definition.
9020         * gnus-cache.el (nnvirtual-find-group-art):
9021         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9022         (gnus-add-image, gnus-add-wash-type):
9023         * gnus-group.el (nnkiboze-score-file):
9024         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9025         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9026         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9027         (message-tokenize-header, gnus-get-buffer-create)
9028         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9029         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9030         * gnus.el (gnus-group-decoded-name):
9031         * mail-source.el (imap-capability):
9032         * mm-bodies.el (message-options-set):
9033         * mm-decode.el (gnus-configure-windows):
9034         * mm-extern.el (message-goto-body):
9035         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9036         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9037         (epg-sub-key-validity, message-options-set):
9038         * mml.el (widget-event-point, gnus-configure-windows):
9039         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9040         * mml2015.el (epg-check-configuration, epg-configuration)
9041         (message-options-set):
9042         * nndb.el (nndb-request-article):
9043         * nnfolder.el (gnus-request-create-group):
9044         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9045         * nnmaildir.el (gnus-group-mark-article-read):
9046         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9047         * rfc1843.el (message-fetch-field):
9048         * spam.el (gnus-extract-address-components):
9049         Declare as functions.
9051 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9053         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9055         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9057         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9058         bind show-trailing-whitespace for XEmacs.
9060 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9062         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9063         new no-op macro for backward compatibility.
9065         * imap.el (imap-string-to-integer): New function.
9067 2007-12-09  Glenn Morris  <rgm@gnu.org>
9069         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9071         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9072         * message.el, mm-view.el, sieve-manage.el, smime.el:
9073         Add declare-function compatibility definition.
9075         * gnus-art.el (w3-region, w3m-region, Info-menu):
9076         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9077         * gnus-sum.el (gnus-get-predicate):
9078         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9079         * message.el (mail-abbrev-in-expansion-header-p):
9080         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9081         (w3m-detect-meta-charset, w3m-region):
9082         * sieve-manage.el (password-read, password-cache-add)
9083         (password-cache-remove):
9084         * smime.el (password-read-and-add): Declare as functions.
9086 2007-12-08  David Kastrup  <dak@gnu.org>
9088         * gnus-sum.el (gnus-summary-simplify-subject-query):
9089         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9090         `message'.
9092 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9094         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9095         it to bind idna-program, installation-directory, defined-colors, and
9096         face-attribute for XEmacs of the version that compiles defcustom forms.
9098 2007-12-07  Glenn Morris  <rgm@gnu.org>
9100         * gnus-art.el (article-make-date-line): Revert previous change.
9102 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9104         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9106 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9108         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9109         Call gnus-add-to-range ranges only once with a prepared article-list.
9111 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9113         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9114         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9115         group names with backslashes.
9116         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9118 2007-12-06  Deepak Goel  <deego3@gmail.com>
9120         * gnus-art.el (article-make-date-line):
9121         * gnus-start.el (gnus-load):
9122         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9124 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9126         * gnus-art.el (gnus-use-idna)
9127         * gnus-start.el (gnus-site-init-file)
9128         * message.el (message-use-idna)
9129         * mm-uu.el (mm-uu-hide-markers)
9130         * smiley.el (smiley-style): Revert changes that suppress warnings.
9132 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9134         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9135         specify charset to html source.
9136         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9138 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9140         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9141         idna-program in order to suppress byte compile warning issued by XEmacs
9142         that came to byte compile the default value section of defcustom forms
9143         recently.
9145         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9146         value of installation-directory.
9148         * message.el (message-use-idna): Don't directly refer to the value of
9149         idna-program.
9151         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9153         * smiley.el (smiley-style): Don't directly call face-attribute.
9155 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9157         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9159         * gnus-dired.el: Reduce Gnus dependencies.
9160         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9161         Don't require.  Use autoloads instead.
9162         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9163         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9164         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9165         (gnus-dired-mode): Adjust doc string.
9166         (gnus-dired-mail-mode): New variable.
9167         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9168         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9169         (gnus-dired-mail-buffers): New function.  Return mail or message
9170         composition buffers.
9171         (gnus-dired-attach): Use it.
9172         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9173         NO-DECODE.
9174         (gnus-dired-print): Use `gnus-print-buffer' depending on
9175         `gnus-dired-mail-mode'.
9177 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9179         * rfc2047.el (rfc2047-encoded-word-regexp)
9180         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9181         explaining what regexp patterns are for.
9183 2007-12-04  Glenn Morris  <rgm@gnu.org>
9185         * password.el: Move to password-cache.el.
9187         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9188         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9189         * mml-smime.el (password-read, password-cache-add)
9190         (password-cache-remove):
9191         No need to autoload, since mml-sec requires password.
9193         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9194         * message.el (gnus-extract-address-components):
9195         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9197         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9198         password.
9200 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9202         * mailcap.el: Reduce dependencies.
9203         (mail-header-parse-content-type): Autoload.
9204         (mailcap-delete-duplicates): New alias.
9205         (mailcap-mime-info): Add optional argument NO-DECODE.
9206         (mailcap-mime-types): Use mailcap-delete-duplicates.
9208         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9210 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9212         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9213         (imap-parse-status): Upcase status-att for servers that sends them
9214         lower-case (e.g., MS Exchange 2007).
9216 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9218         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9219         function.
9221         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9222         (gnus-uu-yenc-article): New function.
9224         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9226         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9228 2007-12-02  Glenn Morris  <rgm@gnu.org>
9230         * binhex.el (binhex): New custom group.
9231         (binhex-decoder-program, binhex-decoder-switches)
9232         (binhex-use-external): Move to the binhex custom group.
9234         * uudecode.el (uudecode): New custom group.
9235         (uudecode-decoder-program, uudecode-decoder-switches)
9236         (uudecode-use-external): Move to the uudecode custom group.
9238         * netrc.el (top-level): Don't load `encrypt' features.
9239         (netrc-parse): Don't use encrypt.
9240         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9242         * encrypt.el: Remove file.
9244 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9246         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9247         matches on patches.
9249         * gnus-art.el (gnus-article-browse-html-article):
9250         Mention `mm-text-html-renderer' in the doc string.
9252         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9253         string.  Add comments.
9255         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9256         if rhs is ASCII.
9258 2007-12-01  Glenn Morris  <rgm@gnu.org>
9260         * mail-source.el (top-level): Require format-spec before
9261         eval-when-compile.
9263 2007-11-30  Glenn Morris  <rgm@gnu.org>
9265         * encrypt.el: Require password, rather than autoloading password-read.
9267 2007-11-29  Glenn Morris  <rgm@gnu.org>
9269         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9270         (sasl-make-client, sasl-next-step, sasl-step-data)
9271         (sasl-step-set-data): Declare as functions.
9273 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9275         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9277 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9279         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9280         certs should be verified and what is to be done in the event of a
9281         verification failure.
9283         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9284         caller can indicate whether the cache should be disregarded for this
9285         call.  This way the result of the call is reproducible at all times and
9286         can be considered a canonical server name for the supplied method.
9287         (gnus-agent-method-p): Canonicalize server names by pushing their
9288         method through `gnus-method-to-server' using the no-cache argument.
9290         * gnus-srvr.el (gnus-server-insert-server-line):
9291         Call `gnus-method-to-server' with `no-cache' argument.
9293         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9294         gnus-agent-possibly-synchronize-flags as this should be called when the
9295         server is actually being opened.
9296         (gnus-agent-possibly-synchronize-flags)
9297         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9298         flags file of an agentized server to the latter function.
9300         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9301         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9302         after a connection has been established successfully.
9304 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9306         * gnus-art.el (article-display-face): Force to display face if called
9307         interactively; check if gnus-article-x-face-too-ugly matches author.
9308         (article-display-x-face): Display face even if From header is missing
9309         as article-display-face does.
9311 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9313         * hashcash.el (message-narrow-to-headers-or-head)
9314         (message-fetch-field, message-goto-eoh)
9315         (message-narrow-to-headers): Declare as functions.
9317 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9319         * mail-source.el (mail-sources): Default to fetch from file for
9320         compatibility with default of nnmail-spool-file.
9322 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9324         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9325         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9326         to look for encoded word that should be encoded again.
9327         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9328         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9329         encoding pattern.
9330         (rfc2047-decode-region): Switch strict regexp and loose one according
9331         to rfc2047-allow-irregular-q-encoded-words.
9333 2007-11-25  Romain Francoise  <romain@orebokech.com>
9335         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9337 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9339         * tls.el (tls-program): Provide more custom choices from
9340         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9341         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9343 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9345         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9346         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9348         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9349         `nnmail-spool-file'.
9351         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9352         `nnmail-spool-file'.
9354         * gnus-move.el (gnus-change-server): Ditto.
9356         * gnus-kill.el (gnus-batch-score): Ditto.
9358         * gnus-cache.el (gnus-jog-cache): Ditto.
9360         * gnus-msg.el (gnus-summary-reply):
9361         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9363 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9365         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9366         version.  Minor improvement to doc strings.
9367         (tls-program): Add comment.
9369 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9371         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9372         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9373         mismatch between the hostname provided in the certificate and the name
9374         of the host connnecting to.
9375         (open-tls-stream): Use them.  Check certificates against trusted root
9376         certificates.
9378 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9380         * gnus-cache.el (gnus-cache-generate-nov-databases):
9381         Use nnml-generate-nov-databases-directory instead of
9382         nnml-generate-nov-databases-1.
9384 2007-11-24  Glenn Morris  <rgm@gnu.org>
9386         * message.el (message-tool-bar-retro): Update for rename
9387         mail_send.xpm->mail-send.xpm.
9389 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9391         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9392         `smime-ldap-search' for Emacs 22 and up.
9394 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9396         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9398         * message.el (message-send-mail-function): Fix error convention.
9399         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9400         (message-widen-reply, message-send-mail, message-talkative-question)
9401         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9402         (message-clone-locals, message-send-news): Use with-current-buffer.
9403         (message-insert-or-toggle-importance): Remove unused var `valid'.
9404         (message-make-references): Remove unused var `new-references'.
9405         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9407 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9409         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9410         (spam-split-symbolic-return-positive): Reflow docstring.
9411         (spam-backends, spam-summary-exit-behavior)
9412         (spam-mark-ham-unread-before-move-from-spam-group)
9413         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9414         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9415         (spam-clear-cache, spam-backend-check, spam-install-backend)
9416         (spam-install-statistical-backend, spam-list-of-processors)
9417         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9418         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9419         (spam-check-crm114, spam-initialize, spam-unload-hook):
9420         Fix typos in docstrings.
9422 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9424         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9425         been checked if they have never been read and those group levels are
9426         higher than the one that a user specified.
9428 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9430         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9431         foreign groups unless a group level is specified by a user.
9432         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9434 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9436         * message.el (message-send-mail-function): Require sendmail.
9438 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9440         * message.el (message-send-mail-function): Check for smtpmail too.
9442         * utf7.el (utf7-encode, utf7-decode): Use coding system
9443         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9445         * message.el (message-send-mail-function): New function.
9446         (message-send-mail-function): Set default using
9447         message-send-mail-function.  Adjust doc string.
9448         (message-send-mail-with-mailclient): New function.
9450 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9452         * smime.el (from):
9453         * rfc2047.el (message-posting-charset):
9454         * qp.el (mm-use-ultra-safe-encoding):
9455         * pop3.el (parse-time-months):
9456         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9457         * nnml.el (files):
9458         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9459         (jka-compr-compression-info-list, ange-ftp-path-format)
9460         (efs-path-regexp):
9461         * nndiary.el (files):
9462         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9463         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9464         (epg-digest-algorithm-alist, inhibit-redisplay)
9465         (password-cache-expiry):
9466         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9467         (pgg-output-buffer, password-cache-expiry):
9468         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9469         (efs-path-regexp):
9470         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9471         (inhibit-redisplay):
9472         * mm-uu.el (file-name, start-point, end-point, entry)
9473         (gnus-newsgroup-name, gnus-newsgroup-charset):
9474         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9475         (latin-unity-ucs-list):
9476         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9477         (mm-uu-binhex-decode-function):
9478         * message.el (gnus-message-group-art, gnus-list-identifiers)
9479         (rmail-enable-mime-composing, gnus-local-organization)
9480         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9481         (gnus-read-active-file, facemenu-add-face-function)
9482         (facemenu-remove-face-function, gnus-article-decoded-p)
9483         (tool-bar-mode):
9484         * mail-source.el (display-time-mail-function):
9485         * gnus-util.el (nnmail-pathname-coding-system)
9486         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9487         (gnus-original-article-buffer, gnus-user-agent)
9488         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9489         (xemacs-codename, sxemacs-codename, emacs-program-version):
9490         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9491         * gnus-start.el (gnus-agent-covered-methods)
9492         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9493         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9494         (gnus-newsgroup-headers, gnus-group-list-mode)
9495         (gnus-group-mark-positions, gnus-newsgroup-data)
9496         (gnus-newsgroup-unreads, nnoo-state-alist)
9497         (gnus-current-select-method, mail-sources)
9498         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9499         (nnmail-spool-file, gnus-cache-active-hashtb):
9500         * gnus-mh.el (mh-lib-progs):
9501         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9502         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9503         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9504         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9505         (gnus-group-buffer):
9506         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9507         (font-lock-set-defaults):
9508         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9509         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9510         (gnus-summary-post-menu, total-parts, type, condition, length):
9511         * gnus-agent.el (gnus-agent-read-agentview):
9512         * flow-fill.el (show-trailing-whitespace):
9513         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9514         eval-and-compile wrappers for byte compiler pacifiers.
9516         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9517         (mm-display-inline-fontify): Check for featurep 'xemacs not
9518         extent-list.
9520         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9521         itimer-list.
9522         (mm-create-image-xemacs): Only do something for XEmacs.
9523         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9525         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9527         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9528         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9530 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9532         * nnimap.el (nnimap-split-download-body):
9533         * gnus-demon.el (gnus-demon):
9534         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9536 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9538         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9539         New macros.
9540         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9541         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9542         copy data from unibyte buffer to multibyte current buffer.
9543         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9544         to copy data from unibyte current buffer to multibyte buffer.
9545         (nntp-make-process-buffer): Make process buffer unibyte.
9547         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9549 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9551         * pop3.el (pop3-open-server): Accept and process data more robustly at
9552         connexion start to avoid spurious "POP SSL connexion failed" errors.
9554 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9556         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9557         read group names.
9559 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9561         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9563 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9565         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9566         (nnmail-save-active): Use a unibyte buffer when saving active file,
9567         which may contain non-ASCII group names.
9569         * nnml.el (nnml-request-group): Decode group names in messages.
9571 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9573         * message.el (message-citation-line-function)
9574         (message-insert-formatted-citation-line): Fix spelling of
9575         `message-insert-formated-citation-line'.
9577 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9579         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9581 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9583         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9584         nnmail-pathname-coding-system.
9586         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9587         that a user enters; decode group names in messages.
9589         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9591 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9593         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9595         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9597         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9598         risky local variable.
9600         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9602 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9604         * encrypt.el: Improve documentation to fix function name typo.
9605         Reported by Daiki Ueno <ueno@unixuser.org>.
9607 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9609         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9610         even if the point is not in the last page of an article.
9611         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9612         back to the previous page.
9614 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9616         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9618 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9620         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9622 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9624         * message.el (message-check-news-body-syntax):
9625         Avoid mm-string-as-multibyte.
9626         (message-hide-headers): Don't assume (point-min)==1.
9628 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9630         * message.el (message-remove-blank-cited-lines): Fix if remove is
9631         given.
9632         (message-bogus-address-regexp): New variable.
9633         (message-bogus-recipient-p): New function.
9634         (message-check-recipients): New command.
9635         (message-syntax-checks): Add `bogus-recipient'.
9636         (message-fix-before-sending): Add `bogus-recipient'.
9638         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9639         (gnus-treat-body-boundary): Don't test window-system.
9641 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9643         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9645 2007-10-28  Miles Bader  <miles@gnu.org>
9647         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9648         at compile-time too.
9650 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9652         * gnus-msg.el (gnus-message-setup-hook):
9653         Add `message-remove-blank-cited-lines' to options.
9655 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9657         * message.el (message-remove-blank-cited-lines): New function.
9658         Suggested by Karl Plästerer.
9660 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9662         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9663         mapc.
9665         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9666         (top-level): Use mapc to set functions to be traced for debugging.
9668         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9669         called for effect with while loop.
9671         * message.el (message-talkative-question): Replace mapcar called for
9672         effect with mapc.
9674         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9675         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9676         called for effect with dolist.
9678         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9680         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9681         gnus-extra-headers and nnmail-extra-headers.
9683         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9684         called for effect with dolist.
9685         (top-level): Use mapc to set functions to be traced for debugging.
9687         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9688         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9689         dolist.
9691         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9692         Replace mapcar called for effect with mapc.
9693         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9694         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9695         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9696         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9698         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9699         remove-if that's a cl function.
9701         * webmail.el (webmail-debug): Replace mapcar called for effect with
9702         dolist.
9704         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9705         with mapc.
9707 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9709         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9710         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9711         with while loop.
9713         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9714         functions from article-* functions.
9715         (gnus-multi-decode-header): Replace mapcar called for effect with
9716         dolist.
9718         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9719         (gnus-bookmark-show-details): Replace mapcar called for effect with
9720         while loop.
9722         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9723         called for effect with while loop.
9725         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9726         with dolist.
9728         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9729         Replace mapcar called for effect with dolist.
9731         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9733         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9734         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9735         Replace mapcar called for effect with dolist.
9736         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9737         mapc.
9739         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9740         Replace mapcar called for effect with dolist.
9741         (gnus-topic-list): Replace mapcar called for effect with mapc.
9743         * gnus.el: Use mapc instead of mapcar to add autoloads.
9745 2007-10-23  Richard Stallman  <rms@gnu.org>
9747         * gnus-group.el (gnus-group-highlight): Mark as risky.
9749 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9751         * gnus.el (gnus-server-to-method): Return method found first in
9752         gnus-newsrc-alist.
9754         * gnus-art.el (gnus-article-highlight-signature)
9755         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9756         button overlay without the front stickiness.
9758 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9760         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9761         overview buffer needed a catch to receive its throw.
9762         (gnus-agent-flush-cache): Declare as interactive to make this function
9763         easier to use.
9765 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9767         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9768         `next-line'.
9770 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9772         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9773         exclude address matching message-dont-reply-to-names.
9775 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9777         * gnus-util.el (gnus-string<): New function.
9779         * gnus-sum.el (gnus-article-sort-by-author)
9780         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9782 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9784         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9785         the frame-focus tag is set in gnus-buffer-configuration.
9787 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9789         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9790         the front stickiness.
9792 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9794         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9795         url pattern; remove duplicate one.
9796         (gnus-article-extend-url-button): New function.
9797         (gnus-article-add-buttons): Use it.
9798         (gnus-button-push): Use concatenated url that it makes.
9800 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9802         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9804 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9806         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9807         Don't hardcode point-min==1.
9809 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9811         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9812         Fix comment about "iso8859-1".
9814 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9816         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9817         ones returned from the verify-function.
9819         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9820         Call mml2015-extract-cleartext-signature if extraction failed.
9822 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9824         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9825         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9826         failed.
9828 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9830         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9832 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9834         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9835         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9836         recommends to use EasyPG instead of PGG.
9838         * pgg.el: Revert to revision 6.23.2.16.
9840         * pgg-def.el: Revert to revision 6.6.2.14.
9842         * pgg-gpg.el: Revert to revision 6.23.2.34.
9844 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9846         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9847         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9848         thread for both the null and zero (kill/expire thread) universal prefix
9849         cases.
9850         (gnus-summary-expire-thread): Add new function to expire a thread,
9851         using gnus-summary-kill-thread.
9852         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9853         shortcuts for gnus-summary-expire-thread.
9854         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9855         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9857 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9859         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9860         extras value, so an extras entry can be deleted.
9861         (gnus-registry-delete-extra-entry): Use it.
9862         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9863         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9864         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9865         storage through the gnus-registry, and provide an appropriate API for
9866         it.
9868 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9870         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9871         Suggested by Leo <sdl.web@gmail.com>.
9873         * gnus.el: Do.
9875 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9877         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9878         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9880         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9882         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9883         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9885 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9887         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
9888         newline.
9889         (nnmbox-request-accept-article): Don't change article in source buffer;
9890         narrow to header to use message-fetch-field rather than
9891         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
9892         (nnmbox-request-replace-article): Quote lines that'll be misidentified
9893         as delimiters; make sure article ends with newline.
9894         (nnmbox-delete-mail): Correct last position of article to be deleted;
9895         ignore X-Gnus-Newsgroup header in article body.
9896         (nnmbox-save-mail): Quote lines looking like delimiters at the right
9897         positions; make sure article ends with newline.
9899         * message.el (message-display-abbrev): Don't infloop when a user
9900         inserts SPC in the beginning of header.
9902         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
9903         coding-system-for-read and coding-system-for-write for XEmacs having no
9904         file-coding feature.
9906         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
9908 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
9910         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
9911         list of groups not followed by default.  Fix type to be regexp.
9912         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
9914 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
9916         * hmac-def.el (define-hmac-function): Switch from old-style to
9917         new-style backquotes.
9919         * md4.el (md4-make-step): Likewise.
9921 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
9923         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
9924         raw-text coding system when saving .newsrc file, which may contain
9925         non-ASCII group names.
9927 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9929         * gnus-cus.el (gnus-score-extra): New widget.
9930         (gnus-score-extra-convert): New function.
9931         (gnus-score-customize): Use it for Extra.
9933 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
9935         * mml2015.el (mml2015-extract-cleartext-signature): New function.
9936         (mml2015-mailcrypt-clear-verify): Use it.
9937         (mml2015-gpg-clear-verify): Use it.
9938         (mml2015-pgg-clear-verify): Use it.
9939         (mml2015-epg-clear-verify): Replace the current part with the output
9940         from GnuPG; don't extract the plaintext by itself.
9942         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
9943         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
9944         mml2015-clear-verify-function; don't touch the armor headers or
9945         dash-escaped text here.
9947 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9949         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
9950         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
9951         parts, or application/octet-stream as a last resort.
9952         (gnus-mime-view-part-as-type): Don't toggle display.
9953         (gnus-mime-view-part-as-charset): Don't turn off display before
9954         querying charset.
9956         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
9957         stuff to undisplayer function in Emacs.
9958         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
9960         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
9961         text/calendar parts.
9963 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9965         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
9966         decoding text/calendar parts.
9968         * message.el (message-forward-make-body-mime): Always mark body as
9969         having no illegible text; remove signed-or-encrypted argument.
9970         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
9972         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
9973         (mml-generate-mime-1): Don't encode body if it is specified to be in
9974         raw form; don't make buffer be unibyte when inserting multibyte string.
9976 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9978         * sha1.el: Fix up comment style.
9979         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
9980         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
9982         * hex-util.el: Fix up comment style.
9983         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
9985         * gnus-salt.el: Use with-current-buffer.
9986         (gnus-pick-setup-message): Fix long-standing typo.
9988 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9990         * imap.el (imap-logout-timeout): New variable.
9991         (imap-logout, imap-logout-wait): New functions.
9992         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
9994         * nnimap.el (nnimap-logout-timeout): New server variable.
9995         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
9996         nnimap-logout-timeout.
9998         * gnus-art.el (gnus-article-summary-command-nosave)
9999         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10001 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10003         * gnus.el (gnus-maximum-newsgroup): New variable.
10005         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10006         according to gnus-maximum-newsgroup.
10008         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10009         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10010         Limit the range of articles according to gnus-maximum-newsgroup.
10012 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10014         * gnus-art.el (gnus-sticky-article): Fix problems described in
10015         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10016         Don't perform gnus-configure-windows here; reuse existing sticky
10017         article buffer.
10019         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10020         it doesn't exist in gnus-article-mode.
10022 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10024         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10025         (gnus-agent-decoded-group-name): New function.
10026         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10027         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10029 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10031         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10032         Add binding for gnus-sticky-article.
10033         (gnus-summary-exit): Don't kill sticky article buffers.
10035         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10036         article buffer.
10037         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10038         (gnus-kill-sticky-article-buffers): New commands.
10040 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10042         * nntp.el (nntp-xref-number-is-evil): New server variable.
10043         (nntp-find-group-and-number): If it is non-nil, don't trust article
10044         numbers in the Xref header.
10046 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10048         * gnus-agent.el (gnus-agent-read-group): New function.
10049         (gnus-agent-flush-group, gnus-agent-expire-group)
10050         (gnus-agent-regenerate-group): Use it.
10051         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10052         nnmail-pathname-coding-system.
10054 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10056         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10058         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10059         that are unread as unread, and also as selected so that information of
10060         marks having been changed by a user may be updated when exiting group.
10062 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10064         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10066 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10068         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10069         calculated ignoring signature parts to gnus-treat-article.
10071 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10073         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10074         a point here in order to keep the window start.
10075         (gnus-insert-mime-security-button): Make a button overlay without the
10076         front stickiness.
10077         (gnus-mime-display-security): Goto the end of a button.
10079         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10081 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10083         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10084         group-name-at-point.
10085         (gnus-group-completing-read): New function that offers decoded
10086         non-ASCII group names for completion.
10087         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10088         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10089         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10090         (gnus-group-fetch-control): Use it.
10091         (gnus-fetch-group): Use group-name-at-point for the initial value
10092         rather than the default value; use gnus-alive-p.
10094         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10095         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10096         (gnus-summary-post-news): Use gnus-group-completing-read.
10098         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10099         (gnus-read-move-group-name): Decode group name for completion.
10101 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10103         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10104         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10105         Yamaoka slightly modified the code).
10107 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10109         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10110         (nnmail-split-incoming): Bind it.
10112         * nnml.el (nnml-group-name-charset): New function.
10113         (nnml-decoded-group-name): Use it; don't decode group name if
10114         nnmail-group-names-not-encoded-p is non-nil.
10115         (nnml-encoded-group-name): New function.
10116         (nnml-group-pathname): Inline nnml-decoded-group-name.
10117         (nnml-request-expire-articles): Decode group name in message.
10118         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10119         nnmail-pathname-coding-system.
10120         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10121         not decoded ones according to nnmail-group-names-not-encoded-p.
10122         (nnml-generate-active-info): Use nnml-encoded-group-name.
10124 2007-08-08  Glenn Morris  <rgm@gnu.org>
10126         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10127         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10128         doc-strings and comments.
10130 2007-07-25  Glenn Morris  <rgm@gnu.org>
10132         * Relicense all FSF files to GPLv3 or later.
10134 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10136         * gnus-sum.el (gnus-summary-move-article):
10137         Make gnus-summary-respool-article work.
10139 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10141         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10142         string.
10144 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10146         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10147         that should be ignored when comparing distant RSS articles with local
10148         ones.
10149         (nnrss-make-hash-index): New function.  Create a hash index according
10150         to the ignored fields.
10151         (nnrss-check-group): Use it.
10153 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10155         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10157         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10159         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10160         the new optional argument ENCODED is non-nil.
10161         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10162         coding system for encoding group name.
10163         (gnus-group-make-rss-group): Pass un-encoded group name to
10164         gnus-group-make-group.
10165         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10166         encoded.
10168         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10169         Encode group name to which articles are moved or copied.
10170         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10171         coding system for encoding Newsgroup, Followup-To and Xref headers.
10173         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10174         marks; use nnheader-file-coding-system to write a file.
10175         (nnagent-retrieve-headers): Bind file-name-coding-system to
10176         nnmail-pathname-coding-system.
10178         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10180         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10181         (nnml-request-article, nnml-request-create-group)
10182         (nnml-request-rename-group, nnml-find-id)
10183         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10184         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10185         (nnml-save-marks): Use nnml-group-pathname instead of
10186         nnmail-group-pathname.
10188         (nnml-request-create-group, nnml-request-expire-articles)
10189         (nnml-request-move-article, nnml-request-delete-group)
10190         (nnml-deletable-article-p, nnml-possibly-create-directory)
10191         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10192         (nnml-open-marks): Bind file-name-coding-system to
10193         nnmail-pathname-coding-system.
10195         (nnml-request-article): Pass server argument to nnml-find-group-number.
10196         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10197         Pass server argument to nnml-possibly-create-directory.
10198         (nnml-request-accept-article): Pass server argument to
10199         nnml-active-number and nnml-save-mail.
10200         (nnml-find-group-number): Pass server argument to nnml-find-id.
10201         (nnml-request-update-info): Pass server argument to
10202         nnml-marks-changed-p.
10204         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10205         (nnml-save-mail, nnml-active-number): Add server argument.
10207         (nnml-request-delete-group): Warn if group is missing.
10208         (nnml-get-nov-buffer): Decode group name.
10209         (nnml-generate-active-info): Encode group name.
10210         (nnml-open-marks): Decode group name in messages.
10212 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10214         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10215         if it is not specified.
10216         (gnus-article-pipe-part, gnus-article-save-part)
10217         (gnus-article-interactively-view-part, gnus-article-copy-part)
10218         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10219         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10220         (gnus-article-replace-part, gnus-article-delete-part)
10221         (gnus-article-view-part-as-type): Pass raw prefix argument to
10222         gnus-article-part-wrapper.
10224 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10226         * gnus-agent.el (gnus-agent-save-active):
10227         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10229         * gnus-cache.el (gnus-cache-save-buffers)
10230         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10231         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10232         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10233         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10234         (gnus-cache-generate-active, gnus-cache-rename-group)
10235         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10236         (gnus-cache-update-overview-total-fetched-for):
10237         Bind file-name-coding-system to nnmail-pathname-coding-system.
10238         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10239         New variables.
10240         (gnus-cache-decoded-group-name): New function.
10241         (gnus-cache-file-name): Use it.
10242         (gnus-cache-generate-active): Use non-decoded group name for active.
10244         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10245         right place.
10246         (gnus-write-active-file): Don't break non-ASCII group names.
10248         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10249         nnmail-pathname-coding-system.
10251         * lpath.el: Bind default-file-name-coding-system,
10252         file-name-coding-system and language-info-alist for XEmacs.
10254         * gnus-uu.el (gnus-uu-decode-save): Typo.
10256 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10258         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10260 2007-07-14  David Kastrup  <dak@gnu.org>
10262         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10263         finishing actions if we did not edit the article.
10265 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10267         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10268         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10269         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10270         (gnus-agent-flush-group, gnus-agent-flush-cache)
10271         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10272         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10273         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10274         (gnus-agent-regenerate-group)
10275         (gnus-agent-update-files-total-fetched-for)
10276         (gnus-agent-update-view-total-fetched-for):
10277         Bind file-name-coding-system to nnmail-pathname-coding-system.
10278         (gnus-agent-group-pathname): Don't encode file names by
10279         nnmail-pathname-coding-system.
10280         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10281         coding-system-for-write instead of buffer-file-coding-system to
10282         gnus-agent-file-coding-system.
10284         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10285         Decode group name.
10287         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10289         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10290         (gnus-read-newsrc-el-file): Make group names unibyte.
10292         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10293         nnmail-pathname-coding-system.
10295         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10296         (nnrss-request-delete-group): Bind file-name-coding-system to
10297         nnmail-pathname-coding-system.
10298         (nnrss-read-server-data, nnrss-read-group-data):
10299         Bind file-name-coding-system correctly.
10300         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10302         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10303         (nntp-server-to-method-cache): New variable.
10304         (nntp-group-pathname): New function that decodes non-ASCII group names.
10305         (nntp-possibly-create-directory, nntp-marks-changed-p)
10306         (nntp-save-marks, nntp-open-marks): Use it.
10307         (nntp-possibly-create-directory, nntp-open-marks):
10308         Bind file-name-coding-system to nnmail-pathname-coding-system.
10309         (nntp-open-marks): Decode group names when bootstrapping marks.
10311         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10312         Newsgroups and Folowup-To headers.
10314 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10316         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10317         (gnus-server-closed-face, gnus-server-denied-face)
10318         (gnus-server-offline-face): Remove variable.
10319         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10321         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10322         of modifying message-stack directly for XEmacs.
10324         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10325         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10326         if the coding-system argument is nil for XEmacs.
10328         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10329         mm-charset-override-alist.
10331         * rfc2047.el: Don't require base64; require rfc2045 for the function
10332         rfc2045-encode-string.
10333         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10334         to quote the parameter value.
10336 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10338         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10339         form in gnus-group-name-charset-method-alist.
10341         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10342         overrides the default layout edit-form.
10344         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10346         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10348 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10350         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10351         as unfetched articles.
10353 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10355         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10357 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10359         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10360         original back end that keeps marks in the local system.
10362 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10364         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10365         arg of pop-to-buffer for XEmacs.
10366         (gnus-article-read-summary-keys): Ditto; don't restore window
10367         configuration if summary command ends up with neither article buffer
10368         nor summary buffer; describe bindings if summary keys end with C-h.
10370 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10372         * message.el (message-fix-before-sending): Skip raw message part to be
10373         forwarded while checking illegible text.
10374         (message-forward-make-body-mime, message-forward-make-body):
10375         Mark signed or encrypted raw message as having no illegible text.
10377 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10379         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10380         (gnus-message-with-timestamp-1): New macro.
10381         (gnus-message-with-timestamp): New function.
10382         (gnus-message): Use them.
10384         * nnheader.el (nnheader-message): Use them.
10386 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10388         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10389         .newsrc.eld file.
10391 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10393         * gnus-agent.el (gnus-agent-fetch-headers)
10394         (gnus-agent-retrieve-headers):
10395         Bind gnus-decode-encoded-address-function to identity.
10397         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10398         available also when the server returns simply a dot.
10400         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10402 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10404         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10406 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10408         * gnus-ems.el (gnus-x-splash): Make it work.
10410         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10411         from being used.
10413         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10415 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10417         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10418         4th and the 5th arguments.
10420         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10421         the front stickiness.
10422         (gnus-article-summary-command-nosave): Correct the order of the
10423         arguments passed to pop-to-buffer.
10424         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10425         summary command ends up with the article buffer.
10427         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10428         the same faces.
10430 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10432         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10434 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10436         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10437         * gnus-sum.el (gnus-summary-highlight):
10438         * pgg.el (pgg-sign-region, pgg-sign):
10439         * mail-source.el (mail-source-delete-old-incoming-confirm):
10440         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10442 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10444         * gnus-art.el (gnus-mime-view-part-externally)
10445         (gnus-mime-view-part-internally): Fix predicate function passed to
10446         completing-read.
10448         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10450         * gnus.el (gnus-update-message-archive-method): Add :version.
10452 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10454         * gnus.el (gnus-update-message-archive-method): New variable.
10456         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10457         according to gnus-message-archive-method if
10458         gnus-update-message-archive-method is non-nil.
10460 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10462         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10463         Suggested by Loic Dachary <loic@dachary.org>.
10464         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10466 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10468         * message.el (message-pop-to-buffer): Add switch-function argument.
10469         (message-mail): Pass switch-function argument to it.
10471 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10473         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10474         Improve doc string.
10476 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10478         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10479         (gnus-header-content)
10480         * gnus-cite.el (gnus-cite-10)
10481         * gnus-srvr.el (gnus-server-closed)
10482         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10483         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10484         (gnus-group-mail-3-empty, gnus-group-mail-low)
10485         (gnus-group-mail-low-empty, gnus-splash)
10486         * message.el (message-header-to, message-header-cc)
10487         (message-header-subject, message-header-other, message-header-name)
10488         (message-header-xheader, message-separator, message-cited-text)
10489         (message-mml): Lighten colors of faces used for dark background.
10491 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10493         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10494         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10496 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10498         * message.el (message-narrow-to-headers-or-head):
10499         Ignore mail-header-separator in the body.
10501 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10503         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10504         same as window size.
10506 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10508         * message.el (message-font-lock-keywords): Use message-header-xheader
10509         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10510         ahead of the anything pattern, to get it recognised.
10512 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10514         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10515         spam.el loads uses it in the compiled defadvice form.
10517 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10519         * gnus-sum.el (gnus-articles-to-read)
10520         (gnus-summary-insert-old-articles): Don't truncate group name for
10521         `read-string'.
10523         * gnus-util.el (gnus-limit-string): Delete this function.
10525         * gnus-sum.el (gnus-simplify-subject-fully):
10526         Use `truncate-string-to-width' instead.
10528 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10530         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10531         Tell if, on summary exit, the next group has to be selected.
10532         (gnus-summary-exit): Use it.
10534 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10536         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10537         non-break space.
10539 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10541         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10542         Check if group is not a directory.
10543         (nnfolder-request-expire-articles): Don't delete articles if the target
10544         group is not available.
10546         * nnml.el (nnml-request-create-group): Properly check if group is not a
10547         file.
10548         (nnml-request-expire-articles): Don't delete articles if the target
10549         group is not available.
10551         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10552         Don't quote characters that are within parentheses.
10554 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10556         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10557         (gnus-handle-ephemeral-exit): Select article according to it.
10559 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10561         * message.el (message-insert-formated-citation-line): Remove newline.
10562         (message-citation-line-format): Add final \n here so that the user can
10563         avoid a blank line.
10565 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10567         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10568         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10569         Update lanl/arXiv support.
10571 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10573         * gnus.el: Bump version number.
10575 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10577         * gnus.el (gnus-version-number): Bump version.
10579 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10581         * gnus.el: No Gnus v0.6 is released.
10583 2007-04-27  Didier Verna  <didier@xemacs.org>
10585         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10586         * gmm-utils.el (gmm-regexp-concat): ... here.
10587         * message.el: Don't require 'gnus-util.
10588         (message-dont-reply-to-names): Handle name change above.
10589         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10591 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10593         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10594         since the initial value varies according to the system.
10596 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10598         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10600 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10602         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10604 2007-04-24  Didier Verna  <didier@xemacs.org>
10606         Improve the type of gnus-ignored-from-addresses.
10607         * gnus-util.el (gnus-orify-regexp): New function.
10608         * message.el (gnus-util): Require it.
10609         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10610         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10611         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10613 2007-04-24  Didier Verna  <didier@xemacs.org>
10615         * gnus-sum.el:
10616         * gnus-utils.el: Fix some trailing whitespaces.
10618 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10620         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10621         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10622         article's Message-ID; refer parent article in summary buffer.
10624         * message.el (message-bounce): Call mime-to-mml.
10626         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10627         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10628         optimize and/or forms properly.
10630 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10632         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10633         URL.
10635 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10637         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10639 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10641         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10642         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10643         displayed of multipart/alternative part if it is invoked from summary
10644         buffer.
10646         * mm-view.el (mm-inline-text-html-render-with-w3m)
10647         (mm-inline-text-html-render-with-w3m-standalone)
10648         (mm-inline-render-with-function): Use mail-parse-charset by default.
10650 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10652         * parse-time.el (parse-time-string-chars): Check if CHAR
10653         is less than the length of parse-time-syntax.
10655 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10657         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10658         from gnus-newsgroup-processable.
10660 2007-04-16  Didier Verna  <didier@xemacs.org>
10662         * gnus-msg.el (gnus-configure-posting-styles):
10663         Handle message-signature-directory properly with :file syntax.
10664         Reported by "Leo".
10666 2007-04-11  Didier Verna  <didier@xemacs.org>
10668         New user option: message-signature-directory.
10669         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10670         * message.el (message-insert-signature): Ditto.
10671         * message.el (message-signature-file): Doc update.
10672         * message.el (message-signature-directory): New.
10674 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10676         * gnus-msg.el (gnus-inews-yank-articles):
10677         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10679 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10681         * message.el (message-yank-original): Make sure cited text ends with
10682         newline; don't exchange point and mark.
10684 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10686         * tls.el (open-tls-stream): Properly handle case where there
10687         is no associated buffer.
10689 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10691         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10692         message-yank-original, make sure (< mark TEXT point).
10694 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10696         * message.el (message-fill-column): New variable.
10697         (message-mode): Use it.  Add comment on a possible new hook.
10699         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10700         (nnmail-get-new-mail): Reformat.
10702         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10704         * gmm-utils.el: Fix Commentary.
10705         (gmm-tool-bar-from-list): Fix typo in doc string.
10707 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10709         * message.el (message-yank-original): Don't switch point and mark
10710         unnecessarily to put point and mark as documented.
10712 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10714         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10715         from the message heads.
10717 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10719         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10720         article buffer does not have a window.  This may not be the best
10721         solution but is certainly better than setting the start of the null,
10722         that is the current, window.
10724 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10726         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10727         (gnus-draft-setup): Run it.
10729         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10730         gnus-score-fast-scoring.  Allow regexp.
10731         (gnus-score-headers): Use it.
10733         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10734         XEmacs.
10736         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10737         string.
10738         (gnus-button-alist): Also catch `<f1> k ...'.
10739         (gnus-treat-display-x-face): Fix doc string.
10741 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10743         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10744         evaluation of gnus-extended-version to ensure correct generation of the
10745         User-Agent header when message-generate-headers-first is used.
10747 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10749         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10750         hashcash-path is nil.  Don't call callback with incorrect number of
10751         parameters if val is 0.
10753 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10755         * message.el (message-required-news-headers):
10756         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10758 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10760         * tls.el (open-tls-stream): In handshake-waiting loop,
10761         don't wait more if there is output available to process.
10763 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10765         * tls.el (tls-program): Doc fix.
10767 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10769         * message.el (message-generate-new-buffers): Change the meaning of the
10770         nil value; add `standard' to the choices; treat t as `unique'; improve
10771         doc string.
10772         (gnus-select-frame-set-input-focus): Autoload.
10773         (message-buffer-name): Search for the existing message buffer if
10774         message-generate-new-buffers is nil or `standard'; treat the value t of
10775         message-generate-new-buffers as `unique'.
10776         (message-pop-to-buffer): Raise the frame already displaying the message
10777         buffer; clear the echo area after querying.
10778         (message-setup): Pass the `continue' argument to compose-mail.
10779         (message-mail): Prefer `switch-function' if it is given; search for the
10780         existing message buffer if the `continue' argument is non-nil; pass
10781         continue and switch-function arguments to compose-mail by way of
10782         message-setup.
10783         (message-mail-other-window): Adjust argument of message-setup.
10784         (message-mail-other-frame): Ditto.
10786 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10788         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10789         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10790         to turn font-lock on when turning gnus-message-citation-mode on.
10792 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10794         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10795         (mml-smime-function-alist): New variable; add epg as the backend.
10796         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10797         mml-smime- functions instead.
10798         * mm-view.el: Require smime.
10800 2007-03-05  Didier Verna  <didier@xemacs.org>
10802         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10803         instead of just inheritance for posting styles.
10804         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10806 2007-02-24  Chris Moore  <dooglus@gmail.com>
10808         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10809         * pgg-pgp.el (pgg-pgp-encrypt-region):
10810         * pgg-gpg.el (pgg-gpg-encrypt-region):
10811         Check pgg-encrypt-for-me if no other recipients.
10813 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10815         * tls.el (tls-certtool-program): Fix custom type.
10817 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10819         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10820         and point-at-eol instead of line-(beginning|end)-position.
10822         * assistant.el (assistant-parse-buffer): Ditto.
10824         * netrc.el (netrc-parse-services): Ditto.
10826 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10828         * mml2015.el (mml2015-epg-find-usable-key): New function.
10829         (mml2015-epg-sign): Use it.
10830         (mml2015-epg-encrypt): Use it.
10832 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10834         * message.el (message-make-in-reply-to): Quote name containing
10835         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10836         if there are special characters.  Reported by NAKAJI Hiroyuki
10837         <nakaji@jp.freebsd.org>.
10839 2007-02-27  Didier Verna  <didier@xemacs.org>
10841         Include the group parameters as well as the topic ones in the
10842         inheritance filter process.
10843         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10844         argument GROUP-PARAMS-LIST.
10845         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10847 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10849         * nntp.el (nntp-never-echoes-commands)
10850         (nntp-open-connection-functions-never-echo-commands): New variables.
10851         (nntp-send-command): Use them.
10853 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10855         * mml2015.el (mml2015-epg-verify): Simplify.
10857 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10859         * mml.el (mml-content-disposition-alist): New user option.
10860         (mml-content-disposition): New function.
10861         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10862         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10864 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10866         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10867         verification.
10869 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10871         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10872         articles posted in the last 24 hours.
10874 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10876         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10878 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10880         * nntp.el (nntp-send-command): Don't wait for echoes when
10881         nntp-open-ssl-stream is used.
10883 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10885         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10886         (gnus-message-add-citation-keywords)
10887         (gnus-message-remove-citation-keywords): Remove.
10888         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
10889         directly, make the variables in font-lock-defaults buffer-local, add
10890         gnus-message-citation-keywords to them and then update the value of
10891         font-lock-keywords.
10893 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10895         * message.el (message-cite-original-1): Don't call
10896         gnus-article-highlight-citation.
10898         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
10899         citations; fix line count.
10901 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10903         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
10904         (gnus-message-add-citation-keywords)
10905         (gnus-message-remove-citation-keywords): Use it; fix the emulating
10906         versions of font-lock-add-keywords and font-lock-remove-keywords to
10907         work with XEmacs correctly.
10909 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10911         * gnus-cite.el (gnus-cite-face-list): Set the values of
10912         gnus-message-max-citation-depth and gnus-message-citation-keywords.
10913         (gnus-message-max-citation-depth): Use defvar rather than defconst.
10914         (gnus-message-cite-prefix-regexp): New variable.
10915         (gnus-message-search-citation-line): Use it; protect against long
10916         citation prefix; fill match data with nil rather than 0 for XEmacs; set
10917         the 0th match data for Emacs.
10918         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
10919         (gnus-message-add-citation-keywords): Append keywords rather than
10920         prepending; emulate font-lock-add-keywords if it is not available.
10921         (gnus-message-remove-citation-keywords):
10922         Emulate font-lock-remove-keywords if it is not available.
10924         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
10926         * message.el (message-cite-prefix-regexp): Set the value of
10927         gnus-message-cite-prefix-regexp.
10929 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10931         * nnweb.el (nnweb-google-parse-1): Update parser.
10933 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
10935         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
10937 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10939         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
10940         regexp.
10942 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10944         * uudecode.el (uudecode-string-to-multibyte): New function emulating
10945         string-to-multibyte.
10946         (uudecode-decode-region-internal): Use it.
10948         * lpath.el: Fbind string-as-multibyte for XEmacs.
10950 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
10952         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
10953         Fix custom choice.
10955         * gnus-art.el (gnus-signature-limit): Fix custom choice.
10957 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
10959         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
10961         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
10962         `write-region' to respect `mm-inhibit-file-name-handlers'.
10964 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
10966         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
10967         Use gnus-home-directory instead of "~/" or "$HOME".
10969 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
10971         * encrypt.el (encrypt-insert-file-contents): Add better prompt
10972         to mention filename.
10973         Add comments at beginning regarding usage.
10974         (encrypt-write-file-contents): Change interactive so a string is
10975         acceptable.  If the file has no associated model, show an error instead
10976         of a nonsense prompt.
10978 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
10980         * spam.el (spam-bsfilter-ham-switch): Fix typo.
10981         Thanks to Yoshihiko Yamada for kind notification of this typo.
10983 2007-01-12  Kenichi Handa  <handa@m17n.org>
10985         * uudecode.el (uudecode-decode-region-internal): Make it work in a
10986         multibyte buffer.
10988 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
10990         * gnus-score.el (gnus-score-fast-scoring): New variable.
10991         (gnus-score-headers): Use it.
10993         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
10995         * message.el (message-cite-original-1):
10996         Call gnus-article-highlight-citation if requested.
10997         (message-make-from): Allow name and address as optional arguments.
10999         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11001         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11002         bugs to doc string.
11003         (gnus-button-alist): Add mid\\|message-id.
11004         (gnus-button-fetch-group): Extend for use in
11005         `browse-url-browser-function'.
11006         (gnus-button-url-regexp): Try to catch paired parentheses like in
11007         Wikipedia URLs.
11009         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11010         Suggested by Simon Krahnke <overlord@gmx.li>.
11012 2007-01-13  Romain Francoise  <romain@orebokech.com>
11014         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11015         Update copyright.
11017 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11019         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11021 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11023         * gnus-registry.el (gnus-registry-unfollowed-groups)
11024         (gnus-registry-split-fancy-with-parent): Fix documentation.
11026 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11028         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11029         from nnweb groups.
11031 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11033         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11034         Xref urls.  Erase buffer before requesting head.
11036         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11038 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11040         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11041         customizable.
11043 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11045         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11046         no signing key is found.
11047         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11048         no encrypting and/or signing key is found.
11050 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11052         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11054 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11056         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11057         headers read from disk with the ones newly found in the current search.
11058         This should no longer cause problems, because the article numbers in
11059         Gmane's `nov.php' output are ignored since the previous change.
11061 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11063         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11065 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11067         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11068         replace-regexp-in-string; bind url-version; fbind display-images-p and
11069         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11070         find-face and set-itimer-function for Emacs; bind itimer-list for
11071         Emacs.
11073         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11075 2007-01-01  Romain Francoise  <romain@orebokech.com>
11077         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11079 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11081         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11082         `define-minor-mode' macro definition expanded properly.
11083         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11084         exclude it there.
11086         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11087         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11088         `fboundp' test.
11089         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11090         This is OK to autoload in (S)XEmacs now.
11092 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11094         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11095         keystroke.
11096         (gnus-summary-limit-to-singletons): Fix typo.
11098         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11099         else fails.
11101 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11103         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11104         docstring.
11106         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11107         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11108         (gnus-summary-insert-dormant-articles): Fix typo in message.
11110 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11112         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11113         nil for XEmacs.
11114         (gnus-message-citation-mode): Don't autoload in XEmacs.
11116         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11118 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11120         * nnimap.el (nnimap-expunge-search-string):
11121         Mention nnimap-search-uids-not-since-is-evil in docstring.
11123 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11125         * spam.el: Revert to make-obsolete-variable because
11126         define-obsolete-variable-alias is not supported in Emacs 21.
11128         * spam.el (spam-ifile-path, spam-ifile-database-path)
11129         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11130         make-obsolete-variable.
11131         (spam-bsfilter-path, spam-bsfilter-program)
11132         (spam-spamassassin-path, spam-spamassassin-program)
11133         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11134         Don't use "path" inappropriately.
11135         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11136         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11137         variable names.
11139 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11141         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11142         summary buffer.
11144         * password.el (password-cache-remove): Use clear-string to burn
11145         password, if available.
11147 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11149         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11151         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11153         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11154         (gnus-message-highlight-citation): Move defcustom here from
11155         gnus-cite.el.
11156         (gnus-message-citation-mode): Autoload.
11158         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11159         checks to make it compile with XEmacs.
11160         (gnus-message-citation-mode): New minor mode.
11161         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11162         (gnus-message-highlight-citation): New variables.
11163         (gnus-message-search-citation-line)
11164         (gnus-message-add-citation-keywords)
11165         (gnus-message-remove-citation-keywords)
11166         (turn-on-gnus-message-citation-mode)
11167         (turn-off-gnus-message-citation-mode): New functions.
11169 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11171         * gnus-cite.el: Enable highlighting of different citation levels in
11172         message-mode.
11174 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11176         * message.el (message-make-fqdn): Fix comment.
11177         (message-bogus-system-names): Add ".local".
11179         * spam.el (spam-ifile-path, spam-ifile-program)
11180         (spam-ifile-database-path, spam-ifile-database)
11181         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11182         Don't use "path" inappropriately.
11183         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11184         strings.
11185         (spam-check-ifile, spam-ifile-register-with-ifile)
11186         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11187         Use new variable names.
11189         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11190         (gnus-treat-display-smileys): Simplify using
11191         gnus-image-type-available-p.
11193         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11194         available.
11196         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11197         Use `display-images-p' if available.
11199 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11201         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11202         one after turning on the buffer's multibyteness instead of decoding
11203         them directly in the unibyte buffer that causes unexpected conversion
11204         in Emacs 23 (unicode).
11206 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11208         * message.el (message-generate-hashcash): Fix custom type.
11210 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11212         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11214 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11216         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11217         disconnect icons.  Add help text.
11219 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11221         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11222         negated to be consistent with the others we handle.
11224 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11226         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11227         version of gnus-summary-buffer to something, so that we can use two
11228         article buffers at the same time.
11230 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11232         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11233         trigger all the extra headers.
11234         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11235         sorting.
11237 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11239         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11240         solid groups.
11242 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11244         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11246 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11248         * legacy-gnus-agent.el: Add Copyright notice.
11250 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11252         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11254 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11256         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11258         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11259         to make it work reliably in CVS Emacs.
11260         (gnus-summary-limit-strange-charsets-predicate)
11261         (gnus-summary-limit-to-predicate): New functions.
11263 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11265         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11266         specifying array size.
11267         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11268         array if it is too small.
11269         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11270         (gnus-sort-threads-loop): New function.
11272 2006-12-06  Chris Moore  <dooglus@gmail.com>
11274         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11275         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11277 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11279         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11280         options.
11282 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11284         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11285         DOS-ing the recipient.
11287         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11288         the headers when creating the mapping to avoid mismappings.
11289         (nnweb-gmane-create-mapping): Always nix out old mapping.
11291 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11293         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11294         and mm-verify-option to never.
11296 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11298         * message.el (message-signed-or-encrypted-p): New function.
11299         (message-forward-make-body): Use it.
11301         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11302         Replace encode-coding-string with mm-encode-coding-string.
11304 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11306         * nneething.el (nneething-decode-file-name):
11307         Replace decode-coding-string with mm-decode-coding-string.
11309         * gnus-int.el (gnus-open-server): Say failed server's name.
11311 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11313         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11314         strings to a single string.  Quote `errors-file-name'.
11315         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11316         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11317         Adjust calls.  Use `shell-quote-argument'.
11319 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11321         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11322         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11324         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11325         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11326         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11327         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11328         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11329         (gnus-subscribe-newsgroup, gnus-1):
11330         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11331         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11332         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11333         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11335 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11337         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11338         keystroke.
11339         (gnus-summary-limit-to-bodies): Implement headersp.
11341 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11343         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11345 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11347         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11349 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11351         * message.el (message-generate-hashcash): Expand range of values to
11352         include `opportunistic'.
11353         (message-send-mail): Use it.
11355 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11357         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11358         and comment it.
11360         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11362 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11364         * gnus-util.el (gnus-extract-address-components): Improve comment.
11366 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11368         * gnus-util.el (gnus-extract-address-components): Work with address in
11369         which the name portion contains @.
11371         * lpath.el: Fbind custom-autoload.
11373 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11375         * gnus.el (gnus-start): Move custom group up.
11376         (gnus-select-method): Don't autoload, but make it available for
11377         `customize-variable'.
11378         (gnus-getenv-nntpserver): Don't autoload.
11380 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11382         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11384 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11386         * message.el (message-sendmail-extra-arguments): New variable.
11387         (message-send-mail-with-sendmail): Use it.
11389 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11391         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11392         mm-with-unibyte-current-buffer to make string unibyte.
11394         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11395         mm-string-as-multibyte.
11397 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11399         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11400         Reported by Werner Koch <wk@gnupg.org>.
11402 2006-11-14  Daiki Ueno  <ueno@p360>
11404         * mml2015.el: Autoload epa-select-keys when compiling.
11406 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11408         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11409         message-options.
11410         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11412 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11414         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11415         EasyPG (< 0.0.6).
11416         (mml2015-always-trust): New user option.
11417         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11418         prompt.
11420 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11422         * nntp.el (nntp-authinfo-force): New variable.
11423         (nntp-send-authinfo): Use it.
11425 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11427         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11428         decode encoded words.  Improve prompt.  Add comment about forwarding.
11429         (message-replacement-char): Move up.
11431 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11433         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11434         instead of gnus-intersection because arguments of gnus-sorted-nunion
11435         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11437 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11439         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11440         (message-simplify-subject-functions):
11441         Enable message-strip-subject-encoded-words by default.
11443 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11445         * message.el (message-strip-subject-encoded-words): New function.
11446         (message-simplify-subject-functions): New variable.
11447         (message-simplify-subject): Use it.  Fix typo in doc string.
11448         Support message-strip-subject-encoded-words.
11450 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11452         * gnus-diary.el (gnus-diary-delay-format-function):
11453         * nndiary.el (nndiary-reminders):
11454         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11456 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11458         * gnus-art.el (article-hide-boring-headers): Fetch date from
11459         gnus-original-article-buffer to avoid problems with localized date
11460         strings.
11462 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11464         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11466 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11468         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11469         New variables.
11470         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11471         (mm-charset-synonym-alist): Move some entries to
11472         mm-codepage-iso-8859-list.
11473         (mm-charset-synonym-alist, mm-charset-override-alist):
11474         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11476 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11478         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11480 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11482         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11483         with Emacs 21 and XEmacs.
11485 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11487         * spam.el (spam-parse-address): New function for better parsing,
11488         catching errors, etc.
11489         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11491 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11493         * mm-view.el: Add interactive arg to html2text autoload.
11495 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11497         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11499 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11501         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11502         New variables.
11503         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11504         (mm-charset-synonym-alist): Move some entries to
11505         mm-codepage-iso-8859-list.
11507         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11509 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11511         * message.el (message-citation-line-format)
11512         (message-insert-formated-citation-line): Fix implementation of %E, %N
11513         and %n according to the doc string.
11515 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11517         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11518         Use car-safe to avoid bad parses.
11520 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11522         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11523         names.
11525         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11527 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11529         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11530         header.
11532         * message.el (message-draft-headers): Add Date.
11533         (message-headers-to-generate): Fix typo in docstring.
11535         * nndraft.el (nndraft-required-headers): New variable.
11536         (nndraft-generate-headers): Use it.
11538         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11540 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11542         * gnus-registry.el (gnus-registry-wash-for-keywords)
11543         (gnus-registry-find-keywords): New functions to allow easy searching of
11544         articles that are in the registry.
11546 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11548         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11549         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11550         Reported by Damien Elmes <damien@repose.cx>.
11552 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11554         * gnus.el (gnus-mime): Remove unused custom group.
11556 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11558         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11559         "blank line" when searching for end of armor headers.
11561 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11563         * gmm-utils.el (gmm-write-region): Fix variable name.
11565 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11567         * gmm-utils.el (gmm-write-region): New function based on compatibility
11568         code from `mm-make-temp-file'.
11570         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11572         * nnmaildir.el (nnmaildir--update-nov)
11573         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11574         Use `gmm-write-region'.
11576 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11578         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11579         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11581         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11583         * message.el (message-replacement-char): New variable.
11584         (message-fix-before-sending): Use it.
11585         (message-simplify-subject): New function to remove duplicate code.
11586         (message-reply, message-followup): Use it.
11588         * gnus-sum.el (gnus-summary-make-menu-bar):
11589         Clarify gnus-summary-limit-to-articles.
11591 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11593         * gnus-util.el (gnus-with-local-quit): New macro.
11595         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11597 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11599         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11600         ignore non-string data.
11602 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11604         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11605         non-string data (needs to be done in the registry too).
11607 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11609         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11610         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11611         (gnus-registry-split-fancy-with-parent)
11612         (gnus-registry-fetch-simplified-message-subject-fast)
11613         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11614         Remove text properties on ingress into the registry and when it's saved.
11615         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11616         registry from entries with no groups.
11618 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11620         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11621         function to remove string properties.
11623 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11625         * gmm-utils.el (gmm): Adjust custom version.
11627         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11628         Adjust custom version.
11630         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11632 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11634         * gnus-art.el (gnus-insert-prev-page-button)
11635         (gnus-insert-next-page-button): Simplify.  Reformat.
11637 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11639         * gnus-art.el (gnus-insert-prev-page-button)
11640         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11642 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11644         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11646 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11648         * gnus-art.el (gnus-insert-mime-button)
11649         (gnus-insert-mime-security-button):
11650         Apply gnus-article-button-face to MIME and security buttons.
11652 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11654         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11655         readable.
11657 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11659         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11661 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11663         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11664         `browse-url-of-file' instead of `browse-url'.
11666 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11668         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11669         regexp.  Articles containing quotation were cut prematurely.
11671 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11673         * message.el (message-cite-original-1): Use nobody by default for the
11674         value of From header.
11675         (message-reply): Ditto.
11677 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11679         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11680         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11681         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11683 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11685         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11686         mails in the doc string.  Add some URLs in comment.
11687         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11689 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11691         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11692         backslashes handling and the way to find boundaries of quoted strings.
11694 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11696         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11697         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11698         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11699         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11701 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11703         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11704         doc string.
11705         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11707 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11709         * lpath.el: Fbind epg-check-configuration.
11711 2006-09-06  Simon Josefsson  <jas@extundo.com>
11713         * mml2015.el (mml2015-use): Doc fix, mention epg.
11715 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11717         * mml2015.el (mml2015-use): Default to epg, if available.
11719 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11721         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11722         message-sender.
11723         (mml1991-epg-encrypt): Ditto.
11724         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11725         message-sender.
11726         (mml2015-epg-encrypt): Ditto.
11728 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11730         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11731         several common directories.
11733 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11735         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11736         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11738 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11740         * gnus-art.el (article-decode-encoded-words): Make it fast.
11742 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11744         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11746         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11747         in quoted string into `\'.
11749 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11751         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11752         Use standard-syntax-table.
11754 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11756         * gnus-art.el (gnus-decode-address-function): New variable.
11757         (article-decode-encoded-words): Use it to decode headers which are
11758         assumed to contain addresses.
11759         (gnus-mime-delete-part): Remove useless `or'.
11761         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11762         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11763         (gnus-nov-parse-line): Use it to decode From header.
11764         (gnus-get-newsgroup-headers): Ditto.
11765         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11767         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11768         (mail-decode-encoded-address-string): New alias.
11770         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11771         New function.
11772         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11773         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11774         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11775         (rfc2047-decode-string): Ditto.
11776         (rfc2047-decode-address-region): New function.
11777         (rfc2047-decode-address-string): New function.
11779 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11781         * message.el (message-caesar-buffer-body): Allow rotating headers.
11783         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11785         * message.el (message-insert-formated-citation-line): Fix %f.
11786         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11788 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11790         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11791         (gnus-bookmark-mouse-available-p): New macro.
11792         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11793         (gnus-bookmark-bmenu-show-infos): Use it.
11794         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11795         (gnus-bookmark-bmenu-hide-infos): Ditto.
11796         (gnus-bookmark-remove-properties): New function.
11797         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11798         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11799         (gnus-bookmark-write-file): Bind coding-system-for-write.
11800         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11801         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11802         group before selecting it.
11803         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11804         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11805         quit-window if it is not available; use gnus-mouse-2 and bind it to
11806         gnus-bookmark-bmenu-select-by-mouse.
11807         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11808         (gnus-bookmark-bmenu-select-by-mouse): New function.
11810 2006-08-13  Romain Francoise  <romain@orebokech.com>
11812         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11813         space.
11815 2006-08-10  Romain Francoise  <romain@orebokech.com>
11817         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11818         (dns-mode-soa-auto-increment-serial): New user option.
11819         (dns-mode-soa-maybe-increment-serial): New function.
11820         (dns-mode): Add the latter to `write-contents-functions'.
11822 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11824         * compface.el (uncompface): Use binary rather than raw-text-unix.
11826 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11828         * compface.el (uncompface): Make sure the eol conversion doesn't take
11829         place when communicating with the external programs.
11830         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11832 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11834         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11836 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11838         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11839         Make it more robust by parsing author and date independently.
11841 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11843         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11845 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11847         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11848         first matching secret key.
11849         (mml2015-epg-encrypt): Ditto.
11851         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11852         first matching secret key.
11853         (mml1991-epg-encrypt): Ditto.
11855         * mml2015.el (mml2015-encrypt-to-self): New user option.
11856         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11857         mml2015-epg-encrypt-to-self is set.
11859         * mml1991.el (mml1991-encrypt-to-self): New variable.
11860         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11861         mml1991-epg-encrypt-to-self is set.
11863         * mml2015.el (mml2015-signers): New user option.
11864         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11865         (mml2015-epg-encrypt): Allow to select signing keys.
11867         * mml1991.el (mml1991-signers): New variable.
11868         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11869         (mml1991-epg-encrypt): Allow to select signing keys.
11871 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11873         * nnheader.el (nnheader-insert-head): Make it work even if the file
11874         uses CRLF for the line-break code.
11876 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11878         * mml2015.el: Require mml-sec instead of password.
11879         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11880         (mml2015-cache-passphrase): Inherit the default value from
11881         mml-secure-cache-passphrase.
11882         (mml2015-passphrase-cache-expiry): Inherit the default value from
11883         mml-secure-passphrase-cache-expiry.
11885         * mml1991.el: Require mml-sec instead of password.
11886         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
11887         (mml1991-cache-passphrase): Inherit the default value from
11888         mml-secure-cache-passphrase.
11889         (mml1991-passphrase-cache-expiry): Inherit the default value from
11890         mml-secure-passphrase-cache-expiry.
11892         * mml-sec.el: Require password.
11893         (mml-secure-verbose): New user option.
11894         (mml-secure-cache-passphrase): New user option.
11895         (mml-secure-passphrase-cache-expiry): New user option.
11897 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
11899         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
11900         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
11901         andreas@altroot.de (Andreas Vögele).
11903         FIXME: Use `tiny change'?
11905 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11907         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
11908         workaround for the url package included with Emacs.
11910         * nnweb.el (nnweb-google-create-mapping): Update regexp.
11912 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11914         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
11915         correctly.  This fixes a bug caused by the 2006-05-12 change.
11917 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
11919         * nnmail.el (nnmail-article-group): If splitting raises an error, give
11920         some information about the error when saying that the `bogus' mail
11921         group will be used.
11923 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
11925         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
11926         string.
11928 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
11930         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
11932 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11934         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
11936 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11938         * mml1991.el (mml1991-function-alist): Add epg.
11939         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
11940         (mml1991-epg-encrypt): New functions.
11942 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
11944         * mml2015.el (mml2015-verbose): New variable.
11945         (mml2015-cache-passphrase): Ditto.
11946         (mml2015-passphrase-cache-expiry): Ditto.
11947         (mml2015-function-alist): Add epg.
11948         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
11949         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
11950         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
11951         New functions.
11953 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11955         * message.el (message-cite-original-1): Preserve region when removing
11956         quoted text due to X-No-Archive in order to avoid bogus attribution
11957         when citing multiple messages.
11959 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11961         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
11962         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
11964 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
11966         * gnus-diary.el (gnus-user-format-function-d)
11967         (gnus-user-format-function-D): Autoload.
11969         * imap.el (Commentary): Fix typo.
11971         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
11972         2006-04-22 contribution.
11974 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11976         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
11977         It didn't really fix the bogosity I'm seeing with solid web groups.
11979 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11981         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
11982         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
11983         created using server names.  If we use the feature without declaring
11984         it, Gnus does not properly manage server and group state.
11986         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
11987         bound.
11989 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11991         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
11992         looking up the method using GROUP's prefix before inventing a new one.
11993         It is used on killed/unknown groups in various places where returning
11994         an all-new method isn't expected by the caller.
11996         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
11997         and match semantics of gnus-group-real-prefix.
11999 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12001         * nnmail.el (nnmail-broken-references-mailers): New variable.
12002         (nnmail-ignore-broken-references): New function generalizing
12003         nnmail-fix-eudora-headers.
12004         (nnmail-fix-eudora-headers): Now obsolete.
12006         * gnus-art.el (gnus-button-handle-custom):
12007         Support `customize-apropos*'.
12009 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12011         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12013         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12014         articles.
12016 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12018         * message.el (message-cite-reply-above): New variable.
12019         (message-yank-original): Use it.
12021 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12023         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12025 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12027         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12028         as read.
12030         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12032 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12034         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12035         (gnus-bookmark-default-file): Use gnus-directory.
12036         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12037         Remove "*" in doc string.
12038         (gnus-bookmark-write-file): Simplify.
12039         (gnus-bookmark-maybe-sort-alist): Use `when'.
12040         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12041         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12042         Add FIXME about Emacs 21 and XEmacs compatibility.
12043         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12044         compatibility.
12045         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12046         compatibility.
12047         (gnus-bookmark-menu-heading): Fix version.
12049 2006-06-19  Bastien Guerry  <bzg@altern.org>
12051         * gnus-bookmark.el: New file.
12053 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12055         * message.el (message-syntax-checks): Doc fix.
12057 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12059         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12060         unsubscribed groups as if they were killed ones.  It causes duplicate
12061         entries in gnus-newsrc-alist.
12063 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12065         * message.el (message-syntax-checks): Doc fix.
12066         (message-send-mail): Add check for continuation headers.
12067         (message-check-news-header-syntax): Fix regexp used to check for
12068         continuation headers.
12070 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12072         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12074 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12076         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12078 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12080         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12081         default-truncate-lines.
12083 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12085         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12086         to fill the utf-8 entry.
12088         * lpath.el: Fbind unicode-precedence-list.
12090 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12092         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12094 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12096         * gnus-agent.el (directory-files-and-attributes): Move all the way
12097         forward (the third and final move).
12098         (gnus-agent-read-agentview): Trap reconstruction errors due to
12099         nonexistent directory.  Handle by returning nil.
12101 2006-05-30  Didier Verna  <didier@xemacs.org>
12103         * message.el (message-dont-reply-to-names): Update the custom type.
12104         * message.el (message-dont-reply-to-names): New defsubst: potentially
12105         convert a list of regexps into a single one.
12106         * message.el (message-get-reply-headers): Use it.
12107         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12109 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12111         * gnus-agent.el (directory-files-and-attributes): Move forward.
12113 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12115         * gnus-ml.el (gnus-mailing-list-subscribe)
12116         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12117         (gnus-mailing-list-message): Fix doc strings.
12119 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12121         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12122         of doing it manually.
12124 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12126         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12127         comment.
12129 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12131         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12132         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12133         (gnus-agent-read-local): All symbols allocated in my-obarray.
12134         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12135         (gnus-agent-regenerate-group): Check numeric names to see if they are
12136         messages or groups.
12137         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12138         better way of do this...)
12140         * gnus-cache.el (gnus-agent-total-fetched-for):
12141         Ignore 'dummy.group' (there should be a better way of do this...)
12143 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12145         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12146         (gnus-saved-headers): Ditto.
12147         (gnus-default-article-saver): Mention functions may have properties.
12148         (gnus-article-save): Override gnus-save-all-headers and
12149         gnus-saved-headers by :headers property which saver function may have.
12150         (gnus-summary-save-in-file): Add :headers property.
12151         (gnus-summary-write-to-file): Ditto.
12153         * gnus-sum.el (gnus-summary-save-article): Bind
12154         gnus-prompt-before-saving to t when saving many articles in a file;
12155         always show all headers.
12157         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12159 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12161         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12162         marks.
12164         * message.el (message-indent-citation): Add optional arguments to allow
12165         using it outside of message buffers.
12167         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12168         (gnus-article-treat-unfold-headers): Use it.
12169         (gnus-article-truncate-lines): New variable.
12170         (gnus-article-mode): Use it.
12171         (gnus-article-toggle-truncate-lines): New function.
12173         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12174         Add gnus-article-toggle-truncate-lines.
12176         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12177         coding system in XEmacs, use binary.
12179 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12181         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12182         after-load-alist.
12184         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12185         this function should save decoded articles.
12186         (gnus-summary-write-to-file): Use property to specify this function
12187         should save decoded articles and specify gnus-summary-save-in-file
12188         should be used to save articles other than the first one when saving
12189         many articles.
12190         (gnus-summary-save-body-in-file): Use property to specify this
12191         function should save decoded articles.
12192         (gnus-summary-write-body-to-file): Use property to specify this
12193         function should save decoded articles and specify
12194         gnus-summary-save-body-in-file should be used to save articles other
12195         than the first one when saving many articles.
12197         * gnus-sum.el (gnus-summary-save-article): Simplify.
12199 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12201         * gnus-art.el (gnus-default-article-saver):
12202         Add gnus-summary-write-body-to-file.
12203         (gnus-article-save-coding-system): Don't use coding system object
12204         in XEmacs.
12205         (gnus-read-save-file-name): Add optional `dir-var' argument which
12206         specifies directory in which files are saved; work even if optional
12207         `variable' argument is not specified.
12208         (gnus-summary-write-to-file): Read file name.
12209         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12210         (gnus-summary-write-body-to-file): New function.
12212         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12213         (gnus-summary-local-variables): Add it.
12214         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12215         (gnus-summary-save-article): Remove optional `decode' argument;
12216         determine whether to decode articles by the value of
12217         gnus-default-article-saver; when saving many files using
12218         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12219         it first and use gnus-summary-save-in-file or
12220         gnus-summary-save-body-in-file thereafter unless
12221         gnus-prompt-before-saving is always; move point to article which
12222         will be saved.
12223         (gnus-summary-save-article-file): Revert.
12224         (gnus-summary-write-article-file): Revert.
12225         (gnus-summary-save-article-body-file): Revert.
12226         (gnus-summary-write-article-body-file): New function.
12228 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12230         * gnus-art.el (gnus-default-article-saver): Doc fix.
12231         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12232         from gnus-summary-save-article-coding-system, and default to a
12233         certain coding system.
12234         (gnus-output-to-file): Add coding cookie and encode text according
12235         to gnus-article-save-coding-system; don't use mm-append-to-file.
12237         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12238         gnus-art.el and rename to gnus-article-save-coding-system.
12239         (gnus-summary-save-article): Require gnus-art; don't show all
12240         headers if it decodes articles; don't add coding cookie here;
12241         don't bind mm-text-coding-system-for-write.
12242         (gnus-summary-save-article-file): Save decoded articles.
12243         (gnus-summary-write-article-file): When saving many files, use
12244         gnus-summary-write-to-file first and gnus-summary-save-in-file
12245         thereafter unless gnus-prompt-before-saving is always.
12246         (gnus-summary-save-article-body-file): Save decoded articles.
12248         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12250 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12252         * nnrss.el (nnrss-check-group): Bind hash-index.
12254 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12256         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12257         its hash index.  Store this hash in `nnrss-group-data'.
12258         (nnrss-read-group-data): Update accordingly.
12260 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12262         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12263         entry.
12265         * gnus-sum.el (gnus-summary-make-menu-bar):
12266         Add gnus-article-browse-html-article.
12268 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12270         * gnus-sum.el (gnus-summary-mime-map):
12271         Add gnus-article-browse-html-article.
12273         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12275 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12277         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12278         suitable coding systems in customize.
12280 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12282         * mail-source.el (mail-sources): Fix custom type.
12284 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12286         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12287         (gnus-summary-expire-articles-now): Shorten prompt.
12289         * gmm-utils.el (wid-edit): Require.
12290         (defun-gmm): Rename from `gmm-defun-compat'.
12291         (gmm-image-search-load-path): Use it.
12292         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12294 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12296         * gnus-sum.el (gnus-summary-save-article-coding-system):
12297         New variable.
12298         (gnus-summary-save-article): Add optional `decode' argument.
12299         If it is set and gnus-summary-save-article-coding-system is non-nil,
12300         save decoded article.
12301         (gnus-summary-write-article-file): Save decoded article if
12302         gnus-summary-save-article-coding-system is non-nil.
12304         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12305         type.
12307 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12309         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12311 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12313         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12314         first to test gnus-single-article-buffer which may be buffer-local.
12316         * gnus-sum.el (gnus-summary-setup-buffer):
12317         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12318         group; make gnus-article-buffer, gnus-article-current, and
12319         gnus-original-article-buffer always buffer-local.
12320         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12321         group.
12322         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12324 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12326         * nnml.el (nnml-request-compact-group): Compressed files might not
12327         have .gz extension.
12329 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12331         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12332         (mm-copy-to-buffer): Use with-current-buffer.
12333         (mm-display-part): Simplify.
12334         (mm-inlinable-p): Add optional arg `type'.
12336 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12338         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12339         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12340         Try harder to show the attachment internally or externally using
12341         gnus-mime-view-part-as-type.
12343 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12345         * message.el (message-from-style, message-signature-separator)
12346         (message-user-organization-file, message-send-mail-function)
12347         (message-citation-line-function, message-yank-prefix)
12348         (message-indent-citation-function, message-signature)
12349         (message-signature-file, message-signature-insert-empty-line):
12350         Remove autoloads.
12352         * gnus-art.el (gnus-buttonized-mime-types):
12353         Remove "multipart/signed".  Revert 2006-04-26 change.
12355 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12357         * gnus.el (gnus-version-number): Bump version.
12359 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12361         * gnus.el: No Gnus v0.5 is released.
12363 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12365         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12366         fetching articles by message-id.
12368 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12370         * message.el (hashcash): Require hashcash as normal.
12372         * ecomplete.el (ecomplete-highlight-match-line):
12373         Use point-at-eol.
12374         (ecomplete-highlight-match-line): Use `highlight', because that
12375         face exists in both Emacs and XEmacs.
12377         * message.el (message-display-abbrev): Use point-at-bol.
12379         * mail-source.el: Don't require timer/timer-funcs.
12381         * gnus-async.el: Ditto.
12383         * password.el: Ditto.
12385         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12387         * mm-url.el: Ditto.
12389         * gnus-xmas.el: Don't require timer-funcs.
12391         * mm-util.el: Require timer/timer-funcs.
12393 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12395         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12396         Close.
12398 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12400         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12401         unibyte after clear-decrypt function runs.
12403         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12404         returns as a unibyte string.
12406 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12408         * lpath.el: Revert.
12410         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12411         (pgg-gpg-process-sentinel): Revert.
12413         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12414         (pgg-pgp-lookup-key): Revert.
12416         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12417         (pgg-pgp5-lookup-key): Revert.
12419         * pgg.el (pgg-fetch-key): Revert.
12421 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12423         * lpath.el: Fbind string-as-multibyte for XEmacs.
12425         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12426         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12427         (mml1991-pgg-encrypt): Ditto.
12429         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12430         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12431         a multibyte buffer.
12433         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12434         (pgg-pgp-lookup-key): Ditto.
12436         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12437         (pgg-pgp5-lookup-key): Ditto.
12439         * pgg.el (pgg-fetch-key): Ditto.
12441 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12443         * message.el (message-user-organization-file): Check several
12444         locations of the organization file.
12446         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12447         Add gnus-article-view-part-as-type.
12449         * gnus-art.el (gnus-article-view-part-as-type): New function.
12451         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12452         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12454         * mml.el: Simplify autoload.
12455         (mml-mode): defvar dnd-protocol-alist instead of using
12456         symbol-value.
12457         (mml-default-directory): New variable.
12458         (mml-minibuffer-read-file): Use it.
12459         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12461         * message.el (message-citation-line-format): New variable.
12462         (message-insert-formated-citation-line): New function.
12463         (message-citation-line-function):
12464         Add `message-insert-formated-citation-line' to custom type.
12466         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12467         to doc string.
12469         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12470         depending on mm-verify-option.
12472 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12474         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12475         binding pgg-* variables; reimplement the section which prevents
12476         MIME header from being signed.
12477         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12478         pgg-text-mode; remove a blank line at the top of body.
12480         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12481         lines at the top of body; use gnus-newsgroup-charset if there's no
12482         Charset header.
12484 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12486         * message.el (message-self-insert-commands): Doc fix.
12488         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12489         (mm-uu-pgp-encrypted-test): Ditto.
12490         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12491         between header and body; return application/pgp-encrypted handle
12492         if decryption failed; decode decrypted body by charset.
12494         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12495         element match to application/pgp-*.
12497 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12499         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12500         HTML.
12502 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12504         * mail-source.el (mail-source-call-script): Message the error
12505         string.
12507 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12509         * gnus-util.el (gnus-byte-compile): Use it.
12511 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12513         * gnus-util.el (kill-empty-logs): New function.
12515 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12517         * message.el (message-mail-alias-type): Doc fix.
12518         (message-mail-alias-type-p): New function.
12519         (message-send): Use it.
12520         (message-mode): Ditto.
12521         (message-strip-forbidden-properties): Ditto.
12523         * ecomplete.el (ecomplete-database-file-coding-system):
12524         New variable.
12525         (ecomplete-save): Use it.
12526         (ecomplete-setup): Use it.
12528 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12530         * message.el (message-self-insert-commands): New variable.
12531         (message-strip-forbidden-properties): Use it.
12533 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12535         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12536         that doesn't make XEmacs choke.
12538 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12540         * gnus-util.el (gnus-replace-in-string):
12541         Prefer replace-regexp-in-string over of replace-in-string.
12543 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12545         * gnus-util.el (gnus-select-frame-set-input-focus):
12546         Use select-frame-set-input-focus if it is available in XEmacs; use
12547         definition defined in Emacs 22 for old Emacsen.
12549         * dgnushack.el: Autoload unmorse-region for XEmacs.
12551         * lpath.el: Bind cursor-in-non-selected-windows and
12552         select-frame-set-input-focus for XEmacs.
12554 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12556         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12558 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12560         * gnus-registry.el (gnus-registry-cache-save): Remove text
12561         properties when saving via the temp buffer.
12563 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12565         * message.el (message-generate-hashcash): Honor custom type.
12567 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12569         * message.el (message-generate-hashcash): Default to non-nil when
12570         hashcash is found.
12572         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12573         (gnus-refer-thread-limit): Increase default to 500.
12575         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12577         * flow-fill.el (fill-flowed): Allow delete-space.
12579 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12581         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12582         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12583         Remove autoloads.
12585 2006-04-18  Simon Josefsson  <jas@extundo.com>
12587         * message.el (message-generate-hashcash): Default to.
12589 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12591         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12592         concatenating segments rather than before concatenating them.
12594 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12596         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12598 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12600         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12602         * message.el (message-forward-make-body-plain):
12603         Allow message-forward-ignored-headers to be a list.
12604         (message-remove-ignored-headers): Factor out into function.
12605         (message-forward-make-body-mml): Use it.
12607         * imap.el (imap-quote-specials): New function.
12608         (imap-login-auth): Quote specials.
12610         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12611         (rfc2231-parse-string): Allow concatanation of parameters that
12612         aren't contiguous.  The test case is
12613           (mail-header-parse-content-type "message/external-body;
12614             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12615             access-type=LOCAL-FILE;
12616             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12618 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12620         * nntp.el (nntp-accept-process-output): Return the value of
12621         `nnheader-accept-process-output'.
12623 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12625         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12626         (gnus-button-alist): Recognize more diff formats.
12627         (gnus-button-patch): Strip directory.
12629 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12631         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12632         Emacs 22 when setting focus.
12634 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12636         * gnus-art.el (gnus-article-treat-types): Do treatment of
12637         text/x-verbatim parts.
12638         (gnus-button-patch): New command.
12640         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12641         addresses that contain invalid characters.
12643 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12645         * message.el (message-put-addresses-in-ecomplete):
12646         Use gnus-replace-in-string.
12647         (message-is-yours-p): Use the more correct
12648         mail-header-parse-address instead of
12649         mail-extract-address-components.
12650         (message-put-addresses-in-ecomplete): Fix typo.
12652         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12653         keystroke.
12655         * gnus-art.el (gnus-treatment-function-alist): Change order of
12656         newsgroups/generic header folding to avoid double-folding.
12658         * message.el (message-hidden-headers): Add X-Draft-From.
12660         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12661         New command.
12662         (gnus-summary-repeat-search-article-backward): New command.
12664         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12665         groups in the parent topic.
12667 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12669         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12670         (spam-extra-header-to-number): Return the CRM114 number as a
12671         number instead of a string.
12673 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12675         * gnus-art.el (gnus-face-properties-alist): Move here from
12676         gnus-fun.
12678         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12680 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12682         * message.el (message-strip-forbidden-properties): Only display on
12683         self-insert-command.
12685         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12686         reindent.
12687         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12689 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12691         * smiley.el (smiley-style): Fix typo.
12693 2006-03-23  Kenichi Handa  <handa@m17n.org>
12695         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12696         instead of set-buffer-multibyte.
12698 2006-03-23  Kenichi Handa  <handa@m17n.org>
12700         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12701         buffer and then decode the buffer text if necessary.
12702         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12703         first, and after mm-encode-body, change the buffer to unibyte.
12705 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12707         * hashcash.el (hashcash-insert-payment-async-2):
12708         Use message-goto-eoh instead of doing it manually.
12709         (mail-add-payment): Use message-narrow-to-header instead of trying
12710         to do the same itself.
12712         * message.el (message-hidden-headers): Add Face.
12714         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12715         reparenting code.
12716         (gnus-summary-reparent-children): Refactored out code.
12717         (gnus-summary-thread-map): New keystroke.
12718         (gnus-summary-reparent-children): Make into command.
12720         * smiley.el (smiley-style): Default to `medium' if using a large
12721         font.
12723         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12724         does it itself.
12726         * message.el (message-point-in-header-p): Simplify definition.
12728 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12730         * nnagent.el (nnagent-request-set-mark): Silence log file
12731         writing.
12732         (nnagent-request-set-mark): Use write-region instead of
12733         append-to-file.
12735         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12736         strange select method.
12738         * ecomplete.el (ecomplete-display-matches): Get highlightling
12739         right.
12740         (ecomplete-display-matches): Use literals.
12741         (ecomplete-display-matches): Disable message logging.
12743         * message.el (message-display-abbrev): Small optimization.
12745         * ecomplete.el (ecomplete-display-matches): Allow automatic
12746         display.
12748         * message.el (message-strip-forbidden-properties):
12749         Display abbrevs.
12750         (message-display-abbrev): Get automatic display right.
12752         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12753         keystrokes.
12755 2006-04-13  Romain Francoise  <romain@orebokech.com>
12757         TODO: Backport to v5-10!
12759         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12760         Move here (and rename) from gnus-registry.el.
12762         * gnus-registry.el: Require gnus-util.
12763         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12765 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12767         * gnus-group.el (gnus-group-catchup-current):
12768         Change if-then-else-if-then-else into cond.
12769         (gnus-group-catchup): Indent.
12770         (group-name-at-point): New function.
12771         (gnus-fetch-group): Provide default from thing at point.
12773 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12775         * message.el (message-display-abbrev): Fix regexp.
12777         * ecomplete.el (ecomplete-highlight-match-line):
12778         Reimplement choosing.
12779         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12780         dead variables.
12782         * message.el (message-newline-and-indent): Remove debugging.
12783         (message-display-abbrev): Use new implementation.
12785 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12787         * gnus-art.el (gnus-article-mode):
12788         Set cursor-in-non-selected-windows to nil.
12790         * smiley.el: Revert previous change.
12791         (smiley-data-directory): defvar it before using it in the
12792         defcustom of `smiley-style'.
12794 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12796         * message.el (message-newline-and-indent): New function.
12798         * ecomplete.el: Implement more bits.
12800         * message.el (message-put-addresses-in-ecomplete): Clean up the
12801         string.
12803         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12805         * gnus-sum.el (gnus-summary-save-parts):
12806         Bind gnus-summary-save-parts-counter and use it to make unique file
12807         names.
12809         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12811         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12812         parameter to say whether to actually parse the individual
12813         addresses.
12815         * message.el (message-put-addresses-in-ecomplete): New function.
12816         (ecomplete): Require.
12817         (message-mail-alias-type): Add ecomplete as an option.
12819 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12821         * flow-fill.el (fill-flowed): Remove trailing space from blank
12822         quoted lines.
12824 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12826         * smiley.el (smiley-style): Move definition later to avoid a
12827         compilation warning.
12829 2006-04-12  Kenichi Handa  <handa@m17n.org>
12831         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12832         buffer and then decode the buffer text if necessary.
12833         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12834         first, and after mm-encode-body, change the buffer to unibyte.
12835         Use mm-disable-multibyte instead of set-buffer-multibyte.
12837 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12839         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12840         Content-Type header instead of Content-Disposition header.
12841         (gnus-mime-inline-part): Ditto.
12842         (gnus-mime-view-part-as-charset): Ignore charset that the part
12843         specifies.
12845         * mm-decode.el (mm-display-part): Work with external parts and
12846         usual parts similarly.
12848         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12849         instead of gnus-display-mime.
12851         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12852         instead of with-temp-buffer.
12854         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12855         tag to summarized topics part in order to encode non-ASCII text.
12857 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12859         * smiley.el (smiley-style): New variable.
12860         (smiley-directory): New function.
12861         (smiley-data-directory): Derive from `smiley-style' using
12862         `smiley-directory'.
12863         (smiley-regexp-alist): Add new entries.
12865         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12866         (gnus-article-browse-delete-temp): Add :version.
12868 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12870         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12871         the sieve region.
12873 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12875         * gnus.el (gnus-version-number): Bump version.
12877 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12879         * gnus.el: No Gnus v0.4 is released.
12881 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12883         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12884         layout.
12886         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
12887         unknown charset.
12889         * message.el (message-header-synonyms): Add Original-To to the
12890         default.
12892         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
12893         optional parameter.
12895 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
12897         * gnus-fun.el (gnus): Require it for gnus-directory.
12899 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12901         * gnus-fun.el (gnus-face-properties-alist): Add :version.
12903 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12905         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
12907 2006-04-05  Simon Josefsson  <jas@extundo.com>
12909         * password.el (password-reset): New function.
12911 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
12913         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
12914         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
12916 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12918         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12919         Some whitespace was matched into the url, which broke browsing hits
12920         > 100 when mm-url-use-external was nil.
12922 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
12924         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12925         Check gnus-extra-headers for 'Newsgroups.
12927         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
12928         bound.
12930 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
12932         * pgg-gpg.el: Clean up process buffers every time gpg processes
12933         complete.
12935 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
12937         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
12938         doc string.
12940 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
12942         * pgg-gpg.el (pgg-gpg-process-filter)
12943         (pgg-gpg-wait-for-completion): Check if buffer is alive.
12945         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
12946         lines, temporary fix.
12948 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
12950         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
12952 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
12954         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
12955         default-enable-multibyte-characters.  This reverts the change from
12956         revision 6.17 which is no longer necessary because the passphrase
12957         is sent separately now.  GnuPG messages are unreadable under
12958         multibyte locales with default-enable-multibyte-characters set to
12959         nil.
12961 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
12963         * message.el (message-tool-bar-gnome): Move "spell".
12965 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
12967         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
12968         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
12969         instead.
12971 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
12973         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
12974         Improve newsgroups handling for NNTP overviews which don't include
12975         Newsgroups.
12977 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12979         * message.el (message-resend): Bind message-generate-hashcash to nil.
12981 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12983         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
12984         when searching for already-paid recipients.
12986 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
12988         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
12989         passphrases when it is not needed.
12990         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
12991         passphrase stuff from gpg, should only be necessary when you use
12992         gpg with a smartcard.
12994 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
12996         * mml.el (mml-insert-mime): Ignore cached contents of
12997         message/external-body part.
12999         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13000         (mm-insert-part): Ditto.
13002 2006-03-23  Simon Josefsson  <jas@extundo.com>
13004         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13005         Reiner.
13006         (pgg-gpg-use-agent-p): Use it again.
13008 2006-03-23  Simon Josefsson  <jas@extundo.com>
13010         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13011         older emacsen.
13012         (pgg-gpg-use-agent-p): Don't use it.
13014 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13016         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13017         if we can.
13019 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13021         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13022         (pgg-gpg-update-agent): New function.
13023         (pgg-gpg-use-agent-p): New function.
13024         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13025         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13026         (pgg-gpg-sign-region): Use it.
13028 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13030         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13031         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13033 2006-03-21  Simon Josefsson  <jas@extundo.com>
13035         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13036         <wilde@sha-bang.de>.
13037         (pgg-gpg-use-agent): New variable.
13038         (pgg-gpg-process-region): Use it.
13039         (pgg-gpg-encrypt-region): Likewise.
13040         (pgg-gpg-encrypt-symmetric-region): Likewise.
13041         (pgg-gpg-decrypt-region): Likewise.
13042         (pgg-gpg-sign-region): Likewise.
13043         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13045 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13047         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13049         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13050         Add comment on version.
13052 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13054         * smiley.el: Add missing test smiley.
13056 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13058         * mm-decode.el (mm-with-part): New macro.
13059         (mm-get-part): Use it; work with message/external-body as well.
13060         (mm-save-part): Treat name and filename equally.
13062         * mm-extern.el (mm-extern-cache-contents): New function.
13063         (mm-inline-external-body): Use it; force the part to be displayed;
13064         move undisplayer added to the cached handle to the parent.
13066         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13067         (gnus-mime-view-part-as-type): Work with message/external-body.
13069         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13071 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13073         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13074         images in image-load-path.  [Sync with image.el, revision 1.60, in
13075         Emacs.]
13077 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13079         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13080         path rather than symbol.  Always return list of directories.
13081         Guarantee that image directory comes first.  [Sync with image.el,
13082         revision 1.59, in Emacs.]
13084         * message.el (message-make-tool-bar): Adjust to new API of
13085         `gmm-image-load-path-for-library'.
13087         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13089         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13091 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13093         * gnus-art.el (gnus-article-only-boring-p):
13094         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13095         intangible text.
13096         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13098 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13100         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13101         Use `defun' instead of `gmm-defun-compat'.
13103 2006-03-14  Simon Josefsson  <jas@extundo.com>
13105         * message.el (message-unique-id): Don't use message-number-base36
13106         if (user-uid) is a float.
13107         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13109 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13111         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13113         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13114         empty line between a part and a message part.
13116 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13118         * smiley.el: Add more test smileys.
13119         (smiley-data-directory, smiley-regexp-alist)
13120         (gnus-smiley-file-types): Fix doc strings.
13121         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13122         adding new elements.
13123         (smiley-mouse-map): Unused code.  Make it a comment.
13125 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13127         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13128         scan latest NoCeM messages instead of old ones.
13129         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13130         delimiters that are recently used.
13131         (gnus-nocem-load-cache): Add autoload cookie.
13133         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13135         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13136         level which is larger than gnus-use-nocem is specified.
13138         * gnus-group.el (gnus-group-get-new-news): Ditto.
13140 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13142         * gnus-util.el (gnus-tool-bar-update): New function.
13144         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13145         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13147         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13149         * gnus-group.el (gnus-group-redraw-when-idle)
13150         (gnus-group-redraw-check): Remove.
13151         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13153 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13155         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13156         if optional last element is specified in splits (FIELD VALUE...).
13158 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13160         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13161         to gmm-image-load-path-for-library.  Call with no-error argument.
13162         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13164         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13166         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13168         * gmm-utils.el (gmm-image-load-path): Remove alias.
13170 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13172         * gmm-utils.el (gmm-image-load-path): Add alias.
13174         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13175         nnml-generate-nov-databases-1.
13176         (nnml-generate-nov-databases): Use it.
13177         (nnml-generate-nov-databases-directory): Document no-active
13178         argument.
13180         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13181         directory if path is t.  Add no-error.
13183         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13184         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13186         * gnus-art.el (gnus-article-browse-delete-temp-files):
13187         Simplify resetting gnus-article-browse-html-temp-list.
13189         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13190         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13191         Add example to docstring.  Rename local variables.  Move error
13192         checks to default case in cond and simplify.
13194 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13196         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13197         handle is multipart when calling it recursively.
13198         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13200 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13202         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13203         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13205 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13207         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13208         is loaded.
13210         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13211         loaded.
13213 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13215         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13216         to "Emacs 23 (unicode)" in doc string.
13218         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13219         "Emacs 23 (unicode)" in comment.
13221 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13223         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13225         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13226         characters 160 through 255 in Emacs 23.
13228 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13230         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13231         gnus-article-browse-html-temp.
13232         (gnus-article-browse-delete-temp): Make it customizable.
13233         Add `file'.  Adjust doc string.
13234         (gnus-article-browse-delete-temp-files): Add argument.
13235         Allow query for each file.  Adjust doc string.
13236         (gnus-article-browse-html-parts):
13237         Add `gnus-article-browse-delete-temp-files' to
13238         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13240 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13242         * gnus-art.el (gnus-article-browse-html-temp)
13243         (gnus-article-browse-delete-temp): New variables.
13244         (gnus-article-browse-delete-temp-files): New function.
13245         (gnus-article-browse-html-parts): Use it.
13247 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13249         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13251         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13252         string.
13254         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13255         gnus-summary-insert-new-articles when unplugged.
13256         Remove gnus-summary-search-article-forward.
13258         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13259         display-visual-class instead of display-color-cells.
13261 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13263         * dgnushack.el: Autoload customize-group for XEmacs.
13265         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13266         message/* containing non-ASCII text properly.
13268 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13270         * message.el: Require gmm-utils, remove autoloads.
13271         (message-tool-bar): Set default based on
13272         gmm-tool-bar-style.
13273         (message-tool-bar-gnome): Add gmm-customize-mode.
13275         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13276         gmm-tool-bar-style.
13277         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13279         * gnus-group.el (gnus-group-tool-bar): Set default based on
13280         gmm-tool-bar-style.
13281         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13283         * gmm-utils.el (gmm-image-directory): Rename variable from
13284         gmm-image-load-path.
13285         (gmm-image-load-path): Use gmm-image-directory.
13286         (gmm-customize-mode): New function.
13287         (gmm-tool-bar-style): New variable.
13289         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13290         gnus-group-redraw-line-number.
13291         (gnus-group-redraw-check): Simplify.
13292         (gnus-group-tool-bar-update): Remove redraw check.
13293         (gnus-group-make-tool-bar): Add redraw check.
13295 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13297         * gnus-art.el (gnus-button): Add missing parentheses.
13299 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13301         * lpath.el: Fbind line-number-at-pos.
13303 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13305         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13307 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13309         * gnus-art.el (gnus-button): New face.
13310         (gnus-article-button-face): Use it.
13312         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13313         Add gnus-summary-next-page.  Re-order.
13315         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13316         next-node are now included.
13317         (gnus-group-redraw-line-number): New internal variable.
13318         (gnus-group-redraw-check): Helper function for updating the tool
13319         bar.
13320         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13322         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13324         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13325         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13326         Use it to match format of Spamassassin 3.0 and later.
13327         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13328         (spam-check-bogofilter)
13329         (spam-bogofilter-register-with-bogofilter): Fix args of
13330         `gnus-error' calls.
13332 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13334         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13335         unnecessary interaction when sending queued mails.
13336         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13338 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13340         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13341         first or last are nil.
13343 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13345         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13347 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13349         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13351 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13353         * dns.el (query-dns): Protect more against buggy tcp output.
13355 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13357         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13358         nov.php.
13360 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13362         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13363         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13364         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13365         output on the server side.
13366         (nnweb-google-create-mapping): Update regexps and add some
13367         progress indication.
13369 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13371         * gnus-group.el (gnus-group-tool-bar-gnome):
13372         Fix gnus-agent-toggle-plugged.  Re-order icons.
13373         (gnus-group-tool-bar-gnome):
13374         Add gnus-group-{prev,next}-unread-group.
13375         (gnus-group-tool-bar-gnome): Re-order icons.
13377         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13378         Move gnus-summary-insert-new-articles.
13380         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13381         Fix comments.
13383         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13384         also available in Emacs 21.3.
13386         * message.el (message-fix-before-sending): Change "Emacs 22" to
13387         "Emacs 23 (unicode)" in comment.
13389         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13390         "Emacs 23 (unicode)" in comment.
13392         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13393         comment.
13394         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13396         * mm-view.el (mm-fill-flowed): Add :version.
13398 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13400         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13401         and load-path.
13403 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13405         * message.el: Autoload gmm-image-load-path.
13406         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13407         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13408         consitency.
13410         * gmm-utils.el (gmm-image-load-path): Also search in
13411         "../etc/images".  Don't set gmm-image-load-path if we don't find
13412         the image.
13414 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13416         * gmm-utils.el (gmm-image-load-path): Don't make
13417         `gmm-image-load-path' include subdirectories which the second arg
13418         `image' might specify.
13420         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13421         subdirectory to icon file names.
13423         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13425 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13427         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13428         gmm-image-load-path calls.
13430         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13432         * message.el (message-make-tool-bar): Ditto.
13434         * mml.el (mml-preview): Add comment concerning tool bar icons.
13436         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13437         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13439         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13440         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13442         * message.el (message-tool-bar-gnome): Use new icon names.
13443         (message-make-tool-bar): Use `gmm-image-load-path'.
13445         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13446         New functions from MH-E.
13447         (gmm-image-load-path): New variable from MH-E.
13448         (gmm-image-load-path): New function from MH-E.  Add arguments
13449         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13450         *-image-load-path-called-flag.
13452 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13454         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13456 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13458         * nnimap.el (nnimap-request-move-article): Change folder back to
13459         source group before deleting.
13461 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13463         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13465         * gnus-art.el (mm-url-insert-file-contents-external):
13466         Autoload mm-url.
13468         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13470 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13472         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13473         coding system which mm-charset-to-coding-system returns for a
13474         given charset is valid.
13476 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13478         * html2text.el (html2text-remove-tag-list):
13479         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13481 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13483         * gnus-cus.el: Revert 2005-10-17 change.
13485 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13487         * gnus-art.el (article-strip-banner):
13488         Call article-really-strip-banner only when the regexp match is made.
13490 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13492         * gnus-art.el (article-strip-banner):
13493         Use gnus-extract-address-components instead of
13494         mail-header-parse-addresses to make it work with non-ASCII text;
13495         remove mail-encode-encoded-word-string.
13497         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13498         values which are surrounded with \"...\"; make it never cause a
13499         Lisp error; give up parsing of parameters if it failed in
13500         extracting type.
13502 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13504         * smime.el (smime-cert-by-ldap-1): Fix bug where
13505         `smime-ldap-search' returns results without userCertificates.
13507 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13509         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13511 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13513         * spam.el (spam-check-spamassassin-headers): Adapt format for
13514         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13515         <ari@mbf.ocn.ne.jp>.
13516         (spam-list-of-processors): Add spam-use-gmane.
13518 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13520         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13521         make-temp-file; make it work with XEmacs as well.
13523         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13524         mm-make-temp-file.
13526         * mm-decode.el (mm-display-external): Use the 3rd arg of
13527         mm-make-temp-file.
13528         (mm-create-image-xemacs): Ditto.
13530 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13532         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13533         with message-narrow-to-headers.
13534         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13535         (gnus-draft-check-draft-articles): New function.
13536         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13538 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13540         * gnus-art.el (gnus-article-browse-html-parts):
13541         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13542         Don't use suffix argument for mm-make-temp-file for Emacs 21
13543         compatibility.  Remove useless `format'.
13545 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13547         * nnweb.el (nnweb-google-wash-article): Update regexps.
13548         (nnweb-group-alist): Use defvoo instead of defvar.
13550 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13552         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13553         re-loading nn* modules.
13555 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13557         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13558         for `tool-bar-mode' and don't check it's default-value.
13560         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13562         * message.el (message-make-tool-bar): Ditto.
13564         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13565         `substring'.  Shorten tmp-file name.
13567         * gnus.el: Remove bogus comment.
13569 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13571         * gnus-art.el (gnus-article-browse-html-parts): New function.
13572         (gnus-article-browse-html-article): New function for viewing html
13573         articles with a browser.
13575 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13577         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13578         in elisp.
13579         (pgg-gpg-encrypt-symmetric-region): Ditto.
13580         (pgg-gpg-sign-region): Ditto.
13582         * pgg-def.el (pgg-text-mode): New variable.
13584         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13585         (mml2015-pgg-encrypt): Ditto.
13587         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13588         (mml1991-pgg-encrypt): Ditto.
13590 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13592         * nnfolder.el (nnfolder-insert-newsgroup-line):
13593         Use message-make-date instead of current-time-string.
13595         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13596         to gnus-decoded which mm-uu might set.
13598 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13600         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13601         don't decode quoted parameters; remove misimported Emacs code.
13602         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13603         (rfc2231-decode-encoded-string): Don't use split-string which
13604         behaves differently according to Emacs version; use
13605         mm-decode-coding-region to convert charset to coding-system.
13606         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13607         (rfc2231-encode-string): Remove misimported Emacs code.
13609 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13611         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13612         when calling mail-header-parse-content-type.
13613         (article-de-quoted-unreadable): Ditto.
13614         (article-de-base64-unreadable): Ditto.
13615         (article-wash-html): Ditto.
13617         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13618         calling mail-header-parse-content-type and
13619         mail-header-parse-content-disposition.
13620         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13621         mail-header-parse-content-type.
13623         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13624         insert charset and format parameters; encode description after
13625         inserting it to buffer.
13626         (mml-insert-parameter): Fold lines properly even if a parameter is
13627         segmented into two or more lines; change the max column to 76.
13629         * rfc1843.el (rfc1843-decode-article-body): Don't use
13630         ignore-errors when calling mail-header-parse-content-type.
13632         * rfc2231.el (rfc2231-parse-string): Return at least type if
13633         possible; don't cause an error even if it fails in parsing of
13634         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13635         (rfc2231-encode-string): Don't break lines at the beginning, leave
13636         it to mml-insert-parameter.
13638         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13639         calling mail-header-parse-content-type.
13641 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13643         * spam-report.el (spam-report-gmane-use-article-number):
13644         Improve doc string.
13645         (spam-report-gmane-internal): Check if a suitable header was found
13646         in the article.
13648 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13650         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13651         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13653 2006-02-05  Romain Francoise  <romain@orebokech.com>
13655         Update copyright notices of all files in the gnus directory.
13657 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13659         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13661 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13663         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13664         segmented lines of parameter value to cope with Thunderbird 1.5
13665         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13666         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13667         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13669 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13671         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13672         parts.
13674 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13676         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13677         there's only one active file for all servers.
13678         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13679         solid groups.  Gnus might have used a FAST request to select the group.
13680         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13681         and nnweb-search redundantly in the active file.
13682         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13683         (nnweb-request-create-group): Don't use ARGS.
13684         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13685         initialisations.  Let nnoo do the work.
13687 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13689         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13690         Say the part has been decoded.
13692         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13694 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13696         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13697         mailcap-viewer-test-cache when there's no 'test clause, since that
13698         will invert the meaning of a "nil" test previously determined by
13699         mailcap-mailcap-entry-passes-test.
13701 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13703         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13704         compiling.
13706         * gnus-sum.el: Ditto.
13708         * message.el: Don't bind tool-bar-map when compiling.
13710 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13712         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13714 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13716         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13717         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13718         current Google Groups.
13720 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13722         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13723         and tool-bar-mode.
13725         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13726         and tool-bar-mode.
13728         * message.el (message-tool-bar-update): Simplify.
13729         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13731         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13732         gnus-summary-buffer.
13733         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13734         gnus-summary-reply.
13736         * gmm-utils.el (gmm): Add :version.
13738 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13740         * Makefile.in (clean): New rule.
13741         (distclean): Use it.
13743 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13745         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13746         Don't autoload.
13748 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13750         * gmm-utils.el (gmm-verbose): Add :group.
13752 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13754         * message.el: Change some comments WRT tool-bars.
13756         * gnus-sum.el (gnus-summary-tool-bar)
13757         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13758         (gnus-summary-tool-bar-zap-list): New variables.
13759         (gnus-summary-make-tool-bar): Complete rewrite using
13760         `gmm-tool-bar-from-list'.
13762         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13763         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13764         New variables.
13765         (gnus-group-make-tool-bar): Complete rewrite using
13766         `gmm-tool-bar-from-list'.
13767         (gnus-group-tool-bar-update): New function.
13769         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13771 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13773         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13774         is dissected into a single part of which the type is the same as
13775         the given one; decode charset.
13777 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13779         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13780         into alists as symbol not string, since that's what
13781         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13782         look for.
13784 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13786         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13787         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13789         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13791 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13793         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13794         (gnus-xmas-mime-security-button-menu): New function.
13796         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13797         (gnus-mime-security-button-menu): New definition.
13798         (gnus-mime-security-button-map): Use them.
13799         (gnus-mime-security-button-menu): New function.
13800         (gnus-insert-mime-security-button): Addition to help echo.
13801         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13802         (gnus-mime-security-pipe-part): New functions.
13804         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13805         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13807         * mm-decode.el (mm-handle-set-disposition): Remove.
13808         (mm-handle-set-description): Remove.
13810 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13812         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13813         (mm-w3m-standalone-supports-m17n-p): New function.
13814         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13815         w3m usage.
13817         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13818         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13820 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13822         * message.el (message-tool-bar-zap-list):
13823         Use gmm-tool-bar-zap-list as custom type.
13824         (message-tool-bar-update): New function.
13825         (message-tool-bar, message-tool-bar-gnome)
13826         (message-tool-bar-retro): Add message-tool-bar-update.
13827         (message-tool-bar-gnome): Add flyspell-buffer.
13829         * gnus-util.el (gnus-error): Describe `args'.
13831         * gmm-utils.el (gmm-error): Describe `args'.
13832         (gmm-tool-bar-zap-list): New widget.
13833         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13835 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13837         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13838         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13839         the number of recursive calls.
13841         * mm-decode.el (mm-handle-set-disposition): New macro.
13842         (mm-handle-set-description): New macro.
13844 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13846         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13847         encoding.
13849 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13851         * message.el (message-tool-bar-zap-list, message-tool-bar)
13852         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13853         (message-tool-bar-local-item-from-menu): Remove.
13854         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13855         (message-make-tool-bar): New function.
13856         (message-mode): Use `message-make-tool-bar'.
13858         * gmm-utils.el: New file.
13859         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13860         (gmm-lazy): New widget copied from `nnmail.el'.
13861         (gmm-tool-bar-from-list): New function for creating customizable
13862         tool bars.
13863         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13864         output.
13865         (gmm): Add :prefix to defgroup.
13867 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13869         * gmm-utils.el (gmm-widget-p): New function.
13871 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13873         * mml.el (mml-attach-file): Describe `description' in doc string.
13874         (mml-menu): Add Emacs MIME manual and PGG manual.
13876 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13878         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13880 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13882         * nntp.el (nntp-end-of-line): Doc fix.
13884 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13886         * imap.el (imap-open): Handle case where buffer is a buffer
13887         object.
13889 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
13891         * gnus-delay.el (gnus-delay): Don't autoload.
13892         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
13893         to be re-loaded when customizing the `gnus-delay' group.
13895 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
13897         * message.el (message-insert-citation-line): Use newlines.
13899 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13901         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
13902         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
13903         these routines, so the passphrase can be managed externally and
13904         passed in to the system.
13905         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
13906         pgg-add-passphrase-to-cache function.
13908         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
13909         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
13910         these routines, so the passphrase can be managed externally and
13911         passed in to the system.
13912         (pgg-pgp5-sign-region): Use new name of
13913         pgg-add-passphrase-to-cache function.
13915 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
13917         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
13918         part of the decoded armor to find the key-identifier.
13919         (pgg-gpg-lookup-key-owner): New function to return the
13920         human-readable identifier of a key owner.
13921         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
13922         itself.
13923         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
13924         the key value) if we have a key and can match it against a secret
13925         key.  Also, added a note pointing out fact that the prompt only
13926         indicates the first matching key.
13928         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
13929         pgg-decrypt-region.
13930         (pgg-add-passphrase-to-cache): Rename from
13931         `pgg-add-passphrase-cache' to reduce confusion (all callers
13932         changed).
13933         (pgg-remove-passphrase-from-cache): Rename from
13934         `pgg-remove-passphrase-cache' to reduce confusion (all callers
13935         changed).
13936         (pgg-read-passphrase, pgg-add-passphrase-cache)
13937         (pgg-remove-passphrase-cache): Add informative docstrings.
13938         (pgg-decrypt): Convey provided passphrase in subordinate call to
13939         pgg-decrypt-region.
13941 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
13943         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
13944         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
13945         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
13946         'passphrase' argument, so the passphrase can be managed externally
13947         and then passed in to the system.
13949         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
13950         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
13951         so the passphrase cache can be used reliably with identifiers
13952         besides a pgp packet's key id.
13954         * pgg-gpg.el (pgg-gpg-encrypt-region)
13955         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13956         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
13957         these routines, so the passphrase can be managed externally and
13958         passed in to the system.
13960         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
13961         'notruncate' argument, so the passphrase cache can be used
13962         reliably with identifiers besides a pgp packet's key id.
13964 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
13966         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
13967         symmetric encryption.
13968         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
13969         encrypted session key.
13970         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
13971         message ask for the passphrase in a proper way.
13973         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
13974         New user commands for symmetric encryption.
13976 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
13978         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
13980         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
13982 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
13984         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
13986 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13988         * mm-decode.el (mm-inlined-types): Add application/pgp.
13989         (mm-automatic-display): Ditto.
13991         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
13992         part as text.
13994 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13996         * nnrss.el: Update copyright.
13997         (nnrss-opml-import): Query whether to subscribe to each entry.
13999         * gnus-art.el:
14000         * gnus-sum.el:
14001         * gnus-xmas.el:
14002         * messagexmas.el:
14003         * mm-uu.el:
14004         * mm-view.el: Update copyright.
14006 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14008         * message.el (message-info): New function.
14009         (message-mode-menu): Add it.
14010         Update copyright.
14012         * ChangeLog: Fix and update copyright.
14014 2006-01-13  Romain Francoise  <romain@orebokech.com>
14016         * message.el (message-forward-subject-name-subject): Prefer the
14017         address to 'nowhere' if the sender has no name.
14018         Fix typo.  Update copyright year.
14020 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14022         * gnus-art.el (article-wash-html):
14023         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14024         (gnus-article-wash-html-with-w3m-standalone): New function.
14026         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14027         mm-inline-text-html-render-with-w3m-standalone.
14028         (mm-text-html-washer-alist): Map w3m-standalone to
14029         gnus-article-wash-html-with-w3m-standalone.
14030         (mm-inline-text-html-render-with-w3m-standalone): New function.
14032 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14034         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14035         Improve LaTeX.
14037 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14039         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14040         (nnrss-request-article): Render text/plain parts as HTML.
14042         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14043         the buffer.
14045 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14047         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14048         custom definition of `gnus-posting-styles'.
14050         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14051         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14053 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14055         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14056         Use nntp for bug archive.
14058 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14060         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14061         parts.
14062         (nnrss-normalize-date): New function converts ISO 8601 date into
14063         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14064         (nnrss-check-group): Use it.
14066 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14068         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14070         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14071         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14072         (nnrss-insert-w3): Ditto.
14074 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14076         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14077         the articles to be forwarded including the case where neither a
14078         number of articles nor a region is specified.
14080 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14082         * nnrss.el (nnrss-request-article): Fix last change; fill
14083         text/plain parts.
14085 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14087         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14088         in text/plain part.
14089         (nnrss-check-group): Don't add excessive newline to dc:subject.
14091 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14093         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14094         article.
14096 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14098         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14099         (nnml-use-compressed-files, nnml-save-mail): Support other
14100         comression programs such as bzip2.
14102 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14104         * dns.el (query-dns): Make sure we check the buffer size before
14105         removing tcp headers.
14107 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14109         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14110         remove MIME buttons associated with multipart/alternative parts.
14111         (gnus-mime-display-alternative): Tag buttons using `article-type'
14112         text property.
14114         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14115         associated with multipart/alternative parts.
14117         * gnus-art.el (gnus-signature-separator): Fix custom type.
14119         * mm-decode.el (mm-inlined-types): Fix custom type.
14120         (mm-keep-viewer-alive-types): Ditto.
14121         (mm-automatic-display): Ditto.
14122         (mm-attachment-override-types): Ditto.
14123         (mm-inline-override-types): Ditto.
14124         (mm-automatic-external-display): Ditto.
14126 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14128         * spam-report.el (spam-report-user-mail-address)
14129         (spam-report-user-agent): New variables.
14130         (spam-report-url-ping-plain): Use spam-report-user-agent.
14132 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14134         * gnus-art.el (gnus-button-handle-custom): Do not just use
14135         `customize-apropos' for any "M-x customize-*" button but the
14136         function called for.  Accept both the function name and its
14137         argument in order to achieve this.
14138         (gnus-button-alist): Remove support for "custom:" URL's.
14139         Pass function name to `gnus-button-handle-custom' in case of "M-x
14140         customize-*" buttons.
14142 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14144         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14145         multipart/alternative and add xref to mm-discouraged-alternatives
14146         in doc string.
14148         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14149         gnus-buttonized-mime-types in doc string.
14151 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14153         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14154         Suggest image/.* in the doc string.
14156 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14158         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14159         message-marks (Debian bug #342521).
14161 2005-12-12  Simon Josefsson  <jas@extundo.com>
14163         * password.el (password-read-from-cache): Add.
14164         (password-read): Use it.
14166 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14168         * rfc2047.el (rfc2047-charset-to-coding-system):
14169         Recognize us-ascii as a MIME charset.
14171         * mm-bodies.el (mm-decode-content-transfer-encoding):
14172         Protect against the case where the 2nd arg TYPE is nil.
14174 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14176         * pop3.el (pop3-stream-type): Fix custom version.
14178         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14180 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14182         * mm-decode.el (mm-display-external): Add missing cdr.
14184 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14186         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14187         RFC1524) if it is in mailcap or add a suffix according to
14188         mailcap-mime-extensions when generating a temp filename; postpone
14189         deleting a temp file for 2 seconds for some wrappers, shell
14190         scripts, and so on, which might exit right after having started a
14191         viewer command as a background job.
14193 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14195         * nntp.el (nntp-marks-directory): Fix custom group.
14197         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14198         steps when < 10.
14200         * gnus-start.el (gnus-no-server-1):
14201         Mention `gnus-level-default-subscribed' in doc string.
14203 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14205         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14206         parens.
14208 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14210         * gnus-xmas.el (gnus-use-toolbar): Revert.
14211         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14212         gnus-use-toolbar is default.
14214         * messagexmas.el (message-use-toolbar): Revert.
14215         (message-setup-toolbar): Use global default-toolbar if
14216         message-use-toolbar is default.
14218 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14220         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14221         according to default-toolbar-visible-p.
14223         * messagexmas.el (message-use-toolbar): Ditto.
14225 2005-11-26  Dave Love  <fx@gnu.org>
14227         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14228         (tls-program, tls-success): Provide openssl alternative.
14230         * starttls.el: Doc fixes.
14231         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14232         SERVICE to PORT.
14234         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14235         port null or service name.
14236         (starttls-negotiate): Autoload.
14238 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14240         * message.el (message-kill-to-signature): Fix interactive spec.
14242 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14244         * pop3.el (pop3-open-server): Recognize a string as a service name.
14246 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14248         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14250 2005-11-23  Dave Love  <fx@gnu.org>
14252         Add pop3s, pop3/starttls.
14254         * pop3.el (pop3-authentication-scheme): Clarify doc.
14255         (open-tls-stream, starttls-open-stream): Autoload.
14256         (pop3-stream-type): New.
14257         (pop3-open-server): Use it.
14259         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14260         for POP.
14261         (mail-source-keyword-map): Add :stream for POP.
14262         (mail-source-fetch-pop): Use pop3-stream-type.
14264 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14266         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14267         of current-time-string.
14269 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14271         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14272         date header.
14274 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14276         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14277         it can seriously impact performance as it bypasses the agent's
14278         local caches.
14280 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14282         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14283         must be explicitly online rather than "not explicitly offline" for
14284         its flags to be synchronized.
14286         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14287         that gnus-uu-unmark-thread will function correctly.
14289         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14290         1024K is instead displayed as 1M.
14292 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14294         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14296 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14298         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14300 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14302         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14303         error message to display actual error condition.
14304         (gnus-agent-save-local): Avoid saving symbols that are bound to
14305         nil as they simply result in a warning message in
14306         gnus-agent-read-local.
14308 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14310         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14311         rather than make-variable-buffer-local for file-precious-flag.
14313 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14315         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14316         for duplicates which are removed.  The invalid sort check then
14317         triggers a rescan after the sort as sorting may have moved
14318         duplicate entries such that they can be cheaply detected.
14320 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14322         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14324 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14326         * gnus-agent.el (gnus-agent-article-alist-save-format):
14327         Change internal variable to a custom variable.  Change default value
14328         from compressed(2) to uncompressed(1).
14329         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14330         support for uncompressed agentview files.  Taken together, reading
14331         the agentview file should now be 6-7 times faster.
14333 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14335         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14336         as a buffer-local variable.  This avoids creating truncated
14337         dribble files as a result of a hang up, eg.
14339 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14341         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14342         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14343         XEmacs.
14345 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14347         * gnus-start.el (gnus-start-draft-setup):
14348         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14350         * gnus.el (gnus-splash): Change custom group.
14351         (gnus-group-get-parameter, gnus-group-parameter-value):
14352         Describe allow-list argument.
14354         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14355         string.
14357 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14359         * gnus-art.el (gnus-default-article-saver): Add user-defined
14360         `function' to custom type.
14362 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14364         * imap.el (imap-open): Handle case where buffer is a buffer
14365         object.
14367 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14369         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14370         long lines.
14371         (gnus-cache-delete-group): Wrap doc strings.
14373         * gnus-agent.el (gnus-agent-rename-group)
14374         (gnus-agent-delete-group): Wrap doc strings.
14376 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14378         * messagexmas.el (message-use-toolbar): Change the valid values
14379         into default, top, bottom, left, and right.
14380         (message-toolbar-thickness): New variable.
14381         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14382         well.
14383         (message-setup-toolbar): Make it work.
14385         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14386         (gnus-use-toolbar): Change the valid values into default, top,
14387         bottom, left, and right.
14388         (gnus-toolbar-thickness): New variable.
14389         (gnus-xmas-setup-toolbar): New function.
14390         (gnus-xmas-setup-group-toolbar): Use it.
14391         (gnus-xmas-setup-summary-toolbar): Use it.
14393 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14395         * gnus-start.el (gnus-1): Add "native" to
14396         gnus-predefined-server-alist.
14398         * gnus.el (gnus-method-to-server): Don't add "native" to the
14399         lists here, because that leads to problems when
14400         gnus-select-method is bound.
14402 2005-11-09  Simon Josefsson  <jas@extundo.com>
14404         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14405         use (not sort-by-date) instead.
14407 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14409         * gnus-delay.el (gnus-delay-group): Don't autoload.
14410         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14411         to be re-loaded when customizing the `gnus-delay' group.
14413 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14415         * message.el: Revert last changes.
14416         (message-insert-citation-line): Use newlines.
14418 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14420         * message.el (message-courtesy-message)
14421         (message-mark-insert-begin, message-mark-insert-end)
14422         (message-elide-ellipsis, message-cancel-message)
14423         (message-add-header, message-change-subject)
14424         (message-cross-post-followup-to-header)
14425         (message-cross-post-insert-note, message-reduce-to-to-cc)
14426         (message-widen-reply, message-delete-not-region)
14427         (message-kill-to-signature, message-insert-signature)
14428         (message-insert-importance-high, message-insert-importance-low)
14429         (message-insert-or-toggle-importance)
14430         (message-insert-disposition-notification-to)
14431         (message-indent-citation, message-yank-original)
14432         (message-cite-original-without-signature, message-cite-original)
14433         (message-insert-citation-line, message-position-on-field)
14434         (message-fix-before-sending, message-send-mail-partially)
14435         (message-send-mail, message-send-mail-with-sendmail)
14436         (message-send-mail-with-qmail, message-send-news)
14437         (message-check-news-header-syntax, message-generate-headers)
14438         (message-insert-courtesy-copy, message-fill-address)
14439         (message-fill-header, message-shorten-references)
14440         (message-setup-1, message-cancel-news)
14441         (message-forward-make-body-plain, message-forward-make-body-mime)
14442         (message-forward-make-body-mml, message-encode-message-body)
14443         (message-forward-make-body-digest-plain)
14444         (message-forward-make-body-digest-mime)
14445         (message-use-alternative-email-as-from): Insert `hard-newline'
14446         instead of ordinary newlines.
14448 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14450         * message.el (message-generate-headers): Downcase the argument
14451         given to message-check-element.
14453 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14455         * nntp.el (nntp-authinfo-rejected): New error condition.
14456         (nntp-wait-for): Use new error condition to signal authentication
14457         error.
14458         (nntp-retrieve-data): Rethrow new error condition to break out of
14459         recursive call to nntp-send-authinfo.
14461 2005-11-08  Romain Francoise  <romain@orebokech.com>
14463         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14464         (gnus-summary-exit-map): Bind to `Z p'.
14465         (gnus-summary-make-menu-bar): Add menu item.
14467 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14469         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14470         (gnus-treat-*): Add `first' in all doc strings.
14472         * gnus-group.el (gnus-group-compact-group): Fix typo.
14474 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14476         * gnus.el (gnus-parameters-case-fold-search): New variable.
14477         (gnus-parameters-get-parameter): Use it.
14479         * gnus-score.el (gnus-home-score-file): Doc fix.
14481 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14483         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14485 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14487         * mm-util.el (mm-special-display-p): New function.
14489         * mml.el (mml-preview): Use it; doc fix.
14491 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14493         * imap.el (imap-open): Handle case where buffer is a buffer object.
14495 2005-10-29  Romain Francoise  <romain@orebokech.com>
14497         * message.el (message-fix-before-sending): Fix comment.
14499 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14501         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14503 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14505         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14506         Used in gnus-score.el.
14508 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14510         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14512 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14514         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14515         whitespace removed in revision 7.8.  Use concatenated string to
14516         protect trailing whitespace.
14518 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14520         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14521         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14522         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14523         Courier IMAP ("some version from 2004").  Mostly based on similar
14524         code in the same function.
14526 2005-10-26  Didier Verna  <didier@xemacs.org>
14528         * gnus-group.el (gnus-group-compact-group): Invalidate original
14529         article buffer.
14530         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14531         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14532         NOV database and in article itself.
14533         Invalidate article backlog.
14535 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14537         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14539 2005-10-26  Simon Josefsson  <jas@extundo.com>
14541         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14542         part of 2004-07-25 change.
14544 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14546         * message.el (message-display-completion-list): New function.
14547         (message-expand-group): Use it; make sure the Completions buffer
14548         is modifiable.
14549 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14551         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14552         user-mail-name is an empty string.
14554 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14556         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14557         depending on gnus-score-decay-constant.
14559         * encrypt.el (encrypt-insert-file-contents)
14560         (encrypt-write-file-contents): Don't use `gnus-message'.
14562         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14563         arguments.
14564         (mm-uu-type-alist): Add message-marks and insert-marks.
14565         Pass arguments to mm-uu-verbatim-marks-extract.
14566         (mm-uu-hide-markers): New variable.
14567         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14569         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14570         (gnus-convert-image-to-face-command): Use "convert" by default to
14571         allow other input image formats.
14572         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14573         accordingly.
14575 2005-10-23  Simon Josefsson  <jas@extundo.com>
14577         * imap.el (imap-gssapi-program): Align command line parameters
14578         with latest GNU SASL.
14579         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14581 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14583         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14584         HTML.
14585         (nnslashdot-request-article): Ditto.
14587         * lpath.el (featurep): Add nobreak-char-display.
14589 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14591         * mail-source.el (mail-source-fetch-pop): Require pop3.
14592         (mail-source-check-pop): Ditto.
14594 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14596         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14597         errors.
14599 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14601         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14602         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14604         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14606         * mm-bodies.el (mm-decode-string):
14607         Call `mm-charset-to-coding-system' with allow-override argument.
14609 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14611         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14612         (rfc2047-charset-to-coding-system): New function.
14613         (rfc2047-decode-encoded-words): New function.
14614         (rfc2047-decode-region): Use them.
14615         (rfc2047-decode-cte): Remove.
14616         (rfc2047-parse-and-decode): Remove.
14617         (rfc2047-decode): Remove.
14619 2005-10-15  Kenichi Handa  <handa@m17n.org>
14621         * rfc2047.el (rfc2047-decode-cte): New function.
14622         (rfc2047-decode-region): Change the way to decode successive
14623         encoded-words: decode B- or Q-encoding in each encoded-word,
14624         concatenate them, and decode it as charset.
14626 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14628         * lpath.el: Fbind codepage-setup for XEmacs.
14630 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14632         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14633         widget-move-and-invoke.
14634         (gnus-custom-mode): Use gnus-custom-map.
14636 2005-10-15  Bill Wohler  <wohler@newt.com>
14638         * message.el (message-tool-bar-map): Rename image file from
14639         mail_send to mail/send.
14641 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14643         * message.el (message-expand-group): Pass the common
14644         prefix substring of completion to `display-completion-list'.
14646 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14648         * mml-sec.el (mml-secure-method): New internal variable.
14649         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14650         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14651         New functions using mml-secure-method.
14653         * mml.el (mml-mode-map): Add key bindings for those functions.
14654         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14655         Harder <harder@myrealbox.com>.
14656         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14657         Goto end of message if point is the headers of the message.
14659         * message.el (message-in-body-p): New function.
14661         * assistant.el: Autoload gnus-util and netrc.
14663         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14664         Use `mm-charset-override-alist' only when decoding.
14666         * mm-bodies.el (mm-decode-body):
14667         Call `mm-charset-to-coding-system' with allow-override argument.
14669         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14670         `filename' from Content-Disposition if Content-Type doesn't
14671         provide `name'.
14672         (gnus-mime-view-part-as-type): Set default instead of
14673         initial-input.
14675 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14677         * format-spec.el (format-spec): Propagate text properties of % spec.
14679 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14681         * gnus-art.el (gnus-treat-predicate): Add `first'.
14683 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14685         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14686         (mm-charset-override-alist): New variable.
14687         (mm-charset-to-coding-system): Use it.
14688         (mm-codepage-setup): New helper function.
14689         (mm-charset-eval-alist): New variable.
14690         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14691         Warn about unknown charsets.
14693         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14695 2005-10-04  David Hansen  <david.hansen@gmx.net>
14697         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14698         (nnrss-check-group): Ditto.
14700 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14702         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14703         Rename x-gnus-verbatim to x-verbatim.
14704         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14706         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14707         x-verbatim.
14709         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14711         * gnus-util.el (gnus-remove-duplicates): Remove.
14713         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14714         instead of gnus-remove-duplicates.
14716         * message.el (message-remove-duplicates): Remove.
14717         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14718         message-remove-duplicates.
14720         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14721         available, else use implementation from `delete-dups'.
14723         * message.el (message-insert-expires): New function.
14724         (message-mode-map): Add key binding.
14725         (message-mode-field-menu): Add menu entry.
14726         (message-mode): Document it.
14727         (message-make-expires-date): Use `message-make-date'.
14729 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14731         * message.el (message-make-expires-date): New function.
14733 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14735         * Makefile.in (list-installed-shadows): New entry.
14736         (install): Use it.
14737         (remove-installed-shadows): New entry.
14739         * dgnushack.el (dgnushack-default-load-path): New variable.
14740         (dgnushack-find-lisp-shadows): New function.
14741         (dgnushack-remove-lisp-shadows): New function.
14743 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14745         * Makefile.in (install-el-elc): New entry.
14746         (install): Use it so that .el files are necessarily installed.
14748 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14750         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14752 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14754         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14755         function rather than the diff-mode.el package.
14756         (mm-display-external): Use with-current-buffer.
14757         (mm-viewer-completion-map, mm-viewer-completion-map):
14758         Move initialization inside declaration.
14760 2005-09-29  Simon Josefsson  <jas@extundo.com>
14762         * spam.el: Load hashcash when compiling, to avoid warnings.
14763         Don't autoload mail-check-payment.
14764         (spam-check-hashcash): Define unconditionally, since hashcash.el
14765         is part of Gnus now.  Ignore errors from payment checking.
14767 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14769         * message.el (message-bold-region, message-unbold-region):
14770         Rename from `bold-region' and `unbold-region'.
14772         * message.el: Remove useless autoloads.
14774 2005-09-28  Simon Josefsson  <jas@extundo.com>
14776         * message.el (message-use-idna): Default to t.
14777         (message-use-idna): Test whether encoding works too.  Doc fix.
14779 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14781         * nntp.el (nntp-warn-about-losing-connection): Remove.
14783 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14785         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14786         customizable.  Change default value.
14787         (mm-uu-diff-groups-regexp): Change default value.
14788         (mm-uu-type-alist): Add doc string.
14789         (mm-uu-configure): Add doc string.  Make it interactive.
14790         (mm-uu-tex-groups-regexp): New variable.
14791         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14792         (mm-uu-type-alist): Add LaTeX documents.
14793         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14794         of "text/verbatim".
14795         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14797         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14798         instead of "text/verbatim".
14800         * message.el (message-mark-inserted-region)
14801         (message-mark-insert-file): Use slrn style marks when called with
14802         prefix argument.
14804 2005-09-27  Simon Josefsson  <jas@extundo.com>
14806         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14808 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14810         * message.el (message-remove-duplicates): New function.
14811         Implementation borrowed from `gnus-remove-duplicates'.
14812         (message-idna-to-ascii-rhs): Also encode idna addresses in
14813         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14814         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14815         only ask about the same idna domain once per header and also tell
14816         in what header to replace the idna domain.
14818         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14819         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14820         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14821         a header is decoded and not just the last one.
14823 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14825         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14826         has been decoded.
14828         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14829         (mm-insert-part): Don't modify text if it has been decoded.
14831         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14832         decoded.
14834         * mm-view.el (mm-inline-text): Don't strip text props unless
14835         decoding enriched or richtext parts.
14837 2005-09-25  Romain Francoise  <romain@orebokech.com>
14839         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14840         * gnus-start.el (gnus-subscribe-interactively):
14841         * gnus-uu.el (gnus-uu-grab-articles):
14842         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14843         space.
14845 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14847         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14848         * mm-view.el (mm-view-pkcs7-decrypt):
14849         * gnus-sum.el (gnus-summary-limit-to-extra)
14850         (gnus-summary-respool-article, gnus-read-move-group-name):
14851         * gnus-score.el (gnus-summary-increase-score):
14852         * gnus-util.el (gnus-completing-read-with-default):
14853         * gnus-art.el (gnus-read-save-file-name)
14854         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14855         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14856         * message.el (message-check-news-header-syntax):
14857         Follow convention for reading with the minibuffer.
14859 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14861         * spam-report.el (spam-report-url-ping-plain):
14862         Use gnus-extended-version as User-Agent.
14864         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14865         default value is nil.
14867         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14868         (mm-uu-verbatim-marks-extract): New function.
14869         (mm-uu-extract): New face.
14870         (mm-uu-copy-to-buffer): Use it.
14872         * spam-report.el (spam-report-gmane-ham): Rename from
14873         `spam-report-gmane-unspam'.
14874         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14875         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14877         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14878         Autoload.
14879         (spam-report-gmane-unregister-routine):
14880         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14882 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14884         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14885         (spam-report-gmane-unregister-routine): Add support for gmane
14886         unregistration.
14888         * spam-report.el (spam-report-gmane-unspam)
14889         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
14890         (spam-report-gmane): Change to take a single article and do unspam
14891         registration.
14893 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14895         * mm-url.el (mm-url-decode-entities): Fix regexp.
14897 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14899         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
14900         default to nil, to be able to use Gnus at all.  If the default
14901         switches to something else, then the function should be fixed not
14902         be exceedingly slow.
14904 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
14906         * gnus-start.el (gnus-activate-group): If the server is nil, don't
14907         fail hard.
14909         * spam-report.el: Add better Keywords line.
14911         * spam.el: Add Maintainer and better Keywords line.
14913 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
14915         * gnus-art.el (gnus-article-replace-part)
14916         (gnus-mime-replace-part): New functions.
14917         (gnus-mime-action-alist, gnus-mime-button-commands)
14918         (gnus-mime-save-part-and-strip): Add file argument.
14919         (gnus-article-part-wrapper): Add interactive argument.
14921         * gnus-sum.el (gnus-summary-mime-map):
14922         Add `gnus-article-replace-part'.
14924 2005-09-19  Didier Verna  <didier@xemacs.org>
14926         The nnml compaction feature:
14927         * nnml.el (nnml-request-compact-group): New function.
14928         * nnml.el (nnml-request-compact): New function.
14929         * gnus-int.el (gnus-request-compact-group): New function.
14930         * gnus-int.el (gnus-request-compact): New function.
14931         * gnus-group.el (gnus-group-compact-group): New function.
14932         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
14933         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
14934         * gnus-srvr.el (gnus-server-compact-server): New function.
14935         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
14936         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
14938 2005-09-18  Deepak Goel  <deego@gnufans.org>
14940         * sieve.el (sieve-help): Fix `message' call: first arg should be a
14941         format spec.
14943 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14945         * gnus.el (gnus-group-startup-message): Bind image-load-path.
14947 2005-09-15  Romain Francoise  <romain@orebokech.com>
14949         * message.el (message-fill-paragraph): Clarify docstring.
14951 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14953         * gnus-art.el (gnus-mime-display-part): Protect against broken
14954         MIME messages.
14956 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14958         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
14959         before parsing header.
14961 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
14963         * html2text.el (html2text-replace-list): Add new entities.
14965 2005-09-11  Romain Francoise  <romain@orebokech.com>
14967         * message.el (message-alternative-emails): Improve docstring.
14968         (message-setup-1): Call `message-use-alternative-email-as-from'
14969         after `message-setup-hook' to give it precedence over posting
14970         styles, etc.
14971         (message-use-alternative-email-as-from): Add docstring.
14972         Remove the original From header if present.
14974         * nnml.el (nnml-compressed-files-size-threshold): New variable.
14975         (nnml-save-mail): Use it.
14977         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
14978         articles.  Add new argument `silent'.
14979         (gnus-uu-mark-all): Report the total number of marked articles.
14981 2005-09-10  Romain Francoise  <romain@orebokech.com>
14983         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
14984         (gnus-uu-mark-series): Likewise.
14986 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
14988         * spam-report.el (spam-report-gmane): Fix generation of spam
14989         report URL.
14991 2005-09-10  Simon Josefsson  <jas@extundo.com>
14993         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
14994         t, based on discussion on the ding list with Robert Epprecht
14995         <epprecht@solnet.ch>.
14997 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
14999         * spam-report.el (spam-report-gmane): Make it work without
15000         X-Report-Spam header.  Gmane now only provides Archived-At.
15001         This is only used if `spam-report-gmane-use-article-number' is nil.
15002         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15004         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15005         make `gnus-summary-sort-by-recipient' work with threading.
15007         * nnweb.el (nnweb-google-wash-article): Print a message if article
15008         is not available.
15010 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15012         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15013         change.  Decode text/* parts content before displaying.
15015 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15017         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15019 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15021         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15023         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15024         url-package-name, url-package-version,
15025         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15026         w3m-display-inline-images, and w3m-minor-mode-map.
15028 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15030         * message.el (message-tab-body-function): Fix mismatched custom type.
15032         * gnus.el (gnus-group-change-level-function): Ditto.
15034         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15036         * gnus-art.el (gnus-signature-limit)
15037         (gnus-article-mime-part-function): Ditto.
15039 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15041         * mml.el (mml-mode): Silence the byte compiler.
15043         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15044         using `(sit-for 0)' before moving the point to the specified part;
15045         skip unbuttonized parts.
15046         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15047         return to the summary window if gnus-auto-select-part is non-nil.
15049 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15051         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15052         New variables.
15053         (mml-dnd-attach-file, mml-mode): Use them.
15055         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15056         Make fetching article by MID work again for Google Groups.
15057         Add FIXME concerning gnus-group-make-web-group.
15059         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15060         Don't depend on Gnus by using mail-extract-address-components if
15061         gnus-extract-address-components is not bound.
15063 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15065         * gnus-art.el (gnus-mime-display-security): Don't display the
15066         signature, but only the signed part.
15068 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15070         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15072         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15073         list, not listp.
15075 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15077         * mm-encode.el (mm-encode-content-transfer-encoding):
15078         Likewise when encoding.
15080         * mm-bodies.el (mm-decode-content-transfer-encoding):
15081         De-canonicalize CRLF for all text content types, not just
15082         text/plain.
15084 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15086         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15087         valid article; point arrow and cursor at the MIME button.
15089 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15091         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15092         Suggested by Dan Christensen <jdc@uwo.ca>.
15094         * mm-decode.el (mm-save-part): Enable change of prompt.
15096 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15098         * gnus-msg.el (gnus-inews-add-send-actions):
15099         Make `message-post-method' lambda parameter ARG `&optional'.
15101 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15103         * gnus-sum.el (gnus-summary-mime-map):
15104         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15105         gnus-article-jump-to-part.
15107         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15108         (gnus-article-edit-part): Use it.
15109         (gnus-article-part-wrapper): Add no-handle argument.
15110         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15111         New functions.
15113 2005-08-29  Romain Francoise  <romain@orebokech.com>
15115         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15116         docstring.
15117         (gnus-face-from-file): Likewise.
15119 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15121         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15122         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15123         non-nil.
15124         (gnus-auto-select-part): New variable.
15125         (gnus-article-jump-to-part): New function.
15126         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15127         (gnus-mime-delete-part): Allow selecting specified part after
15128         deleting or stripping parts.
15129         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15130         part if argument is bogus.
15132 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15134         * gnus-art.el (w3m-minor-mode-map):
15135         * gnus-spec.el (gnus-newsrc-file-version):
15136         * gnus-util.el (nnmail-active-file-coding-system)
15137         (gnus-original-article-buffer, gnus-user-agent):
15138         * gnus.el (gnus-ham-process-destinations)
15139         (gnus-parameter-ham-marks-alist)
15140         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15141         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15142         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15143         * mm-decode.el (gnus-current-window-configuration):
15144         * mm-extern.el (gnus-article-mime-handles):
15145         * mm-url.el (url-current-object, url-package-name)
15146         (url-package-version):
15147         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15148         (smime-keys, w3m-cid-retrieve-function-alist)
15149         (w3m-current-buffer, w3m-display-inline-images)
15150         (w3m-minor-mode-map):
15151         * mml-smime.el (gnus-extract-address-components):
15152         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15153         (gnus-newsrc-hashtb, message-default-charset)
15154         (message-deletable-headers, message-options)
15155         (message-posting-charset, message-required-mail-headers)
15156         (message-required-news-headers):
15157         * mml1991.el (mc-pgp-always-sign):
15158         * mml2015.el (mc-pgp-always-sign):
15159         * nnheader.el (nnmail-extra-headers):
15160         * rfc1843.el (gnus-decode-encoded-word-function)
15161         (gnus-decode-header-function, gnus-newsgroup-name):
15162         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15164 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15166         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15167         the end of the date treatments.
15169 2005-08-15  Simon Josefsson  <jas@extundo.com>
15171         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15172         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15173         Capello and Romain Francoise.
15174         (pgg-fetch-key-function): Remove, not used?
15175         (pgg-insert-url-with-w3): Require url, to get
15176         url-insert-file-contents regardless of where it is defined.
15178 2005-08-13  Romain Francoise  <romain@orebokech.com>
15180         * message.el (message-cite-original-1): New function.
15181         (message-cite-original): Use it.
15182         (message-cite-original-without-signature): Ditto.
15184 2005-08-08  Romain Francoise  <romain@orebokech.com>
15186         * message.el (message-yank-empty-prefix): New variable.
15187         (message-indent-citation): Use it.
15188         (message-cite-original-without-signature): Respect X-No-Archive.
15190 2005-08-08  Simon Josefsson  <jas@extundo.com>
15192         * pgg.el: Autoload url-insert-file-contents instead of loading
15193         w3/url.
15194         (pgg-insert-url-with-w3): Don't load url here.
15196 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15198         * message.el (message-kill-to-signature): Don't insert newline at
15199         bol.
15200         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15202 2005-08-06  Romain Francoise  <romain@orebokech.com>
15204         * message.el (message-user-fqdn): Fix typo in docstring.
15206 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15208         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15210         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15212 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15214         * mm-bodies.el (mm-encode-body): Use coding system rather than
15215         charset to encode text.
15217         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15218         number of charsets if utf-8 is available (XEmacs).
15220 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15222         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15223         taken from `gnus-button-mid-or-mail-regexp'.
15224         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15225         (gnus-button-alist): Improve regexp for domain part of the MIDs
15226         for news:localpart@domain buttons.
15227         (gnus-button-ctan-directory-regexp): Update.
15229 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15231         * sieve-manage.el (sieve-manage-interactive-login):
15232         Use make-local-variable rather than make-variable-buffer-local.
15233         (sieve-manage-open): Ditto.
15234         (sieve-manage-authenticate): Ditto.
15236         * mml.el (mml-generate-mime-1): Make the content type default to
15237         text/plain if the filename is not specified.
15239 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15241         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15242         instead of insert-buffer.
15244         * message.el (message-yank-original): Ditto; set the mark at the
15245         end of the yanked message.
15247 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15249         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15250         lines to scroll rather than to stop it.
15252         * mml.el (mml-generate-default-type): Add doc string.
15253         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15254         default to application/octet-stream when determining the content
15255         type if it is not specified for the part or the mml contents; add
15256         a comment about mml-generate-default-type.
15258 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15260         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15261         make it default to application/octet-stream when determining the
15262         content type if it is not specified for the external contents.
15264 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15266         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15267         segmented parameter but also other parameters might be there.
15269 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15271         * mm-decode.el (mm-display-external): Delete temp file, directory
15272         and buffer immediately if the external process is exited.
15274 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15276         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15277         fewer lines than that of scroll-margin.
15278         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15280 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15282         * gnus-art.el (gnus-article-next-page): Revert.
15283         (gnus-article-beginning-of-window): New macro.
15284         (gnus-article-next-page-1): Use it.
15285         (gnus-article-prev-page): Ditto.
15286         (gnus-article-edit-part): Use insert-buffer-substring instead of
15287         insert-buffer.
15288         (gnus-article-edit-exit): Ditto.
15290         * gnus-util.el (gnus-beginning-of-window): Remove.
15291         (gnus-end-of-window): Remove.
15293         * lpath.el: Don't bind header-line-format and scroll-margin.
15295 2005-07-25  Simon Josefsson  <jas@extundo.com>
15297         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15298         to have the url package without w3.  Reported by Daiki Ueno
15299         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15301 2005-07-20  Didier Verna  <didier@xemacs.org>
15303         * gnus-diary.el: Remove the description comment (nndiary is now
15304         properly documented in the Gnus manual).
15305         Fix the spelling of "Back End".
15306         * nndiary.el: Ditto.
15307         Fix the copyright notice.
15309 2005-07-18  Romain Francoise  <romain@orebokech.com>
15311         * gnus-sum.el (gnus-summary-to-prefix)
15312         (gnus-summary-newsgroup-prefix): New variables.
15313         (gnus-summary-from-or-to-or-newsgroups): Use them.
15315 2005-07-17  Romain Francoise  <romain@orebokech.com>
15317         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15318         space as it's generally not especially interesting to the user.
15320 2005-07-16  Romain Francoise  <romain@orebokech.com>
15322         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15323         nil to avoid prompting and file modification if one of the
15324         messages at the top of the nnfolder file contains a copyright
15325         notice.
15326         Update copyright notice.
15328         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15329         instead of `current-time-string' as the latter creates a time
15330         string that is not RFC 2822 compliant (it lacks the zone).
15331         Update copyright notice.
15333 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15335         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15336         for text/rtf.  Display default in prompt.  Pass default for M-n.
15338         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15340 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15342         * gnus-msg.el (gnus-button-mailto):
15343         Remove save-selected-window-window hackery because it relies on
15344         save-selected-window internals.
15346 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15348         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15349         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15350         (gnus-article-prev-page): Ditto.
15352         * gnus-util.el (gnus-beginning-of-window): New function.
15353         (gnus-end-of-window): New function.
15355         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15357 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15359         * gnus-score.el (gnus-score-edit-all-score):
15360         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15361         gnus-message.
15363 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15365         * gnus-msg.el (gnus-button-mailto):
15366         Remove save-selected-window-window hackery because it relies on
15367         save-selected-window internals.
15369 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15371         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15372         add-minor-mode.
15373         (gnus-binary-mode): Ditto.
15375         * gnus-topic.el (gnus-topic-mode): Ditto.
15377 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15379         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15380         (gnus-article-prev-page): Take scroll-margin into consideration.
15382 2005-07-04  Lute Kamstra  <lute@gnu.org>
15384         Update FSF's address in GPL notices.
15386 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15388         * gnus.el (gnus-exit):
15389         * gnus-group.el (gnus-group-icons):
15390         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15392         * gnus-nocem.el (gnus-nocem):
15393         * message.el (message-various, message-buffers, message-sending)
15394         (message-interface, message-forwarding, message-insertion)
15395         (message-headers, message-news, message-mail):
15396         * pgg-gpg.el (pgg-gpg):
15397         * pgg-parse.el (pgg-parse):
15398         * pgg-pgp.el (pgg-pgp):
15399         * pgg-pgp5.el (pgg-pgp5):
15400         * pop3.el (pop3): Finish `defgroup' description with period.
15402 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15404         * gnus-art.el (article-display-face): Improve the efficiency.
15405         (article-display-x-face): Ditto; remove grey x-face stuff.
15407 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15409         * gnus-art.el (article-display-face): Correct the position in
15410         which Faces are inserted.
15412 2005-06-29  Didier Verna  <didier@xemacs.org>
15414         * gnus-art.el (article-display-face): Display faces in correct
15415         order.
15417 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15419         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15420         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15421         (gnus-nocem-check-article): Fetch the Type header.
15422         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15423         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15424         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15425         make sure gnus-nocem-hashtb is initialized.
15426         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15427         (gnus-nocem-unwanted-article-p): Ditto.
15429         * pgg.el (pgg-verify): Return the verification result.
15431 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15433         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15434         is ascii.
15436 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15438         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15439         `show-nonbreak-escape'.
15441 2005-06-23  Lute Kamstra  <lute@gnu.org>
15443         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15445         * dig.el (dig-mode):
15446         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15448 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15450         * nnimap.el (nnimap-split-download-body): Fix spellings.
15452 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15454         * gnus-art.el (gnus-article-encrypt-body):
15455         * gnus-cus.el (gnus-score-customize):
15456         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15457         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15459 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15461         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15462         header by looking for magic "MII" at the beginnig.
15464 2005-06-16  Miles Bader  <miles@gnu.org>
15466         * gnus-xmas.el (gnus-xmas-group-startup-message):
15467         Use renamed gnus-splash face.
15469         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15470         (assistant-field-face): New backward-compatibility alias for renamed
15471         face.
15472         (assistant-render-text): Use renamed assistant-field face.
15474         * spam.el (spam): Remove "-face" suffix from face name.
15475         (spam-face): New backward-compatibility alias for renamed face.
15476         (spam-face, spam-initialize): Use renamed spam face.
15478         * message.el (message-header-to, message-header-cc)
15479         (message-header-subject, message-header-newsgroups)
15480         (message-header-other, message-header-name)
15481         (message-header-xheader, message-separator, message-cited-text)
15482         (message-mml): Remove "-face" suffix from face names.
15483         (message-header-to-face, message-header-cc-face)
15484         (message-header-subject-face, message-header-newsgroups-face)
15485         (message-header-other-face, message-header-name-face)
15486         (message-header-xheader-face, message-separator-face)
15487         (message-cited-text-face, message-mml-face):
15488         New backward-compatibility aliases for renamed faces.
15489         (message-font-lock-keywords): Use renamed message faces.
15491         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15492         (sieve-test-commands, sieve-tagged-arguments):
15493         Remove "-face" suffix from face names.
15494         (sieve-control-commands-face, sieve-action-commands-face)
15495         (sieve-test-commands-face, sieve-tagged-arguments-face):
15496         New backward-compatibility aliases for renamed faces.
15497         (sieve-control-commands-face, sieve-action-commands-face)
15498         (sieve-test-commands-face, sieve-tagged-arguments-face):
15499         Use renamed sieve faces.
15501         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15502         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15503         (gnus-group-news-3-empty, gnus-group-news-4)
15504         (gnus-group-news-4-empty, gnus-group-news-5)
15505         (gnus-group-news-5-empty, gnus-group-news-6)
15506         (gnus-group-news-6-empty, gnus-group-news-low)
15507         (gnus-group-news-low-empty, gnus-group-mail-1)
15508         (gnus-group-mail-1-empty, gnus-group-mail-2)
15509         (gnus-group-mail-2-empty, gnus-group-mail-3)
15510         (gnus-group-mail-3-empty, gnus-group-mail-low)
15511         (gnus-group-mail-low-empty, gnus-summary-selected)
15512         (gnus-summary-cancelled, gnus-summary-high-ticked)
15513         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15514         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15515         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15516         (gnus-summary-low-undownloaded)
15517         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15518         (gnus-summary-low-unread, gnus-summary-normal-unread)
15519         (gnus-summary-high-read, gnus-summary-low-read)
15520         (gnus-summary-normal-read, gnus-splash):
15521         Remove "-face" suffix from face names.
15522         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15523         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15524         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15525         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15526         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15527         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15528         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15529         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15530         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15531         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15532         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15533         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15534         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15535         (gnus-summary-normal-ticked-face)
15536         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15537         (gnus-summary-normal-ancient-face)
15538         (gnus-summary-high-undownloaded-face)
15539         (gnus-summary-low-undownloaded-face)
15540         (gnus-summary-normal-undownloaded-face)
15541         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15542         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15543         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15544         (gnus-splash-face):
15545         New backward-compatibility aliases for renamed faces.
15546         (gnus-group-startup-message): Use renamed gnus faces.
15548         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15549         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15550         (gnus-server-agent): Remove "-face" suffix from face names.
15551         (gnus-server-agent-face, gnus-server-opened-face)
15552         (gnus-server-closed-face, gnus-server-denied-face)
15553         (gnus-server-offline-face):
15554         New backward-compatibility aliases for renamed faces.
15555         (gnus-server-agent-face, gnus-server-opened-face)
15556         (gnus-server-closed-face, gnus-server-denied-face)
15557         (gnus-server-offline-face): Use renamed gnus faces.
15559         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15560         Remove "-face" suffix from face names.
15561         (gnus-picon-xbm-face, gnus-picon-face):
15562         New backward-compatibility aliases for renamed faces.
15564         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15565         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15566         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15567         (gnus-cite-11): Remove "-face" suffix from face names.
15568         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15569         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15570         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15571         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15572         New backward-compatibility aliases for renamed faces.
15573         (gnus-cite-attribution-face, gnus-cite-face-list)
15574         (gnus-article-boring-faces): Use renamed gnus faces.
15576         * gnus-art.el (gnus-signature, gnus-header-from)
15577         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15578         (gnus-header-content): Remove "-face" suffix from face names.
15579         (gnus-signature-face, gnus-header-from-face)
15580         (gnus-header-subject-face, gnus-header-newsgroups-face)
15581         (gnus-header-name-face, gnus-header-content-face):
15582         New backward-compatibility aliases for renamed faces.
15583         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15585         * gnus-sum.el (gnus-summary-selected-face)
15586         (gnus-summary-highlight): Use renamed gnus faces.
15587         * gnus-group.el (gnus-group-highlight): Likewise.
15589 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15591         * gnus-sieve.el (gnus-sieve-article-add-rule):
15592         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15593         * spam-stat.el (spam-stat-buffer-change-to-spam)
15594         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15596         * message.el (message-is-yours-p):
15597         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15599 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15601         * mm-view.el (mm-inline-text): Withdraw the last change.
15603 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15605         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15606         executing enriched-decode.
15608 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15610         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15611         charset of tar files.
15613 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15615         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15617 2005-06-04  Lute Kamstra  <lute@gnu.org>
15619         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15620         information is never recorded.
15622 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15624         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15626 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15628         * pop3.el (pop3-apop): Run md5 in the binary mode.
15630         * starttls.el (starttls-set-process-query-on-exit-flag):
15631         Use eval-and-compile.
15633 2005-05-31  Simon Josefsson  <jas@extundo.com>
15635         * smime.el (smime-replace-in-string): Define.
15636         (smime-cert-by-ldap-1): Use it.
15638 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15640         * gnus-art.el (article-display-x-face): Replace
15641         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15643         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15644         set-process-query-on-exit-flag or process-kill-without-query.
15646         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15647         loop instead of replace-regexp.
15649         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15650         instead of process-kill-without-query if it is available.
15652         * lpath.el: Fbind ldap-search-entries.
15654         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15655         instead of find-file-hooks if it is available.
15657         * mml1991.el: Bind pgg-default-user-id when compiling.
15659         * mml2015.el: Bind pgg-default-user-id when compiling.
15661         * nndraft.el (nndraft-request-associate-buffer):
15662         Use write-contents-functions instead of write-contents-hooks if it is
15663         available.
15665         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15666         instead of find-file-hooks if it is available.
15668         * nntp.el (nntp-open-connection): Replace
15669         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15670         (nntp-open-ssl-stream): Ditto.
15671         (nntp-open-tls-stream): Ditto.
15673         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15674         set-process-query-on-exit-flag or process-kill-without-query.
15675         (starttls-open-stream-gnutls): Use it instead of
15676         process-kill-without-query.
15677         (starttls-open-stream): Ditto.
15679 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15681         * smime.el (smime-cert-by-ldap-1): Don't use
15682         replace-regexp-in-string.
15684 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15686         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15688         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15689         in PEM format.  Adjust to the XEmacs compability.
15691 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15693         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15694         by `string-to-number'.
15695         * gnus-agent.el (gnus-agent-regenerate-group)
15696         (gnus-agent-fetch-articles): Ditto.
15697         * gnus-art.el (gnus-button-fetch-group): Ditto.
15698         * gnus-cache.el (gnus-cache-generate-active)
15699         (gnus-cache-articles-in-group): Ditto.
15700         * gnus-group.el (gnus-group-set-current-level)
15701         (gnus-group-insert-group-line): Ditto.
15702         * gnus-score.el (gnus-score-set-expunge-below)
15703         (gnus-score-set-mark-below, gnus-summary-score-effect)
15704         (gnus-summary-score-entry): Ditto.
15705         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15706         (gnus-soup-pack): Ditto.
15707         * gnus-spec.el (gnus-xmas-format): Ditto.
15708         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15709         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15710         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15711         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15712         * nndb.el (nndb-get-remote-expire-response): Ditto.
15713         * nndiary.el (nndiary-parse-schedule-value)
15714         (nndiary-string-to-number, nndiary-request-replace-article)
15715         (nndiary-request-article): Ditto.
15716         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15717         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15718         * nneething.el (nneething-make-head): Ditto.
15719         * nnfolder.el (nnfolder-request-article)
15720         (nnfolder-retrieve-headers): Ditto.
15721         * nnheader.el (nnheader-file-to-number): Ditto.
15722         * nnkiboze.el (nnkiboze-request-article): Ditto.
15723         * nnmail.el (nnmail-process-unix-mail-format)
15724         (nnmail-process-babyl-mail-format): Ditto.
15725         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15726         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15727         (nnmh-request-create-group, nnmh-request-list-1)
15728         (nnmh-request-group, nnmh-request-article): Ditto.
15729         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15730         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15731         * nnsoup.el (nnsoup-make-active): Ditto.
15732         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15733         * nntp.el (nntp-find-group-and-number)
15734         (nntp-retrieve-headers-with-xover): Ditto.
15735         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15736         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15737         (pgg-format-key-identifier): Ditto.
15738         * pop3.el (pop3-last, pop3-stat): Ditto.
15739         * qp.el (quoted-printable-decode-region): Ditto.
15741         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15742         of concat.
15744 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15746         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15748         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15750         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15752         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15754         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15756         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15758         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15759         (gnus-carpal-mode): Ditto.
15761         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15762         (gnus-browse-mode): Ditto.
15764         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15766         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15768 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15770         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15772 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15774         * gnus-util.el (gnus-run-mode-hooks): New function.
15776         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15778         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15779         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15781 2005-05-27  Lute Kamstra  <lute@gnu.org>
15783         * dns-mode.el (dns-mode): Specify customization group.
15785 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15787         * gnus-agent.el (gnus-agent-make-mode-line-string):
15788         Use mode-line-highlight as mouse-face.
15790 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15792         * canlock.el (canlock): Change the parent group to news.
15794         * deuglify.el (gnus-outlook-deuglify): Add :group.
15796         * dig.el (dig): Add :group.
15798         * dns-mode.el (dns-mode): Add :group.
15800         * encrypt.el (encrypt): Add :group.
15802         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15803         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15804         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15805         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15806         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15808         * gnus-diary.el (gnus-diary): Add :group.
15810         * gnus.el (gnus-group-news-1-face): Add :group.
15811         (gnus-group-news-1-empty-face): Ditto.
15812         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15813         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15814         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15815         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15816         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15817         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15818         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15819         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15820         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15821         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15822         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15823         (gnus-summary-high-ticked-face): Ditto.
15824         (gnus-summary-low-ticked-face): Ditto.
15825         (gnus-summary-normal-ticked-face): Ditto.
15826         (gnus-summary-high-ancient-face): Ditto.
15827         (gnus-summary-low-ancient-face): Ditto.
15828         (gnus-summary-normal-ancient-face): Ditto.
15829         (gnus-summary-high-undownloaded-face): Ditto.
15830         (gnus-summary-low-undownloaded-face): Ditto.
15831         (gnus-summary-normal-undownloaded-face): Ditto.
15832         (gnus-summary-high-unread-face): Ditto.
15833         (gnus-summary-low-unread-face): Ditto.
15834         (gnus-summary-normal-unread-face): Ditto.
15835         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15836         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15838         * hashcash.el (hashcash): New custom group.
15839         (hashcash-default-payment): Add :group.
15840         (hashcash-payment-alist): Ditto.
15841         (hashcash-default-accept-payment): Ditto.
15842         (hashcash-accept-resources): Ditto.
15843         (hashcash-path): Ditto.
15844         (hashcash-extra-generate-parameters): Ditto.
15845         (hashcash-double-spend-database): Ditto.
15846         (hashcash-in-news): Ditto.
15848         * message.el (message-minibuffer-local-map): Add :group.
15850         * netrc.el (netrc): Add :group.
15852         * sieve-manage.el (sieve-manage-log): Add :group.
15853         (sieve-manage-default-user): Diito.
15854         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15855         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15856         (sieve-manage-authenticators): Ditto.
15857         (sieve-manage-authenticator-alist): Ditto.
15858         (sieve-manage-default-port): Ditto.
15860         * sieve-mode.el (sieve-control-commands-face): Add :group.
15861         (sieve-action-commands-face): Ditto.
15862         (sieve-test-commands-face): Ditto.
15863         (sieve-tagged-arguments-face): Ditto.
15865         * smime.el (smime): Add :group.
15867         * spam-report.el (spam-report): Add :group.
15869         * spam.el (spam, spam-face): Add :group.
15871 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15873         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15874         return \n.\n.\n at the end of articles.  Protect against that.
15875         (nntp-with-open-group): Allow debugging.
15877         * nnheader.el (mail-header-set-extra): Make into a function
15878         because I just could't understand how to quote the list properly.
15880         * dns.el (query-dns-cached): New function.
15882 2005-05-26  Lute Kamstra  <lute@gnu.org>
15884         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15886 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15888         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
15890         * gnus-art.el: Don't autoload mail-extract-address-components.
15892         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
15893         eval-and-compile to evaluate it.
15895         * hashcash.el: Don't autoload executable-find.
15897         * nndb.el: Don't declare the nndb back end two or more times; don't
15898         autoload news-reply-mode, news-setup, cancel-timer and telnet.
15900         * nntp.el: Autoload format-spec instead of format; use
15901         eval-and-compile to evaluate autoload forms.
15903 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
15905         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
15907 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15909         * gnus.el (gnus-version-number): Bump version.
15911 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
15913         * gnus.el: No Gnus v0.3 is released.
15915 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15917         * lpath.el (featurep): Bind show-nonbreak-escape.
15919 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15921         * gnus-art.el (gnus-article-edit-part): Disable undo.
15923 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15925         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
15926         gnus-article-date-lapsed-new-header is t if date timer is active;
15927         skip headers in which the original date value is empty.
15928         (gnus-article-save-original-date): Redefine it as a macro.
15929         (gnus-display-mime): Use it.
15931 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
15933         * gnus-art.el (article-date-ut): Support converting date in
15934         forwarded parts as well.
15935         (gnus-article-save-original-date): New function.
15936         (gnus-display-mime): Use it.
15938 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
15940         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
15941         enclosure element of <item>.
15943 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
15945         * message.el (message-kill-buffer-query): Rename from
15946         `message-kill-buffer-query-if-modified'.  Add :version.
15948 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
15950         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
15951         window layout.
15953 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15955         * mml.el: Autoload dnd when compiling.
15957 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
15959         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
15960         x-dnd-*.
15962 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
15964         * qp.el (quoted-printable-encode-region): Save excursion.
15966 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
15968         * message.el (message-kill-buffer-query-if-modified): Add new variable
15969         so the user can kill a modified message buffer quickly.
15970         (message-kill-buffer): Use it.
15972 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15974         * lpath.el: Fbind display-time-event-handler; don't fbind
15975         string-to-multibyte.
15977         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
15979 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
15981         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
15982         contained in text because xml.el decodes entities) with LFs.
15984 2005-04-11  Lute Kamstra  <lute@gnu.org>
15986         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
15987         differently.
15989 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
15991         * mm-util.el (mm-detect-coding-region): Typo.
15993 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
15995         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
15997 2005-04-06  Deepak Goel  <deego@gnufans.org>
15999         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16000         user-function allow user modifications of the scores.
16001         (spam-stat-score-buffer-user): New function, to allow
16002         user-computed modifications to the score.
16003         (spam-stat-score-buffer-user-functions): List of additional
16004         scoring functions.
16005         (spam-stat-error-holder): Global temporary error holder.
16006         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16007         variable.
16009 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16011         * gnus-registry.el (gnus-registry-clean-empty-function)
16012         (gnus-registry-trim, gnus-registry-fetch-groups)
16013         (gnus-registry-delete-group): Groups that match
16014         `gnus-registry-ignored-groups' are removed from the registry
16015         entries, not just ignored for splitting.  This helps clean up the
16016         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16017         to get all the groups a message ID is in.
16019         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16020         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16021         (spam-stat-score-buffer-user-functions): Add :number custom type.
16023 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16025         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16026         argument in XEmacs.
16028         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16029         (nnrss-request-group): Decode group name first.
16030         (nnrss-request-article): Make a text/plain article if mml-to-mime
16031         failed.
16032         (nnrss-get-encoding): Return a compatible encoding according to
16033         nnrss-compatible-encoding-alist.
16034         (nnrss-find-el): Use consp instead of listp.
16035         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16037 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16039         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16040         which Emacs 20 doesn't support.
16041         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16043 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16045         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16046         silence the byte compiler inside the defun.
16048         * gnus-demon.el (parse-time-string): Add autoload.
16050         * gnus-delay.el (parse-time-string): Add autoload.
16052         * gnus-art.el (parse-time-string): Add autoload.
16054         * nnultimate.el (parse-time): Require for `parse-time-string'.
16056 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16058         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16060         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16062         * smime.el (smime-ldap-host-list): Add :version.
16064 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16066         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16067         pass it to `gnus-browse-read-group'.
16068         (gnus-browse-read-group): Add NUMBER argument and pass it to
16069         `gnus-group-read-ephemeral-group'.
16071         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16072         argument and pass it to `gnus-group-read-group'.
16074 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16076         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16077         mm-xemacs-find-mime-charset-1 if we have the mule feature
16078         available at runtime.
16080 2005-03-25  Werner Lemberg  <wl@gnu.org>
16082         * nnmaildir.el: Replace `illegal' with `invalid'.
16084 2005-03-23  Lute Kamstra  <lute@gnu.org>
16086         * time-date.el: Add comment on time value formats.
16087         Don't require parse-time.
16088         (with-decoded-time-value): New macro.
16089         (encode-time-value): New function.
16090         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16091         (days-to-time): Return a valid time value when arg is huge.
16092         (time-since): Use time-subtract.
16093         (time-to-number-of-days): Use time-to-seconds.
16095 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16097         * gnus-start.el (gnus-display-time-event-handler):
16098         Check display-time-timer at runtime rather than only at load time
16099         in case display-time-mode is turned off in the mean time.
16101 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16103         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16104         used.
16106         * nneething.el (nneething-map-file-directory): Derive from
16107         `gnus-directory'.
16109         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16110         the To/Cc button.
16112 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16114         * nnmaildir.el (nnmaildir-request-accept-article):
16115         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16117 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16119         * gnus-async.el: Require timer-funcs at compile time when in
16120         XEmacs for `run-with-idle-timer'.
16122 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16124         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16125         autoloaded function.
16127 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16129         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16131 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16133         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16135 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16137         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16138         Add gnus-expert-user to default.
16140 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16142         * nnimap.el (nnimap-open-server): Ditto.
16144         * imap.el (imap-authenticate): Fix typo.
16146 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16148         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16149         buffer (since IMAP server might return FETCH response out of
16150         order, and the nntp buffer must be sorted).
16152 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16154         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16155         comparison on string.
16157         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16158         (gnus-agent-score): Rename category keywords to match gnus-cus.
16159         (gnus-agent-summary-fetch-series): Modify to protect against
16160         gnus-agent-summary-fetch-group clearing processable flags.
16161         (gnus-agent-synchronize-group-flags): Update live group buffer as
16162         synchronization may occur due to the user toggle the plugged
16163         status.
16164         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16165         successfully downloaded.
16166         (gnus-agent-expire-group-1): Avoid using markers when the overview
16167         is in ascending order; greatly improves performance.
16168         (gnus-agent-regenerate-group):
16169         Use gnus-agent-synchronize-group-flags to reset read status in both
16170         gnus and server.
16171         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16173 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16175         * message.el: Don't autoload former message-utils variables.
16176         (message-strip-subject-trailing-was): Change doc string.
16178         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16179         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16180         (nnweb-google-search): Add "hl=en" here.
16181         (nnweb-google-parse-1, nnweb-google-create-mapping):
16182         Don't hardcode URL.
16184 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16186         * message.el (message-get-reply-headers, message-followup):
16187         Mention related variables `message-use-followup-to' and
16188         `message-use-mail-followup-to', in the information buffer.
16190         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16191         of broken groups(-beta).google.com.
16193 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16195         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16196         parameter to invoked gnus-request-move-article; remove the
16197         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16198         all at once instead of once per article.
16199         (gnus-summary-remove-process-mark): Accept a list of articles as
16200         well as a single article for processing.
16202         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16203         parameter.
16205         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16207         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16209         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16210         parameter.
16212         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16213         parameter.
16215         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16216         parameter and remove the gnus-sum-hint-move-is-internal variable.
16218         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16219         parameter.
16221         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16222         parameter.
16224         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16225         parameter.
16227         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16229         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16230         parameter.
16232         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16233         parameter.
16235 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16237         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16238         a more conservative way.
16240 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16242         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16243         buffer, so it moves the window's cursor.
16245 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16247         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16248         `mm-dissect-multipart' and receive the from field as an (optional)
16249         argument from `mm-dissect-multipart'.
16250         (mm-dissect-multipart): Receive the from field as an argument and
16251         pass it on when we call `mm-dissect-buffer' on MIME parts.
16252         Fixes verification/decryption of signed/encrypted MIME parts.
16254 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16256         * gnus-sum.el (gnus-summary-move-article):
16257         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16258         whatever it calls (right now, only nnimap-request-move article
16259         respects it).
16261         * nnimap.el (nnimap-request-move-article):
16262         When gnus-sum-hint-move-is-internal is set, don't do the extra
16263         nnimap-request-article.
16265 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16267         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16269         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16270         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16272         * gnus-sum.el (gnus-summary-caesar-message):
16273         Apply `gnus-treat-article' after rotation.
16275         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16276         doc string.
16278 2005-02-22  Simon Josefsson  <jas@extundo.com>
16280         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16281         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16282         <arne@arnested.dk>.
16283         (encrypt): Add password-cache and password-cache-expiry as group
16284         members.
16286 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16288         * smime.el (smime-ldap-host-list): Doc fix.
16289         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16290         cache) password.
16291         (smime-sign-region): Use it.
16292         (smime-decrypt-region): Use it.
16293         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16294         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16295         fails.
16296         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16297         certificate from DER to PEM format rather than calling openssl.
16299         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16301         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16302         for signing/encryption.
16304         * mml.el (mml-parse-1): Use them.
16306 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16308         * nnrss.el (nnrss-verbose): Remove.
16309         (nnrss-request-group): Use `nnheader-message' instead.
16311 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16313         * nnrss.el (nnrss-verbose): New variable.
16314         (nnrss-request-group): Make it say nnrss is requesting a group.
16316 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16318         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16319         Handle news URL with given port correctly.
16321 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16323         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16324         containing special characters.
16326         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16328         * mml.el (mime-to-mml): Ditto.
16330         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16331         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16332         (rfc2047-decode-region): Quote decoded words containing special
16333         characters when rfc2047-quote-decoded-words-containing-tspecials
16334         is non-nil.
16336 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16338         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16340         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16342 2005-02-15  Simon Josefsson  <jas@extundo.com>
16344         * nnimap.el (nnimap-debug): Doc fix.
16346         * imap.el (imap-debug): Doc fix.
16348 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16350         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16352 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16354         * gnus.el (spam-contents): Improve docs for spam-contents
16355         parameter in its variable incarnation.
16357 2005-02-14  Simon Josefsson  <jas@extundo.com>
16359         * smime-ldap.el: Use require instead of load-library for ldap.
16360         (smime-ldap-search): Indent.
16361         (smime-ldap-search-internal): Shorten line.
16363         * smime.el (smime-cert-by-dns): Add doc-string.
16364         (smime-cert-by-ldap-1): Indent.
16366         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16367         mml-smime-get-dns-ldap.
16368         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16370 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16372         * smime.el: Require smime-ldap.
16373         (smime-ldap-host-list): New variable.
16374         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16376         * mml-smime.el (mml-smime-encrypt-query): New function.
16377         (mml-smime-encrypt-query): Use it.
16379         * smime-ldap.el: New file.
16381 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16383         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16385 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16387         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16388         argument in doc string.  Make query for type more clear.
16390 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16392         * gnus.el (gnus-group-startup-message): Search for gnus images in
16393         etc/images/gnus.
16394         * mm-util.el (mm-image-load-path): Likewise.
16395         * smiley.el (smiley-data-directory): Search for smilies in
16396         etc/images/smilies.
16398 2005-02-09  Kim F. Storm  <storm@cua.dk>
16400         Change Emacs release version from 21.4 to 22.1 throughout.
16401         Change Emacs development version from 21.3.50 to 22.0.50.
16403 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16405         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16407         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16408         non-Mule XEmacs as well.
16409         (mm-decompress-buffer): Signal an error intentionally if it does
16410         not decompress compressed data because auto-compression-mode is
16411         disabled.
16413 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16415         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16416         an ID in the registry even if it has no groups.
16418 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16420         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16421         merge it into mm-decompress-buffer.
16422         (gnus-mime-copy-part): Use the MIME part charset, the value which
16423         a user specified or gnus-newsgroup-charset for decoding, like
16424         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16425         save-buffer what was used.  Suggested by Kevin Ryde
16426         <user42@zip.com.au>.
16427         (gnus-mime-inline-part): Allow the name parameter as well as the
16428         filename parameter; force decompressing of compressed data; always
16429         display contents being not decoded as unibyte.
16431         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16432         as well as the filename parameter.
16434         * mm-util.el (mm-decompress-buffer):
16435         Merge gnus-mime-jka-compr-maybe-uncompress.
16436         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16437         of compressed data.
16439 2005-02-08  Simon Josefsson  <jas@extundo.com>
16441         * imap.el (imap-log): Doc fix.
16443 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16445         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16446         the coding cookies; decompress compressed parts.
16448         * mml.el (mml-generate-mime-1): Add the charset parameter according
16449         to the value which a user specified manually or the coding cookie.
16451         * mm-util.el (mm-string-to-multibyte): New function.
16452         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16453         (mm-coding-system-to-mime-charset): New function.
16454         (mm-decompress-buffer): New function.
16455         (mm-find-buffer-file-coding-system): New function.
16457         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16458         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16459         parts.
16461 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16463         * mm-view.el (mm-display-inline-fontify): Decode a part according
16464         to the charset parameter.
16466 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16468         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16469         prefix arg is neither nil nor a number, as info specifies.
16471 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16473         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16474         timestamps.
16476 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16478         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16479         groups error checking and notify user.
16481 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16483         * message.el (message-send-mail-function): Check existence of
16484         sendmail-program first before using default value
16485         `message-send-mail-with-sendmail'.  Otherwise use more generic
16486         `smtpmail-send-it'.
16488 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16490         * nntp.el (nntp-request-update-info): Always return nil.
16492 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16494         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16496 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16498         * message.el (message-beginning-of-line): Change the behavior when
16499         invoked between BOL and : so that it first moves backward.
16501 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16503         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16504         article buffer when editing of the article is discarded.
16505         (gnus-article-prepare): Revert.
16507 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16509         * gnus-art.el (gnus-article-prepare):
16510         Remove message-strip-forbidden-properties from the local hook.
16512 2005-01-27  Simon Josefsson  <jas@extundo.com>
16514         * password.el (password-cache-add): Only start one timer per key.
16515         Reported by Derek Atkins <warlord@MIT.EDU>.
16517 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16519         * run-at-time.el: Remove.  It is no longer needed as
16520         timer-funcs.el in the xemacs-base package has a working version of
16521         `run-at-time'.
16523         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16525         * password.el: Require timer-funcs instead of run-at-time in
16526         XEmacs.
16527         Remove `password-run-at-time' macro.
16528         (password-cache-add): Use `run-at-time' instead of
16529         `password-run-at-time'.
16531         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16532         Remove `nnheader-cancel-function-timers' alias,
16533         `cancel-function-timers' exists in XEmacs in timer-funcs.
16535         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16536         for `run-with-idle-timer'.
16538         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16539         for `run-at-time'.
16541         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16542         for `with-timeout'.
16544         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16545         the same as for XEmacs 21.4.
16546         No need to ignore `run-with-idle-timer', this function exists in
16547         XEmacs now in timer-funcs.el in the xemacs-base package.
16548         (dgnushack-compile): No need to delete
16549         run-at-time.el from the list of files to compile because it
16550         doesn't exist anymore.
16552 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16554         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16555         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16557 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16559         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16560         sensitively.
16562 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16564         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16566 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16568         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16569         which will be inserted according to the multibyteness of a buffer
16570         rather than the type of contents.  Suggested by ARISAWA Akihiro
16571         <ari@mbf.ocn.ne.jp>.
16573         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16574         of string which old xml.el may return rather than a string.
16576 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16578         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16580 2005-01-16  Simon Josefsson  <jas@extundo.com>
16582         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16583         idn/idna.el isn't available.
16584         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16585         <michael@waxrat.com>.
16587         * hashcash.el: Remove non-FSF copyright header.
16589         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16590         (hashcash-generate-payment): Use it.
16591         (hashcash-generate-payment-async): Use it.
16593 2005-01-15  Simon Josefsson  <jas@extundo.com>
16595         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16596         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16598         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16599         gnus-summary-idna-message.
16600         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16601         (gnus-summary-idna-message): New function.
16603 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16605         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16606         gnus-novice-user.
16608 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16610         * nnrss.el (nnrss-request-delete-group): Delete entries in
16611         nnrss-group-alist as well.
16612         (nnrss-save-server-data): Insert newline.
16614 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16616         * gnus.el (gnus-user-agent): Use list of symbols instead of
16617         symbols.  Display full version number for (S)XEmacs.
16618         Optionally display (S)XEmacs codename.
16620         * gnus-util.el (gnus-emacs-version): Update for new
16621         `gnus-user-agent'.
16623         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16624         Gnus version.
16626 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16628         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16629         which is unreadable in some setups.
16631 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16633         * gnus-spec.el (gnus-update-format-specifications): Flush the
16634         group format spec cache if it doesn't support decoded group names.
16636 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16638         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16639         Allow to apply decay on score files matching a regexp.
16641 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16643         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16644         compatibility in %g and %c.
16646 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16648         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16649         name for only %g and %c.
16650         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16651         of gnus-tmp-group to decoded group name.
16652         (gnus-group-make-rss-group): Exclude `/'s from group names.
16654 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16656         * nnrss.el (nnrss-get-encoding): Fix regexp.
16658 2004-12-27  Simon Josefsson  <jas@extundo.com>
16660         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16661         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16662         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16664 2004-12-17  Kim F. Storm  <storm@cua.dk>
16666         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16668         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16670 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16672         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16674 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16676         * nnrss.el: Require rfc2047 and mml.
16677         (nnrss-file-coding-system): New variable.
16678         (nnrss-format-string): Redefine it as an inline function.
16679         (nnrss-decode-group-name): New function.
16680         (nnrss-string-as-multibyte): Remove.
16681         (nnrss-retrieve-headers): Decode group name; don't use
16682         nnrss-format-string.
16683         (nnrss-request-group): Decode group name.
16684         (nnrss-request-article): Decode group name; allow a Message-ID as
16685         well as an article number; don't use nnrss-format-string; encode a
16686         Message-ID string which may contain non-ASCII characters; use
16687         mml-to-mime to compose a MIME article.
16688         (nnrss-request-expire-articles): Decode group name.
16689         (nnrss-request-delete-group): Decode group name.
16690         (nnrss-fetch): Clarify error message.
16691         (nnrss-read-server-data): Use insert-file-contents instead of load;
16692         bind file-name-coding-system; use multibyte buffer.
16693         (nnrss-save-server-data): Bind coding-system-for-write to the
16694         value of nnrss-file-coding-system; bind file-name-coding-system;
16695         add coding cookie.
16696         (nnrss-read-group-data): Use insert-file-contents instead of load;
16697         bind file-name-coding-system; use multibyte buffer.
16698         (nnrss-save-group-data): Bind coding-system-for-write to the
16699         value of nnrss-file-coding-system; bind file-name-coding-system.
16700         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16701         make it work with non-ASCII text.
16702         (nnrss-find-el): Make it work with old xml.el as well.
16704 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16706         * nnrss.el (nnrss-get-encoding): New function.
16707         (nnrss-fetch): Use unibyte buffer initially; bind
16708         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16709         decode contents according to the encoding attribute.
16710         (nnrss-save-group-data): Add coding cookie.
16711         (nnrss-mime-encode-string): New function.
16712         (nnrss-check-group): Use it to encode subject and author.
16714 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16716         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16717         imaginary variable.
16719 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16721         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16722         correctly even if there are wide characters.
16724 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16726         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16727         downcased symbol names; make a new cache instead of reusing
16728         bbdb-hashtable.
16730 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16732         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16733         concatenating segments rather than before concatenating them.
16734         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16736         * message.el (message-get-reply-headers): Bind `extra'.
16738 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16740         * message.el (message-extra-wide-headers): New variable.
16741         (message-get-reply-headers): Use it.
16743 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16745         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16746         (gnus-agent-group-pathname): Ditto.
16748         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16750         * gnus-group.el (gnus-group-make-group): Decode group name.
16751         (gnus-group-make-rss-group): Register the group data after opening
16752         the nnrss group.
16754 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16756         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16757         by expiry now get marked as read.
16759 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16761         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16763 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16765         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16766         unify Latin characters in XEmacs.
16767         (mm-find-mime-charset-region): Use it.
16769 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16771         * gnus-util.el (gnus-delete-directory): New function.
16773         * gnus-agent.el (gnus-agent-delete-group): Use it.
16775         * gnus-cache.el (gnus-cache-delete-group): Use it.
16777 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16779         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16780         names.
16782 2004-12-16  Simon Josefsson  <jas@extundo.com>
16784         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16786 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16788         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16790         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16791         (gnus-group-set-current-level): Decode group name.
16793 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16795         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16796         failed.
16798 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16800         * gnus-group.el (gnus-group-delete-group): Decode group name.
16801         (gnus-group-make-rss-group): Encode group name.
16802         (gnus-group-catchup-current): Decode group name.
16803         (gnus-group-kill-group): Decode group name.
16805 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16807         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16809 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16811         * gnus-group.el (gnus-group-make-rss-group):
16812         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16814         * gnus-start.el (gnus-setup-news): Honor user's setting to
16815         gnus-message-archive-method.  Suggested by Lute Kamstra
16816         <lute@gnu.org>.
16818 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16820         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16821         global counterparts of the buffer-local variables.
16823 2004-11-16  Romain Francoise  <romain@orebokech.com>
16825         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16826         counterparts of the buffer-local variables.
16828 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16830         * message.el (message-forbidden-properties): Fix typo in doc
16831         string.
16833 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16835         * gnus-util.el (gnus-replace-in-string): Add doc string.
16837         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16838         to avoid problems when splitting mails with many recipients.
16840 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16842         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16843         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16845 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16847         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16848         if there is no hashtable in memory or file modification time is
16849         newer than cached timestamp.
16851 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16853         * gnus-sum.el (gnus-summary-limit-to-recipient):
16854         Implement not-matching option.
16856 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16858         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16859         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16860         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16861         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16862         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16863         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16865 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16867         * message.el (message-forward-make-body-mml): Remove headers
16868         according to message-forward-ignored-headers if a message is decoded.
16870 2004-12-02  Romain Francoise  <romain@orebokech.com>
16872         * message.el (message-forward-make-body-plain): Always remove
16873         headers according to message-forward-ignored-headers.
16875 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16877         * spam.el (spam-summary-prepare-exit): Remove the
16878         gnus-summary-limit pop for now, it has problems with ham marks for
16879         me.
16881 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16883         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16884         correctly.
16886 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
16888         * format-spec.el (format-spec): Message the char.
16890 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
16892         * gnus-art.el (gnus-split-methods): Reformat comments.
16894         * spam.el (spam-summary-prepare-exit): Remove article limits
16895         before exiting the summary buffer.
16897 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16899         * lpath.el: Remove bbdb-create-internal, bbdb-records,
16900         spam-BBDB-register-routine and spam-enter-ham-BBDB.
16902         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
16903         order to silence the byte compiler.
16905         * spam.el: Fix the way to silence the byte compiler, which
16906         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
16907         bbdb-search-simple, spam-BBDB-register-routine,
16908         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
16909         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
16910         spam-stat-buffer-is-spam, spam-stat-load,
16911         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
16912         spam-stat-save and spam-stat-split-fancy.
16914 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16916         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
16917         which may confuse users.
16918         (canlock-password-for-verify): Ditto.
16920         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
16922         * gnus-art.el (gnus-emphasis-alist): Ditto.
16924         * gnus-registry.el (gnus-registry-max-entries): Ditto.
16926         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
16928         * gnus-start.el (gnus-save-killed-list): Ditto.
16930         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
16931         (gnus-sum-thread-tree-root): Ditto.
16932         (gnus-sum-thread-tree-false-root): Ditto.
16933         (gnus-sum-thread-tree-single-indent): Ditto.
16935         * message.el (message-courtesy-message): Ditto.
16936         (message-archive-note): Ditto.
16937         (message-subscribed-address-file): Ditto.
16938         (message-user-fqdn): Ditto.
16940         * spam-report.el (spam-report-gmane-regex): Ditto.
16942         * spam.el (spam-blackhole-good-server-regex): Ditto.
16944 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16946         * mml.el (mml-preview): Widen the message buffer before copying
16947         the contents to the preview buffer; sort headers before previewing.
16949         * message.el (message-hidden-headers): Fix the way to avoid a bug
16950         in the `repeat' widget in Emacs 21.3 or earlier.
16952 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16954         * message.el (message-hidden-headers): Default to "^References:".
16955         Improve customization type.  Suggested by Reiner Steib
16956         <Reiner.Steib@gmx.de>.
16958 2004-11-25  Romain Francoise  <romain@orebokech.com>
16960         * message.el (message-strip-forbidden-properties): Remove check for
16961         obsolete `message-hidden' text property, hidden headers are not
16962         accessible in the buffer anymore.
16964 2004-11-22  Romain Francoise  <romain@orebokech.com>
16966         * message.el (message-header-format-alist): Add `From' in list
16967         so that it can be sorted.
16968         (message-fix-before-sending): Widen and sort headers before
16969         sending.
16970         (message-hide-headers): Use narrowing to hide headers by moving
16971         them to the top of the buffer and narrowing to the region
16972         underneath.
16974 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16976         * message.el (message-strip-forbidden-properties):
16977         Bind buffer-read-only (etc) to nil.
16979 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
16981         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
16982         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16984 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
16986         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
16988 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16990         * dns.el (query-dns): Use sit-for to time instead of
16991         accept-process-output, since that doesn't seem to work on udp
16992         sockets.
16994 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16996         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
16998 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17000         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17001         doc string.  Improve doc string.
17003 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17005         * nntp.el (nntp-request-update-info): Return nil if
17006         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17007         may not call gnus-activate-group which uselessly issues the GROUP
17008         commands for all nntp groups and wastes time.  Reported by Romain
17009         Francoise <romain@orebokech.com>.
17011         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17013 2004-11-15  Simon Josefsson  <jas@extundo.com>
17015         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17016         headers separately.
17017         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17018         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17020 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17022         * gnus-start.el (gnus-convert-old-newsrc):
17023         Assign legacy-gnus-agent to 5.10.7.
17025 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17027         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17028         start of the lines.
17030 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17032         * hashcash.el (hashcash-default-payment): Change default to 20.
17033         (hashcash-default-accept-payment): Change default to 20.
17034         (hashcash-process-alist): New variable.
17035         (hashcash-generate-payment-async): Add.
17036         (hashcash-already-paid-p): Add.
17037         (hashcash-insert-payment): Don't generate payments twice.
17038         (hashcash-insert-payment-async): Add.
17039         (hashcash-insert-payment-async-2): Add.
17040         (hashcash-cancel-async): Add.
17041         (hashcash-wait-async): Add.
17042         (hashcash-processes-running-p): Add.
17043         (hashcash-wait-or-cancel): Add.
17044         (mail-add-payment): New optional argument.  Conditionally start
17045         asynchronous calculation.
17046         (mail-add-payment-async): Add.
17048         * message.el (message-send-mail): Wait for asynchronous hashcash
17049         results.  Don't clobber existing X-Hashcash headers.
17050         (message-setup-1): Call mail-add-payment-async when
17051         message-generate-hashcash is non-nil.
17053 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17055         * message.el (message-use-alternative-email-as-from): Examine the
17056         From header as well; use message-make-from in order to include a
17057         user's full name.
17059 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17061         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17062         default; improve customization type.
17063         (gnus-emphasis-custom-with-format): New macro.
17064         (gnus-emphasis-custom-value-to-external): New function.
17065         (gnus-emphasis-custom-value-to-internal): New function.
17067 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17069         * dns.el (query-dns): Resolve reverse addresses.
17071 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17073         * gnus-group.el (gnus-group-get-new-news): Use it.
17075         * gnus-start.el (gnus-check-reasonable-setup): New function.
17077 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17079         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17080         "Args out of range" error.  Reported by Arnaud Giersch
17081         <arnaud.giersch@free.fr>.
17083 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17085         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17087 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17089         * spam.el (spam group): Add :version.
17091         * pgg-def.el (pgg group): Add :version.
17093 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17095         * gnus-art.el (gnus-article-edit-article): Don't associate the
17096         article buffer with a draft file.  This is a temporary measure
17097         against the 2004-08-22 change to gnus-article-edit-mode.
17099 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17101         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17102         (html2text-format-tags): Remove unused variable `attr'.
17104 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17106         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17108         * tls.el (tls-process-connection-type, tls-success)
17109         (tls-certtool-program): Add :version.
17111         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17112         (starttls-extra-arguments, starttls-process-connection-type)
17113         (starttls-connect, starttls-failure, starttls-success): Add :version.
17115         * spam-stat.el (spam-stat): Add :version.
17117         * sieve.el (sieve): Add :version.
17119         * sha1.el (sha1): Add :version.
17120         (sha1-use-external): Remove redundant version.
17122         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17123         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17124         (nnmail-split-fancy-match-partial-words)
17125         (nnmail-split-lowercase-expanded): Add :version.
17127         * nndiary.el (nndiary): Add :version.
17129         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17131         * mml-sec.el (mml-default-sign-method)
17132         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17133         Add :version.
17135         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17137         * mm-url.el (mm-url-use-external, mm-url-program)
17138         (mm-url-arguments): Add :version.
17140         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17141         (mm-attachment-file-modes, mm-decrypt-option)
17142         (mm-w3m-safe-url-regexp): Add :version.
17144         * message.el (message-cite-prefix-regexp)
17145         (message-sendmail-envelope-from, message-minibuffer-local-map)
17146         (message-user-fqdn, message-completion-alist): Add :version.
17148         * gnus-win.el (gnus-configure-windows-hook)
17149         (gnus-use-frames-on-any-display): Add :version.
17151         * gnus-art.el (gnus-article-address-banner-alist)
17152         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17153         (gnus-treat-from-picon, gnus-treat-mail-picon)
17154         (gnus-treat-x-pgp-sig): Add :version.
17156         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17157         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17158         (gnus-summary-article-delete-hook)
17159         (gnus-summary-display-while-building): Add :version.
17161         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17162         (gnus-get-top-new-news-hook): Add :version.
17164         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17165         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17167         * gnus-registry.el (gnus-registry): Add :version.
17169         * gnus-spec.el (gnus-use-correct-string-widths)
17170         (gnus-make-format-preserve-properties): Add :version.
17172         * gnus.el (gnus-group-charter-alist)
17173         (gnus-group-fetch-control-use-browse-url)
17174         (gnus-install-group-spam-parameters): Add :version.
17176         * gnus-diary.el (gnus-diary): Add :version.
17178         * gnus-delay.el (gnus-delay): Add :version.
17180         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17181         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17182         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17183         Add :version.
17185         * gnus-agent.el (gnus-agent-max-fetch-size)
17186         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17187         (gnus-agent-prompt-send-queue): Add :version.
17189         * deuglify.el (gnus-outlook-deuglify): Add :version.
17191         * html2text.el: Beautify code.  Improve doc strings.
17192         Some checkdoc cleanup.
17193         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17195 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17197         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17199 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17201         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17202         when package is loaded.
17204         * spam.el (spam-summary-score-preferred-header): Add global preference
17205         for people who want to override the default SpamAssassin over
17206         Bogofilter preference (when both are set).
17207         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17208         (spam-user-format-function-S):
17209         Check spam-summary-score-preferred-header.
17210         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17211         (spam-user-format-function-S): Format the score correctly.
17213 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17215         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17216         signature file.  Suggested by Manoj Srivastava
17217         <srivasta@golden-gryphon.com>.
17219         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17220         iso-2022-jp even in the Japanese language environment.
17221         Suggested by Jason Rumney <jasonr@gnu.org>.
17223 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17225         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17226         use the same characters as the dummy marks; make it free from
17227         getting affected by the language environment.
17228         (gnus-summary-read-group-1): Update mark positions only when the
17229         format spec is updated.
17231         * gnus-spec.el (gnus-update-format-specifications): Return a list
17232         of updated types.
17234 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17236         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17237         of boundp to check if display-warning is available.
17239 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17241         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17243 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17245         * nnspool.el (nnspool-spool-directory): Use news-path if the
17246         news-directory variable is not bound.
17248         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17249         function instead of display-warning if it is not available.
17251 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17253         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17254         v5-10: Use `point-at-bol'.
17256 2004-10-26  Simon Josefsson  <jas@extundo.com>
17258         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17259         <chenggao@gmail.com>.
17261 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17263         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17264         instead.
17266 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17268         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17269         to remove a server from the nnimap-server-buffer-alist.
17270         (nnimap-open-connection, nnimap-close-server): Use it.
17272         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17274 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17276         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17277         running the major-mode function.
17279 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17281         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17282         dummy marks in the right way.
17284 2004-10-18  David Edmondson  <dme@dme.org>
17286         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17287         excessively.
17289 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17291         * gnus-util.el (gnus-split-references): Accept a nil references
17292         string and go on blissfully.
17294         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17295         cases where the references string is non-nil but has no references.
17297         * encrypt.el: Add autoload tags.
17299         * spam.el (spam-resolve-registrations-routine): Remove article
17300         from unregistration list too.  Reported by David Hanak
17301         <dhanak@isis.vanderbilt.edu>
17303 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17305         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17306         nil.  Change custom type.
17308 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17310         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17312         * gnus-sum.el (gnus-summary-move-article): Use it.
17314 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17316         * encrypt.el: Add autoload cookies.
17318         * spam.el (spam-backend-article-list-property)
17319         (spam-backend-get-article-todo-list)
17320         (spam-backend-put-article-todo-list)
17321         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17322         Resolve registrations separately.
17323         (spam-register-routine): Format comments.
17324         (spam-unregister-routine, spam-register-routine): Always call with
17325         specific-articles, no default list.
17326         (spam-summary-prepare-exit): Use the spam-classifications function.
17328         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17329         gnus-encrypt.el.
17331         * encrypt.el: Copied from gnus-encrypt.el.
17333         * gnus-encrypt.el: Commented that it's obsolete.
17335 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17337         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17338         (gnus-score-save): Use it.
17340         * message.el (message-bury): Use `window-dedicated-p'.
17342 2004-10-15  Simon Josefsson  <jas@extundo.com>
17344         * pop3.el (top-level): Don't require nnheader.
17345         (pop3-read-timeout): Add.
17346         (pop3-accept-process-output): Add.
17347         (pop3-read-response, pop3-retr): Use it.
17349 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17351         * spam.el (spam-register-routine): Move comment.
17352         (spam-verify-bogofilter): Use 'unknown for the initial
17353         spam-bogofilter-valid state, not 'never.
17355         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17356         for netrc-machine.
17358         * nnimap.el (nnimap-open-connection):
17359         Use netrc-machine-user-or-password.
17361 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17363         * gnus-registry.el (gnus-registry-unload-hook):
17364         Set as a variable with add-hook.
17366         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17367         of news-path.
17369         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17371         * spam.el: Delete duplicate `provide'.
17372         (spam-unload-hook): Set as a variable with add-hook.
17374 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17376         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17377         in the doc string.
17379         * message.el (message-ignored-news-headers)
17380         (message-ignored-supersedes-headers)
17381         (message-ignored-resent-headers)
17382         (message-forward-ignored-headers): Improve custom type.
17384 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17386         * message.el (message-tokenize-header): Fix 2004-09-06 change
17387         which used point-min in the wrong place.
17389 2004-10-12  Simon Josefsson  <jas@extundo.com>
17391         * tls.el (tls-certtool-program): New variable.
17392         (tls-certificate-information): New function, based on
17393         ssl-certificate-information.
17395 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17397         * compface.el: Move the version of ELisp-based uncompface program
17398         to the contrib directory because of the copyright problem.
17400 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17402         * message.el (message-kill-buffer): Raise the current frame.
17404 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17406         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17408         * gnus.el (message-y-or-n-p): Autoload.
17410         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17411         (pop3-password-required, pop3-authentication-scheme)
17412         (pop3-leave-mail-on-server): Make customizable.
17413         (pop3): New custom group.
17414         (pop3-retr): Remove `sleep-for' statements.
17415         Suggested by Dave Love <fx@gnu.org>.
17417         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17418         Windows/DOS.
17420         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17421         (imap-parse-body): Fix incorrect use of `assert'.
17422         Suggested by Dave Love <fx@gnu.org>.
17424         * mml.el (mml-minibuffer-read-disposition): Require match.
17425         Suggested by Dave Love <fx@gnu.org>.
17427 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17429         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17430         doc string.
17432 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17434         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17436 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17438         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17439         instead of calling `mm-insert-inline', to decode text/* parts
17440         before displaying them.
17442 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17444         * mm-uu.el (mm-uu-text-plain-type): New variable.
17445         (mm-uu-pgp-signed-extract-1): Use it.
17446         (mm-uu-pgp-encrypted-extract-1): Use it.
17447         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17448         bind mm-uu-text-plain-type with that value.
17449         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17450         mm-uu-dissect.
17452 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17454         * gnus-group.el (gnus-update-group-mark-positions):
17455         * gnus-sum.el (gnus-update-summary-mark-positions):
17456         * message.el (message-check-news-body-syntax):
17457         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17458         of string-as-multibyte.
17460 2004-10-05  Juri Linkov  <juri@jurta.org>
17462         * gnus-group.el (gnus-update-group-mark-positions):
17463         * gnus-sum.el (gnus-update-summary-mark-positions):
17464         * message.el (message-check-news-body-syntax):
17465         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17466         8-bit unibyte values to a multibyte string for search functions.
17468 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17470         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17471         (mm-uu-dissect-text-parts): New function.
17473         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17474         dissect text parts.
17476         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17477         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17479         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17481         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17482         Use gnus-current-topics instead of gnus-current-topic.
17484 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17486         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17488 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17490         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17491         where approriate.
17493         * nnml.el (nnml-generate-active-info): do.
17495         * nndiary.el (nndiary-generate-active-info): do.
17497         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17498         (gnus-topic-move): do.
17500         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17501         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17503         * gnus-srvr.el (gnus-server-prepare)
17504         (gnus-server-open-all-servers): do.
17506         * gnus-msg.el (gnus-summary-cancel-article)
17507         (gnus-summary-resend-message)
17508         (gnus-summary-mail-crosspost-complaint): do.
17510         * gnus-move.el (gnus-change-server): do.
17512         * gnus-group.el (gnus-group-unmark-all-groups)
17513         (gnus-group-set-current-level): do.
17515 2004-10-04  Simon Josefsson  <jas@extundo.com>
17517         * message.el (message-generate-hashcash): Doc fix.
17519 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17521         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17522         avoid infinite recursion via gnus-get-function.
17524 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17526         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17528         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17530         * nnmail.el (nnmail-split-history): do.
17532         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17533         (nnml-request-delete-group): do.
17535         * nnslashdot.el (nnslashdot-read-groups): do.
17537         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17538         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17540         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17541         (nnspool-sift-nov-with-sed): Use last.
17542         (nnspool-retrieve-headers-with-nov): Use mapc.
17543         (nnspool-request-newgroups): Use dolist.
17544         (nnspool-request-group): Use last.
17546         * nntp.el (nntp-read-server-type): Use dolist.
17548         * nnvirtual.el (nnvirtual-create-mapping)
17549         (nnvirtual-update-read-and-marked): Use dolist.
17550         (nnvirtual-convert-headers): Simplify.
17552 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17554         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17555         Add support for sync'ing tick marks.
17557 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17559         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17560         there's no visible header.
17562 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17564         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17565         When necessary, pass full group name to gnus-request-set-marks.
17567 2004-10-01  Simon Josefsson  <jas@extundo.com>
17569         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17570         acroread.
17572 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17574         * spam-report.el (spam-report-gmane): Fix interactive.
17576         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17578         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17579         when writing file.
17580         (gnus-agent-synchronize-flags): Don't default to being
17581         interactive.
17583 2004-09-30  Simon Josefsson  <jas@extundo.com>
17585         * message.el (message-generate-hashcash): Add.
17586         (message-send-mail): Use it, call mail-add-payment.
17588 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17590         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17592 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17594         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17595         gnus-requst-update-info with explicit code to sync the in-memory
17596         info read flags with the marks being sync'd to the backend.
17598         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17600 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17602         * spam.el (spam-verify-bogofilter): Add new function.
17603         (spam-check-bogofilter)
17604         (spam-bogofilter-register-with-bogofilter): Use it.
17605         (spam-verify-bogofilter): Add small fixes.
17607 2004-09-28  Simon Josefsson  <jas@extundo.com>
17609         * hashcash.el (hashcash-generate-payment): Revert.
17611 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17613         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17614         Use gnus-extract-references instead of gnus-split-references.
17616         * gnus-util.el (gnus-extract-references): Add new function, analogous
17617         to gnus-split-references but extracts only the message-ID without
17618         anything extra.
17620         * hashcash.el (hashcash-generate-payment)
17621         (hashcash-check-payment): Do the right thing if hashcash-path is
17622         nil (because the hashcash program could not be found).
17624         * spam.el (spam-use-hashcash): Remove comment.
17626 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17628         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17629         (gnus-cache-enter-article, gnus-cache-remove-article)
17630         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17632         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17634         * gnus-art.el (article-hide-boring-headers)
17635         (article-translate-strings, article-display-face)
17636         (gnus-article-mime-match-handle-first)
17637         (gnus-article-highlight-headers)
17638         (gnus-article-add-buttons-to-head): do.
17640 2004-09-27  Simon Josefsson  <jas@extundo.com>
17642         * hashcash.el: New version, from
17643         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17644         ../contrib/.
17646 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17648         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17650 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17652         * gnus-dup.el (gnus-dup-open): Use mapc.
17653         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17655         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17656         Reported by Stefan Wiens <s.wi@gmx.net>.
17658         * gnus.el (gnus-shutdown): Use dolist.
17660         * gnus-undo.el (gnus-undo): Use mapc.
17662         * nnrss.el (nnrss-generate-active): do.
17664         * message.el (message-cite-original-without-signature)
17665         (message-cite-original): Use mapc.
17666         (message-do-actions, message-make-forward-subject): Use dolist.
17668 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17670         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17671         deletion to remove entire duplicate line.  Fixes merged article
17672         number bug.
17674 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17676         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17677         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17678         first ask if you want to open a server and then, even when you
17679         responded with no, asking if you want to synchronize the server's
17680         flags.
17681         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17682         multi-line expressions.
17683         (gnus-agent-synchronize-group-flags): New internal function.
17684         Updates marks in memory (in the info structure) AND in the
17685         backend.
17687         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17689         * nnagent.el (nnagent-request-set-mark):
17690         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17691         method, to ensure that synchronization updates marks in the
17692         backend and in the info (in memory) structure.
17694 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17696         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17697         convention fully; don't miss the root article of a thread; make
17698         the X-Draft-From header with correct article numbers.
17700 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17702         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17703         unless plugged.  Disable the agent so that an open failure causes
17704         an error.
17706         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17707         Revert 2004-09-21 change.  The backend must be opened while
17708         synchronizing flags even when the backend stores the flags
17709         locally.
17711 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17713         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17714         in `header' match.  Reported by Svend Tollak Munkejord.
17716         * message.el (message-cite-original): Fix use of
17717         `message-cite-articles-with-x-no-archive'.
17719 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17721         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17722         (gnus-window-to-buffer): Ditto.
17724         * mml.el (mml-preview-buffer): New variable.
17725         (mml-preview): Manage window layout with gnus-buffer-configuration.
17727         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17728         X-Draft-From header even if those articles aren't quoted.
17730 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17732         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17733         (gnus-request-set-mark, gnus-request-update-mark): Use new
17734         g-s-t-u-l-m to decide to use backend even when unplugged.
17736 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17738         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17739         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17741 2004-09-20  Simon Josefsson  <jas@extundo.com>
17743         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17744         "utf-16-le".
17746 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17748         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17750 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17752         * uudecode.el (uudecode-use-external): Add :version.
17754         * smime.el (smime-CA-file, smime-encrypt-cipher)
17755         (smime-dns-server): Add :version.
17757         * smiley.el (gnus-smiley-file-types): Add :version.
17759         * sha1.el (sha1-use-external): Add :version.
17761         * pgg-def.el (pgg-query-keyserver): Add :version.
17763         * nnmail.el (nnmail-fancy-expiry-targets)
17764         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17765         Add :version.
17767         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17768         (nnimap-retrieve-groups-asynchronous): Add :version.
17769         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17771         * mml.el (mml-content-disposition-parameters)
17772         (mml-insert-mime-headers-always): Add :version.
17774         * mm-util.el (mm-coding-system-priorities): Add :version.
17776         * mm-decode.el (mm-inline-text-html-with-images)
17777         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17778         (mm-verify-option): Add :version.
17779         (mm-text-html-renderer): Change :version.
17781         * message.el (message-fcc-externalize-attachments)
17782         (message-required-headers, message-draft-headers)
17783         (message-subject-trailing-was-query)
17784         (message-subject-trailing-was-ask-regexp)
17785         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17786         (message-mark-insert-end, message-archive-header)
17787         (message-archive-note, message-cross-post-default)
17788         (message-cross-post-note, message-followup-to-note)
17789         (message-cross-post-note-function, message-use-mail-followup-to)
17790         (message-subscribed-address-functions)
17791         (message-subscribed-address-file, message-subscribed-addresses)
17792         (message-subscribed-regexps, message-allow-no-recipients)
17793         (message-yank-cited-prefix, message-signature-insert-empty-line)
17794         (message-hidden-headers, message-hierarchical-addresses)
17795         (message-mail-user-agent, message-use-idna)
17796         (message-valid-fqdn-regexp)
17797         (message-strip-special-text-properties, message-header-synonyms)
17798         (message-beginning-of-line, message-tab-body-function): Add :version.
17799         (message-insert-canlock, message-wide-reply-confirm-recipients):
17800         Change :version.
17802         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17803         and :version.
17804         (mail-source-delete-old-incoming-confirm)
17805         (mail-source-movemail-program): Add :version.
17807         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17808         (gnus-agent-cache, gnus-agent): Change :version.
17810         * gnus-util.el (gnus-use-byte-compile): Change :version.
17812         * gnus-sum.el (gnus-summary-make-false-root-always)
17813         (gnus-summary-default-high-score)
17814         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17815         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17816         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17817         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17818         (gnus-sum-thread-tree-single-indent)
17819         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17820         (gnus-sum-thread-tree-leaf-with-other)
17821         (gnus-sum-thread-tree-single-leaf): Add :version.
17822         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17823         (gnus-article-loose-mime): Change :version.
17825         * gnus-start.el (gnus-backup-startup-file)
17826         (gnus-save-startup-file-via-temp-buffer): Add :version.
17828         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17829         (gnus-server-offline-face): Add :version.
17831         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17833         * gnus-msg.el (gnus-gcc-externalize-attachments)
17834         (gnus-debug-files, gnus-debug-exclude-variables)
17835         (gnus-discouraged-post-methods): Change :version.
17836         (gnus-confirm-mail-reply-to-news)
17837         (gnus-confirm-treat-mail-like-news): Add :version.
17839         * gnus-int.el (gnus-server-unopen-status): Add :version.
17841         * gnus-group.el (gnus-group-jump-to-group-prompt)
17842         (gnus-large-ephemeral-newsgroup)
17843         (gnus-fetch-old-ephemeral-headers): Add :version.
17845         * gnus-fun.el (gnus-x-face-directory)
17846         (gnus-convert-pbm-to-x-face-command)
17847         (gnus-convert-image-to-x-face-command)
17848         (gnus-convert-image-to-face-command): Add :version.
17850         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17852         * gnus-cite.el (gnus-cite-blank-line-after-header)
17853         (gnus-article-boring-faces): Add :version.
17855         * gnus-art.el (gnus-buttonized-mime-types)
17856         (gnus-inhibit-mime-unbuttonizing)
17857         (gnus-treat-display-face)
17858         (gnus-treat-body-boundary): Change :version.
17859         (gnus-body-boundary-delimiter, gnus-picon-databases)
17860         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17861         (gnus-treat-date-english, gnus-treat-fold-headers)
17862         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17863         (gnus-treat-mail-picon, gnus-treat-wash-html)
17864         (gnus-article-encrypt-protocol)
17865         (gnus-use-idna, gnus-article-over-scroll)
17866         (gnus-mime-display-multipart-alternative-as-mixed)
17867         (gnus-mime-display-multipart-related-as-mixed)
17868         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17869         (gnus-ctan-url, gnus-button-ctan-handler)
17870         (gnus-button-handle-ctan-bogus-regexp)
17871         (gnus-button-ctan-directory-regexp)
17872         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17873         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17874         (gnus-button-man-level, gnus-button-emacs-level)
17875         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17877         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17878         (gnus-agent-go-online): Change :version.
17879         (gnus-agent-expire-unagentized-dirs)
17880         (gnus-agent-auto-agentize-methods): Add :version.
17882         * flow-fill.el (fill-flowed-display-column)
17883         (fill-flowed-encode-column): Add :version.
17885         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17886         (gnus-outlook-deuglify-unwrap-max)
17887         (gnus-outlook-deuglify-cite-marks)
17888         (gnus-outlook-deuglify-unwrap-stop-chars)
17889         (gnus-outlook-deuglify-no-wrap-chars)
17890         (gnus-outlook-deuglify-attrib-cut-regexp)
17891         (gnus-outlook-deuglify-attrib-verb-regexp)
17892         (gnus-outlook-deuglify-attrib-end-regexp)
17893         (gnus-outlook-display-hook): Add :version.
17895         * binhex.el (binhex-use-external): Add :version.
17897 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
17899         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
17900         and `invisible'.
17902 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
17904         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
17905         in gnus-registry-trim.
17907 2004-09-13  Simon Josefsson  <jas@extundo.com>
17909         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
17911         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
17913         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
17914         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17915         <yamaoka@jpl.org>.
17916         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
17917         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
17918         <yamaoka@jpl.org>.
17920         * sieve.el (sieve-manage-mode): Ditto.
17922 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
17924         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
17926 2004-09-11  Simon Josefsson  <jas@extundo.com>
17928         * dns-mode.el: Add.
17930         * mm-view.el (mm-display-dns-inline): Add.
17932         * mm-decode.el (mm-inline-media-tests): Add text/dns.
17933         (mm-automatic-display): Ditto.
17935         * mailcap.el (mailcap-mime-data): Add text/dns.
17936         (mailcap-mime-extensions): Map .soa to text/dns.
17938 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
17940         * gnus-art.el (article-decode-mime-words, article-babel)
17941         (gnus-article-highlight-signature, gnus-article-add-buttons)
17942         (gnus-signature-toggle): Remove unnecessary bindings of
17943         `inhibit-read-only' inherited from v5.10 merge.
17945 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
17947         * nntp.el (nntp): New customization group.
17948         (nntp-authinfo-file): Add customization group.
17950         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
17952         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
17954         * gnus.el (to-address, to-list, subscribed)
17955         (large-newsgroup-initial): Ditto.
17957         * flow-fill.el (fill-flowed-display-column)
17958         (fill-flowed-encode-column): Ditto.
17960 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
17962         * message.el (message-tokenize-header, message-send-mail-with-qmail):
17963         Use point-min rather than 1.
17964         (message-send-mail): Use buffer-size rather than point-max.
17966         * gnus-sum.el (gnus-summary-search-article-forward):
17967         Signal a specific `search-failed' rather than a generic `error'.
17969         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
17970         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
17971         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
17973 2004-09-10  Simon Josefsson  <jas@extundo.com>
17975         * nndb.el (require): Remove tcp and duplicate cl.
17977 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17979         * gnus-agent.el (directory-files-and-attributes): Move forward.
17981 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17983         * gnus-agent.el (directory-files-and-attributes):
17984         Optionally defined to support XEmacs.
17986 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
17988         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
17989         to avoid run-time CL dependencies.
17990         (gnus-agent-unfetch-articles): New function.
17991         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
17992         article numbers even when local .overview file is missing.
17993         (gnus-agent-read-article-number): New function.  Only accepts
17994         27-bit article numbers.
17995         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
17996         Use gnus-agent-read-article-number.
17997         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
17998         from backend while recognizing that article numbers in .overview
17999         must be valid.
18000         (gnus-agent-update-files-total-fetched-for):
18001         Use directory-files-and-attributes to improve performance.
18002         * gnus-int.el (gnus-request-move-article):
18003         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18004         improve performance.
18006         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18007         some users confused by references to .newsrc when they only have a
18008         .newsrc.eld file.
18009         (gnus-convert-mark-converter-prompt)
18010         (gnus-convert-converter-needs-prompt): Fix use of property list.
18011         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18012         New function.  Used internally to only display 'gnus converting
18013         files' message when actually necessary.
18015         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18016         methods now autoloaded.
18018 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18020         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18021         identifiers.
18023 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18025         * gnus-picon.el: Fix indentation and closing parenthesis.
18027 2004-09-01  Simon Josefsson  <jas@extundo.com>
18029         * message.el (message-canlock-generate): Require sha1, not
18030         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18031         to require within a function.  Sadly, if sha1.el isn't loaded, the
18032         let binding in m-c-g will hide the defcustom definition, which is
18033         bad.)
18035         * canlock.el: Require sha1, not sha1-el.
18037         * message.el: Don't autoload sha1 (there is a autoload cookie in
18038         sha1.el).
18040         * sha1-el.el: Rename to sha1.el.
18042 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18044         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18046 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18048         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18050 2004-08-30  Kim F. Storm  <storm@cua.dk>
18052         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18054         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18055         Add :group 'nnimap.
18057 2004-08-30  Andreas Schwab  <schwab@suse.de>
18059         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18060         ?* and ?\;.
18062         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18063         and ?\' to symbol instead of whitespace.
18065 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18067         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18069         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18070         instead of re-search-forward.
18072         * gnus-uu.el (gnus-uu-save-article): Ditto.
18073         (gnus-uu-post-encode-uuencode): Ditto.
18075         * html2text.el (html2text-clean-list-items): Ditto.
18076         (html2text-clean-dtdd): Ditto.
18077         (html2text-format-tags): Ditto.
18079         * message.el (message-send-mail-with-sendmail): Fix regexp.
18080         (message-fill-field-general): Use search-forward instead of
18081         re-search-forward.
18082         (unbold-region): Ditto.
18084         * nnrss.el (nnrss-request-article): Ditto.
18086         * nnslashdot.el (nnslashdot-request-article): Ditto.
18088         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18090         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18091         "Unrecognized menu descriptor" error in XEmacs.
18093 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18095         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18096         parent article of a sparse article in the thread hashtb.
18098 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18100         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18101         (nnmail-expand-newtext): Lowercase expanded entries if
18102         nnmail-split-lowercase-expanded is non-nil.
18104 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18106         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18108         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18109         of gnus-tmp-news-method into string under XEmacs.  It will be
18110         passed to gnus-correct-length which takes only a string argument.
18112 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18114         * gnus-util.el (gnus-bind-print-variables): New macro.
18115         (gnus-prin1): Use it.
18116         (gnus-prin1-to-string): Use it.
18117         (gnus-pp): New function.
18118         (gnus-pp-to-string): New function.
18120         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18121         Replace pp-to-string with gnus-pp-to-string.
18122         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18123         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18124         * gnus-msg.el (gnus-debug): Ditto.
18125         * gnus-score.el (gnus-score-save): Ditto.
18126         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18127         gnus-pp-to-string.
18128         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18129         with gnus-pp.
18130         * score-mode.el (gnus-score-pretty-print): Ditto.
18131         * webmail.el (webmail-debug): Ditto.
18133 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18135         * gnus-art.el (article-display-face, article-display-x-face):
18136         Use buffer-read-only.
18138 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18140         * gnus-art.el (article-hide-list-identifiers):
18141         Bind inhibit-read-only as t.
18143 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18145         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18147 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18149         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18150         (gnus-narrow-to-page): Don't assume point-min == 1.
18151         (gnus-article-edit-mode): Derive from message-mode.
18153         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18154         point-min == 1.
18156         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18157         Disable incorrect use of `assert'.
18159         * message.el (message-mode): Set comment-start-skip.
18162 2004-08-22  Sam Steingold  <sds@gnu.org>
18164         * pop3.el (pop3-leave-mail-on-server): New user variable.
18165         (pop3-movemail): Delete mail only when it is nil.
18167 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18169         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18171         * mml.el (mml-preview): Use `pop-to-buffer'.
18173         * message.el (message-goto-mail-followup-to): Insert after "To".
18174         (message-carefully-insert-headers): Add comment.
18176         * gnus.el: Remove unused variable `gnus-article-check-size'.
18178         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18180         * gnus-art.el (gnus-button-alist):
18181         Improve `gnus-button-handle-library' entry.
18183 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18185         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18186         Use downcase, since XEmacs capitalizes error messages differently.
18188 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18190         * nntp.el: Add (require 'gnus) due to reference to
18191         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18193 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18195         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18196         Bind `mm-fill-flowed'.
18198         * mm-decode.el (mm-dissect-singlepart): Check it.
18200 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18202         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18203         'imap' for netrc parsing.
18205 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18207         * mailcap.el (mailcap-mime-data): Mark as risky.
18209 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18211         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18212         may be included in the encoded word.
18213         (rfc2047-encode): Don't append a space if the encoded word
18214         includes close parenthesis.
18216 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18218         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18219         of text within parentheses.
18221 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18223         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18224         (gnus-encrypt-write-file-contents): Make the password key the file
18225         name PLUS the cipher, not just the cipher.  Also remove failed
18226         passwords from the cache.
18228 2004-08-06  Simon Josefsson  <jas@extundo.com>
18230         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18231         Doc fix.
18233 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18235         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18236         LWSP.
18238 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18240         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18241         Try to append in-reply-to: data to the references: header.
18243         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18244         (netrc-parse): Use gnus-encrypt.el functions.
18246         * gnus-encrypt.el: Add new file for encryption support; currently
18247         does only a few GPG ciphers and an internal XOR cipher.
18249         * password.el: Add comments on using password-read-and-add.
18250         (password-read-and-add): Add function to read and add the
18251         password to the cache at once.
18253 2004-07-28  Simon Josefsson  <jas@extundo.com>
18255         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18256         parameter (but don't use it, for now).
18258         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18259         instead of hard coding to nil.
18261 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18263         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18264         as mm-inline-image-xemacs does.
18266 2004-07-26  Simon Josefsson  <jas@extundo.com>
18268         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18269         Revert part of 2004-07-17 change below.
18271 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18273         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18274         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18276 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18278         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18279         quotes that actually start with ">" at the beginning of the
18280         lines.
18282 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18284         * rfc2047.el (rfc2047-encode-region): Fix last change.
18285         (rfc2047-encode-parameter): Remove useless concat.
18287 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18289         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18290         encode special characters; fix some kind of misconfigured headers;
18291         signal a real error if debug-on-quit or debug-on-error is non-nil.
18292         (rfc2047-encode-max-chars): New variable.
18293         (rfc2047-encode-1): Use it.
18294         (rfc2047-encode-parameter): New function.
18296         * mml.el (mml-insert-parameter): Remove an excessive space.
18298 2004-07-17  Simon Josefsson  <jas@extundo.com>
18300         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18301         Kai Grossjohann <kai@emptydomain.de>.
18302         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18303         (gnus-group-make-menu-bar): Ditto.
18305         * gnus-util.el (gnus-group-server): Add.
18307 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18309         * message.el (message-clone-locals): Clone sendmail and smtp
18310         variables.
18312 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18314         * rfc2047.el (rfc2047-encode-region): Fix last change.
18316 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18318         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18319         characters as non-special.
18321 2004-07-09  Simon Josefsson  <jas@extundo.com>
18323         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18324         Users will lose all flag changes made while unplugged with
18325         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18326         good default.  See numerous reports on ding mailing list.
18328 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18330         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18331         add generate-head-function and generate-article-function to the
18332         rfc822-forward entry.
18333         (nndoc-rfc822-forward-generate-article): New function.
18334         (nndoc-rfc822-forward-generate-head): New function.
18336         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18338 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18340         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18341         respect display group parameter and gnus-summary-expunge-below.
18342         (gnus-articles-to-read): Remove unused reference to display group
18343         parameter.
18345 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18347         * nnheader.el (nnheader-uniquify-message-id): New experimental
18348         variable.
18349         (nnheader-nov-read-message-id): Use it.
18351         * spam-report.el (spam-report-gmane): Add interactive.
18353 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18355         * mm-encode.el (mm-content-transfer-encoding-defaults):
18356         Use qp-or-base64 for the application/* types.
18358 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18360         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18362 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18364         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18365         trim value.
18367 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18369         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18370         New macro and function.
18371         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18373 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18375         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18376         after-load-alist.
18378 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18380         * gnus-group.el (gnus-group-get-new-news-this-group):
18381         Don't update info that isn't there.
18383 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18385         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18386         entry.
18388 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18390         * mm-view.el (mm-inline-render-with-function): Use multibyte
18391         buffer; decode html source by charset.
18393         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18395         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18396         Mule-UCS is loaded under XEmacs.
18397         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18399 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18401         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18403 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18405         * mm-util.el (mm-coding-system-p): Return a coding-system.
18406         (mm-mime-mule-charset-alist): Use shift_jis instead of
18407         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18408         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18409         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18410         instead of japanese-shift-jis and iso-latin-1 respectively in
18411         order to share the default value with both Emacs and XEmacs-mule.
18412         (mm-mule-charset-to-mime-charset):
18413         Make mm-coding-system-priorities effective.
18414         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18415         while predicating of candidates upon the priorities.
18417 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18419         * gnus-sum.el (gnus-summary-make-menu-bar):
18420         Add gnus-uu-invert-processable.
18422         * gnus.el: Autoload gnus-uu-invert-processable.
18424 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18426         * mm-util.el (mm-with-multibyte-buffer): New macro.
18428         * rfc2047.el (rfc2047-encode-string): Use it.
18429         (rfc2047-encode-region): Move point to the end of the region after
18430         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18432 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18434         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18435         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18437 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18439         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18440         (gnus-cite-parse): Ignore quoted envelope From_.
18441         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18443 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18445         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18446         invalid addresses.
18448 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18450         * spam.el: Change section markers, revise TODO list.
18451         (spam-backends): Make new master list of all installed backends.
18452         (spam-summary-exit-behavior): Add new variable to determine how
18453         messages moves are done at summary exit.
18454         (spam-move-spam-nonspam-groups-only)
18455         (spam-process-ham-in-nonham-groups)
18456         (spam-process-ham-in-spam-groups): Remove variables, the
18457         spam-summary-exit-behavior variable should be used to manage this
18458         behavior.
18459         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18460         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18461         and spam-old-spam-articles.
18462         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18463         Add empty variables, placeholders for the backends they represent.
18464         (spam-set-difference): Move, unchanged.
18465         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18466         unless the user has a processor variable.
18467         (spam-classifications, spam-classification-valid-p)
18468         (spam-backend-properties, spam-backend-property-valid-p)
18469         (spam-backend-function-type-valid-p)
18470         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18471         (spam-report-articles-gmane, spam-report-articles-resend):
18472         Remove functions, they are not needed.
18473         (spam-install-backend-super, spam-backend-list)
18474         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18475         (spam-backend-function, spam-backend-ham-registration-function)
18476         (spam-backend-spam-registration-function)
18477         (spam-backend-ham-unregistration-function)
18478         (spam-backend-spam-unregistration-function)
18479         (spam-backend-statistical-p, spam-backend-mover-p)
18480         (spam-install-backend-alias, spam-install-checkonly-backend)
18481         (spam-install-mover-backend, spam-install-nocheck-backend)
18482         (spam-install-backend, spam-install-statistical-backend)
18483         (spam-install-statistical-checkonly-backend): Add backend installation
18484         support.
18485         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18486         (spam-group-processor-p): Use the new backend code and respect the
18487         summary exit behavior.
18488         (spam-mark-spam-as-expired-and-move-routine): Remove.
18489         (spam-summary-prepare): Change to use the new spam-old-articles
18490         variable.
18491         (spam-copy-or-move-routine, spam-copy-spam-routine)
18492         (spam-move-spam-routine, spam-copy-ham-routine)
18493         (spam-move-ham-routine): Add code to copy/move ham or spam.
18494         (spam-fetch-field-fast): Improve doc and code, plus allow the
18495         'number request.
18496         (spam-list-of-checks, spam-list-of-statistical-checks):
18497         Remove variables.
18498         (spam-split, spam-find-spam): Use the new backend code.
18499         (spam-registration-functions): Remove variable.
18500         (spam-unregister-routine): Add convenience wrapper.
18501         (spam-log-undo-registration, spam-register-routine)
18502         (spam-log-processing-to-registry)
18503         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18504         where possible.
18505         (spam-check-gmane-xref, spam-check-regex-headers)
18506         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18507         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18508         (spam-check-bogofilter-headers, spam-check-spamoracle)
18509         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18510         (spam-check-crm114-headers): Use the spam-split-group that
18511         spam-split prepares, no need to determine it every time.
18513         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18514         to the nnheader-parse-naked-head call.
18516         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18518         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18519         the nnheader-nov-read-message-id call.
18521 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18523         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18524         gnus-activate-group twice.  Suggested by Markus Peter
18525         <warp@spin.de>.
18527 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18529         * gnus-art.el (gnus-article-time-format): Exchange the order of
18530         day and month in the default value; fix customization type.
18531         (article-date-ut): Use add-text-properties.
18532         (article-make-date-line): Use message-make-date instead of
18533         current-time-string.
18535         * message.el (message-fetch-field): Don't use set-text-properties.
18536         (message-make-date): Simplify.
18538         * messagexmas.el (message-xmas-make-date): New function.
18539         (message-xmas-redefine): Defalias message-make-date to it.
18541 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18543         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18544         (rfc2047-encode-region): Treat text within parentheses as special;
18545         show the original text when error has occurred.
18547         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18548         already-computed method to gnus-activate-group.
18550         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18551         same select-methods identical Lisp objects.
18553         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18554         object when modifying the info.
18556 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18558         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18559         gnus-opened-servers since it has never been opened with the new
18560         configuration yet.
18562 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18564         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18565         arg to nnheader-generate-fake-message-id.
18567 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18569         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18570         number and build a fake message ID localized to a group and
18571         article number (so it's repeatable from that point on).
18572         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18573         ID format.
18575         * gnus-sum.el (gnus-get-newsgroup-headers):
18576         Call nnheader-generate-fake-message-id with the article number.
18578 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18580         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18581         end-of-buffer.
18583 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18585         * message.el (message-ignored-supersedes-headers): Add Approved.
18587 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18589         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18590         goto-char.
18591         (rfc2047-encode): Fold the line before encoding.
18593 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18595         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18596         folding -- not all headers can be folded, and this should be done
18597         by the message composition mode.  Probably.  I think.
18599 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18601         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18602         fast.
18604         * gnus-ems.el (gnus-remove-image): Don't use
18605         message-text-with-property; remove only the image found first.
18607         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18608         found first.
18610 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18612         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18614 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18616         * message.el (message-text-with-property): Make it fast and accept
18617         optional arguments.
18618         (message-strip-forbidden-properties): Use it.
18619         (message-fix-before-sending): Follow the m-t-w-p change.
18621         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18623 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18625         * gnus-art.el (article-hide-headers): Don't change the buffer
18626         mistakenly when performing mml-preview even if
18627         gnus-single-article-buffer is nil.
18629 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18631         * message.el (message-expand-name-databases): New user option.
18632         (message-expand-name): Use it.
18634 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18636         * spam.el (spam-report-articles-resend)
18637         (spam-report-resend-register-routine): Allow ham reporting.
18638         (spam-report-resend-register-ham-routine): Add wrapper.
18639         (spam-registration-functions): Add ham resending functions.
18640         (spam-list-of-processors): Add ham resend processor.
18642         * gnus.el (ham-resend-to): Add new group parameter.
18643         (spam-process): Add ham resend option.
18645         * spam-report.el (spam-report-resend): Allow reporting ham.
18646         (spam-report-resend-ham): Add wrapper.
18648 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18650         * message.el (message-cite-articles-with-x-no-archive):
18651         New variable.
18652         (message-cite-original): Use it.
18654 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18656         * message.el (message-cite-original): Respect X-No-Archive.
18658 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18660         * gnus-art.el (article-hide-headers): Refer to the values for
18661         gnus-ignored-headers and gnus-visible-headers in the summary
18662         buffer since a user may have set them as group parameters.
18664 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18666         * assistant.el (assistant-node-name): Add convenience function.
18667         (assistant-render-text, assistant-render-node): Add error handling,
18668         plus handle multiple next nodes.
18669         (assistant-find-next-node): Comment out for now.
18670         (assistant-find-next-nodes): Add function, returns list of next
18671         nodes.
18673 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18675         * mail-source.el (mail-source-directory): Fix doc-string.
18677 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18679         * assistant.el (assistant-render-text, assistant-eval): Add :set
18680         widget type, which is different because it takes and returns a
18681         list.  Much hilarity ensues.
18683 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18685         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18687         * gnus-group.el (gnus-group-get-new-news-this-group):
18688         Add doc-string.
18690         * gnus-start.el (gnus-activate-group): Add doc-string.
18692 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18694         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18696 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18698         * assistant.el (assistant-render-text): Try to add a :set
18699         widget, more to come.
18701         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18702         strings.
18703         (spam-report-articles-resend)
18704         (spam-register-routine): Do registration iff any articles warrant
18705         it.
18706         (spam-summary-prepare-exit): Change log message for nil group
18707         destinations.
18709 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18711         * spam.el (spam-report-resend-register-routine):
18712         Allow spam-report-resend-to to be a group parameter or a global value.
18714 2004-05-26  Simon Josefsson  <jas@extundo.com>
18716         * starttls.el: Merge with my GNUTLS based starttls.el.
18717         (starttls-gnutls-program, starttls-use-gnutls)
18718         (starttls-extra-arguments, starttls-process-connection-type)
18719         (starttls-connect, starttls-failure, starttls-success):
18720         New variables.
18721         (starttls-program, starttls-extra-args): Doc fix.
18722         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18723         New functions.
18724         (starttls-negotiate, starttls-open-stream):
18725         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18726         function if it is set.
18728 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18730         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18731         structured fields.
18733 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18735         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18737 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18739         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18740         Add variable.
18741         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18742         assigning the spam-mark to new messages.
18744 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18746         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18748 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18750         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18752         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18753         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18754         default.
18756 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18758         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18759         correct data.
18761 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18763         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18764         (spam-group-processor-p): Fix function.
18765         (spam-group-processor-multiple-p)
18766         (spam-group-spam-processor-report-gmane-p)
18767         (spam-group-spam-processor-report-resend-p)
18768         (spam-group-spam-processor-bogofilter-p)
18769         (spam-group-spam-processor-blacklist-p)
18770         (spam-group-spam-processor-ifile-p)
18771         (spam-group-ham-processor-ifile-p)
18772         (spam-group-spam-processor-spamoracle-p)
18773         (spam-group-spam-processor-crm114-p)
18774         (spam-group-ham-processor-bogofilter-p)
18775         (spam-group-spam-processor-stat-p)
18776         (spam-group-ham-processor-stat-p)
18777         (spam-group-ham-processor-whitelist-p)
18778         (spam-group-ham-processor-BBDB-p)
18779         (spam-group-ham-processor-spamoracle-p)
18780         (spam-group-ham-processor-copy-p): Remove functions with some
18781         prejudice against unneeded code.
18782         (spam-report-articles-resend)
18783         (spam-report-resend-register-routine): Allow the group/topic
18784         spam-resend-to value to override spam-report-resend-to.
18785         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18786         properly now.
18788         * gnus.el (spam-resend-to): Add group/topic parameter.
18789         (spam-process): Move the OBSOLETE processors to the end of the
18790         choices.
18792 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18794         * spam-report.el (spam-report-resend-to, spam-report-resend):
18795         Start with resend-to set to nil, and then ask the user if necessary.
18796         (spam-report-resend): spam-report-resend takes a list of articles, not
18797         separate article numbers.
18799 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18801         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18802         addition to emacs-w3m.
18804 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18806         * assistant.el (assistant-authinfo-data): New function.
18807         (assistant-eval): Eval for entire assistant.
18809         * netrc.el (netrc-services-file): New variable.
18810         (netrc-parse-services): New function.
18811         (netrc-find-service-name): New function.
18812         (netrc-find-service-number): New function.
18813         (netrc-port-equal): New function.
18814         (netrc-machine): Use it.
18816         * nnimap.el (nnimap-open-connection): Use netrc.
18818         * gnus-util.el (gnus-netrc-get): Remove aliases.
18820         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18822         * assistant.el (wid-edit): Fix compilation.
18824         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18826 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18828         * gnus-util.el (gnus-set-file-modes): New function.  (small
18829         patch).
18831 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18833         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18835         * assistant.el (assistant-render-node): Fix up rendering and
18836         read-only text.
18837         (assistant-render-node): Reset.
18838         (assistant-make-read-only): Not sticky.
18840 2004-05-20  Danny Siu  <dsiu@adobe.com>
18842         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18843         centered even when gnus-auto-center-summary is t.
18845 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18847         * dns.el (dns-get-txt-answer): New function.
18848         (dns-read-txt): Ditto.
18849         (query-dns): Use it.
18851 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18853         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18854         active for foreign groups even if the group level is higher than
18855         the specified value.
18857 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18859         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18860         non-active groups.
18862         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18864 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18866         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18868 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18870         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18871         (spam-crm114-header, spam-crm114-spam-switch)
18872         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18873         (spam-crm114-positive-spam-header)
18874         (spam-crm114-database-directory, spam-list-of-processors)
18875         (spam-group-spam-processor-crm114-p)
18876         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18877         (spam-generic-score, spam-list-of-checks)
18878         (spam-list-of-statistical-checks, spam-registration-functions)
18879         (spam-check-crm114-headers, spam-crm114-score)
18880         (spam-check-crm114, spam-crm114-register-with-crm114)
18881         (spam-crm114-register-spam-routine)
18882         (spam-crm114-unregister-spam-routine)
18883         (spam-crm114-register-ham-routine)
18884         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18885         From asjo@koldfront.dk (Adam Sjøgren).
18887         * gnus.el: Add spam-use-crm114.
18889         * spam.el (spam-list-of-processors, spam-registration-functions):
18890         Add spam-use-resend.
18891         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
18892         (spam-report-articles-gmane): Add doc fix.
18893         (spam-report-articles-resend, spam-report-resend-register-routine):
18894         Add wrappers around spam-report-resend-to.
18896         * spam-report.el (spam-report-resend-to, spam-report-resend):
18897         Add support for resending spam.
18898         (spam-report-gmane): Fix line length >80.
18900         * gnus.el (spam-process): Add spam-use-resend.
18902 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
18904         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
18905         number of processed spam messages.
18906         (spam-ham-copy-or-move-routine): Return the number of processed
18907         ham messages.
18908         (spam-summary-prepare-exit): Use the above values to decide
18909         whether status messages shouled be displayed.
18911 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
18913         * rfc2047.el (rfc2047-encode-function-alist): Rename from
18914         `rfc2047-encoding-function-alist' in order to avoid conflicting
18915         with the old version.
18916         (rfc2047-encode-region): Concatenate words containing non-ASCII
18917         characters in structured fields; don't encode space-delimited
18918         ASCII words even in unstructured fields; don't break words at
18919         char-category boundaries.
18920         (rfc2047-encode-1): New function.
18921         (rfc2047-encode): Use it; encode text so that it occupies the
18922         maximum width within 76-column; work correctly on Q encoding for
18923         iso-2022-* charsets.
18924         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
18925         sure not to break a line just after the header name.
18926         (rfc2047-b-encode-region): Remove.
18927         (rfc2047-b-encode-string): New function.
18928         (rfc2047-q-encode-region): Remove.
18929         (rfc2047-q-encode-string): New function.
18931         * mm-util.el (mm-replace-in-string): New function.
18933 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18935         * gnus-msg.el (gnus-inews-make-draft-meta-information):
18936         Really get it right.
18937         (gnus-inews-make-draft): Really.
18939 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
18941         * nnmh.el (nnmh-request-list-1): Don't check the link count
18942         before descending.  (small patch)
18944 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18946         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
18947         stuff.
18949         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
18950         Match on real group name.
18952         * gnus-art.el (gnus-signature-limit): Doc fix.
18954         * gnus-msg.el (gnus-inews-make-draft): Quote list.
18956         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
18958 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
18960         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
18961         isn't a string.
18963 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18965         * gnus-draft.el (gnus-draft-send):
18966         Bind rfc2047-encode-encoded-words.
18968         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
18969         (rfc2047-encodable-p): Say that =? needs encoding.
18970         (rfc2047-encode-encoded-words): New variable.
18972         * gnus-group.el (gnus-group-select-group): Doc fix.
18974         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
18976         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
18977         to nil.
18979         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
18981         * nnheader.el (nnheader-get-lines-and-char): New function.
18983 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
18985         * gnus-msg.el (gnus-summary-followup-with-original):
18986         Document yanking of region when active.
18988 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
18990         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
18991         groups if the group level is higher than the specified value.
18993 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
18995         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
18996         (gnus-group-jump-to-group): Add prefix argument using
18997         `gnus-group-jump-to-group-prompt'.  Query before jumping to
18998         non-active group.
19000         * compface.el (uncompface): Be verbose when changing
19001         `uncompface-use-external'.
19003         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19004         handle manual section.
19006 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19008         * gnus-art.el (gnus-button-alist): Revert previous change.
19010 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19012         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19014 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19016         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19017         whether backend can accept message.
19019         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19021 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19023         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19024         Avoid creating directory when nntp-marks-is-evil is true.
19025         Reported by Reiner Steib.
19027 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19029         * gnus-picon.el (gnus-picon-style): New variable.
19030         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19031         (gnus-picon-transform-address): Support `gnus-picon-style'.
19032         From Jesper Harder <harder@ifa.au.dk>.
19034 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19036         * message.el (message-fill-field): Return point.
19037         (message-generate-headers): Go to end of field.
19039         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19040         stuff for non-living groups.
19042 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19044         * gnus-art.el (gnus-article-followup-with-original)
19045         (gnus-article-reply-with-original): gnus-mark-active-p ->
19046         gnus-region-active-p.
19048 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19050         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19051         only when there is spam or ham to be processed.
19053 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19055         * mail-source.el (mail-source-delete-crash-box): Refactor.
19056         (mail-source-fetch): Use it.
19057         (mail-source-fetch-file): Ditto.
19058         (mail-source-fetch-directory): Run postscript in loop.
19059         (mail-source-fetch-pop): Delete.
19060         (mail-source-fetch-maildir): Ditto.
19061         (mail-source-fetch-imap): Ditto.
19063         * imap.el (imap-authenticators): Comment out sasl.
19065         * message.el (message-skip-to-next-address): New function.
19066         (message-fill-header-address): Refactor.
19067         (message-fill-address): Use it.
19068         (message-delete-address): Use it.
19069         (message-fill-header-general): Refactor.
19070         (message-fill-field-address): Rename.
19071         (message-narrow-to-field): Find the start of the header.
19072         (message-header-format-alist): Don't pre-fill.
19073         (message-fill-header): Remove.
19074         (message-insert-header): New function.
19075         (message-shorten-references): Use it.
19077         * rfc2047.el (rfc2047-field-value): Strip props.
19079         * mail-parse.el (mail-header-make-address): New alias.
19081         * ietf-drums.el (ietf-drums-make-address): New function.
19083         * imap.el: Add compiler directives.
19085         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19087         * gnus-art.el (article-decode-idna-rhs): Don't use
19088         message-idna-inside-rhs-p.
19090 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19092         * message.el (message-idna-inside-rhs-p): Remove.
19093         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19095         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19096         false positives.
19098 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19100         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19102 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19104         * nneething.el (nneething-file-name): Don't create spurious
19105         files.
19107         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19108         (gnus-inews-do-gcc): Remove sleep.
19110         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19111         part under point.
19113         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19114         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19116 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19118         * spam.el (spam-summary-prepare-exit): Fix (length).
19120 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19122         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19123         as expired without moving it" message when there are spam
19124         messages left.
19126 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19128         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19129         header is not nil.
19131 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19133         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19134         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19135         (nntp-marks-changed-p): New arg SERVER.
19136         (nntp-request-update-info): Adjust caller.
19138 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19140         * nntp.el (nntp-save-marks): Pass missing arg.
19142 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19144         * nntp.el: Support marks.
19145         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19146         (nntp-marks-modtime, nntp-marks-directory): New variables.
19147         (nntp-request-set-mark, nntp-request-update-info)
19148         (nntp-possibly-create-directory, nntp-marks-changed-p)
19149         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19150         New functions.
19152 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19154         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19155         (gnus-xmas-redefine): Rename.
19157         * gnus-score.el (gnus-score-insert-help):
19158         Use gnus-select-lowest-window.
19160         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19161         appt-select-lowest-window and rename to gnus-select-lowest-window.
19163         * gnus.el: do.
19165 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19167         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19168         encodings of MIME-encoded words, in order to improve
19169         interoperability with several broken MUAs.
19171 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19173         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19174         tags, only when charsets are not specified in headers.
19175         (mm-inline-text-html-render-with-w3m): Ditto.
19177         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19178         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19180 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19182         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19183         instead of MIME-decoded from fields when checking
19184         `gnus-article-address-banner-alist'.
19186 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19188         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19189         description rather than subject.
19191 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19193         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19195 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19197         * gnus.el (gnus-version-number): Bump.
19199 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19201         * gnus.el: No Gnus v0.2 is released.
19203 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19205         * gnus-agent.el (gnus-agent-read-agentview):
19206         Inline gnus-uncompress-range.
19208 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19210         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19211         `exec-installed-p'.
19213 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19215         * gnus.el (spam-process, spam-autodetect-methods):
19216         Add bsfilter and bsfilter-headers.
19218         * spam.el (spam-bsfilter): New customize group.
19219         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19220         (spam-bsfilter-header, spam-bsfilter-probability-header)
19221         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19222         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19223         (spam-bsfilter-database-directory): New options.
19224         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19225         (spam-list-of-statistical-checks, spam-registration-functions):
19226         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19227         (spam-bsfilter-score): New command.
19228         (spam-check-bsfilter-headers, spam-check-bsfilter)
19229         (spam-bsfilter-register-with-bsfilter)
19230         (spam-bsfilter-register-spam-routine)
19231         (spam-bsfilter-unregister-spam-routine)
19232         (spam-bsfilter-register-ham-routine)
19233         (spam-bsfilter-unregister-ham-routine): New functions.
19234         (spam-generic-score): Support bsfilter; Accept an optional argument
19235         to recalcurate spam score even if scoring header has already been
19236         added.
19237         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19238         optional argument to recalcurate spam score even if scoring header
19239         has already been added.
19241 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19243         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19244         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19245         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19246         link is missing.
19248 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19250         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19251         (html2text-get-attr): Rewrite.
19253         * message.el (message-setup-1): Remove redundant put-text-property
19254         on mail-header-separator.
19256 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19258         * gnus-registry.el (gnus-registry-cache-whitespace)
19259         (gnus-registry-action, gnus-registry-spool-action)
19260         (gnus-registry-split-fancy-with-parent): Change message levels
19261         from 5 to 3 or 7, as needed.
19263         * spam.el (spam-summary-prepare-exit)
19264         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19265         (spam-split, spam-find-spam, spam-log-undo-registration)
19266         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19267         level from 5 to 6.
19269 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19271         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19272         2004-03-04 change).
19274 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19276         * sieve-manage.el (sieve-manage-open):
19277         * nnweb.el (nnweb-insert-html):
19278         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19279         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19280         * nnspool.el (nnspool-request-group):
19281         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19282         * nnml.el (nnml-request-update-info):
19283         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19284         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19285         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19286         (nnimap-request-set-mark):
19287         * nnfolder.el (nnfolder-request-update-info):
19288         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19289         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19290         * gnus-uu.el (gnus-uu-find-articles-matching):
19291         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19292         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19293         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19294         * gnus-nocem.el (gnus-nocem-scan-groups):
19295         * gnus-int.el (gnus-start-news-server):
19296         * gnus-group.el (gnus-group-make-kiboze-group)
19297         (gnus-group-browse-foreign-server):
19298         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19299         Use mapc when appropriate.
19301 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19303         FIXME: Make separate entries for each person.
19305         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19306         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19307         <shields@msrl.com>:
19309         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19310         may need for spam sorting and scoring.
19311         (spam-user-format-function-S): Add user format function suitable for
19312         general use.
19313         (spam-article-sort-by-spam-status): Add sorting function for summary
19314         sorting.
19315         (spam-extra-header-to-number): Add function to get a score from a
19316         header.
19317         (spam-summary-score): Add function to get a numeric score from the
19318         headers.
19319         (spam-generic-score): Fix function doc, was in wrong place.
19320         (spam-initialize): Take symbols when it's run, and install the
19321         extra headers that spam-necessary-extra-headers thinks we need.
19323 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19325         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19326         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19328 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19330         * gnus-sum.el (gnus-set-global-variables)
19331         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19332         (gnus-article-get-xrefs, gnus-summary-best-group)
19333         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19334         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19335         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19336         Use with-current-buffer.
19338 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19340         * spam.el (spam-summary-prepare-exit): Simplify logic.
19341         (spam-fetch-article-header): Read the article header if it's not
19342         available.
19343         (spam-list-articles): Simplify logic.
19344         (spam-filelist-register-routine): Fix bug with unregister-list.
19346         * gnus-registry.el: Fix comments at beginning.
19348 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19350         * message.el (message-cater-to-broken-inn): Remove.
19351         (message-shorten-references): Make sure the total folded length of
19352         References is shorter than 998 characters to cater to a bug in INN
19353         2.3.  Also, don't pretend that references aren't folded -- this
19354         hasn't worked for a while.
19356 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19358         * gnus-agent.el (gnus-agentize):
19359         gnus-agent-send-mail-real-function no longer set to current value
19360         of message-send-mail-function but rather a lambda that calls
19361         message-send-mail-function.  The change makes the agent real-time
19362         responsive to user changes to message-send-mail-function.
19364 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19366         * legacy-gnus-agent.el
19367         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19368         help from Florian Weimer <fw@deneb.enyo.de>
19370 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19372         * nnmail.el (nnmail-cache-insert): Revert last change.
19374 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19376         * nnmail.el (nnmail-cache-insert): Always check whether
19377         nnmail-cache-ignore-groups matches a group name.
19379 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19381         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19382         (spam-find-spam, spam-log-processing-to-registry)
19383         (spam-log-registered-p, spam-log-unregistration-needed-p)
19384         (spam-log-undo-registration): Use gnus-message instead of
19385         gnus-error, none of these errors are fatal.
19387         * gnus-registry.el (gnus-registry-clean-empty-function)
19388         (gnus-registry-clean-empty): Remove only empty entries without
19389         extra data.
19391 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19393         * spam-stat.el (spam-stat-buffer-change-to-spam)
19394         (spam-stat-buffer-change-to-non-spam): Change (error) to
19395         (gnus-message 8) invocation.
19397 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19399         * nntp.el (nntp-via-netcat-command): New variable.
19400         (nntp-via-netcat-switches): New variable.
19401         (nntp-open-via-rlogin-and-netcat): New function.
19402         (nntp-open-connection-function): Doc fix.
19403         (nntp-telnet-command): Doc fix.
19404         (nntp-end-of-line): Doc fix.
19405         (nntp-via-rlogin-command): Doc fix.
19406         (nntp-via-user-name): Doc fix.
19407         (nntp-via-address): Doc fix.
19409 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19411         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19412         error in Emacs 21.1.
19414 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19416         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19418 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19420         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19421         (gnus-agent-with-refreshed-group): New macro.
19422         (gnus-agent-rename-group): New function.
19423         (gnus-agent-delete-group): New function.
19424         (gnus-agent-save-group-info): Use gnus-command-method when
19425         `method' parameter is nil.  Don't write nil entries into the
19426         active file.
19427         (gnus-agent-get-group-info): New function.
19428         (gnus-agent-fetch-articles):
19429         Use gnus-agent-update-files-total-fetched-for to increment disk space
19430         used.
19431         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19432         Use gnus-agent-update-view-total-fetched-for to increment disk space
19433         used.
19434         (gnus-agent-get-local): Add optional parameters to avoid calling
19435         gnus-group-real-name and gnus-find-method-for-group.
19436         (gnus-agent-set-local): Delete stored entry if either min, or max,
19437         are nil.
19438         (gnus-agent-fetch-session): Reworded error/quit messages.
19439         On quit, use gnus-agent-regenerate-group to record existance of any
19440         articles fetched to disk before the quit occurred.
19441         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19442         gnus-agent-update-view-total-fetched-for, and
19443         gnus-agent-update-files-total-fetched-for to decrement disk space
19444         used.
19445         (gnus-agent-retrieve-headers):
19446         Use gnus-agent-update-view-total-fetched-for to increment disk space
19447         used.
19448         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19449         with gnus-agent-update-files-total-fetched-for to decrement disk
19450         space and fresh group buffer.
19451         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19452         (gnus-agent-need-update-total-fetched-for): New variable.
19453         (gnus-agent-update-files-total-fetched-for): New function.
19454         (gnus-agent-update-view-total-fetched-for): New function.
19455         (gnus-agent-total-fetched-for): New function.
19457         * gnus-cache.el (gnus-cache-save-buffers):
19458         Use gnus-cache-update-overview-total-fetched-for to change disk space
19459         used by this group.
19460         (gnus-cache-possibly-enter-article):
19461         Use gnus-cache-update-file-total-fetched-for to increment disk space
19462         used by this group.
19463         (gnus-cache-possibly-remove-article):
19464         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19465         used by this group.
19466         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19467         (gnus-cache-rename-group): New function.
19468         (gnus-cache-delete-group): New function.
19469         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19470         (gnus-cache-need-update-total-fetched-for): New variable.
19471         (gnus-cache-with-refreshed-group): New macro.
19472         (gnus-cache-update-file-total-fetched-for): New function.
19473         (gnus-cache-update-overview-total-fetched-for): New function.
19474         (gnus-cache-rename-group-total-fetched-for): New function.
19475         (gnus-cache-delete-group-total-fetched-for): New function.
19476         (gnus-cache-total-fetched-for): New function.
19478         * gnus-group.el: Require gnus-sum and autoload functions to
19479         resolve warnings when gnus-group.el compiled alone.
19480         (gnus-group-line-format): Documented new %F.
19481         (size of Fetched data) group line format; identifies disk space
19482         used by agent and cache.
19483         (gnus-group-line-format-alist): Defined new F format.
19484         (gnus-total-fetched-for): New function.
19485         (gnus-group-delete-group): No longer update
19486         gnus-cache-active-altered as gnus-request-delete-group now keeps
19487         the cache in sync.
19488         (gnus-group-list-active): Let the agent store a server's active
19489         list if currently plugged.
19491         * gnus-int.el (gnus-request-delete-group):
19492         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19493         local disk in sync with the server.
19494         (gnus-request-rename-group):
19495         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19496         local disk in sync with the server.
19498         * gnus-start.el (gnus-get-unread-articles):
19499         Cosmetic simplification to logic.
19501         * gnus-util.el (gnus-rename-file): New function.
19503 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19505         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19507 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19509         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19510         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19512 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19514         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19515         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19517 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19519         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19521 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19523         * spam.el (spam-set-difference): Add function to replace
19524         gnus-set-difference in spam.el.
19525         (spam-summary-prepare-exit): Use spam-set-difference.
19527 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19529         * gnus-registry.el (gnus-registry-cache-file): Update to use
19530         gnus-dribble-directory OR gnus-home-directory OR ~.
19531         (gnus-registry-split-fancy-with-parent): Fix doc.
19533 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19535         * message.el (message-exchange-point-and-mark):
19536         Use message-mark-active-p.  Suggested by Jesper Harder
19537         <harder@ifa.au.dk>.
19539 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19541         * message.el (message-exchange-point-and-mark): Don't activate
19542         region if it was inactive.  Suggested by Hiroshi Fujishima
19543         <pooh@nature.tsukuba.ac.jp>.
19545 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19547         * gnus-art.el (article-display-face): Display Faces in the same
19548         order as X-Faces.
19550 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19552         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19554 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19556         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19557         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19558         (gnus-article-mime-hierarchy): Remove.
19559         (gnus-article-mime-hierarchy-next): Remove.
19560         (gnus-article-mode): Revert 2004-03-19 change.
19561         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19562         (gnus-insert-mime-button): Revert 2004-03-19 change.
19563         (gnus-mime-accumulate-hierarchy): Remove.
19564         (gnus-mime-enter-multipart): Remove.
19565         (gnus-mime-leave-multipart): Remove.
19566         (gnus-mime-display-part): Revert 2004-03-19 change.
19567         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19569         * mml.el (mml-preview): Revert 2004-03-19 change.
19571 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19573         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19575 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19577         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19578         t while entering a file name using the mm-with-multibyte macro.
19579         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19581         * mm-util.el (mm-with-multibyte): New macro.
19583 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19585         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19586         New user option.
19587         (gnus-mime-multipart-functions): Doc and customization fix.
19588         (gnus-article-mime-hierarchy): New variable.
19589         (gnus-article-mime-hierarchy-next): New variable.
19590         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19591         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19592         gnus-article-mime-hierarchy-next to nil.
19593         (gnus-insert-mime-button): Show hierarchy numbers.
19594         (gnus-mime-accumulate-hierarchy): New function.
19595         (gnus-mime-enter-multipart): New function.
19596         (gnus-mime-leave-multipart): New function.
19597         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19598         (gnus-mime-display-alternative): Show hierarchy numbers.
19600         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19601         gnus-article-mime-hierarchy-next to nil.
19603 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19605         * dns.el: Don't require gnus-xmas.
19607 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19609         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19610         inline PGP.
19611         (mml-menu): Disable mml-quote-region if mark is inactive.
19613 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19615         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19616         when the group's active is not available.
19618 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19620         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19621         error.
19623 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19625         * imap.el (imap-store-password): New variable.
19626         (imap-interactive-login): Use it.
19627         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19629 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19631         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19632         window-start and hscroll to summary window.
19634 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19636         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19637         conversion message to newsrc-dribble when an actual conversion is
19638         performed.
19640 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19642         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19644 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19646         * mm-decode.el (mm-complicated-handles): New function reviving
19647         former definition of mm-multiple-handles.
19649         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19650         (gnus-mime-delete-part): Use it.
19652 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19654         * gnus-agent.el (gnus-agent-read-local):
19655         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19656         avoid the implicit assumption that they will always be equal.
19657         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19658         coding-system-for-write, as the with-temp-file macro first prints
19659         to a buffer then saves the buffer.
19661 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19663         * gnus-art.el (gnus-article-edit-part): New function.
19664         (gnus-mime-save-part-and-strip): Use it; do query instead of
19665         signaling an error; don't use mm-multiple-handles.
19666         (gnus-mime-delete-part): Ditto.
19668 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19670         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19671         old file versions.
19672         (gnus-group-prepare-hook): Remove function that converted list
19673         form of gnus-agent-expire-days to group properties.
19675         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19676         (gnus-request-accept-article): Re-indented.
19678         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19679         converters to handle old agent file formats.  Add logic for a
19680         "backup before upgrading warning".
19681         (gnus-convert-mark-converter-prompt): Developers can mark
19682         functions as needing (default), or not needing,
19683         gnus-convert-old-newsrc's "backup before upgrading warning".
19684         (gnus-convert-converter-needs-prompt): Tests whether the user
19685         should be protected from potentially irreversable changes by the
19686         function.
19688         * legacy-gnus-agent.el: New.  Provides converters that are only
19689         loaded when gnus-convert-old-newsrc needs to call them.
19691 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19693         * mail-source.el (mail-source-touch-pop): Doc fix.
19695         * message.el (message-smtpmail-send-it): Doc fix.
19697 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19699         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19701         * nnmail.el (nnmail-split-fancy): do.
19703         * gnus-kill.el (gnus-kill, gnus-execute): do.
19705 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19707         * gnus-sum.el (gnus-widget-reversible-match)
19708         (gnus-widget-reversible-to-internal)
19709         (gnus-widget-reversible-to-external): New functions.
19710         (gnus-widget-reversible): New widget.
19711         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19713 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19715         * gnus-sum.el (gnus-thread-sort-functions)
19716         (gnus-article-sort-functions): Document `(not F)' items.
19718 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19720         * spam.el (spam-use-gmane-xref): Add new backend.
19721         (spam-gmane-xref-spam-group): Add variable to control the name of the
19722         Gmane spam group.
19723         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19724         (spam-regex-headers-spam, spam-regex-headers-ham)
19725         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19726         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19727         backends and checks.
19728         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19730         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19731         an autodetect method.
19733 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19735         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19736         articles are being added to a group.
19737         (gnus-request-replace-article): Inform the agent that articles
19738         need to be uncached as the cached contents are no longer valid.
19740 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19742         * binhex.el: Don't autoload executable-find.
19744         * canlock.el: Don't autoload mail-fetch-field.
19746         * dgnushack.el: Autoload c-mode for XEmacs.
19748         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19750         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19751         rmail-dont-reply-to and rmail-output.
19753         * gnus-score.el: Don't autoload ffap-string-at-point.
19755         * gnus-setup.el: Don't autoload sc-cite-original.
19757         * imap.el: Don't autoload base64-decode-string,
19758         base64-encode-string and md5.
19760         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19761         and rmail-msg-restore-non-pruned-header.
19763         * mm-decode.el: Don't autoload executable-find.
19765         * mm-url.el: Don't autoload executable-find.
19767         * mm-view.el: Don't autoload diff-mode.
19769         * nndb.el: Don't autoload news-reply-mode, news-setup,
19770         cancel-timer and telnet.
19772         * password.el: Don't autoload run-at-time for Emacs.
19774         * sha1-el.el: Don't autoload executable-find.
19776         * sieve-mode.el: Don't autoload c-mode.
19778         * uudecode.el: Don't autoload executable-find.
19780 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19782         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19783         (gnus-agent-possibly-alter-active): Avoid null in numeric
19784         comparison.
19785         (gnus-agent-set-local): Refuse to save null in local object table.
19786         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19787         list of articles that will be marked as unread.
19789 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19791         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19793 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19795         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19796         language tags.
19798 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19800         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19801         Don't bind "obarray".
19803         * gnus-sum.el (gnus-thread-sort-functions):
19804         Add `gnus-thread-sort-by-most-recent-number' and
19805         `gnus-thread-sort-by-most-recent-date'.
19806         Reported by Kai Grossjohann <kai@emptydomain.de>.
19808 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19810         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19812 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19814         * gnus-cus.el (gnus-agent-customize-category):
19815         Remove ignore-errors macro reference that required cl to be loaded at
19816         run-time.
19818         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19819         single-interval range of the form (min . max).  Previously the
19820         range had to look like ((min . max)).  Likewise, return
19821         (min . max) rather than ((min . max)).
19822         (gnus-range-map): Use gnus-range-normalize to accept
19823         single-interval range.
19825         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19826         the cache, but not the agent, now appear with their usual face.
19828         * dgnushack.el (loaddir): New variable that is bound to the
19829         directory containing the dgnushack.el file. Use loaddir, rather
19830         than srcdir, to update load-path. Change lets dgnushack compile
19831         code in directories other than GNUS/lisp.
19833 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19835         * lpath.el: Don't bind w3m-safe-url-regexp.
19837         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19838         w3m-safe-url-regexp variable buffer-local.
19840         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19842 2004-02-27  Simon Josefsson  <jas@extundo.com>
19844         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19845         gnus-group-real-prefix.
19846         (gnus-summary-move-article): Use it, instead of
19847         gnus-group-real-prefix.
19849 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19851         * lpath.el: Bind w3m-safe-url-regexp.
19853         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19854         w3m-safe-url-regexp variable buffer-local and set it as the value
19855         of mm-w3m-safe-url-regexp.
19857         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19859         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19860         parsing gnus-posting-styles when the message is not for replying.
19862         * dgnushack.el: Autoload sgml-mode for XEmacs.
19864         * nnrss.el (nnrss-opml-export):
19865         Use mm-set-buffer-file-coding-system instead of
19866         set-buffer-file-coding-system.
19868 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19870         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19871         of checkdoc.el).
19872         * nnrss.el: do.
19873         * gnus-mlspl.el: do.
19874         * gnus-ml.el: do.
19875         * gnus-srvr.el: do.
19877         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19879 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19881         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19882         Corrections to custom-manual links.
19884         * gnus-art.el (gnus-article): Ditto.
19886         * mm-decode.el (mime-display, mime-security): Ditto.
19888 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19890         * flow-fill.el: Typo.
19892 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
19894         * spam-wash.el: New file.
19896 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
19898         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
19900 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
19902         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
19903         to be run with new-articles as LIST1, not LIST2.
19904         (spam-registration-functions): Add spam-use-ham-copy as a nil
19905         registration backend.
19907 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
19909         * spam-stat.el (spam-stat-washing-hook): New option.
19910         (spam-stat-buffer-words): Use it.
19911         (spam-stat-process-directory, spam-stat-test-directory):
19912         Use insert-file-contents-literally.
19913         (spam-stat-coding-system): New variable.
19914         (spam-stat-load, spam-stat-save): Use it.
19916 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19918         * spam-report.el (spam-report-plug-agent):
19919         Quote spam-report-url-to-file and spam-report-url-ping-plain.
19921 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
19923         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
19924         Allow / in mailto URLs.
19926 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
19928         * spam-report.el (spam-report-process-queue): Fix interactive use.
19929         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
19930         (spam-report-unplug-agent): Doc fixes.
19931         (spam-report-url-ping-mm-url, spam-report-url-to-file)
19932         (spam-report-agentize, spam-report-deagentize): Autoload.
19934 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19936         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
19938         * message.el (message-setup-fill-variables): Add mml tags to
19939         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
19940         <ajk@iu.edu>.
19941         (message-mode): Don't modify paragraph-separate there.
19943 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19945         * compface.el (uncompface-use-external): Default to undecided.
19946         (uncompface-use-external-threshold): New variable.
19947         (uncompface-float-time): New macro.
19948         (uncompface): Determine whether to use the external decoder if
19949         uncompface-use-external is undecided.
19951 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19953         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
19954         after images.
19956         * gnus-art.el (gnus-mime-display-single): Remove dead code.
19958 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
19960         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
19962         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
19964         * gnus-sum.el (gnus-summary-limit-to-age)
19965         (gnus-summary-limit-children): do.
19967         * gnus-int.el (gnus-request-scan): do.
19969         * gnus-group.el (gnus-group-suspend): do.
19971         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
19973         * gnus-cite.el (gnus-cite-parse-attributions): do.
19975         * gnus-agent.el (gnus-summary-set-agent-mark)
19976         (gnus-agent-regenerate-group): do.
19978         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
19980         * binhex.el (binhex-decode-region-internal): do.
19982 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19984         * gnus-fun.el (gnus-face-properties-alist): New user option.
19985         (gnus-display-x-face-in-from): Use it.
19987         * gnus-art.el (article-display-face): Ditto.
19989         * compface.el (uncompface-use-external): Default to nil.
19991 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
19993         * nntp.el (nntp-erase-buffer): New function.
19994         (nntp-retrieve-data, nntp-send-command)
19995         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
19996         (nntp-possibly-change-group): Use it.
19998         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
19999         Use with-current-buffer.
20001 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20003         * compface.el: Merge the ELisp-based uncompface program.
20004         (compface): New customization group.
20005         (uncompface-use-external): New user option.
20006         (uncompface): Call uncompface-internal if uncompface-use-external
20007         is nil.
20008         (uncompface-internal): New function.  Note that there are also
20009         some other functions and variables added for this function.
20011 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20013         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20014         if necessary.
20016 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20018         * spam-report.el (spam-report-unplug-agent)
20019         (spam-report-plug-agent, spam-report-deagentize)
20020         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20021         Add support for the Agent in spam-report: when unplugged, report to a
20022         file; when plugged, submit all the requests.
20024         * spam.el (spam-register-routine): Fix message about
20025         registration.
20027 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20029         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20030         dependencies.
20031         (rfc2047-encode): Use it.
20033         * gnus-art.el (gnus-button-marker-list): Move before first
20034         reference.
20036         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20037         (imap-parse-body): Fix format string mismatch.
20039         * gnus-score.el (gnus-summary-increase-score): do.
20041         * nnrss.el (nnrss-close): New function.
20043 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20045         * nnrss.el (nnrss-make-filename): New function.
20046         (nnrss-request-delete-group, nnrss-read-server-data)
20047         (nnrss-save-server-data, nnrss-read-group-data)
20048         (nnrss-save-group-data): Use it.
20049         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20050         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20051         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20053 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20055         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20057 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20059         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20060         files.
20062         * message.el (message-generate-headers-first): Don't quote nil
20063         and t in docstrings.
20065         * imap.el (imap-id): do.
20067         * gnus-agent.el (gnus-agent-consider-all-articles)
20068         (gnus-agent-queue-mail): do.
20070 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20072         * spam-report.el (spam-report-process-queue): New function.
20073         Process requests from `spam-report-requests-file'.
20074         (spam-report-process-queue): Doc fix.
20076 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20078         * spam.el (spam-register-routine)
20079         (spam-log-processing-to-registry, spam-log-registered-p)
20080         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20081         Change "check" to "spam-check" for semi-clarity.
20083 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20085         * pop3.el: Require nnheader.
20087         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20089         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20091         * gnus-picon.el: Require cl.
20093         * gnus-fun.el: Require gnus-ems and gnus-util.
20095         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20097         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20099         * gnus-art.el (gnus-article-edit-mode): Define before first
20100         reference.
20102 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20104         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20105         (gnus-uu-post-encoded): Use point-at-bol.
20107         * gnus-topic.el (gnus-group-active-topic-p): do.
20109         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20111         * gnus-group.el (gnus-group-kill-region): do.
20113         * gnus-art.el (article-date-ut): do.
20115         * message.el (message-fetch-field): Remove redundant
20116         case-fold-search binding.
20117         (message-narrow-to-field): Simplify.
20119 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20121         * spam.el (spam-directory): Derive from `gnus-directory'.
20123         * spam-report.el (spam-report-url-to-file)
20124         (spam-report-requests-file): New function and variable for offline
20125         reporting.
20126         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20127         and user defined function.
20128         (spam-report-url-ping-mm-url): Remove doubled slash.
20130 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20132         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20134 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20136         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20137         Fix format string mismatch.
20139         * sieve.el (sieve-deactivate-all): do.
20141         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20143         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20145         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20147         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20149 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20151         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20152         the list of checks.
20154 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20156         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20157         padding.
20159 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20161         * mm-view.el (mm-fill-flowed): New variable.
20162         (mm-inline-text): Use it.
20164 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20166         * spam.el (spam-spamassassin-register-ham-routine)
20167         (spam-spamassassin-register-spam-routine): Fix function names.
20169 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20171         * gnus.el (gnus-tmp-grouplens): Remove.
20172         (gnus-summary-line-format): Remove grouplens.
20174         * gnus-group.el (gnus-group-line-format): Ditto.
20176         * gnus-spec.el (gnus-format-specs): Ditto.
20177         (gnus-update-format-specifications): Flush the group format spec
20178         cache if there's the grouplens stuff.
20179         (gnus-parse-simple-format): Replace %l with the empty string.
20181 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20183         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20184         omission.
20186 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20188         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20189         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20191 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20193         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20194         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20195         New macros and functions.
20196         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20197         Handle > NLINK_MAX messages.
20198         * nnmaildir.el (nnmaildir-request-set-mark):
20199         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20201 2004-01-25  Alex Schroeder  <alex@gnu.org>
20203         * spam-stat.el (spam-stat-process-directory-age): New option.
20204         (spam-stat-process-directory): Use it.
20206 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20208         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20209         (spam-stat-save): Accept prefix argument.
20211 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20213         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20214         links" error.
20216 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20218         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20219         the rest of the and/or forms.
20221 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20223         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20224         compatibility with old .newsrc.eld files.
20226         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20228         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20230         * gnus-start.el (gnus-1): do.
20232         * gnus-group.el (gnus-group-line-format-alist): do.
20234         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20236         * gnus-gl.el: Remove.
20238 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20240         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20241         marks consisting of a single range {for example, (3 . 5)} rather
20242         than a list of a single range { ((3 . 5)) }.
20244 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20246         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20247         Use with-current-buffer.
20248         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20249         avoid consing a string.
20251         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20252         Remove obsolete entries for big5 and gb2312.
20254 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20256         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20257         uncompressed list.
20259 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20261         * spam-stat.el (spam-stat-strip-xref): New function.
20262         (spam-stat-process-directory): Use it.
20264         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20265         here -- it's done in message-fetch-field.
20267 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20269         * gnus-agent.el (gnus-agent-queue-mail)
20270         (gnus-agent-prompt-send-queue): New variables.
20271         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20272         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20273         "nndraft:queue" along to gnus-draft-send.
20274         Use gnus-agent-prompt-send-queue.
20275         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20276         is "nndraft:queue".  Suggested by Gaute Strokkenes
20277         <gs234@srcf.ucam.org>
20279         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20280         (agent-enable-undownloaded-faces): Add.
20281         (gnus-agent-cat-groups): Use eval-and-compile, not
20282         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20283         method of gnus-agent-cat-groups even when the buffer has been
20284         evaled.
20285         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20286         delete gnus-agent-save-active-1.
20287         (gnus-agent-save-groups): Delete.  Identical to
20288         gnus-agent-save-active.
20289         (gnus-agent-write-active): No longer adjust agent's copy of active
20290         file as agent's adjustments are now stored in their own
20291         file.  Remove optional parameter.
20292         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20293         servers.  Add use of min/max range limits from server's local
20294         file.
20295         (gnus-agent-save-alist): Remove unused optional argument.
20296         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20297         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20298         (gnus-agent-set-local): A per-server file that keeps min/max range
20299         limits for articles known to the agent.  Provides a fast mechanism
20300         for altering many active ranges.
20301         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20302         active file (local makes it unnecessary).
20303         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20305         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20306         (agent-enable-undownloaded-faces): Add.
20308         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20309         disable it when sending to "nndraft:queue".
20310         (gnus-group-send-queue): Add safety check to avoid sending queue
20311         when unplugged.
20313         * gnus-group.el (gnus-group-catchup): Use new
20314         gnus-sequence-of-unread-articles, not
20315         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20316         numbers of articles.  Use gnus-range-map to avoid having to
20317         uncompress the unread list.
20318         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20319         Fix invalid ange-ftp reference.
20321         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20322         (gnus-sorted-range-intersection): Intersection of two ranges
20323         without requiring that they first be uncompressed.
20325         * gnus-start.el (gnus-activate-group): Unless blocked by the
20326         caller, possibly expand the active range to include both cached
20327         and agentized articles.
20328         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20329         multiple version-dependent converters.
20330         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20331         gnus-agent-save-active.
20332         (gnus-save-newsrc-file): Save dirty agent range limits.
20334         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20335         gnus-agent-possibly-alter-active.
20336         (gnus-adjust-marked-articles): Faster handling of simple lists.
20338 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20340         * spam-stat.el (spam-stat-test-directory): New optional argument
20341         displays a list of files detected.  Suggested by Andrew Cohen
20342         <cohen@andy.bu.edu>.
20343         (spam-stat-buffer-words-with-scores): Don't narrow and change
20344         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20346 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20348         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20349         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20350         (spam-spamassassin-arguments)
20351         (spam-spamassassin-spam-flag-header)
20352         (spam-spamassassin-positive-spam-flag-header)
20353         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20354         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20355         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20356         (spam-list-of-processors, spam-list-of-checks)
20357         (spam-list-of-statistical-checks, spam-registration-functions)
20358         (spam-check-spamassassin-headers, spam-check-spamassassin)
20359         (spam-spamassassin-score)
20360         (spam-spamassassin-register-with-sa-learn)
20361         (spam-spamassassin-register-spam-routine)
20362         (spam-spamassassin-register-ham-routine)
20363         (spam-assassin-register-spam-routine)
20364         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20365         (spam-bogofilter-score): Fix to show article before scoring.
20367 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20369         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20370         default scoring function.
20371         (spam-generic-score): Call spam-spamassassin-score if
20372         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20373         spam-bogofilter-score otherwise.
20375         * gnus.el (spam-process, spam-autodetect-methods):
20376         Add spamassassin and spamassassin-headers.
20378 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20380         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20381         Suppress unnecessary messages.
20383 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20385         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20386         make-hash-table.
20388 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20390         * canlock.el (base64-encode-string): Don't autoload it.
20392 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20394         * run-at-time.el: Remove useless (require 'itimer),
20395         eval-and-compile and (featurep 'xemacs).
20397 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20399         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20400         GROUP is a virtual group.
20402 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20404         * gnus.el: Autoload `message-y-or-n-p'.
20406 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20408         * pgg-parse.el: Remove unnecessary (require 'custom).
20410         * pgg-def.el: do.
20412         * nnmail.el: do.
20414         * gnus-undo.el: do.
20416         * gnus-picon.el: do.
20418         * gnus-util.el: do.
20420 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20422         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20424 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20426         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20427         handle, as well as a list.
20429         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20430         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20431         (mm-w3m-cid-retrieve): Simplify.
20433 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20435         * message.el (message-kill-to-signature): Allow prefix arg to
20436         specify number of lines to keep before signature.
20438 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20440         * message.el (message-kill-to-signature): Change docstring.
20442 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20444         * canlock.el: Always require sha1-el.
20445         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20447         * message.el: Autoload sha1 only when compiling.
20449         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20450         eudc-expand-inline for XEmacs.
20452 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20454         * message.el (message-canlock-generate): Require sha1-el.
20456 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20458         * message.el (message-expand-name): Silence the byte compiler.
20460         * lpath.el: Add detect-coding-system.
20462         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20463         cus-edit.
20465 2004-01-13  Simon Josefsson  <jas@extundo.com>
20467         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20468         Invoke gnus-score-mode.
20469         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20471         * gnus-range.el (gnus-compress-sequence): Doc fix.
20472         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20474 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20476         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20478 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20480         * spam.el (spam-get-article-as-string): Update to use
20481         gnus-request-article-this-buffer, much simpler.
20482         (spam-get-article-as-buffer): Remove.
20484 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20486         * message.el (message-expand-name): Use EUDC if the user uses that.
20488 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20490         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20491         character for the encoding to avoid consing a string.
20493         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20494         unnecessarily.
20496         * mm-util.el (mm-replace-chars-in-string): Remove.
20498         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20499         of mm-replace-chars-in-string.
20501 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20503         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20505         * mm-util.el (mm-subst-char-in-string): Support inplace.
20507         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20508         a new string in every iteration.  Use shy groups.
20510 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20512         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20513         * gnus-soup.el (gnus-soup-group-brew):
20514         * gnus-msg.el (gnus-put-message):
20515         * gnus-move.el (gnus-group-move-group-to-server):
20516         * gnus-kill.el (gnus-batch-score):
20517         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20518         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20519         (gnus-group-update-group, gnus-group-read-group)
20520         (gnus-group-make-group, gnus-group-make-help-group)
20521         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20522         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20523         (gnus-group-sort-by-unread, gnus-group-catchup)
20524         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20525         (gnus-group-yank-group, gnus-group-set-info)
20526         (gnus-group-list-groups):
20527         * gnus.el (gnus-generate-new-group-name):
20528         * gnus-delay.el (gnus-delay-send-queue):
20529         * nnvirtual.el (nnvirtual-catchup-group):
20530         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20531         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20532         (gnus-group-prepare-topics, gnus-topic-check-topology):
20533         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20534         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20535         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20536         (gnus-group-make-articles-read):
20537         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20538         (gnus-group-change-level, gnus-kill-newsgroup)
20539         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20540         (gnus-get-unread-articles, gnus-make-articles-unread)
20541         (gnus-make-ascending-articles-unread): Use accessor
20542         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20543         to get group information for improved readability.
20546 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20548         * gnus-art.el (article-decode-mime-words, article-babel)
20549         (gnus-article-highlight-signature, gnus-article-add-buttons)
20550         (gnus-signature-toggle): Use gnus-with-article-buffer.
20552         * gnus-art.el (gnus-article-highlight-headers)
20553         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20555         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20556         (gnus-article-set-globals, gnus-request-article-this-buffer)
20557         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20558         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20559         (gnus-mime-display-alternative): Use with-current-buffer.
20561 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20563         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20564         also under 80 char limit, and call gnus-error if needed.
20565         (spam-fetch-article-header): Fix - it was a
20566         buffer-local variable (gnus-newsgroup-data).
20567         (spam-find-spam): Use spam-generate-fake-headers, forget about
20568         spam-insert-fake-headers.
20569         (spam-insert-fake-headers): Remove.
20571 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20573         * deuglify.el (gnus-article-outlook-unwrap-lines)
20574         (gnus-outlook-rearrange-article)
20575         (gnus-outlook-repair-attribution-outlook)
20576         (gnus-outlook-repair-attribution-block)
20577         (gnus-outlook-repair-attribution-other): Remove redundant
20578         save-excursion.
20580 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20582         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20583         (spam-fetch-field-subject-fast)
20584         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20585         (spam-fetch-article-header): Add functions to deal with Gnus
20586         internals for fast retrieval of article header data.
20587         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20589 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20591         * pop3.el (pop3-md5): Remove.
20592         (pop3-apop): Replace pop3-md5 with md5.
20594         * mm-bodies.el: base64 is always built-in.
20596         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20597         Use with-current-buffer.
20599 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20601         * canlock.el (canlock-insert-header): Remove excessive grouping in
20602         regexp.
20604         * gnus-sum.el (gnus-summary-read-document): Ditto.
20606         * gnus-uu.el (gnus-uu-part-number): Ditto.
20608         * html2text.el (html2text-remove-tags): Ditto.
20609         (html2text-format-tags): Ditto.
20610         (html2text-format-single-elements): Ditto.
20612         * mml.el (mml-parse-1): Ditto.
20614 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20616         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20618         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20620         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20622         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20624 2003-11-15  Simon Josefsson  <jas@extundo.com>
20626         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20627         (pgg-gpg-lookup-key): Use regexp match instead of
20628         split-string (split-string is different between emacs 21.2 and
20629         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20631 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20633         * gnus-art.el (gnus-mime-view-all-parts)
20634         (gnus-article-part-wrapper, gnus-article-view-part):
20635         Use with-current-buffer.
20637 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20639         * spam.el (spam-disable-spam-split-during-ham-respool)
20640         (spam-spamoracle-database, spam-cache-lookups)
20641         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20642         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20643         (spam-group-ham-marks, spam-group-spam-marks)
20644         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20645         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20646         also add spam-use-blackholes to the statistical checks.
20647         (spam-fetch-field-fast): Add interface to fetching fields, may
20648         become a macro.
20649         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20650         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20651         (spam-insert-fake-headers): Fake an article when needed.
20652         (spam-find-spam): Fake article when possible.
20653         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20654         (spam-check-bogofilter-headers): Use message-fetch-field instead
20655         of nnmail-fetch-field.
20657 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20659         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20661 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20663         * spam.el (spam-split): Do not require spam-use-CHECK to be
20664         enabled if that check is passed to spam-split explicitly; also
20665         fix so 'spam doesn't get converted to spam-split-group when
20666         spam-split-symbolic-return is t.
20667         (spam-find-spam): Find registrations of the article and use those
20668         instead of re-running spam-split to find the spam/ham
20669         classification of the article.
20670         (spam-log-processing-to-registry, spam-log-registered-p)
20671         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20672         Use gnus-error instead of gnus-message.
20673         (spam-log-registration-type): Add function to determine the
20674         classification of a message based on registry entries; will
20675         return nil if both 'spam and 'ham are found.
20676         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20677         a reasonably fast local cache without the loading errors.
20678         (spam-cache-lookups): Set to t by default.
20679         (spam-find-spam): Don't try to guess spam-cache-lookups.
20680         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20681         spam-caches entry.
20682         (spam-filelist-build-cache, spam-filelist-check-cache):
20683         Fix caching of whitelist/blacklist entries.
20684         (spam-check-whitelist, spam-check-blacklist):
20685         Invoke spam-from-listed-p with a type, not a cache variable.
20686         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20688 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20690         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20692         * nnmail.el (nnmail-split-fancy): do.
20694         * mml.el (mml-parse): do.
20696         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20697         (gnus-score-adaptive): do.
20699 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20701         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20702         (gnus-mime-button-map): Don't set keymap parent.
20703         (gnus-button-ctan-directory-regexp): Use shy grouping.
20704         (gnus-prev-page-map): Don't set keymap parent.
20705         (gnus-prev-page-map): Remove duplicated one.
20706         (gnus-next-page-map): Don't set keymap parent.
20707         (gnus-mime-security-button-map): Ditto.
20709         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20710         version number.
20712         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20714 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20716         * canlock.el (canlock-sha1-function): Remove.
20717         (canlock-sha1-function-for-verify): Remove.
20718         (canlock-openssl-program): Remove.
20719         (canlock-openssl-args): Remove.
20720         (canlock-ignore-errors): Remove.
20721         (canlock-sha1-with-openssl): Remove.
20722         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20723         (canlock-verify): Don't use canlock-ignore-errors.
20725         * sha1-el.el (sha1-string-external): Make it can return a string
20726         in binary form.
20727         (sha1-region-external): Ditto.
20728         (sha1-string-internal): Ditto.
20729         (sha1-region-internal): Ditto.
20730         (sha1-region): Ditto.
20731         (sha1-string): Ditto.
20732         (sha1): Ditto.
20734 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20736         * spam.el (spam-report-articles-gmane): New command.
20738 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20740         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20742         * run-at-time.el (run-at-time-saved): Remove.
20743         (run-at-time): Doc fix.
20745 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20747         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20748         (gnus-summary-limit-map): Add it.
20749         (gnus-summary-make-menu-bar): do.
20751 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20753         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20754         Make attempt at some caching support (done for BBDB only now).
20755         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20756         addresses to be checked.
20757         (spam-clear-cache-BBDB): Add function, to be invoked by
20758         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20759         (spam-check-BBDB): Check and use the caches, if
20760         spam-cache-lookups is on, remove superfluous (provide).
20762 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20764         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20766 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20768         * run-at-time.el (run-at-time-saved): Move to after the definition
20769         of `run-at-time'.
20771         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20773 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20775         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20776         mm-w3m-local-map-property.
20778         * mm-view.el (mm-w3m-mode-map): Remove.
20779         (mm-w3m-local-map-property): Remove.
20780         (mm-inline-text-html-render-with-w3m): Don't use
20781         mm-w3m-local-map-property.
20783 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20785         * run-at-time.el: New file.
20787         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20788         under Emacs.
20790         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20791         of gnus-set-text-properties.
20793         * gnus-uu.el (gnus-uu-save-article): Ditto.
20795         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20797         * gnus-cite.el (gnus-cite-parse): Ditto.
20799         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20800         of gnus-.
20802         * gnus-xmas.el (run-at-time): Require run-at-time.
20804         * gnus.el: Change calls to nnheader-run-at-time and
20805         password-run-at-time throughout to use run-at-time directly.
20807         * password.el: Remove definition of run-at-time.
20809         * nnheaderxm.el: Remove definition of run-at-time.
20811 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20813         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20814         in prompt.
20816 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20818         * messagexmas.el (message-xmas-redefine): Alias
20819         `message-make-caesar-translation-table' to
20820         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20821         version.
20823         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20824         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20825         `gnus-xmas-set-text-properties'.
20826         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20827         `gnus-xmas-completing-read'.
20828         (gnus-xmas-completing-read): Removed.
20829         (gnus-xmas-open-network-stream): Removed.
20831         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20832         XEmacs version.
20834         * dns.el (dns-make-network-process): Use `open-network-stream'
20835         instead of `gnus-xmas-open-network-stream'.
20837         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20839         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20841 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20843         * gnus-art.el (gnus-mime-display-alternative)
20844         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20845         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20846         Don't use gnus-local-map-property.
20848         * gnus-util.el (gnus-local-map-property): Remove.
20850         * mm-view.el (mm-view-pkcs7-decrypt):
20851         Replace gnus-completing-read-maybe-default with completing-read.
20853         * gnus-util.el (gnus-completing-read): do.
20854         (gnus-completing-read-maybe-default): Remove.
20856 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20858         * password.el: Only autoload `run-at-time' if not XEmacs.
20859         Only autoload the itimer functions if XEmacs.
20861 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20863         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20864         XEmacsen.
20866         * dgnushack.el: Autoload executable-find for XEmacs.
20868 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20870         * gnus-art.el (gnus-read-string): Remove.
20871         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20872         read-string.
20874 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20876         * netrc.el: Autoload password-read.
20877         (netrc): Add configuration group.
20878         (netrc-encoding-method, netrc-openssl-path):
20879         Add variables for encoding and decoding of files with symmetric
20880         ciphers.
20881         (netrc-encode): Add assistant function to encode a file with
20882         netrc-encoding-method.
20883         (netrc-parse): Add interactive parameter, added optional
20884         decoding if netrc-encoding-method is non-nil but otherwise
20885         behavior is standard.
20886         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
20887         Do s/encode/encrypt/ everywhere.
20889         * spam.el: Remove executable-find autoload.
20891 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20893         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
20895         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
20897 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
20899         * gnus-art.el (gnus-treat-ansi-sequences)
20900         (article-treat-ansi-sequences): New variable and function.
20901         Suggested by Dan Jacobson <jidanni@jidanni.org>.
20903         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
20904         Use it.
20906 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
20908         * mm-util.el (mm-quote-arg): Remove.
20910         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
20911         shell-quote-argument.
20913         * gnus-uu.el (gnus-uu-command): do.
20915         * gnus-sum.el (gnus-summary-insert-pseudos): do.
20917         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
20918         with make-char.
20920         * mm-util.el (mm-make-char): Remove.
20922         * mml.el (mml-mode): Replace gnus-add-minor-mode with
20923         add-minor-mode.
20925         * gnus-undo.el (gnus-undo-mode): do.
20927         * gnus-topic.el (gnus-topic-mode): do.
20929         * gnus-sum.el (gnus-dead-summary-mode): do.
20931         * gnus-start.el (gnus-slave-mode): do.
20933         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
20935         * gnus-ml.el (gnus-mailing-list-mode): do.
20937         * gnus-gl.el (gnus-grouplens-mode): do.
20939         * gnus-draft.el (gnus-draft-mode): do.
20941         * gnus-dired.el (gnus-dired-mode): do.
20943         * gnus-ems.el (gnus-add-minor-mode): Remove.
20945         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20946         Replace gnus-char-width with char-width.
20948         * gnus-ems.el (gnus-char-width): Remove.
20950         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
20951         Replace gnus-char-width with char-width.
20953         * gnus-ems.el (gnus-char-width): Remove.
20955         * spam-stat.el (with-syntax-table): Remove with-syntax-table
20956         definition.
20957         Remove Emacs 20 hash table compatibility code.
20959         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
20960         20 compatibility code.
20962         * spam.el (spam-point-at-eol): Replace with point-at-eol.
20964         * smime.el (smime-point-at-eol): Replace with point-at-eol.
20966         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
20967         Replace with point-at-{eol,bol}.
20969         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
20971         * imap.el (imap-point-at-eol): Replace with point-at-eol.
20973         * flow-fill.el (fill-flowed-point-at-bol)
20974         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
20976         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
20977         Replace with point-at-{eol,bol} throughout all files.
20979 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
20981         * ntlm.el (ntlm-string-as-unibyte): New macro.
20982         (ntlm-build-auth-response): Use it.
20984         Remove Emacs 20 stuff:
20985         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
20986         (butlast, mapc, remove): Remove the compiler macros.
20987         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
20988         of delq and copy-sequence.
20989         * gnus-art.el (popup-menu): Remove the compiler macro.
20990         * nnmail.el (nnmail-split-fancy): Don't support customizing with
20991         Emacs 20.
20993 2004-01-05  Simon Josefsson  <jas@extundo.com>
20995         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
20996         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
20997         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
20998         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
20999         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21000         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21001         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21002         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21003         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21004         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21005         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21006         string-xor into ntlm-string-xor.
21007         Suggested by Jesper Harder <harder@myrealbox.com>.
21009         * ntlm.el: Don't include poem.
21011         * md4.el (print-int32, print-string-hexa): Remove.
21012         Suggested by Jesper Harder <harder@myrealbox.com>.
21014         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21016         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21017         probably breaks emacs with DL patch, but do we care? Is anyone
21018         still using the DL stuff?)
21020         * sieve-manage.el: Use the password package.
21021         (sieve-manage-read-passwd): Remove.
21022         (sieve-manage-interactive-login): Use password.  Re-add
21023         condition-case around loop.
21025         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21026         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21027         Use the password package.
21029 2003-02-19  Simon Josefsson  <jas@extundo.com>
21031         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21032         token.
21034 2002-08-07  Simon Josefsson  <jas@extundo.com>
21036         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21037         (sieve-manage-authenticators):
21038         (sieve-manage-authenticator-alist): Add some SASL mechs.
21039         (sieve-sasl-auth): New function.
21040         (sieve-manage-cram-md5-auth):
21041         (sieve-manage-plain-auth): Rewrite using SASL library.
21042         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21043         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21044         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21045         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21047 2004-01-05  Simon Josefsson  <jas@extundo.com>
21049         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21050         New files.
21052 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21054         * gnus-group.el (gnus-no-groups-message): Update.
21056         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21058 2003-11-09  Simon Josefsson  <jas@extundo.com>
21060         * imap.el: Support for ID IMAP extension (RFC 2971).
21061         (imap-local-variables): Add imap-id.
21062         (imap-id): New variable.
21063         (imap-id): New function.
21064         (imap-parse-response): Parse untagged ID response.
21065         * nnimap.el (nnimap-id): New variable.
21066         (nnimap-open-connection): Use it.
21068 2003-12-28  Simon Josefsson  <jas@extundo.com>
21070         * gnus-score.el (gnus-score-edit-all-score): New.
21071         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21073 2004-01-04  Simon Josefsson  <jas@extundo.com>
21075         * password.el: Add.
21077 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21079         * dns.el (dns-query-types): Fix typo.
21080         (dns-query-types): New function.
21081         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21082         PTR and SOA replies, see RFC 1035.
21084 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21086         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21088         * Move to Changelog.2.
21090 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21092         * gnus.el (gnus-version-number): Bump version.
21094 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21096         * gnus.el: No Gnus v0.1 is released.
21098 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21100         * gnus.el: No Gnus v0.0 is released.
21102 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21104         * gnus.el (gnus-version-number): Bump.
21105         (gnus-version): No.
21107 See ChangeLog.2 for earlier changes.
21109   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21111   This file is part of GNU Emacs.
21113   GNU Emacs is free software: you can redistribute it and/or modify
21114   it under the terms of the GNU General Public License as published by
21115   the Free Software Foundation, either version 3 of the License, or
21116   (at your option) any later version.
21118   GNU Emacs is distributed in the hope that it will be useful,
21119   but WITHOUT ANY WARRANTY; without even the implied warranty of
21120   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21121   GNU General Public License for more details.
21123   You should have received a copy of the GNU General Public License
21124   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21126 ;; Local Variables:
21127 ;; coding: utf-8
21128 ;; fill-column: 79
21129 ;; add-log-time-zone-rule: t
21130 ;; End: