ace8c1ce70d5c6460e56dd07398c8398633bd8fa
[gnus] / lisp / ChangeLog
1 2011-03-02  Julien Danjou  <julien@danjou.info>
2
3         * gnus-art.el (gnus-with-article-buffer): Fix buffer live check.
4
5 2011-03-01  Julien Danjou  <julien@danjou.info>
6
7         * gnus-art.el (list-identifier): Add list-identifier as a parameter
8         group.
9         (article-hide-list-identifiers): Use list-identifier group parameter.
10
11 2011-02-28  Julien Danjou  <julien@danjou.info>
12
13         * sieve.el (sieve-buffer-script-name): New local variable to store
14         sieve script name.
15         (sieve-edit-script): Store sieve script name.
16         (sieve-upload): Use sieve script name when uploading.
17         (sieve-upload): Use substitute-command-keys.
18         (sieve-edit-script): Use substitute-command-keys.
19         (sieve-refresh-scriptlist): Use substitute-command-keys.
20         (sieve-manage-mode-map): Define keymap properly.
21         (sieve-manage-mode): Do not set mode name manually, change mode-name to
22         (sieve-refresh-scriptlist): Use substitute-command-keys."Sieve-manage".
23         Remove commented code about cvs.
24         (sieve-manage-quit): New function.
25         (sieve-manage-mode-map): Bind 'q' to sieve-manage-quit.
26
27 2011-02-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
28
29         * gnus-group.el (gnus-import-other-newsrc-file): New function.
30
31 2011-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
32
33         * auth-source.el (auth-source-search): Cache empty result sets.
34
35         * password-cache.el (password-in-cache-p): Convenience function to
36         check if a key is in the cache, even if the value is nil.
37
38         * auth-source.el (auth-source-save-behavior): New variable to replace
39         `auth-source-never-create'.
40         (auth-source-netrc-create): Use it.
41         (auth-source-never-save): Remove.
42
43 2011-02-25  Lars Ingebrigtsen  <larsi@gnus.org>
44
45         * nnimap.el (nnimap-stream): Doc fix.
46         (nnimap-open-connection-1): Reverse the order of the ports to that the
47         prompted-for port is first.
48
49         * gnus-start.el (gnus-get-unread-articles): Don't clobber the async
50         retrieval by the no-group selection.
51
52         * gnus-demon.el (gnus-demon-init): run-with-timer should be called with
53         numerical parameters.
54
55 2011-02-25  Julien Danjou  <julien@danjou.info>
56
57         * gnus-gravatar.el: Use gnus-with-article-buffer.
58
59         * gnus-art.el (gnus-with-article-buffer): Check that the
60         gnus-article-buffer is alive.
61
62 2011-02-24  Teodor Zlatanov  <tzz@lifelogs.com>
63
64         * auth-source.el (auth-source-creation-prompts): New variable to manage
65         creation-time prompts.
66         (auth-source-search): Document it.
67         (auth-source-format-prompt): Add utility function.
68         (auth-source-netrc-create): Don't default the user name to
69         user-login-name.  Use `auth-source-creation-prompts' and some default
70         prompts for user, host, port, and password (the default generic prompt
71         remains ugly).
72         (auth-source-never-save): Add customizable option to never save info.
73         (auth-source-netrc-create): Use it and improve save prompts.  Fix help
74         mode excursion.
75
76 2011-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
77
78         * auth-source.el (auth-source-netrc-create): Use `read-char' with no
79         argument that XEmacs doesn't support.
80
81         * dgnushack.el (dgnushack-compile): Exclude color.el from being
82         compiled for Emacsen having no `libxml-parse-html-region' support.
83
84         * gnus-xmas.el (gnus-xmas-define): Remove gnus-x-color-values.
85
86         * lpath.el: Bind buffer-save-without-query for XEmacs.
87
88 2011-02-23  Julien Danjou  <julien@danjou.info>
89
90         * gnus-art.el (article-make-date-line): Ignore errors if time is
91         invalid and not convertible.
92         (article-make-date-line): Only add lapsed time if time is not nil.
93
94 2011-02-23  Teodor Zlatanov  <tzz@lifelogs.com>
95
96         * auth-source.el (auth-source-netrc-create): Use `read-char' instead of
97         `read-char-choice' for backwards compatibility.
98         (auth-source-netrc-element-or-first): New function to DTRT for
99         parameter extraction.
100         (auth-source-netrc-create): Use it and fix multiple parameter print
101         bug.  Use the default passed from above (given-default) or the
102         built-in (user-login-name for :user).
103
104 2011-02-23  Lars Ingebrigtsen  <larsi@gnus.org>
105
106         * gnus-start.el (gnus-dribble-read-file): Set
107         buffer-save-without-query, since we always want to save the dribble
108         file, probably.
109
110         * nnmail.el (nnmail-article-group): Allow a final "" split to work on
111         nnimap.
112
113         * gnus-sum.el (gnus-user-date-format-alist): Renamed back again from
114         -summary- since it's a user-visible variable.
115
116         * nnimap.el (nnimap-retrieve-group-data-early): Don't do QRESYNC the
117         first time you use the new Gnus.
118
119 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
120
121         * auth-source.el: Don't load netrc.el.
122         (auth-sources): Search ~/.netrc as well by default.
123         (auth-source-debug): Add 'trivia option for extra output.
124         (auth-source-do-trivia): Use it.
125         (auth-source-search): Simplify logic to use
126         `auth-source-search-backends'.  Use `auth-source-do-trivia' where
127         appropriate.  Don't keep a running count at this level.  Layer :create
128         and :delete options appropriately on the first and second passes.
129         Don't track the backend with the search results.
130         (auth-source-search-backends): New function to search a list of
131         backends for a processed spec.
132         (auth-source-netrc-parse): Cache all netrc files, making
133         auth-source-netrc-cache an alist keyed by the file name and using the
134         file mtime as the caching criterion.  Keep the obfuscated data secret
135         with a lexical bind.
136         (auth-source-netrc-search): Don't calculate the length of the results
137         unnecessarily.
138         (auth-source-search-backends): Fix bug.
139         (auth-source-netrc-create): Rework prompts.
140
141 2011-02-22  Andrew Cohen  <cohen@andy.bu.edu>
142
143         * nnir.el (nnir-imap-search-arguments,nnir-imap-default-search-key):
144         Lower case names of search constraints.
145         (nnir-run-query): Cache and reuse search constraints for all imap
146         servers.
147
148 2011-02-22  Lars Ingebrigtsen  <larsi@gnus.org>
149
150         * gnus-msg.el (gnus-inews-add-send-actions): Restore the winconf name
151         after exit.
152         (gnus-setup-message): Define missing variable from last checkin.
153
154         * gnus-sum.el (gnus-summary-show-article): When called with t as the
155         value, show the raw article.
156
157 2011-02-22  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
158
159         * gnus.el: No Gnus v0.13 is released.
160
161 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
162
163         * nnimap.el (nnimap-open-connection-1): Revert last change, since
164         auth-source now accepts numbers.
165
166         * auth-source.el (auth-source-netrc-parse): Accept a number as the port
167         spec, too.
168         (auth-source-ensure-strings): New function.
169
170         * gnus-art.el (gnus-article-update-date-headers): Doc fix.
171         (gnus-article-setup-buffer): Always restart the date timer so that user
172         changes to the frequency is respected.
173
174         * nnimap.el (nnimap-open-connection-1): auth-source expects strings as
175         port numbers, so make sure it gets that if nnimap-server-port is
176         explicit.
177
178 2011-02-21  Simon Josefsson  <simon@josefsson.org>
179
180         * nnimap.el (nnimap-inbox): Doc fix.
181
182 2011-02-21  Chong Yidong  <cyd@stupidchicken.com>
183
184         * color.el (color-name-to-rgb): Rename from color-rgb->normalize.
185         Autoload.  Add optional arg FRAME, and pass it to color-values.
186         (color-complement): Caller changed.  Doc fix.
187         (color-gradient): Rewrite for better clarity and efficiency.
188
189 2011-02-20  Chong Yidong  <cyd@stupidchicken.com>
190
191         * shr-color.el (shr-color->hexadecimal): Use renamed function names
192         color-rgb-to-hex, color-name-to-rgb, color-srgb-to-lab, and
193         color-lab-to-srgb.
194
195 2011-02-20  Drew Adams  <drew.adams@oracle.com>
196
197         * color.el: First part of merge from hexrgb.el.
198         (color-rgb-to-hex): Rename from color-rgb->hex.
199         (color-rgb-to-hsv): Rename from color-rgb->hsv.  Force hue and
200         saturation to zero if the value is too small.
201         (color-rgb-to-hsl): Rename from color-rgb->hsl.
202         (color-srgb-to-xyz): Rename from color-srgb->xyz.  Doc fix.
203         (color-xyz-to-srgb): Rename from color-xyz->srgb.  Doc fix.
204         (color-xyz-to-lab): Rename from color-xyz->lab.  Doc fix.
205         (color-lab-to-xyz): Rename from color-lab->xyz.  Doc fix.
206         (color-lab-to-srgb): Rename from color-lab->srgb.  Doc fix.
207         (color-cie-de2000): Doc fix.
208
209 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
210
211         * nntp.el (nntp-finish-retrieve-group-infos): Add a kludge to use the
212         given method as in the group name if we're using an extended method.
213         (nntp-finish-retrieve-group-infos): Wait for the end of the LIST ACTIVE
214         command, if we're using that, instead of waiting for the beginning.
215
216         * gnus-start.el (gnus-get-unread-articles): Extend the methods so that
217         we're sure to get unique server names, and we don't output two async
218         commands in the same buffer.  This fixes an NNTP hang for some users.
219
220 2011-02-21  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
221
222         * gnus.el: No Gnus v0.11 is released.
223
224 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
225
226         * gnus-sum.el (gnus-summary-next-article): Add a kludge to reselect the
227         summary buffer before reading going to the next buffer.  This avoids
228         putting the point in the group buffer if you `C-g' the command.
229
230         * auth-source.el (auth-source-netrc-parse): Add an in-memory netrc
231         cache (for now) to make ~/.authinfo.gpg files usable.
232
233         * nnfolder.el (copyright-update): Define for the compiler.
234
235         * auth-source.el (auth-source-search): Fix unbound variable.
236
237 2011-02-19  Glenn Morris  <rgm@gnu.org>
238
239         * gnus.el (gnus-meta): Doc fix.
240
241 2011-02-19  Chong Yidong  <cyd@stupidchicken.com>
242
243         * nnfolder.el (nnfolder-save-buffer): Don't let-bind copyright-update,
244         in case it's not yet loaded.
245
246 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
247
248         * nnimap.el (nnimap-wait-for-response): Ensure that we get the entire
249         line we're waiting for.
250
251 2011-02-19  Darren Hoo  <darren.hoo@gmail.com>  (tiny change)
252
253         * gnus-art.el (gnus-article-next-page-1): Because customized mode-line
254         face with line-width greater than zero will cause RET in gnus summary
255         buffer to scroll down article page-wise because auto vscroll happens,
256         it should be temporalily disabled when doing a scroll-up.
257
258 2011-02-19  Lars Ingebrigtsen  <larsi@gnus.org>
259
260         * nnimap.el (nnimap-parse-copied-articles): Allow for "<foo> OK"
261         outputs from the server.
262
263 2011-02-18  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
264
265         * gnus-art.el (gnus-article-prepare): Run gnus-article-prepare-hook
266         later so that bbdb can hook in easier.
267
268 2011-02-18  Lars Ingebrigtsen  <larsi@gnus.org>
269
270         * auth-source.el (auth-source-search): Don't try to create credentials
271         if the caller doesn't want that.
272         (auth-source-search): If we don't find a match, don't bug out on
273         non-bound variables.
274         (auth-source-search): Only ask a single backend to create the
275         credentials.
276
277         * nnimap.el (nnimap-log-command): Add a newline to the inhibited
278         logging.
279         (nnimap-credentials): Protect against auth-source-search returning nil.
280         (nnimap-request-list): Protect against not being able to open the
281         server.
282
283 2011-02-17  Lars Ingebrigtsen  <larsi@gnus.org>
284
285         * auth-source.el (auth-source-search): Do a two-phase search, one with
286         no :create to get the responses from all backends.
287
288         * nnimap.el (nnimap-open-connection-1): Delete duplicate server names
289         when getting credentials.
290
291         * gnus-util.el (gnus-delete-duplicates): New function.
292
293 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
294
295         * nnimap.el (nnimap-credentials): Instead of picking the first port as
296         a creation default, pass the whole port list down.  It will be
297         completed.
298
299         * auth-source.el (auth-source-search): Updated docs to talk about
300         multiple creation choices.
301         (auth-source-netrc-create): Accept a list as a value (from the search
302         parameters) and do completion on that list.  Keep a separate netrc line
303         with the password obscured for showing the user.
304
305         * nnimap.el (nnimap-open-connection-1): Make the `nnimap-address' the
306         first choice to `auth-source-search' so it will be used for entry
307         creation instead of the server's Gnus-specific name.
308         (nnimap-credentials): Rely on the auth-source library to select which
309         port is actually wanted in the new netrc entry, so don't override
310         `auth-source-creation-defaults'.
311
312         * auth-source.el (auth-source-netrc-parse): Use :port instead of
313         :protocol and accept a missing user, host, or port as a wildcard match.
314         (auth-source-debug): Default to off.
315
316         (auth-source-netrc-search, auth-source-netrc-create)
317         (auth-source-secrets-search, auth-source-secrets-create)
318         (auth-source-user-or-password, auth-source-backend, auth-sources)
319         (auth-source-backend-parse-parameters, auth-source-search): Use :port
320         instead of :protocol.
321
322         * nnimap.el (nnimap-credentials): Pass a port default to
323         `auth-source-search' in case an entry needs to be created.
324         (nnimap-open-connection-1): Use :port instead of :protocol.
325
326 2011-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
327
328         * auth-source.el: Bind load-path when loading EIEIO from
329         "gnus-fallback-lib/eieio"; don't pass more than two args, that XEmacs
330         21.4 doesn't support, to `require'.
331         (auth-source-secrets-search): Use mm-delete-duplicates instead of
332         delete-dups that is not available in XEmacs 21.4.
333
334 2011-02-16  Raphael Kubo da Costa  <kubito@gmail.com>  (tiny change)
335
336         * auth-source.el: Correctly load EIEIO from "gnus-fallback-lib/eieio"
337         as EIEIO must also be loaded when auth-source.el is being
338         byte-compiled.
339
340 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
341
342         * gnus-fallback-lib/eieio/eieio.el: Copy from Emacs.
343
344         * gnus-fallback-lib/eieio/eieio-speedbar.el: Copy from Emacs.
345
346         * gnus-fallback-lib/eieio/eieio-opt.el: Copy from Emacs.
347
348         * gnus-fallback-lib/eieio/eieio-datadebug.el: Copy from Emacs.
349
350         * gnus-fallback-lib/eieio/eieio-custom.el: Copy from Emacs.
351
352         * gnus-fallback-lib/eieio/eieio-comp.el: Copy from Emacs.
353
354         * gnus-fallback-lib/eieio/eieio-base.el: Copy from Emacs.
355
356         * auth-source.el: Load EIEIO from "gnus-fallback-lib/eieio" if
357         necessary.
358
359 2011-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
360
361         * gnus-sum.el (gnus-propagate-marks): Change default to t again, since
362         nil means that nnimap doesn't get updated.
363
364 2011-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
365
366         * auth-source.el (auth-source-netrc-create): Return a synthetic search
367         result when the user doesn't want to write to the file.
368         (auth-source-netrc-search): Expect a synthetic result and proceed
369         accordingly.
370         (auth-source-cache-expiry): New variable to override
371         `password-cache-expiry'.
372         (auth-source-remember): Use it.
373
374         * nnimap.el (nnimap-credentials): Remove the `inhibit-create'
375         parameter.  Create entry if necessary by using :create t.
376         (nnimap-open-connection-1): Don't pass `inhibit-create'.
377
378 2011-02-15  Teodor Zlatanov  <tzz@lifelogs.com>
379
380         * auth-source.el (auth-source-debug): Enable by default and don't
381         mention the obsolete `auth-source-hide-passwords'.
382         (auth-source-do-warn): New function to debug unconditionally.
383         (auth-source-do-debug): Use it.
384         (auth-source-backend-parse): Use it for invalid `auth-sources' entries
385         and for Secrets API entries when the secrets.el library is not
386         available.
387
388 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
389
390         * gnus-sum.el (gnus-propagate-marks): Default to nil.
391         (gnus-summary-exit): Kill the correct article buffer on exit from a
392         `C-d' group.
393
394         * gnus-start.el (gnus-use-backend-marks): Removed, since it duplicates
395         gnus-propagate-marks.
396
397         * gnus-sum.el (gnus-summary-exit-no-update): Restore the group conf
398         before killing the buffers so that a non-full window conf gets handled
399         correctly.
400         (gnus-summary-exit): Ditto.
401         (gnus-summary-read-group-1): Ditto.
402
403         * nntp.el (nntp-retrieve-group-data-early): Reinstate the two-part
404         async code again so that we can debug it properly.
405
406         * message.el (message-reply): Take an optional switch-buffer parameter
407         so that Gnus window confs are respected better.
408
409 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
410
411         * auth-source.el (auth-source-backend-parse-parameters): Don't rely on
412         `plist-get' to accept non-list parameters (XEmacs issue).  Fix
413         docstring.
414         (auth-source-secrets-search): Use `delete-dups', `append mapcar', and
415         `butlast' instead of `remove-duplicates', `mapcan', and `subseq'.
416         (auth-sources, auth-source-backend-parse, auth-source-secrets-search):
417         Login collection is "Login" and not "login".
418
419 2011-02-14  Lars Ingebrigtsen  <larsi@gnus.org>
420
421         * gnus-art.el (article-update-date-lapsed): Don't bug out when updating
422         multiple headers.
423
424         * nnimap.el (nnimap-inhibit-logging): New variable.
425         (nnimap-log-command): Don't log login commands.
426
427         * auth-source.el (auth-source-netrc-search): The asserts seem to want
428         to have more parameters.
429
430         * nnimap.el (nnimap-send-command): Mark the command time for each
431         command, so that we don't get NOOPs stepping on our toes.
432
433         * gnus-art.el (article-date-ut): Get the date from the Date header on
434         `t'.
435
436 2011-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
437
438         * auth-source.el (auth-source-search): Use copy-sequence instead of
439         the cl.el copy-list.
440
441 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
442
443         * imap.el: Bring it back (revert
444         84d800cd31de3064f0ed39617d725709a2f8f42f).
445
446 2011-02-13  Adam Sjøgren  <asjo@koldfront.dk>
447
448         * gnus-delay.el (gnus-delay-article) Fix number of seconds per day.
449         Improve prompt.
450
451 2011-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
452
453         * gnus-art.el (gnus-article-mode-line-format): Remove the article
454         washing status from the default format.  It isn't very informative.
455
456 2011-02-13  Tassilo Horn  <tassilo@member.fsf.org>  (tiny change)
457
458         * nnimap.el (nnimap-request-accept-article, nnimap-process-quirk): Fix
459         Gcc processing on imap.
460
461 2011-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
462
463         * imap.el: Remove file.  All the functionality is in nnimap.el.
464
465 2011-02-10  Stefan Monnier  <monnier@iro.umontreal.ca>
466
467         * message.el (message-bury): Don't pop up a new window when selected
468         window is dedicated.
469
470 2011-02-10  Antoine Levitt  <antoine.levitt@gmail.com>  (tiny change)
471
472         * gnus-sum.el (gnus-summary-save-parts): Use read-directory-name.
473
474 2011-02-10  Teodor Zlatanov  <tzz@lifelogs.com>
475
476         * sieve-manage.el: Autoload `auth-source-search'.
477         (sieve-sasl-auth): Use it.
478
479 2011-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
480
481         * nnimap.el: Autoload `auth-source-forget+'.
482         (nnimap-open-connection-1): Use it if the connection fails.
483
484         * auth-source.el: Require `password-cache'.
485         (auth-source-hide-passwords, auth-source-cache): Remove and mark
486         obsolete.
487         (auth-source-magic): Marker for `password-cache' keys.
488         (auth-source-do-cache): Update docstring.
489         (auth-source-search): Use and check cache.
490         (auth-source-forget-all-cached, auth-source-remember)
491         (auth-source-recall, auth-source-forget, auth-source-forget+)
492         (auth-source-specmatchp): Caching support functions.
493         (auth-source-forget-user-or-password, auth-source-forget-all-cached):
494         Remove and obsolete.
495         (auth-source-user-or-password): Remove caching to further discourage
496         using it.  Always hide passwords.
497
498         * password-cache.el (password-cache-remove): Accept secrets that are
499         not strings.
500
501 2011-02-09  Lars Ingebrigtsen  <larsi@gnus.org>
502
503         * nntp.el (nntp-retrieve-group-data-early-disabled): Disable the async
504         code for now, since it doesn't work for all users.
505
506 2011-02-09  Julien Danjou  <julien@danjou.info>
507
508         * message.el (message-options): Make message-options really buffer
509         local.
510
511 2011-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
512
513         * mail-source.el: Autoload `auth-source-search'.
514         (mail-source-keyword-map): Note order matters.
515         (mail-source-set-1): Get all the mail-source source values and
516         defaults and search auth-source on those if needed.  This can all
517         probably be simplified.
518
519         * nnimap.el: Autoload `auth-source-search'.
520         (nnimap-credentials): Use it.
521         (nnimap-open-connection-1): Ask for the virtual server and physical
522         address in one shot.
523
524         * nntp.el: Autoload `auth-source-search'.
525         (nntp-send-authinfo): Use it.  Note TODO.
526
527 2011-02-08  Julien Danjou  <julien@danjou.info>
528
529         * shr.el (shr-tag-body): Add support for text attribute in body
530         markups.
531
532         * message.el (message-options): Make message-options a local variable.
533
534 2011-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
535
536         * auth-source.el (auth-source-secrets-search)
537         (auth-source-user-or-password): Use `append' instead of `nconc'.
538         (auth-source-user-or-password): Build return list better and protect
539         against nil :secret.
540
541 2011-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
542
543         * nnimap.el (nnimap-update-info): Refactor slightly.
544         (nnimap-update-info): Tell Gnus whether there are any \Recent messages.
545         (nnimap-update-info): Clean up slightly.
546         (nnimap-quirk): Add quirk for Gmail IMAP which bugs out on NUL
547         characters.
548         (nnimap-process-quirk): Rename function to avoid collision.
549         (nnimap-update-info): Fix macrology bug-out.
550         (nnimap-update-info): Simplify split history test.
551
552 2011-02-06  Michael Albinus  <michael.albinus@gmx.de>
553
554         * auth-source.el (top): Require 'eieio unconditionally.  Autoload
555         `secrets-get-attributes' instead of `secrets-get-attribute'.
556         (auth-source-secrets-search): Limit search when `max' is greater than
557         number of results.
558
559 2011-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
560
561         * nntp.el (nntp-finish-retrieve-group-infos): Protect against the first
562         part not returning any data.
563
564         * proto-stream.el (open-protocol-stream): Document the return value.
565
566 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
567
568         * auth-source.el (auth-source-secrets-search): Add examples.
569
570 2011-02-06  Julien Danjou  <julien@danjou.info>
571
572         * message.el (message-setup-1): Handle message-generate-headers-first
573         set to t.
574
575 2011-02-06  Teodor Zlatanov  <tzz@lifelogs.com>
576
577         * auth-source.el (auth-sources): Allow for simpler defaults for Secrets
578         API with a string "secrets:collection-name" and with 'default.
579         (auth-source-backend-parse): Parse "secrets:collection-name" and
580         'default.  Recurse on parses instead of repeating code.  Use the
581         Secrets API is the source is not nil and 'ignore otherwise.  Emit a
582         message when ignoring a source.
583         (auth-source-search): List ignored search keys at the top level.
584         (auth-source-netrc-create): Use `case' instead of `cond'.
585         (auth-source-secrets-search): Created with TODOs.
586         (auth-source-secrets-create): Created with TODOs.
587         (auth-source-retrieve, auth-source-create, auth-source-delete)
588         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
589         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
590         (auth-source-user-or-password-sftp)
591         (auth-source-user-or-password-smtp): Removed.
592         (auth-source-user-or-password): Deprecated and modified to be a wrapper
593         around `auth-source-search'.  Not tested thoroughly.
594
595 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
596
597         * auth-source.el: Bring in assoc and eioeio libraries.
598         (secrets-enabled): New variable to track the status of the Secrets API.
599         (auth-source-backend): New EIOEIO class to represent a backend.
600         (auth-source-creation-defaults): New variable to set prompt defaults
601         during token creation (see the `auth-source-search' docstring for
602         details).
603         (auth-sources): Simplify to allow a simple string as a netrc backend
604         spec.
605         (auth-source-backend-parse): Parse a backend from an `auth-sources' spec.
606         (auth-source-backend-parse-parameters): Fill in the backend parameters.
607         (auth-source-search): Main auth-source API entry point.
608         (auth-source-delete): Wrapper around `auth-source-search' for deletion.
609         (auth-source-search-collection): Helper function for searching.
610         (auth-source-netrc-parse, auth-source-netrc-normalize)
611         (auth-source-netrc-search, auth-source-netrc-create): Netrc backend.
612         Supports search, create, and delete.
613         (auth-source-secrets-search, auth-source-secrets-create): Secrets API
614         backend stubs.
615         (auth-source-user-or-password): Call `auth-source-search' but it's not
616         ready yet.
617
618 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
619
620         * message.el (message-setup-1): Remove the read-only stuff, since it
621         doesn't work under XEmacs, for some reason.
622
623         * gnus-sum.el (gnus-user-date): Rename back from
624         gnus-summary-user-date since user code refers to it.
625
626         * shr.el (shr-render-td): Store the actual background colour used.
627
628         * message.el (message-setup-1): Don't bind the constant
629         -forbidden-properties.
630         (message-setup-1): Revert previous change, since it needs to bind the
631         props to insert them.
632         (message-resend): Allow removing the read-only separator line.
633
634 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
635
636         * nnimap.el (nnimap-request-accept-article): Give an error message if
637         the APPEND wasn't successful.
638
639 2011-02-03  Adam Sjøgren  <asjo@koldfront.dk>
640
641         * gnus-start.el (gnus-get-unread-articles): Fix the call to methods
642         that have no groups.
643
644 2011-02-03  Julien Danjou  <julien@danjou.info>
645
646         * gnus-draft.el: Remove progn around gnus-draft-setup.
647
648 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
649
650         * gnus-start.el (gnus-read-active-for-groups): This function is never
651         called with a nil `infos', so clean that up.
652         (gnus-get-unread-articles): Request active files from primary/secondary
653         methods that have no groups (yet).
654
655 2011-02-03  Julien Danjou  <julien@danjou.info>
656
657         * message.el (message-setup-1): Always generate References first.
658         (message-mail): Return the return value of message-setup, not always t.
659         (message-setup-1): Insert mail-header-separator with read-only and
660         intangible properties set.
661
662         * gnus.el (gnus-summary-line-format): Add missing semi-colon for
663         user-date in docstring.
664
665         * gnus-art.el (gnus-article-jump-to-part): Remove useless sit-for.
666
667         * gnus.el (gnus-summary-line-format): Mention &user-date format in
668         docstring.
669
670         * gnus.el (gnus-user-date-format-alist): Change default value. Use
671         defcustom, with type and group. Move from gnus-util.el. Rename to
672         gnus-summary-user-date-format-alist.
673
674 2011-02-03  Glenn Morris  <rgm@gnu.org>
675
676         * nnimap.el (gnus-fetch-headers): Declare.
677
678         * nnheader.el (gnus-range-add, gnus-remove-from-range): Autoload.
679
680 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
681
682         * message.el (message-forward-make-body-digest-plain)
683         (message-followup, message-reply): Clean up things noted by Stefan.
684
685         * gnus-art.el (gnus-article-setup-buffer): Stop the date timer if
686         gnus-article-update-date-headers is nil.
687         (gnus-article-date-headers): Rip out the old -treat-date-* stuff, since
688         it didn't really work with defcustom.
689         (article-update-date-lapsed): Make sure the window start doesn't move,
690         either.
691
692 2011-02-01  Julien Danjou  <julien@danjou.info>
693
694         * mm-uu.el (mm-uu-type-alist): Add support for git format-patch diff
695         format.
696
697         * mm-decode.el (mm-inline-media-tests): Do not check for diff-mode it's
698         standard in Emacs nowadays.
699
700         * color.el (color-gradient): Add a color-gradient function.
701
702 2011-02-01  Stefan Monnier  <monnier@iro.umontreal.ca>
703
704         * message.el (message-expand-name): Don't trust the return value of
705         bbdb-complete-name.
706         (message-check-news-header-syntax): Remove unused var `start'.
707         (message-idna-to-ascii-rhs-1): Remove unused vars `rhs' and `address'.
708         (message-inhibit-body-encoding): Move to before first use.
709         (mail-abbrev-mode-regexp, Expires, User-Agent, Lines, Distribution)
710         (To, References, In-Reply-To, Newsgroups, Subject, Path, From)
711         (Organization, Message-ID, Date, mh-previous-window-config):
712         Defvar the vars using dynamic scoping.
713
714 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
715
716         * shr.el (shr-render-td): Only do colours at the final rendering.
717         Should be slightly faster.
718         (shr-insert-table): Fix up TD background colours when doing the
719         vertical padding.
720
721         * gnus-art.el (article-date-ut): Protect against articles with no Date
722         header.
723         (article-update-date-lapsed): Don't use current-column to find the
724         horizontal position.  It's fragile in the presence of \003 characters.
725
726         * gnus-start.el (gnus-read-active-file-1): Remove dead parameter infos.
727
728 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
729
730         * gnus-art.el (article-transform-date): Rewrite to still work when
731         there are several rfc2822 parts.
732         (article-transform-date): Fix infinite recursion.
733         (article-date-ut): Replace infinitely many Date headers with a single
734         one when called interactively.
735
736         * nnimap.el (nnimap-wait-for-response): Wait for results in a more
737         secure manner.
738
739         * gnus-art.el (article-update-date-lapsed): Try to avoid having point
740         move around by not using save-window-excursion.  It seems to work...
741
742 2011-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
743
744         * gnus-art.el (article-make-date-line): Work for user-defined format.
745
746 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
747
748         * nntp.el (nntp-retrieve-group-data-early)
749         (nntp-finish-retrieve-group-infos): Implement the asynchronous data
750         fetching functions.
751
752         * gnus-start.el (gnus-read-active-for-groups): Read the active files
753         thoroughly for all backends that have no known groups.  This should
754         allow new nnml methods to retrieve mail.
755
756         * gnus-group.el (gnus-group-jump-to-group): Allow jumping to groups
757         that Gnus doesn't know exists again.
758
759         * gnus-art.el (gnus-article-date-lapsed-new-header): Removed.
760         (gnus-treat-date-ut): Ditto.
761         (gnus-article-update-date-header): Renamed.
762         (gnus-treat-date-local): Removed.
763         (gnus-treat-date-english): Removed.
764         (gnus-treat-date-lapsed): Removed.
765         (gnus-treat-date-combined-lapsed): Removed.
766         (gnus-treat-date-original): Removed.
767         (gnus-treat-date-iso8601): Removed.
768         (gnus-treat-date-user-defined): Removed.
769         (gnus-article-date-headers): New variable to control all the date
770         header options.
771         (article-date-ut): Rewrite to allow using the new way to format date
772         headers(s).
773
774 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
775
776         * nnmail.el (nnmail-article-group): Check for a direct fancy split
777         method.
778         (nnmail-article-group): A better test for fanciness.
779
780         * nnimap.el (nnimap-request-head): Protect against not finding the
781         article by Message-ID.
782
783 2011-01-29  Lars Ingebrigtsen  <larsi@gnus.org>
784
785         * gnus-art.el (article-update-date-lapsed): Try a better way to really
786         keep point at the "same place".
787
788 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
789
790         * gnus-sum.el (gnus-select-newsgroup): Don't try to alter the active
791         data if the group is unactivated.
792
793 2011-01-28  Julien Danjou  <julien@danjou.info>
794
795         * gnus-win.el: Remove dead function gnus-window-configuration-element.
796         (gnus-all-windows-visible-p): Remove old compatibility code.
797         (gnus-window-top-edge): Add docstring.
798
799         * gnus-group.el (gnus-group-jump-to-group): Set must match to t.
800
801 2011-01-28  Lars Ingebrigtsen  <larsi@gnus.org>
802
803         * gnus-int.el (gnus-request-marks): Call *-request-marks instead of the
804         older request-update-info.
805
806         * gnus-art.el (article-make-date-line): Limit the length a bit more.
807
808 2011-01-28  Daiki Ueno  <ueno@unixuser.org>
809
810         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt):
811         Give mml2015-signers higher precedence over mml2015-sign-with-sender.
812
813 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
814
815         * gnus-group.el (gnus-group-refresh-group): Refresh even non-visible
816         groups.  This makes the nndraft:queue group pop up if it's not already
817         there.
818
819         * gnus-sum.el (gnus-summary-read-group-1): Fix the "contains no
820         messages" logic, which was reversed.
821
822         * gnus-art.el (article-update-date-lapsed): Ensure that point stays at
823         the "same place" even if point is on the line being replaced.
824         (article-update-date-lapsed): Allow updating both the combined lapsed
825         and the lapsed headers.
826         (article-update-date-lapsed): Skip past all the X-Sent/Date headers.
827         (article-make-date-line): Limit the number of segments dynamically to
828         avoid too-long lines.
829
830 2011-01-27  Julien Danjou  <julien@danjou.info>
831
832         * mml2015.el (mml2015-epg-sign): Add and use mml2015-sign-with-sender.
833         (mml2015-epg-encrypt): Use mml2015-sign-with-sender.
834
835 2011-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
836
837         * shr.el (shr-expand-newlines, shr-previous-newline-padding-width):
838         Use plist-get instead of the cl function getf.
839
840 2011-01-27  Glenn Morris  <rgm@gnu.org>
841
842         * gnus-util.el (float-time): Get rid of compiler warning, again.
843
844 2011-01-27  Lars Ingebrigtsen  <larsi@gnus.org>
845
846         * shr.el (shr-put-color): Special-case background colours: Do put them
847         at the blank parts at the front of the lines.
848
849         * gnus-draft.el (gnus-draft-clear-marks): New function to be run as an
850         exit hook to nix out all data on readedness on group exit.
851
852         * gnus-util.el (float-time): If float-time is bound, always use it on
853         all Emacsen.  It's unclear why the subrp check was there.
854         (time-date): Require to make some autoload issues on XEmacs go away.
855
856         * shr.el (shr-put-color): Don't do the box padding in tables, since
857         they're already padded.
858
859 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
860
861         * gnus-art.el (gnus-article-next-page): When the last line of the
862         article is displayed, scroll down once more instead of going to the
863         next article at once.
864         (article-lapsed-string): Refactor out and allow specifying how many
865         segments you want.
866         (gnus-article-setup-buffer): Start updating the lapsed header directly.
867         (gnus-article-update-lapsed-header): New variable.
868
869         * shr.el: Revert change that made headings use different-sized faces.
870         The Emacs display engine isn't advanced enough that, for instance,
871         tables can comfortably use differntly-sized faces.
872
873 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
874
875         * nnimap.el (nnimap-open-connection-1): Store the actual stream type
876         used.
877         (nnimap-login): Prefer plain LOGIN if it's enabled (since it requires
878         fewer round trips than CRAM-MD5, and it's less likely to be buggy), and
879         we're using an encrypted connection.
880
881         * proto-stream.el: Alter the interface functions to also return the
882         actual stream type used: network or tls.
883
884 2011-01-25  Julien Danjou  <julien@danjou.info>
885
886         * mm-view.el (mm-display-shell-script-inline): Fix typo in docstring.
887         (mm-display-javascript-inline): New function.
888
889         * mm-decode.el (mm-inline-media-tests): Add application/javascript
890         viewing function.
891
892 2011-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
893
894         * shr.el (shr-expand-newlines): Fix variable name.
895
896 2011-01-25  Lars Ingebrigtsen  <larsi@gnus.org>
897
898         * shr.el (shr-expand-newlines): Make nested boxes work.
899
900 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
901
902         * shr.el (shr-expand-newlines): Proof of concept implemantation of boxy
903         backgrounds.
904         (shr-expand-newlines): Switch to using overlays to enable kill'n'yank
905         in a more sensible manner.
906
907 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
908
909         * mml-smime.el (mml-smime-use): Make it a defcustom and default to 'epg
910         if EPG is loaded.
911
912 2011-01-24  Julien Danjou  <julien@danjou.info>
913
914         * shr.el: Use defface to create shr-tag-h[1-6] faces to fontify h[1-6]
915         tags.
916
917 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
918
919         * gnus-art.el (gnus-article-read-summary-keys): Don't call disabled
920         commands.
921
922         * gnus-gravatar.el (gnus-gravatar-insert): Don't move point around
923         in the article buffer.
924         (gnus-gravatar-insert): Use blank space from the current buffer to
925         avoid breaking text properties.  This makes X-Sent updating work again.
926
927         * gravatar.el (gravatar-retrieve): Be silent when retrieving.
928
929 2011-01-23  Lars Ingebrigtsen  <larsi@gnus.org>
930
931         * gnus-html.el (gnus-html-image-fetched): Kill the buffer anyway, and
932         fix the bug in url-http.el instead.
933
934         * shr.el (shr-image-fetched): Ditto.
935
936         * shr.el (shr-image-fetched): Avoid having point move in the article
937         buffer.
938
939         * gnus-html.el (gnus-html-image-fetched): Don't kill the temporary
940         buffer after being called.  It's apparently being killed by url.el, and
941         killing it made point move to end-of-buffer in a random buffer.
942
943         * shr.el (shr-image-fetched): Ditto.
944
945 2011-01-23  Julien Danjou  <julien@danjou.info>
946
947         * mm-decode.el (mm-inline-media-tests): Change text/org to text/x-org.
948
949         * mm-uu.el (mm-uu-org-src-code-block-extract): Change text/org to
950         text/x-org.
951
952 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
953
954         * gnus-sum.el (gnus-summary-move-article): Protect against backends
955         (i.e., nnimap) returning nil as the article number.
956
957 2011-01-22  Kazuhiro Ito  <kzhr@d1.dion.ne.jp>  (tiny change)
958
959         * flow-fill.el (fill-flowed): Make `delete-space' option correspond to
960         "DelSp" parameter in RFC3676.
961
962 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
963
964         * message.el (message-check-recipients): Display the encoded version of
965         the bogus address if they differ.
966
967         * gnus-draft.el (gnus-group-send-queue): Really refresh the queue group
968         after sending.
969
970         * gnus-agent.el (gnus-agent-send-mail): Ditto.
971
972         * gnus-group.el (gnus-group-refresh-group): New convenience function.
973
974         * gnus-draft.el (gnus-group-send-queue): Update the queue group in the
975         group buffer after sending the queue.
976
977         * gnus-agent.el (gnus-agent-send-mail): Ditto.
978
979 2011-01-22  Julien Danjou  <julien@danjou.info>
980
981         * mailcap.el (mailcap-mime-extensions): Rename text/org to text/x-org.
982
983 2011-01-22  Lars Ingebrigtsen  <larsi@gnus.org>
984
985         * mm-decode.el (mm-preferred-alternative-precedence): Don't bug out on
986         nested related parts.
987
988         * nnfolder.el (nnfolder-request-expire-articles): Return the list of
989         unexpired articles.  This fixes the regression that led expiry marks to
990         disappear from nnfolder groups.
991
992 2011-01-21  Stefan Monnier  <monnier@iro.umontreal.ca>
993
994         * gnus-art.el (gnus-button-alist, gnus-button-handle-info-keystrokes):
995         Don't confuse the "ret" of "retrograde" with RET.
996
997 2011-01-21  Julien Danjou  <julien@danjou.info>
998
999         * gnus-art.el (gnus-mime-display-single): Use mm-display-inline rather
1000         than mm-insert-inline.
1001
1002 2011-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1003
1004         * gnus-art.el (gnus-article-remove-images, gnus-article-show-images):
1005         Widen article buffer.
1006
1007 2011-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1008
1009         * mm-util.el (mm-find-buffer-file-coding-system): Don't forget to kill
1010         the temp buffer.
1011         * message.el (message-mailer-swallows-blank-line): Use with-temp-buffer.
1012
1013 2011-01-20  Julien Danjou  <julien@danjou.info>
1014
1015         * mm-decode.el (mm-inline-media-tests): Add text/x-sh.
1016
1017         * gnus-art.el (gnus-mime-inline-part): Use mm-display-inline rather
1018         than mm-insert-inline to insert inline part: this respect
1019         mm-inline-media-tests displayers.
1020
1021         * mm-view.el (mm-display-shell-script-inline): New function.
1022
1023         * mm-decode.el (mm-inline-media-tests): Add x-shellscript and x-sh.
1024
1025         * mm-uu.el (mm-uu-type-alist): Add org block.
1026         (mm-uu-org-src-code-block-extract): New function.
1027
1028         * mm-view.el (mm-display-org-inline): New function.
1029
1030         * mm-decode.el (mm-automatic-display): Add text/org.
1031
1032         * mailcap.el (mailcap-mime-extensions): Add .org.
1033
1034 2011-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1035
1036         * gnus-art.el (gnus-article-highlight): Remove argument passed to
1037         gnus-article-add-buttons.
1038
1039 2011-01-19  Tom Rauchenwald  <sehnsucht.nach.unendlichkeit@quantentunnel.de>  (tiny change)
1040
1041         * spam.el (spam-spamassassin-register-with-sa-learn): Insert a full
1042         From header with a date and "nobody" as the sender.
1043
1044 2011-01-19  Julien Danjou  <julien@danjou.info>
1045
1046         * gnus-art.el (gnus-article-add-buttons): Simplify condition.
1047         (gnus-button-push): Remove gnus-button-entry function, it fails heavily
1048         if you have the same regexp several times.
1049         (gnus-button-push): Fix matching when regexp is symbol.
1050
1051 2011-01-15  Glenn Morris  <rgm@gnu.org>
1052
1053         * message.el (message-mail): A compose-mail function should
1054         accept headers as strings.
1055
1056 2011-01-13  Chong Yidong  <cyd@stupidchicken.com>
1057
1058         * message.el (message-tool-bar-gnome): Tweak tool-bar items.
1059         Add :vert-only tags.
1060         (message-mail): New arg RETURN-ACTION.
1061         (message-return-action): New var.
1062         (message-bury): Use it.
1063         (message-mode): Make it buffer-local.
1064         (message-send-and-exit): Always call message-bury.
1065
1066         * gnus-msg.el (gnus-msg-mail): New arg RETURN-ACTION.  Pass it to
1067         message-mail.
1068
1069 2011-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1070
1071         * nnimap.el (nnimap-convert-partial-article): Protect against
1072         zero-length body parts.
1073
1074         * mm-decode.el (mm-preferred-alternative-precedence):
1075         Discourage showing empty parts.
1076
1077         * gnus-int.el (gnus-request-accept-article): Don't try to update marks
1078         and stuff if the backend didn't return the article number.  This fixes
1079         an Exchange-related nnimap bug.
1080
1081         * gnus-sum.el (gnus-summary-next-article): Remove hack to reselect
1082         group window, because it does the wrong thing when a separate frame
1083         displays the group buffer.
1084
1085         * proto-stream.el (open-protocol-stream): Protect against the low-level
1086         transport functions returning nil.
1087
1088 2011-01-07  Daiki Ueno  <ueno@unixuser.org>
1089
1090         * mml2015.el (epg-sub-key-fingerprint): Autoload.
1091         (mml2015-epg-find-usable-secret-key): New function.
1092         (mml2015-epg-sign): Use mml2015-epg-find-usable-secret-key instead of
1093         mml2015-epg-find-usable-key (Bug#7797).
1094         (mml2015-epg-encrypt): Ditto.
1095
1096 2011-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1097
1098         * dgnushack.el (rot13-string): Fix the way to get the argument.
1099
1100 2011-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1101
1102         * flow-fill.el (fill-flowed-encode): Do encoding citation-aware.
1103
1104 2011-01-03  Glenn Morris  <rgm@gnu.org>
1105
1106         * sieve-manage.el (sieve-manage-open): Correctly set sieve-manage-port.
1107
1108         * sieve.el (sieve-open-server): Give a more explicit error if
1109         sieve-manage-open returns nil.  (Bug#7720)
1110
1111 2011-01-02  Karl Fogel  <kfogel@red-bean.com>
1112
1113         * gnus-msg.el (gnus-message-replyencrypt): Default to `t'.
1114
1115 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1116
1117         * nnimap.el (nnimap-login): Prefer AUTH=CRAM-MD5, if it's available.
1118         This avoids sending passwords in plain text over non-encrypted
1119         channels.
1120
1121         * shr.el (shr-rescale-image): Display all GIF images as animated images.
1122
1123         * nnimap.el (nnimap-login): Refactored out into own function, and
1124         implement CRAM-MD5.
1125         (nnimap-wait-for-line): Refactored out.
1126
1127         * mm-view.el (mml-smime): Require.
1128
1129 2010-12-20  David Engster  <deng@eml.cc>
1130
1131         * mm-view.el (mm-view-pkcs7-decrypt): If mml-smime-use is set to 'epg,
1132         use EPG to decrypt S/MIME messages instead of openssl.
1133
1134 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1135
1136         * nnimap.el (nnimap-request-group): Avoid double SELECT on `M-g'.
1137
1138         * gnus-group.el (gnus-group-kill-group): Don't try to update the group
1139         status is the group clearly is unreachable.
1140
1141         * auth-source.el (auth-source-create): Add the optional second
1142         parameter to `local-variable-p' to be compatible with XEmacs.
1143
1144 2011-01-02  Wang Diancheng  <dcwang@kingbase.com.cn>  (tiny change)
1145
1146         * nnml.el (nnml-request-article): Allow requesting by Message-ID to
1147         work when using a compressed nnml folder.
1148
1149 2011-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1150
1151         * gnus-sum.el (gnus-select-newsgroup): Don't propagate marks to
1152         backends after sanitising on entry, because this never makes sense:
1153         If the articles have gone missing, then the data no longer exists on
1154         the backend, and if they haven't, then Gnus is wrong, and shouldn't
1155         overwrite anything anyway.
1156
1157         * shr.el (shr-insert-document): Bind shr-width dynamically to
1158         window-width if it's nil.
1159
1160 2010-12-30  Tassilo Horn  <tassilo@member.fsf.org>
1161
1162         * shr.el (shr-width, shr-insert-document): Allow nil as shr-width value
1163         with the meaning of using the full emacs window width for rendering.
1164
1165 2010-12-27  Daiki Ueno  <ueno@unixuser.org>
1166
1167         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Take care the
1168         case when sender is not given.
1169
1170 2010-12-23  Julien Danjou  <julien@danjou.info>
1171
1172         * gnus-gravatar.el (gnus-gravatar-transform-address): Set
1173         `mail-extr-ignore-realname-equals-mailbox-name' to nil when extracting
1174         the addresses, otherwise we might misplaced the gravatar.
1175
1176 2010-12-21  Daiki Ueno  <ueno@unixuser.org>
1177
1178         * mml1991.el (pgg-sign-region, pgg-encrypt-region):
1179         * gnus-art.el (pgg-snarf-keys-region): Autoload since PGG is now
1180         obsolete in Emacs.
1181
1182 2010-12-20  Julien Danjou  <julien@danjou.info>
1183
1184         * gnus-util.el (gnus-rescale-image): Revert last change.
1185
1186 2010-12-17  Chong Yidong  <cyd@stupidchicken.com>
1187
1188         * binhex.el: Improve commentary (Bug#7482).
1189
1190 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1191
1192         * gnus-group.el (gnus-group-delete-articles): New command.
1193
1194 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1195
1196         * nnir.el (nnir-mode): Make sure 'gnus-registry-install is bound.
1197
1198 2010-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1199
1200         * gnus-sum.el (gnus-get-newsgroup-headers): Revert the last change
1201         here, since it's up to the backends to do CRLF removal if their
1202         protocol has it.
1203
1204         * nnimap.el (nnimap-retrieve-headers): Remove CRLF from the headers.
1205
1206 2010-12-17  Julien Danjou  <julien@danjou.info>
1207
1208         * gnus-util.el (gnus-rescale-image): Allow to resize images even if
1209         they are from file. Can also scale up.
1210
1211 2010-12-17  Andrew Cohen  <cohen@andy.bu.edu>
1212
1213         * gnus-sum.el (gnus-summary-refer-thread): Simplify code. Restore
1214         gnus-use-agent.
1215         (gnus-get-newsgroup-headers): Avoid unwanted spaces at eol.
1216
1217         * nnir.el (nnir-get-active): Ignore nnir-ignored-newsgroups if null.
1218
1219 2010-12-17  Julien Danjou  <julien@danjou.info>
1220
1221         * gravatar.el (gravatar-retrieve-synchronously): New function.
1222         (gravatar-get-data): Make more robust.
1223
1224 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1225
1226         * lpath.el: Bind epa-file-encrypt-to for Emacs 22 and XEmacs.
1227
1228 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1229
1230         * nnimap.el (nnimap-wait-for-response): Fix the end-point calculation
1231         to really consider the last line.
1232
1233 2010-12-16  Daiki Ueno  <ueno@unixuser.org>
1234
1235         * auth-source.el (auth-source-gpg-encrypt-to): New variable to set the
1236         list of recipient keys, or use symmetric encryption if not a list.
1237         (auth-source-create): Use it to make `epa-file-encrypt-to' local for an
1238         EPA override, replacing the call to `netrc-store-data'.
1239
1240 2010-12-16  Dan Davison  <dandavison7@gmail.com>  (tiny change)
1241
1242         * gnus-srvr.el: Avoid passing nil regexp argument to
1243         delete-matching-lines.
1244
1245 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1246
1247         * gnus-html.el (gnus-html-schedule-image-fetching): Make sure the HTML
1248         fetching stops when Gnus exits.
1249
1250         * nnfolder.el (nnfolder-save-all-buffers): Refactor out into its own
1251         function.
1252         (nnfolder-request-expire-articles): Save all the buffers after doing
1253         expiry.
1254
1255         * nnmail.el (nnmail-expiry-target-group): Revert the "all articles are
1256         the last article", since that led to serious performance regressions
1257         when expiring nnml groups.
1258
1259 2010-12-16  Andrew Cohen  <cohen@andy.bu.edu>
1260
1261         * nnir.el: Improve customizations.
1262
1263 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1264
1265         * gnus-start.el (gnus-subscribe-newsgroup): Notify the backend.
1266
1267         * gnus-group.el (gnus-group-kill-group): Notify the backend that the
1268         group has been killed.
1269         (gnus-group-yank-group): Ditto.
1270
1271         * gnus-srvr.el (gnus-browse-unsubscribe-group): Ditto.
1272
1273         * nnimap.el (nnimap-request-update-group-status): New function.
1274
1275         * gnus-int.el (gnus-request-update-group-status): New interface
1276         function.
1277
1278         * gnus-sum.el (gnus-summary-push-marks-to-backend): Fix the logic for
1279         copying read-ness to the backends.
1280
1281         * nnimap.el (nnimap-quirk): New function.
1282         (nnimap-retrieve-group-data-early): Use it.
1283         (nnimap-quirks): New alist.
1284
1285 2010-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1286
1287         * shr.el (shr-insert): Set shr-start after deleting trailing space;
1288         don't delete it within indentation.
1289
1290 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1291
1292         * nnimap.el (nnimap-wait-for-response): Always look (at least) at the
1293         previous line.
1294
1295 2010-12-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1296
1297         * nnimap.el (nnimap-retrieve-group-data-early): Fix the syntax of the
1298         QRESYNC command by deleting a superfluous space which broke Cyrus
1299         servers.  This change will break other servers that are buggy the other
1300         way around.
1301
1302 2010-12-14  Teodor Zlatanov  <tzz@lifelogs.com>
1303
1304         * spam.el: Reindent and fix long lines.
1305         (spam-copy-or-move-routine): Exclude invalid move destinations.
1306
1307 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
1308
1309         * nnir.el (nnir-mode): Don't install registry hooks if user hasn't
1310         installed the registry.
1311
1312 2010-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1313
1314         * dgnushack.el (rot13-string): New macro for XEmacs.  netrc.el uses it.
1315
1316 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1317
1318         * nnir.el (nnir-run-gmane): Better check for gmane groups: error out if
1319         groupname doesn't contain "gmane".
1320
1321 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1322
1323         * netrc.el (netrc-point-at-eol): Remove the unused netrc-point-at-old
1324         and netrc-bound-and-true-p bindings.
1325         (netrc-parse): Cache the netrc contents.
1326
1327         * gnus-start.el (gnus-matches-options-n): Fix typo in last change.
1328         (gnus-1): Don't create the nndrafts group twice.
1329         (gnus-setup-news): There's no need to read the active file here, since
1330         that's done again later on a per-backend basis.
1331         (gnus-start-draft-setup): Make sure that the new group is started out
1332         empty.
1333
1334         * gnus-agent.el (gnus-agentize): Don't create the queue group
1335         automatically on startup.  It'll be created later, if needed.
1336
1337         * gnus-start.el (gnus-auto-subscribed-groups): Add nnimap to the list
1338         of automatically subscribed groups.
1339         (gnus-auto-subscribed-categories): New variable.
1340         (gnus-matches-options-n): Use it.
1341         (gnus-default-subscribed-newsgroups): Remove unused variable.
1342         (gnus-start-draft-setup): Message a bit less.
1343
1344 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
1345
1346         * nnir.el (nnir-run-imap): Return article list in order of increasing
1347         UID.
1348
1349 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1350
1351         * gnus-sum.el (gnus-summary-enter-digest-group):
1352         Mention gnus-auto-select-on-ephemeral-exit.
1353
1354         * proto-stream.el (proto-stream-open-network-only): Fix the calling
1355         convention of the network-only option.
1356
1357 2010-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1358
1359         * proto-stream.el (proto-stream-open-network-only): New function to
1360         have a way to specify non-STARTTLS upgrade connections.
1361
1362 2010-12-10  Julien Danjou  <julien@danjou.info>
1363
1364         * gnus-gravatar.el (gnus-gravatar-transform-address): Fix error when
1365         email address is nil.
1366
1367         * message.el (message-bogus-recipient-p): Set address to "" if nil.
1368
1369 2010-12-10  Andrew Cohen  <cohen@andy.bu.edu>
1370
1371         * nnir.el (nnir-request-expire-articles): Ignore expiry except for
1372         deletion.
1373         (nnir-run-imap): Only need to parse list once.
1374
1375 2010-12-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1376
1377         * shr.el (shr-tag-script): Ignore <script>.
1378         (shr-tag-label): Add <label> support.
1379
1380 2010-12-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1381
1382         * mm-util.el (mm-ucs-to-char): Use eval-and-compile.
1383
1384         * shr.el (shr-image-displayer): Work for images lined side by side.
1385
1386 2010-12-08  Robert Pluim  <rpluim@gmail.com>
1387
1388         * gnus-demon.el (gnus-demon-init): Call run-with-timer with an integer
1389         parameter, since XEmacs doesn't accept t as a parameter.
1390
1391 2010-12-08  Andrew Cohen  <cohen@andy.bu.edu>
1392
1393         * nnir.el (nnir-retrieve-headers): Use rassq when comparing article
1394         ids.
1395         (nnir-run-gmane): Simplify groupspec formatting.
1396         (nnir-request-expire-articles): New function.
1397
1398 2010-12-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1399
1400         * nnimap.el (nnimap-parse-flags): Tweak VANISHED regexp to avoid regexp
1401         overflow, possibly.
1402
1403         * shr.el (shr-tag-table-1): Use bg/gfcolor specs on tables.
1404         (shr-render-td): Handle td style="" better.
1405         (shr-tag-table): Use the color from the style sheet.
1406         (shr-render-td): Make sure we copy over all the overlays, too.
1407
1408 2010-12-07  Andrew Cohen  <cohen@andy.bu.edu>
1409
1410         * nnir.el (nnir-run-gmane): Restore sub-optimal test for gmane server.
1411         (nnir-request-article): Improve article retrieval.
1412
1413 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1414
1415         * mm-util.el (mm-extra-numeric-entities): New variable.
1416
1417         * mm-url.el (mm-url-decode-entities):
1418         * mm-decode.el (mm-shr): Use it to decode extra numeric entities.
1419
1420         * lpath.el: Fbind completion-at-point for Emacs 22 and XEmacs.
1421
1422 2010-12-07  Stefan Monnier  <monnier@iro.umontreal.ca>
1423
1424         * message.el: Use completion-at-point.
1425         (message-completion-function): New fun, extracted from message-tab.
1426         (message-mode): Use it for completion-at-point-functions.
1427         (message-tab): Use it and completion-at-point.
1428
1429 2010-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1430
1431         * shr.el (shr-find-fill-point): Don't break a line after a kinsoku-bol
1432         character if a non-breakable character follows.
1433
1434 2010-12-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1435
1436         * proto-stream.el (proto-stream-open-tls): Return nil if we don't get
1437         any stream.
1438
1439         * shr.el (shr-tag-font): Colorize the region.
1440         (shr-tag-body): Ditto.
1441         (shr-tag-font): Actually let the styles be inherited instead of
1442         overwriting them.
1443         (shr-tag-font): Get the background color right.
1444         (shr-tag-style): Ignore all <style> tags for the moment.
1445
1446         * gnus-int.el (gnus-request-thread): Rework to take a header instead of
1447         a Message-ID to avoid having nnimap depend on gnus-sum.
1448
1449         * shr.el (shr-descend): Only colorize something if we have a node that
1450         sets colors.
1451
1452 2010-12-06  Julien Danjou  <julien@danjou.info>
1453
1454         * shr.el (shr-render-td): Render td content with shr-descend, so style
1455         will be applied to <td> too.
1456         (shr-colorize-region): Colorize region even if we only have a background.
1457         (shr-tag-body): Fix color and background color inheritance.
1458         Do not recolorize after shr-generic.
1459         (shr-tag-font): Let shr-generic colorize via inheritance.
1460
1461 2010-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1462
1463         * shr.el (shr-find-fill-point): Don't regard apostrophe as kinsoku-bol.
1464
1465 2010-12-06  Andrew Cohen  <cohen@andy.bu.edu>
1466
1467         * nnir.el (nnir-request-move-article): Remove obsolete code.
1468
1469 2010-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1470
1471         * gnus-util.el (gnus-macroexpand-all): Use eval-and-compile.
1472
1473 2010-12-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1474
1475         * gnus-sum.el (gnus-summary-respool-article): The completion function
1476         expects a list instead of an alist.
1477
1478         * nntp.el (nntp-snarf-error-message): nnheader-report takes a format
1479         string as the parameter.
1480
1481         * gnus.el (gnus-valid-select-methods): Allow nnimap to respool.
1482
1483         * shr.el (shr-stylesheet): New dynamic variable for cascading the
1484         styles.
1485         (shr-colorize-region): New function.
1486         (shr-insert-background-overlay): Remove.
1487         (shr-render-td): Background setting should be taken care of on a higher
1488         level.
1489         (shr-tag-body): Use post-hoc colorizations.
1490         (shr-tag-body): Set up a style sheet based on bgcolor/fgcolor.
1491         (shr-put-color-1): Don't overwrite old colors.
1492         (shr-colorize-region): When the background color isn't explicit, use
1493         a fixed background.
1494
1495         * gnus-util.el (gnus-output-to-mail): Require nnmail before using
1496         nnmail variables.
1497
1498 2010-12-05  Bjørn Mork  <bjorn@mork.no>
1499
1500         * nnimap.el (nnimap-process-expiry-targets): Avoid downloading articles
1501         unless necessary.
1502
1503 2010-12-05  Andrew Cohen  <cohen@andy.bu.edu>
1504
1505         * nnir.el (nnir-run-gmane): Use more careful test for gmane nntp
1506         server.
1507
1508 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1509
1510         * gnus-html.el (gnus-html-put-image): Use widget instead of local maps
1511         so that TAB works.
1512
1513         * gnus-sum.el (gnus-summary-show-article): Reverse the meanings of `C-u
1514         C-u g' and `C-u g' so that `C-u g' does what it traditionally did.
1515
1516         * shr.el (shr-urlify): Show the URL before the title to avoid
1517         misleading URLs.
1518
1519 2010-12-04  Adam Sjøgren  <asjo@koldfront.dk>
1520
1521         * shr.el (shr-urlify): Display the title in <a> tags.
1522
1523 2010-12-04  Andrew Cohen  <cohen@andy.bu.edu>
1524
1525         * nnir.el (nnir-categorize): Replace mapcar with mapc.
1526
1527 2010-12-03  Andrew Cohen  <cohen@andy.bu.edu>
1528
1529         * nnir.el: Rearrange code to allow macros to be autoloaded by
1530         gnus-sum.el.
1531         (nnir-retrieve-headers-override-function): Make this variable
1532         customizable.
1533         (nnir-retrieve-headers): Remove obsolete subject-mangling code.
1534
1535         * gnus-sum.el (nnir-article-group,nnir-article-rsv): Autoload macros
1536         from nnir.el.
1537
1538 2010-12-03  Julien Danjou  <julien@danjou.info>
1539
1540         * gnus-demon.el (gnus-demon-init): Fix time computing when time is nil.
1541
1542 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1543
1544         * gnus-util.el (gnus-macroexpand-all): Don't modify argument;
1545         allow optional argument `environment'.
1546
1547 2010-12-03  Glenn Morris  <rgm@gnu.org>
1548
1549         * mm-extern.el (message-goto-body): Update declaration.
1550
1551 2010-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
1552
1553         * gnus-util.el (gnus-macroexpand-all): New function.
1554
1555         * gnus-sum.el (gnus-summary-line-format-alist): Use gnus-macroexpand-all
1556         instead of macroexpand-all that is unavailable in XEmacs.
1557
1558 2010-12-02  Andrew Cohen  <cohen@andy.bu.edu>
1559
1560         * nnir.el (nnir-summary-line-format): New variable.
1561         (nnir-mode): Use it.
1562         (nnir-artlist-*,nnir-aritem-*): Reimplement as macros.
1563         (nnir-article-ids): Reimplement as defsubst.
1564         (nnir-retrieve-headers): Don't mangle the subject header.
1565         (nnir-run-imap): Use 100 as RSV score.
1566         (nnir-run-find-grep): Fix for full server searching.
1567         (nnir-run-gmane): Better restriction to gmane groups.
1568
1569         * gnus-sum.el (gnus-summary-line-format-alist): Add specs for nnir
1570         summary buffers.
1571
1572 2010-12-02  Julien Danjou  <julien@danjou.info>
1573
1574         * gnus-win.el (gnus-configure-frame): Remove old compatibility code.
1575
1576         * gnus-msg.el: Mark gnus-outgoing-message-group as obsolete.
1577
1578         * gnus-win.el (gnus-configure-windows): Remove Gnus 3.x setting
1579         support.
1580
1581 2010-12-01  Andrew Cohen  <cohen@andy.bu.edu>
1582
1583         * nnir.el: Update to handle the registry better.
1584         (autoload): Silence byte-compiler.
1585         (nnir-open-server): Add a hook for nnir groups.
1586         (nnir-request-move-article): Don't mangle the header. Better to use
1587         formating variables (which will be added in the future).
1588         (nnir-registry-action): Update the registry using the original article
1589         group name.
1590         (nnir-mode): Install nnir-specific hooks for updating the registry.
1591
1592         * gnus-sum.el
1593         (gnus-article-original-subject,gnus-newsgroup-original-name):
1594         Remove obsolete variables.
1595         (gnus-summary-move-article): Remove use of obsolete variables.
1596         (gnus-summary-local-variables): Make move and delete hooks local to
1597         summary buffers.
1598
1599 2010-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1600
1601         * rtree.el: New file.
1602
1603 2010-12-01  Julien Danjou  <julien@danjou.info>
1604
1605         * message.el (message-user-organization): Do not use
1606         gnus-local-organization.
1607
1608         * gnus.el: Remove gnus-local-organization.
1609
1610         * gnus-msg.el: Remove nastygram thing.
1611
1612 2010-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
1613
1614         * nnmaildir.el (nnmaildir-request-set-mark): Add article to add-mark
1615         funcall.
1616
1617 2010-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * gnus-gravatar.el (gnus-gravatar-insert): Allow LWSP in the middle of
1620         names.
1621
1622         * shr.el (shr-find-fill-point): Don't break line between kinsoku-bol
1623         characters.
1624
1625         * gnus-gravatar.el (gnus-gravatar-insert): Delete unnecessary binding
1626         to t of inhibit-read-only since it is inside gnus-with-article-headers.
1627         Suggested by Å tÄ›pán NÄ›mec <stepnem@gmail.com>.
1628         (gnus-gravatar-transform-address): Use mail-extract-address-components
1629         that supports non-ASCII names rather than mail-header-parse-addresses.
1630
1631 2010-11-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1632
1633         * proto-stream.el (open-protocol-stream): All starttls connections are
1634         handled by the network handler.
1635
1636 2010-11-30  Julien Danjou  <julien@danjou.info>
1637
1638         * nnimap.el (nnimap-open-connection-1): Use gnus-string-match-p.
1639         (nnimap-open-connection-1): Fix PREAUTH.
1640
1641         * gnus-gravatar.el (gnus-gravatar-size): Set gnus-gravatar-size to nil.
1642
1643 2010-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1644
1645         * shr.el (shr-char-breakable-p, shr-char-nospace-p)
1646         (shr-char-kinsoku-bol-p, shr-char-kinsoku-eol-p): New macros.
1647         (shr-insert): Use them.
1648         (shr-find-fill-point): Work better for kinsoku chars and apostrophes.
1649
1650 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1651
1652         * nnir.el (nnir-request-move-article): Bail out if original group
1653         doesn't support article moves.
1654         (nnir-get-active): Improve active list retrieval.
1655
1656 2010-11-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1657
1658         * shr.el (shr-find-fill-point): Don't break before apostrophes.
1659
1660 2010-11-29  Binjo  <binjo.cn@gmail.com>  (tiny change)
1661
1662         * nnimap.el (nnimap-open-connection-1): w32 open-network-stream doesn't
1663         seem to accept strings-with-numbers as port numbers,
1664
1665 2010-11-29  Andrew Cohen  <cohen@andy.bu.edu>
1666
1667         * gnus-sum.el (gnus-summary-delete-article): If delete fails don't
1668         change the registry.
1669
1670 2010-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1671
1672         * nnir.el (nnir-run-gmane): Use mm-delete-duplicates instead of
1673         delete-dups that is not available in XEmacs 21.4.
1674
1675         * mm-util.el (mm-delete-duplicates): Add comment.
1676
1677 2010-11-28  Andrew Cohen  <cohen@andy.bu.edu>
1678
1679         * nnir.el (nnir-ignored-newsgroups): New variable.
1680         (nnir-get-active): Use it.
1681
1682 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1683
1684         * proto-stream.el (proto-stream-open-network): Add some comments.
1685
1686         * nntp.el (nntp-open-connection): Provide a :success condition.
1687
1688         * nnimap.el (nnimap-open-connection-1): Ditto.
1689
1690         * proto-stream.el (proto-stream-open-network): See what the response to
1691         the STARTTLS command is.
1692
1693         * nnimap.el (nnimap-open-connection-1): Always upgrade to STARTTLS (for
1694         backwards compatibility).
1695         (nnimap-open-connection-1): Really respect nnimap-server-port.
1696
1697         * proto-stream.el (proto-stream-open-network): When doing opportunistic
1698         TLS upgrades we don't really care about the identity of the peer.
1699         (proto-stream-open-network): Force starttls.el to use gnutls-cli, since
1700         that what we've checked for.
1701         (proto-stream-always-use-starttls): Only default to t if
1702         open-gnutls-stream exists.
1703         (proto-stream-open-network): If STARTTLS failed, then just open a
1704         normal connection.
1705         (proto-stream-open-network): Wait until the greeting before doing
1706         STARTTLS.
1707
1708         * nntp.el (nntp-open-connection): Report what the connection error is.
1709
1710         * proto-stream.el (open-protocol-stream): Rename from
1711         open-proto-stream.
1712
1713 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1714
1715         * nnimap.el (nnimap-stream): Change default to `undecided'.
1716         (nnimap-open-connection): If `nnimap-stream' is `undecided', try ssl
1717         first, and then network.
1718         (nnimap-open-connection-1): Respect nnimap-server-port.
1719         (nnimap-open-connection): Be more backwards-compatible.
1720
1721         * proto-stream.el (proto-stream-always-use-starttls): New variable.
1722         (proto-stream-open-starttls): De-duplicate the starttls code.
1723         (proto-stream-open-starttls): Folded back into the main function.
1724         (proto-stream-open-network): Fix typo in the gnutls path.
1725         (proto-stream-command): Refactor out.
1726
1727         * nntp.el (nntp-open-connection): Fix the STARTTLS command syntax.
1728
1729         * proto-stream.el (proto-stream-open-starttls): Actually implement the
1730         starttls.el STARTTLS.
1731
1732         * color.el (color-lab->srgb): Fix function call name.
1733
1734         * proto-stream.el (proto-stream-open-tls): Delete output from openssl
1735         if we're using tls.el.
1736         (proto-stream-open-network): If we don't have gnutls-cli or gnutls
1737         built in, then don't try to establish a STARTTLS connection.
1738
1739         * nntp.el (nntp-open-connection): Switch on STARTTLS on supported
1740         servers.
1741
1742         * proto-stream.el (open-proto-stream): Use network, not stream.
1743         (open-proto-stream): Add a way to specify what the end of a command is.
1744
1745         * nntp.el (nntp-open-connection): Use proto-streams for the relevant
1746         connections types.
1747         (nntp-open-network-stream): Remove.
1748         (nntp-open-ssl-stream): Remove.
1749         (nntp-open-tls-stream): Remove.
1750         (nntp-ssl-program): Remove.
1751
1752         * nnimap.el (nnimap-open-connection): Check for "OK" from the greeting.
1753
1754 2010-11-27  Andrew Cohen  <cohen@andy.bu.edu>
1755
1756         * nnir.el: Fix typos.
1757         (nnir-retrieve-headers-override-function): Rename variable to reflect
1758         new semantics.
1759         (nnir-article-group, nnir-article-number, nnir-article-rsv): New helper
1760         macros.
1761         (nnir-request-article, nnir-request-move-article): Use them.
1762         (nnir-categorize): New function.
1763         (nnir-run-query): Use it.
1764         (nnir-retrieve-headers): Rewrite to batch header retrieval.
1765         (nnir-run-gmane): nnir-retrieve-headers now returns the headers already
1766         sorted.
1767         (nnir-group-full-name): Use gnus-group-full-name instead.
1768         (nnir-artlist-artitem-group, nnir-artlist-artitem-number)
1769         (nnir-artlist-artitem-rsv, nnir-sort-groups-by-server): Obsolete.
1770
1771 2010-11-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1772
1773         * nnimap.el (nnimap-open-connection): Fix typo in STARTTLS command.
1774
1775         * proto-stream.el: New library to provide protocol-specific
1776         TLS/STARTTLS connections for IMAP, NNTP, SMTP, POP3 and similar
1777         protocols.
1778         (open-proto-stream): Complete the documentation.
1779         (proto-stream-open-network): Fix some typos.
1780
1781         * nnimap.el (nnimap-open-connection): Use it.
1782
1783 2010-11-27  Yuri Karaban  <tech@askold.net>  (tiny change)
1784
1785         * pop3.el (pop3-open-server): Read server greeting before starting TLS
1786         negotiation.
1787
1788 2010-11-26  Julien Danjou  <julien@danjou.info>
1789
1790         * color.el: Rename various rgb functions to srgb.
1791
1792 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1793
1794         * nnimap.el (nnimap-get-groups): Allow non-quoted strings as mailbox
1795         names.
1796
1797 2010-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1798
1799         * shr.el (shr-insert): Revert last change.
1800         (shr-find-fill-point): Never leave point being at bol;
1801         relax the kinsoku limitation when rendering tables.
1802
1803 2010-11-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1804
1805         * nnmail.el (nnmail-expiry-target-group): Protect against degenerate
1806         results from -accept-article.
1807
1808         * shr-color.el: Require cl when compiling.
1809
1810         * nnheader.el (nnheader-update-marks-actions): Fix typo in last
1811         checkin.
1812
1813         * gnus-art.el (gnus-url-mailto): Unfold URLs before using them.
1814
1815         * nnimap.el (nnimap-request-set-mark): Add is "+", not "-".
1816
1817         * gnus-sum.el (gnus-summary-push-marks-to-backend): Use 'set instead of
1818         'add and 'delete to set backend marks.
1819
1820         * nnmaildir.el (nnmaildir-request-set-mark): Be explicit about 'set.
1821
1822         * nnheader.el (nnheader-update-marks-actions): Refactor out.
1823
1824         * nntp.el (nntp-request-set-mark): Use it.
1825
1826         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1827
1828         * nnml.el (nnml-request-set-mark): Ditto.
1829
1830         * nnimap.el (nnimap-last-response-string): Remove the unfolding -- it
1831         introduces regressions in article selection.
1832         (nnimap-find-uid-response): New function.
1833         (nnimap-request-accept-article): Use the UID returned, if any.
1834         (nnimap-request-move-article): Use the UID returned, if any.
1835         (nnimap-get-groups): Reimplement to work with folded lines.
1836         (nnimap-find-uid-response): The UID is the last element in the list.
1837         (nnimap-request-set-mark): Extend syntax with 'set.
1838
1839         * nnml.el (nnml-request-set-mark): Ditto.
1840
1841         * nnfolder.el (nnfolder-request-set-mark): Ditto.
1842
1843         * nntp.el (nntp-request-set-mark): Ditto.
1844
1845 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1846
1847         * message.el (message-called-interactively-p): A temporary macro.
1848         (message-goto-body): Use it temporarily.
1849
1850 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1851
1852         * nnimap.el (nnimap-unfold-quoted-lines): Refactor out.
1853         (nnimap-last-response-string): Unfold quoted lines, if they exist.
1854         (nnimap-last-response-string): Fix last unfolding fix.
1855
1856 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1857
1858         * shr.el (shr-insert): Fix the way to fold lines.
1859
1860 2010-11-25  Julien Danjou  <julien@danjou.info>
1861
1862         * shr-color.el (shr-color->hexadecimal): Use color-rgb->hex
1863
1864         * color.el: Rename from color-lab.el
1865         (color-rgb->hex): Add.
1866         (color-complement): Add.
1867         (color-complement-hex): Add.
1868
1869         * gnus-sum.el (gnus-summary-widget-forward): Add, and bind to [tab].
1870
1871 2010-11-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1872
1873         * shr-color.el (shr-color-visible): Don't bug out if the colour names
1874         don't exist.
1875
1876 2010-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1877
1878         * mml.el (mml-preview): Make sure to bind gnus-displaying-mime to nil,
1879         assuming that article displaying or another mml-preview may be
1880         interrupted for an error or for the like.
1881
1882         * shr.el (shr-get-background): Fix argument name.
1883
1884 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1885
1886         * gnus-cache.el (gnus-summary-insert-cached-articles): Use it.
1887
1888         * gnus-sum.el (gnus-summary-include-articles): New function.
1889
1890         * message.el (message-goto-body): called-interactively-p needs a
1891         parameter, so use `any'.
1892
1893         * nnimap.el (nnimap-request-move-article): It's no longer necessary to
1894         clear marks before moving, since they're synced from the Gnus side
1895         first.
1896
1897         * gnus-sum.el (gnus-summary-push-marks-to-backend): New function.
1898         (gnus-summary-move-article): Copy over all marks before moving, so that
1899         IMAP doesn't think a new article has arrived.
1900
1901 2010-11-24  Julien Danjou  <julien@danjou.info>
1902
1903         * shr.el (shr-insert-background-overlay): Fix typo.
1904         (shr-render-td): Copy the background before rendering.
1905
1906         * shr-color.el (shr-color-visible): Fix docstring.
1907
1908         * shr.el (shr-tag-table): Add bgcolor support.
1909         (shr-render-td): Add bgcolor support.
1910         (shr-get-background): Add.
1911         (shr-insert-foreground-overlay): Use shr-get-background.
1912
1913         * message.el (message-goto-body): Use called-interactively-p.
1914         (message-in-body-p): message-goto-body returns point.
1915
1916 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1917
1918         * mm-util.el (mm-enable-multibyte): Use `to' instead of t.  This fixes
1919         Fixes something or other in Emacs 23, and is backwards compatible.
1920
1921         * message.el (message-goto-body): Remove the <#secure special-casing,
1922         which is too special.
1923
1924         * shr.el (shr-parse-style): Drop !important from styles.
1925
1926 2010-11-24  Daniel Schoepe  <daniel.schoepe@googlemail.com>  (tiny change)
1927
1928         * gnus-sum.el (gnus-summary-articles-in-thread): Fix a bug that causes
1929         this function to return incorrect results when calling it with an
1930         explicit article argument different from
1931         (gnus-summary-article-number).
1932
1933 2010-11-24  Julien Danjou  <julien@danjou.info>
1934
1935         * shr.el (shr-insert-color-overlay): Replace deprecated syntax.
1936         (shr-tag-body): Add background support.
1937         (shr-descend): Add background support.
1938         (shr-tag-title): Add.
1939
1940         * shr-color.el (shr-color-visible): Really return original background
1941         if fixed.
1942
1943 2010-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1944
1945         * shr.el (shr-color-check): Protect against non-existant colour names.
1946
1947 2010-11-24  Julien Danjou  <julien@danjou.info>
1948
1949         * color-lab.el: Require 'cl when compiling.
1950
1951         * shr.el (shr-insert-color-overlay): Remove specific rgb() check.
1952
1953         * shr-color.el (shr-color->hexadecimal): Only return the hexadecimal
1954         matched part.
1955
1956         * color-lab.el: Fix all expt calls to use float type.
1957
1958 2010-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1959
1960         * shr.el (shr-insert-color-overlay): Pass rgb(rrr, ggg, bbb) type color
1961         expression to shr-color-check as is.
1962
1963         * shr-color.el (shr-color->hexadecimal): Ignore case of color names.
1964
1965         * color-lab.el: Add coding cookie.
1966         (float-pi): Use eval-and-compile.
1967
1968         * dgnushack.el (dgnushack-compile): Exclude shr-color.el from being
1969         compiled for Emacsen having no `libxml-parse-html-region' support.
1970
1971 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1972
1973         * shr.el (shr-insert-color-overlay): Split stuff like
1974         "#444444 !important" to find the real colour.
1975         (shr-tag-font): Resurrect shr-tag-font again, since it's needed to
1976         parse <font color="red"> entries.
1977
1978 2010-11-23  Andrew Cohen  <cohen@andy.bu.edu>
1979
1980         * nnheader.el (nnheader-parse-head): Bug fix.  Properly position
1981         point when parsing headers.
1982
1983         * nnspool.el (nnspool-insert-nov-head): Bug fix.  Make sure point
1984         is positioned properly when parsing headers.
1985
1986 2010-11-23  Julien Danjou  <julien@danjou.info>
1987
1988         * color-lab.el (boundp): Bind float-pi for Emacs < 23.3.
1989
1990         * shr-color.el (shr-color->hexadecimal): Add support for color names.
1991
1992         * shr.el (shr-parse-style): Replace \n with space in style parsing.
1993
1994         * shr-color.el (shr-color-hsl-to-rgb-fractions):
1995         Use shr-color-hue-to-rgb.
1996         (shr-color->hexadecimal): Call shr-color-hsl-to-rgb-fractions.
1997
1998 2010-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1999
2000         * shr.el (shr-color->hexadecimal): Autoload.
2001         (shr-descend): Add color to all tags.
2002
2003 2010-11-22  Julien Danjou  <julien@danjou.info>
2004
2005         * shr.el (shr-tag-color-check): Convert colors to hexadecimal with
2006         shr-color->hexadecimal.
2007
2008         * shr-color.el (shr-color->hexadecimal): Add converting functions for
2009         RGB() or HSL() color representation.
2010
2011         * shr.el (shr-tag-font): Add.
2012         (shr-tag-color-check): New function to get better colors.
2013         (shr-tag-insert-color-overlay): Factorize code between tag-font and
2014         tag-span.
2015
2016         * shr-color.el: New file.
2017
2018         * color-lab.el: New file.
2019
2020         * gnus-art.el (gnus-url-mailto): Do not downcase args.
2021
2022 2010-11-21  Andrew Cohen  <cohen@andy.bu.edu>
2023
2024         * nnir.el: Fix typo in comments.
2025         (nnir-run-imap): Simplify code. No need to reverse artlist.
2026         (nnir-run-gmane): Use nnir-tmp-buffer for web results.
2027
2028 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2029
2030         * gnus-srvr.el (gnus-server-show-server): New command and keystroke.
2031
2032         * nnimap.el (nnimap-get-capabilities): Refactor out.
2033         (nnimap-open-connection): Re-request capabilities after STARTTLS.
2034
2035 2010-11-21  Ralf Angeli  <angeli@caeruleus.net>
2036
2037         * mm-uu.el (mm-uu-type-alist): Prevent spurious empty line from
2038         appearing when `mm-uu-hide-markers' is nil.
2039
2040 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2041
2042         * nnimap.el (nnimap-unselect-group): Make into its own function.
2043         (nnimap-request-rename-group): Unselect group before renaming.
2044         This had gotten lost somewhere.
2045         (nnimap-request-accept-article): Keep track of examined groups, and
2046         unselect the group before APPENDing to read-only groups.
2047         (nnimap-request-move-article): Clear flags before moving so that they
2048         can be re-set later.
2049
2050 2010-11-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2051
2052         * gnus-gravatar.el (gnus-gravatar-transform-address): Decode name again.
2053         (gnus-gravatar-insert): Put avatar always in the beginning of the field.
2054
2055 2010-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2056
2057         * gnus-art.el (gnus-mime-display-single)
2058         * gnus-html.el (gnus-html-wash-images, gnus-html-prefetch-images)
2059         * mm-decode.el (mm-shr): Assume that gnus-inhibit-images may be a group
2060         parameter.
2061
2062 2010-11-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2063
2064         * shr.el (shr-table-horizontal-line): Rename from shr-table-line.
2065         (shr-table-vertical-line): New variable.
2066         (shr-insert-table): Use it.
2067
2068 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2069
2070         * gnus-html.el (gnus-html-wash-images): Don't display images if
2071         gnus-inhibit-images is non-nil; register displayer for cid images.
2072         (gnus-html-display-image): Work for cid image.
2073         (gnus-html-insert-image): Allow arguments.
2074         (gnus-html-put-image): Inhibit read-only.
2075         (gnus-html-prefetch-images): Don't prefetch images if
2076         gnus-inhibit-images is non-nil.
2077
2078 2010-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2079
2080         * shr.el (shr-put-image): Break lines when inserting big pictures.
2081
2082 2010-11-17  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2083
2084         * mml2015.el (mml2015-epg-encrypt): Fix two cons with missing
2085         sender, thanks Katsumi Yamaoka.
2086
2087 2010-11-17  Andrew Cohen  <cohen@andy.bu.edu>
2088
2089         * nnir.el (nnir-run-imap): Reverse the article list for each group
2090         rather than the whole list.
2091
2092 2010-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2093
2094         * shr.el (shr-image-displayer): Protect function against non-existent
2095         image source.
2096
2097         * gnus-art.el (gnus-inhibit-images): New user option.
2098         (gnus-mime-display-single): Don't display image if it is non-nil.
2099
2100         * mm-decode.el (mm-shr): Bind shr-inhibit-images to the value of
2101         gnus-inhibit-images.
2102
2103         * shr.el (shr-image-displayer): New function.
2104         (shr-tag-img): Use it.
2105
2106 2010-11-16  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2107
2108         * mml2015.el (mml2015-epg-sign): Use From header.
2109
2110 2010-11-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2111
2112         * gnus-html.el (gnus-html-wash-images): Register a displayer.
2113
2114         * gnus-util.el (gnus-find-text-property-region): Return markers.
2115
2116         * shr.el (shr-tag-img): Put a displayer in the text property.
2117
2118         * gnus-util.el (gnus-find-text-property-region): New utility function.
2119
2120         * gnus-html.el (gnus-html-display-image): Make the alt optional.
2121         (gnus-html-show-images): Remove.
2122
2123         * gnus-art.el (gnus-article-show-images): New, more general function.
2124
2125         * gnus-html.el: Use image-url instead of gnus-image-url to unify the
2126         image url text properties.
2127
2128         * shr.el: Ditto.
2129
2130         * gnus-agent.el (gnus-agentize): Only do the auto-agentizing if
2131         gnus-agent-auto-agentize-methods is set.  Which it isn't.
2132
2133 2010-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2134
2135         * gnus-sum.el (gnus-summary-move-article): Fix `while' loop to make it
2136         work for two or more articles.
2137
2138 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2139
2140         * gnus-art.el (article-treat-non-ascii): Keep text properties not to
2141         divide an image that's in an html article to two or more when washing
2142         non-ASCII characters in alt text of it.
2143
2144 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2145
2146         * mm-decode.el (mm-dissect-buffer): Pass sender's mail address to
2147         smime-decrypt-region using function argument.
2148         (mm-possibly-verify-or-decrypt, mm-dissect-multipart): Relay it.
2149
2150         * mm-view.el (mm-view-pkcs7, mm-view-pkcs7-decrypt): Relay it.
2151
2152         * smime.el (smime-decrypt-region): Catch it.
2153
2154 2010-11-11  Stefan Monnier  <monnier@iro.umontreal.ca>
2155
2156         * smime.el (smime-mode-map): Move initialization into declaration.
2157         (gnus-run-mode-hooks): Don't autoload.
2158         (smime-mode): Use define-derived-mode.
2159
2160 2010-11-11  Glenn Morris  <rgm@gnu.org>
2161
2162         * smime.el (from): Restrict declaration to XEmacs.
2163
2164         * nnir.el (gnus-group-topic-name): Autoload.
2165
2166 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2167
2168         * shr.el (shr-insert): Don't break long line if it is because of
2169         kinsoku-bol characters in the line end.
2170
2171 2010-11-11  Andrew Cohen  <cohen@andy.bu.edu>
2172
2173         * nnir.el (nnir-request-move-article): Fix to provide original group
2174         and subject.
2175         (nnir-warp-to-article): Don't fail on articles whose headers haven't
2176         been retrieved.
2177
2178         * gnus-sum.el (gnus-summary-move-article): Use original group and
2179         subject for virtual articles such as those in an nnir summary buffer.
2180
2181 2010-11-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2182
2183         * gnus-art.el (article-treat-non-ascii): Make it work for XEmacs (at
2184         least 21.5).
2185
2186         * smime.el (from): Declare it again for XEmacs.
2187
2188 2010-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2189
2190         * message.el (message-resend): Don't disable encoding unless it's
2191         already encoded.
2192
2193         * nnimap.el (nnimap-update-info): Fix problem with `g' chopping of
2194         low-numbered articles.
2195
2196 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2197
2198         * rfc2047.el (rfc2047-syntax-table): Simplify.
2199
2200         * lpath.el: Fbind set-char-table-range for XEmacs 21.4 and SXEmacs 22.1.
2201
2202         * gnus-art.el (article-treat-non-ascii): Use put-char-table instead of
2203         set-char-table-range for XEmacs.
2204
2205 2010-11-10  Glenn Morris  <rgm@gnu.org>
2206
2207         * time-date.el (time-to-seconds): Always an alias on Emacs,
2208         never a real function.
2209         (with-no-warnings): Remove compat stub, now unused.
2210         (time-less-p): Doc fix.
2211         (time-to-number-of-days): Simplify.
2212
2213         * smime.el (from): Remove unused declaration.
2214
2215         * gnus-util.el (with-no-warnings): Remove compat stub, now unused.
2216         (gnus-float-time): On Emacs, always an alias.
2217
2218         * ecomplete.el (with-no-warnings): Remove compat stub, now unused.
2219         (ecomplete-add-item): Use float-time on Emacs, else gnus-float-time.
2220
2221 2010-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2222
2223         * dgnushack.el: Don't use ignore-errors in the top level form since it
2224         is unavailable in XEmacs even if cl is loaded.
2225
2226         * gnus-art.el (org-entities): Declare it to silence the byte compiler.
2227
2228 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2229
2230         * shr.el (browse-url-mailto): Autoload.
2231
2232         * gnus-art.el (article-treat-non-ascii): New command and keystroke.
2233
2234         * message.el (message-subject-trailing-was-ask-regexp): A ] in a []
2235         regexp doesn't need quoting.
2236
2237 2010-11-09  Sven Joachim  <svenjoac@gmx.de>
2238
2239         * message.el (message-subject-trailing-was-ask-regexp)
2240         (message-subject-trailing-was-regexp): Match was: in addition to was.
2241
2242 2010-11-09  Glenn Morris  <rgm@gnu.org>
2243
2244         * nnbabyl.el (nnbabyl-request-move-article, nnbabyl-delete-mail)
2245         (nnbabyl-check-mbox): Use point-at-bol.
2246
2247 2010-11-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2248
2249         * shr.el (shr-browse-url): Call browse-url-mailto for mailto: links.
2250
2251         * message.el (message-mailto): New function.
2252         (message-mailto): Should accept other parameters.
2253         (message-mailto): Remove since it duplicates browse-url-mailto
2254         functionality.
2255
2256 2010-11-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2257
2258         * gnus-start.el (gnus-get-unread-articles): Ignore totally non-existent
2259         methods.
2260         (gnus-read-active-file): Ditto.
2261
2262         * gnus-group.el (gnus-group-read-ephemeral-group): Remove superfluous
2263         ": " from the prompt.
2264         (gnus-group-make-group): Ditto.
2265
2266 2010-11-07  Glenn Morris  <rgm@gnu.org>
2267
2268         * gnus-bookmark.el (gnus-bookmark-bmenu-show-infos)
2269         (gnus-bookmark-kill-line): Use point-at-eol.
2270
2271 2010-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2272
2273         * gnus-gravatar.el (gnus-gravatar-transform-address): No need to skip
2274         asterisks in From header.
2275
2276 2010-11-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2277
2278         * gnus-ems.el (gnus-put-image): Use a blank text as the insertion
2279         string to avoid making the From headers syntactically invalid.
2280
2281         * message.el (message-send-mail): Don't insert courtesy messages if the
2282         message already has List-Post and List-ID messages.
2283
2284 2010-11-06  Glenn Morris  <rgm@gnu.org>
2285
2286         * gnus-art.el (gnus-treat-article): Give dynamic local variables
2287         `condition', `type', `length' a prefix.
2288         (gnus-treat-predicate): Update for above name changes.
2289
2290 2010-11-06  Andrew Cohen  <cohen@andy.bu.edu>
2291
2292         * nnir.el (gnus-summary-nnir-goto-thread): Remove function and
2293         binding.  Handled by `gnus-summary-refer-thread' instead.
2294         (nnir-warp-to-article): New backend function.
2295
2296         * nnimap.el (nnimap-request-thread): Force dependency updating.
2297
2298         * gnus-sum.el (gnus-fetch-headers): Allow more arguments.
2299         (gnus-summary-refer-thread): Rework to improve thread-referral.
2300
2301         * gnus-int.el (gnus-warp-to-article): New function.
2302
2303         * gnus-sum.el (gnus-summary-article-map): Bind it.
2304
2305 2010-11-04  Andrew Cohen  <cohen@andy.bu.edu>
2306
2307         * nnir.el (gnus-summary-nnir-goto-thread): Limit work done by
2308         gnus-summary-refer-thread.
2309
2310         * gnus-sum.el (gnus-build-all-threads): Force updating of dependency
2311         headers.
2312         (gnus-summary-limit-include-thread): Prevent articles in thread from
2313         being cut in gnus-cut-threads.
2314         (gnus-summary-refer-thread): Limit retrieved headers to those in
2315         thread.
2316
2317 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2318
2319         * message.el (message-send-mail): Use the value of
2320         message-courtesy-message from the message buffer.
2321
2322         * gnus-html.el (gnus-html-browse-url): Implement mailto: URLs.
2323
2324         * shr.el (shr-browse-url): Implement mailto: URLs.
2325
2326         * gnus-sum.el (gnus-summary-show-article): Take `t' as the arg to mean
2327         "raw".
2328
2329         * nnimap.el (nnimap-find-article-by-message-id): Don't EXAMINE a group
2330         if it's already selected.
2331
2332         * mm-decode.el (mm-save-part): Put the entire path in the `M-n' slot.
2333
2334 2010-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2335
2336         * shr.el (shr-tag-img): Use string-width and truncate-string-to-width
2337         to measure the length and truncate alt text.
2338
2339 2010-11-03  Glenn Morris  <rgm@gnu.org>
2340
2341         * nndiary.el (nndiary-generate-nov-databases-1)
2342         (nndiary-generate-active-info): Rename dynamic variable `files' to
2343         something less generic.
2344
2345 2010-11-03  Andrew Cohen  <cohen@andy.bu.edu>
2346
2347         * nnir.el (nnir-request-move-article): Call the underlying backend to
2348         move articles from nnir.
2349
2350 2010-11-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2351
2352         * gnus-cite.el (gnus-article-natural-long-line-p): Remove.
2353
2354 2010-11-02  Julien Danjou  <julien@danjou.info>
2355
2356         * nnir.el: Remove wais support.
2357
2358 2010-11-02  Glenn Morris  <rgm@gnu.org>
2359
2360         * gnus-html.el: Reorder requirements to quieten compiler.
2361
2362 2010-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2363
2364         * gnus-cite.el (gnus-article-fill-cited-article): Make fill work
2365         properly for XEmacs as well.
2366         (gnus-article-fill-cited-article, gnus-article-foldable-buffer)
2367         (gnus-article-natural-long-line-p): Use window-width rather than
2368         frame-width.
2369
2370 2010-11-01  Andrew Cohen  <cohen@andy.bu.edu>
2371
2372         * nnir.el (nnir-run-gmane): Inhibit demon.  Return nil if no messages.
2373         (nnir-read-parms): Don't modify query.
2374         (nnir-run-query): Add ability to search topic on current line.
2375         (nnir-get-active): Clean up.
2376
2377 2010-11-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2378
2379         * gnus-cite.el (gnus-article-foldable-buffer): Protect against
2380         degenerate articles.
2381
2382         * gnus-sum.el (gnus-print-buffer): Rewrite to use with-temp-buffer.
2383         (gnus-print-buffer): Just print the buffer as is, without any copying
2384         to a buffer and then re-highlighting.
2385
2386         * nnimap.el (nnimap-request-group): Store the new updated info.
2387         (nnimap-request-group): Select the group when we don't know whether it
2388         exists or not.
2389
2390         * gnus-start.el (gnus-ask-server-for-new-groups): Return the new
2391         groups.
2392
2393         * gnus-group.el (gnus-group-find-new-groups): Display all the new
2394         groups.
2395
2396         * gnus-start.el (gnus-find-new-newsgroups): Return the list of new
2397         groups.
2398
2399         * gnus-cite.el (gnus-article-fill-cited-article): Minimize the
2400         long-lines case by only filling the long lines.
2401
2402         * nnimap.el (nnimap-parse-line): Don't bug out oddly formed replies
2403         (bug #7311).
2404
2405 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2406
2407         * shr.el: No need to declare `declare-function' since shr.el is for
2408         only Emacsen that provide `libxml-parse-html-region'.
2409
2410         * dgnushack.el: Remove `(defvar iswitchb-temp-buflist)', that is
2411         effective only in a file it is referred to.
2412
2413 2010-11-01  Glenn Morris  <rgm@gnu.org>
2414
2415         * mm-util.el (gnus-completing-read): Autoload.
2416         (mm-read-coding-system): Simplify Emacs definition.
2417
2418         * nnmail.el (gnus-activate-group):
2419         * nnimap.el (gnutls-negotiate):
2420         * nntp.el (netrc-parse): Fix declarations.
2421
2422 2010-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2423
2424         * gnus-util.el (gnus-string-match-p): New function, that is an alias to
2425         string-match-p in Emacs >=23.
2426
2427         * gnus-msg.el (gnus-configure-posting-styles)
2428         * nnir.el (nnir-run-gmane): Use gnus-string-match-p.
2429
2430 2010-11-01  Glenn Morris  <rgm@gnu.org>
2431
2432         * nnir.el (declare-function): Add compat stub.
2433         (mm-url-insert, mm-url-encode-www-form-urlencoded): Declare.
2434         (nnir-run-gmane): Require 'mm-url.
2435
2436         * mm-util.el (mm-string-to-multibyte): Simplify.
2437
2438         * shr.el (declare-function): Add compat stub.
2439         (url-cache-create-filename): Declare.
2440         (mm-disable-multibyte, widget-convert-button): Autoload.
2441
2442         * smime.el (ldap-search): Declare.
2443         (smime-cert-by-ldap-1): Require ldap on Emacs.
2444
2445         * nnimap.el: Require nnmail, and gnus-sum when compiling.
2446         (nnimap-keepalive): Use gnus-float-time.
2447
2448         * mail-source.el (nnheader-message, gnus-float-time): Autoload.
2449         (mail-source-delete-crash-box): Use gnus-float-time.
2450
2451         * gnus-dired.el (gnus-completing-read): Autoload.
2452
2453         * mm-view.el (gnus-rescale-image): Autoload.
2454
2455         * mm-decode.el (gnus-completing-read, gnus-blocked-images): Autoload.
2456
2457         * gnus.el (gnus-sloppily-equal-method-parameters): Move defn before use.
2458
2459         * sieve-manage.el: Require 'cl when compiling.
2460
2461         * gnus-util.el (iswitchb-read-buffer): Declare rather than autoload.
2462         (gnus-iswitchb-completing-read): Require iswitchb.
2463         (gnus-select-frame-set-input-focus): Silence compiler.
2464
2465 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2466
2467         * message.el (message-subject-trailing-was-query): Change default to t,
2468         since I think that's what most people want.
2469
2470         * nnimap.el (nnimap-request-accept-article): Erase buffer before
2471         appending for easier debugging.
2472         (nnimap-wait-for-connection): Take a regexp.
2473         (nnimap-request-accept-article): Wait for the continuation line before
2474         sending anything unless we're streaming.
2475
2476         * gnus-art.el (gnus-treat-article): Only inhibit body washing, and
2477         leave the header washing to take place.
2478
2479 2010-10-31  Daniel Dehennin  <daniel.dehennin@baby-gnu.org>
2480
2481         * gnus-msg.el (gnus-configure-posting-styles): Permit the use of
2482         regular expression match and replace in posting styles.
2483
2484 2010-10-31  Andrew Cohen  <cohen@andy.bu.edu>
2485
2486         * nnir.el (gnus-group-make-nnir-group,nnir-run-query): Allow searching
2487         an entire server.
2488         (nnir-get-active): New function.
2489         (nnir-run-imap): Use it.
2490         (nnir-run-gmane): Who knew, gmane search returns an article score!
2491
2492         * gnus-srvr.el (gnus-server-mode-map): Add binding "G" to search the
2493         server on the current line with nnir.
2494
2495 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2496
2497         * gnus-cite.el (gnus-article-foldable-buffer): Refactor out.
2498         (gnus-article-foldable-buffer): Don't fold regions that have a ragged
2499         left edge.
2500         (gnus-article-foldable-buffer): Skip past the prefix when determining
2501         raggedness.
2502
2503         * gnus-sum.el (gnus-summary-show-article): Add `C-u C-u g' for showing
2504         the raw article, and change `C-u g' to show the article without doing
2505         treatments.
2506
2507         * gnus-art.el (gnus-mime-display-alternative): Actually pass the type
2508         on to `gnus-treat-article'.
2509         (gnus-inhibit-article-treatments): New variable.
2510
2511         * gnus.el: Autoload gnus-article-fill-cited-long-lines.
2512
2513         * gnus-art.el (gnus-treatment-function-alist): Have
2514         gnus-treat-fill-long-lines point to gnus-article-fill-cited-long-lines.
2515         (gnus-treat-fill-long-lines): Change default to fill all text/plain
2516         sections.
2517
2518         * gnus-cite.el (gnus-article-fill-cited-article): Remove unused `force'
2519         parameter.
2520         (gnus-article-fill-cited-long-lines): New function.
2521         (gnus-article-fill-cited-article): Allow filling only long sections.
2522
2523         * shr.el (shr-find-fill-point): Don't break lines between punctuation
2524         and non-punctuation (like after the apostrophe in "'We").
2525
2526         * gnus-sum.el (gnus-summary-select-article): Make sure
2527         gnus-original-article-buffer is alive.
2528
2529         * nndoc.el (nndoc-dissect-buffer): Reverse the order of the articles to
2530         reflect the order they're in in the digest.
2531
2532         * gnus.el (gnus-group-startup-message): Move point to the start of the
2533         buffer.
2534
2535         * nnimap.el (nnimap-capability): New function.
2536         (nnimap-open-connection): Only send AUTHENTICATE PLAIN if LOGINDISABLED
2537         is set.
2538
2539 2010-10-31  David Engster  <dengste@eml.cc>
2540
2541         * nnmairix.el (nnmairix-get-valid-servers): Return list of strings to
2542         conform with changes to gnus-completing-read.
2543
2544 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2545
2546         * shr.el (shr-tag-img): Output "*" instead of "[img]".
2547
2548 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2549
2550         * nnir.el: Move defvar, defcustom around to keep file organized
2551         and keep byte-compiler quiet.
2552         (nnir-read-parms): Accept search-engine as arg.
2553         (nnir-run-query): Pass search-engine as arg.
2554         (nnir-search-engine): Remove.
2555
2556 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2557
2558         * shr.el (shr-generic): The text nodes should be text, not :text.
2559
2560         * nnir.el (nnir-search-engine): Ressurect variable, since it's used
2561         later in the file.
2562
2563 2010-10-30  Andrew Cohen  <cohen@andy.bu.edu>
2564
2565         * nnir.el: General clean up.  Allow searching with multiple engines.
2566         Allow separate extra-parameters for each engine.
2567         Batch queries when possible.
2568         (nnir-imap-default-search-key,nnir-method-default-engines):
2569         Add customize interface.
2570         (nnir-run-gmane): New engine.
2571         (nnir-engines): Use it.  Qualify all prompts with engine name.
2572         (nnir-search-engine): Remove global variable.
2573         (nnir-run-hyrex): Restore for now.
2574         (nnir-extra-parms,nnir-search-history): New variables.
2575         (gnus-group-make-nnir-group): Use them.
2576         (nnir-group-server): Remove in favor of gnus-group-server.
2577         (nnir-request-group): Avoid searching twice.
2578         (nnir-sort-groups-by-server): New function.
2579
2580 2010-10-30  Julien Danjou  <julien@danjou.info>
2581
2582         * gnus-group.el: Remove gnus-group-fetch-control.
2583
2584         * gnus-start.el (gnus-find-new-newsgroups):
2585         Remove gnus-check-first-time-used.
2586
2587         * gnus.el: Remove gnus-backup-default-subscribed-newsgroups.
2588
2589 2010-10-30  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
2590
2591         * nnimap.el (nnimap-update-info): Allow 'ticked and other flags to be
2592         set on groups that don't have \* permanentflags.
2593
2594 2010-10-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2595
2596         * shr.el (shr-tag-span): Drop colorisation of regions since we don't
2597         control the background color.
2598         (shr-tag-img): Ignore very small web bug type images.
2599         (shr-put-image): Add help-echo alt texts to the images.
2600         (shr-tag-video): Show the video poster image.
2601
2602 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2603
2604         * shr.el (shr-table-depth): New variable.
2605         (shr-tag-table-1): Only insert the images after the top-level table.
2606
2607         * nnimap.el (nnimap-split-incoming-mail): Fix typo.
2608
2609         * gnus-util.el (gnus-list-memq-of-list): New function.
2610
2611         * nnimap.el (nnimap-split-incoming-mail): Note that the INBOX has been
2612         selected.
2613         (nnimap-unsplittable-articles): New slot.
2614         (nnimap-new-articles): Use it.
2615
2616 2010-10-29  Stephen Berman  <stephen.berman@gmx.net>  (tiny change)
2617
2618         * gnus-group.el (gnus-group-get-new-news-this-group): Don't have point
2619         move to the previous line on `M-g'.
2620
2621 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2622
2623         * gnus-msg.el (gnus-inews-do-gcc): Don't have the backends do the slow
2624         *-request-group, which seems unnecessary.
2625
2626         * nnimap.el (nnimap-quote-specials): Function copied over from
2627         imap.el.
2628         (nnimap-open-connection): Use AUTHENTICATE PLAIN on servers that say
2629         they support that.  Suggested by Tom Regner.
2630
2631 2010-10-29  Julien Danjou  <julien@danjou.info>
2632
2633         * gnus-sum.el (gnus-summary-delete-marked-as-read): Remove obsolete
2634         defalias.
2635         (gnus-summary-delete-marked-with): Remove obsolete defalias.
2636
2637         * gnus.el: Remove `gnus-nntp-service' variable.
2638         (gnus-secondary-servers): Make obsolete.
2639         (gnus-nntp-server): Make obsolete.
2640
2641         * gnus-start.el (gnus-1): Remove x-splash calls.
2642
2643         * gnus-ems.el (gnus-x-splash): Remove.
2644
2645         * gnus.el (gnus-group-startup-message): Simplify/update code.
2646
2647         * gnus-xmas.el (gnus-xmas-define): Remove unused gnus-characterp
2648         definition.
2649
2650         * gnus-group.el (gnus-group-make-tool-bar): Check for display graphic
2651         capability before doing anything.
2652         (gnus-group-insert-group-line): Remove useless
2653         gnus-group-remove-excess-properties.
2654
2655 2010-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2656
2657         * gnus-art.el (gnus-article-goto-part): Work for article narrowed by ^L.
2658
2659 2010-10-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2660
2661         * gnus-sum.el (gnus-summary-rescan-group): Try to restore the window
2662         config after reselecting.
2663
2664 2010-10-28  Julien Danjou  <julien@danjou.info>
2665
2666         * shr.el (shr-put-image): Use point even if only inserting text.
2667         (shr-put-image): Save excursion when inserting alt text on non-graphic
2668         display, so the behaviour is the same when we are on a graphic display.
2669
2670         * nnir.el (nnir-run-swish-e): Remove hyrex support.
2671
2672 2010-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2673
2674         * gnus-art.el (gnus-article-jump-to-part): Error on no part; fix prompt.
2675         (gnus-mime-copy-part): Check coding system, not charset.
2676         (gnus-mime-view-part-externally): Never remove part.
2677         (gnus-mime-view-part-internally): Don't remove part here.
2678         (gnus-article-part-wrapper): Make sure MIME tag is visible.
2679         (gnus-article-goto-part): Go to displayed or preferred subpart if it is
2680         multipart/alternative.
2681
2682         * mm-decode.el (mm-display-part): Take optional arg `force'.
2683
2684 2010-10-26  Julien Danjou  <julien@danjou.info>
2685
2686         * gnus-group.el (gnus-group-default-list-level): Add this function to
2687         compute the default list level.
2688         (gnus-group-default-list-level): Add possibility to use a function.
2689
2690 2010-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
2691
2692         * mm-decode.el (mm-shr): Add undisplayer to MIME handle.
2693
2694         * gnus-group.el (gnus-group-completing-read)
2695         (gnus-read-ephemeral-bug-group): Replace replace-regexp-in-string with
2696         gnus-replace-in-string.
2697
2698 2010-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2699
2700         * shr.el (shr-tag-div): Add.
2701
2702         * lpath.el: Fbind current-idle-time for XEmacs 21.4 and SXEmacs 22.1.
2703
2704 2010-10-25  Julien Danjou  <julien@danjou.info>
2705
2706         * gnus-util.el: Remove `gnus-with-local-quit'.
2707
2708         * gnus-demon.el (gnus-demon-init): Use run-with-idle-timer function.
2709
2710 2010-10-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2711
2712         * gnus-sum.el (gnus-summary-select-article): Fix type error in checking
2713         the original article buffer.
2714
2715 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2716
2717         * nnimap.el (nnimap-request-head): New function.
2718         (nnimap-request-move-article): Try to be slighly faster by not
2719         requesting the entire message when moving.
2720         (nnimap-transform-headers): Don't bug out on bodiless articles.
2721         (nnimap-send-command): Have no outstanding messages if the IMAP server
2722         doesn't support streaming.
2723         (nnimap-transform-headers): Fold {quoted} strings more sloppily.
2724
2725 2010-10-24  Julien Danjou  <julien@danjou.info>
2726
2727         * message.el (message-default-headers): Fix type.
2728
2729 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2730
2731         * gnus-html.el (gnus-html-prefetch-images): Decode entities before
2732         prefetching images.
2733
2734         * gnus-sum.el (gnus-group-make-articles-read): Propagate marks to the
2735         backend for unknown groups.  This is mainly useful for nnimap groups.
2736
2737         * gnus-agent.el (gnus-agent-fetch-group): Don't download stuff if the
2738         group isn't covered by the agent.
2739
2740 2010-10-22  Andrew Cohen  <cohen@andy.bu.edu>
2741
2742         * nnir.el (nnir-method-default-engines): New variable.
2743         (nnir-run-query): Use it.
2744         (nnir-group-mode-hook): Remove key binding and move to gnus-group.el.
2745         (gnus-summary-nnir-goto-thread): Change group if needed.
2746
2747         * gnus-group.el (gnus-group-group-map): Add key binding for
2748         gnus-group-make-nnir-group.
2749
2750 2010-10-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2751
2752         * shr.el (shr-tag-object): Add.
2753
2754         * gnus-sum.el (gnus-summary-select-article): Make sure we have the
2755         original article buffer live.
2756         (gnus-summary-select-article-buffer):
2757         Mention gnus-widen-article-buffer.
2758
2759 2010-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2760
2761         * shr.el (shr-tag-strong): Add.
2762
2763 2010-10-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2764
2765         * gnus-group.el (gnus-group-completing-read): Remove all newlines from
2766         group names.  They mess up the group buffer badly.
2767
2768         * shr.el (shr-tag-img): Don't bug out on images that don't have a SRC.
2769
2770         * gnus-group.el (gnus-group-mark-group): Use gnus-group-position-point
2771         instead of the summary one.
2772
2773 2010-10-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2774
2775         * mml.el (mml-preview): Work properly when editing article.
2776
2777         * gnus-start.el (gnus-read-active-file-1): Don't add method to
2778         gnus-have-read-active-file if it's already been in.
2779
2780 2010-10-22  Tom Tromey  <tromey@redhat.com>
2781
2782         * gnus-group.el (gnus-group-unsubscribe-group): Fix args passed to
2783         gnus-group-completing-read.
2784
2785 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2786
2787         * message.el (message-mode-map): Don't bind M-; to comment region, to
2788         allow the global comment-dwim to work.
2789
2790 2010-10-21  Julien Danjou  <julien@danjou.info>
2791
2792         * message.el (message-setup-1): Allow message-default-headers to be a
2793         function.
2794
2795 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2796
2797         * shr.el (shr-tag-table): Simplify.
2798
2799 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2800
2801         * gnus-html.el (gnus-html-prefetch-images): Only prefetch http images
2802         to avoid trying to snarf invalid stuff.
2803
2804         * gnus-sum.el (gnus-summary-edit-article-done): Bind free variable.
2805
2806         * gnus.el (gnus-message-archive-group): Quote value.
2807         (gnus-message-archive-group): Mark as changed.
2808
2809         * shr.el (shr-add-font): Don't put the font properties on the newline
2810         or the indentation.
2811
2812         * message.el (message-fix-before-sending): Change options when sending
2813         non-printable characters.
2814
2815         * gnus.el (gnus-message-archive-method): Change the default to
2816         monthly outgoing groups.
2817
2818         * gnus-sum.el (gnus-summary-edit-article-done): Try to replace articles
2819         that have gotten new numbers.
2820
2821         * nnimap.el (nnimap-request-replace-article): New function.
2822
2823 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
2824
2825         * nnrss.el (nnrss-wash-html-in-text-plain-parts): Remove.
2826         (nnrss-request-article): Don't use special html washing code.
2827
2828 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2829
2830         * shr.el (shr-tag-table): Remove useless nconc.
2831
2832 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2833
2834         * gnus-art.el (article-wash-html): Simplify and remove the charset
2835         stuff.  Use the normal html rendering code instead of the special html
2836         washing code.
2837
2838         * mm-view.el (mm-text-html-renderer-alist): Add the `shr' and
2839         `gnus-w3m' symbols.
2840         (mm-text-html-washer-alist): Remove.
2841
2842         * mm-decode.el (mm-inline-text-html-renderer): Remove.
2843         (mm-inline-media-tests): Remove use.
2844         (mm-text-html-renderer): Change default to the `shr' symbol.
2845
2846         * mm-view.el (mm-inline-text-html): Remove use.
2847
2848         * gnus-art.el (gnus-blocked-images): New function.  Allow the
2849         `gnus-blocked-images' to be a function.
2850         (gnus-article-wash-function): Remove.
2851
2852 2010-10-20  Julien Danjou  <julien@danjou.info>
2853
2854         * spam.el (spam-list-of-processors): Mark as obsolete.
2855
2856         * nnimap.el (nnimap-request-article): Fix BODYSTRUCTURE retrieval.
2857         (nnimap-insert-partial-structure): Fix boundary detection.
2858
2859 2010-10-20  Andreas Seltenreich  <seltenreich@gmx.de>
2860
2861         * gnus-draft.el (gnus-draft-check-draft-articles): Don't unnecessarily
2862         run file-truename on remote files.  This can be expensive and even
2863         prevent one from editing drafts if some unrelated buffer has a stale
2864         connection.
2865
2866 2010-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
2867
2868         * shr.el (shr-find-fill-point): Shorten line if the preceding char is
2869         kinsoku-eol regardless of shr-kinsoku-shorten.
2870         (shr-tag-table-1): Rename from shr-tag-table; make it a subroutine.
2871         (shr-tag-table): Support caption, thead, and tfoot.
2872
2873 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2874
2875         * shr.el (shr-find-fill-point): Don't leave blanks at the start of some
2876         lines.
2877         (shr-save-contents): New command and keystroke.
2878
2879         * nndoc.el (nndoc-type-alist): Add git support.
2880         (nndoc-git-type-p): New function.
2881         (nndoc-transform-git-article): Ditto.
2882         (nndoc-transform-git-headers): Ditto.
2883         (nndoc-transform-git-headers): Generate Subject headers.
2884
2885         * shr.el (shr-parse-style): New function.
2886         (shr-tag-span): Ditto.
2887
2888         * nnmairix.el (nnmairix-summary-mode-hook): Move nnmairix's `$' command
2889         to `G G' to avoid collisions.
2890
2891 2010-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2892
2893         * shr.el: Load kinsoku if necessary.
2894         (shr-kinsoku-shorten): New internal variable.
2895         (shr-find-fill-point): Make kinsoku shorten text line if
2896         shr-kinsoku-shorten is bound to non-nil.
2897         (shr-tag-table): Bild shr-kinsoku-shorten to t; refer to
2898         shr-indentation too when testing if table is wider than frame width.
2899         (shr-insert-table): Use `string-width' instead of `length' to measure
2900         text width.
2901         (shr-insert-table-ruler): Make sure indentation is done at bol.
2902
2903 2010-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
2904
2905         * nnimap.el (nnimap-request-move-article, nnimap-parse-line)
2906         (nnimap-process-expiry-targets): Use unibyte for buffers that hold
2907         undecoded network data.
2908
2909 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2910
2911         * gnus-agent.el (gnus-agent-toggle-plugged): Use the right minor mode
2912         name in the mode line spec so that the mode line menu works
2913         (bug #2431).
2914
2915         * message.el (message-get-reply-headers): If we're fed `to-address',
2916         then always use that.
2917
2918         * gnus-art.el (gnus-article-make-menu-bar): The article/group menus
2919         aren't so wide as to need to switch off the edit menu.
2920
2921         * gnus-delay.el (gnus-delay-article): Remove superfluous `group'
2922         binding.  Suggested by Leo <sdl.web@gmail.com> (bug #6613).
2923
2924         * nnimap.el (nnimap-request-group): Don't SELECT the group twice on
2925         `M-g'.
2926         (nnimap-update-info): Update flags/read marks even if \* isn't part of
2927         the permanent marks.
2928
2929 2010-10-18  Andrew Cohen  <cohen@andy.bu.edu>
2930
2931         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
2932         Splitting according to references/in-reply-to obeys the ignore-groups
2933         variable, while splitting by sender and subject do not.
2934
2935 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2936
2937         * gnus-art.el (gnus-article-dumbquotes-map): Make into a char/string
2938         alist, so that we can look for non-Unicode chars.
2939         (article-translate-strings): Allow both character and string maps.
2940
2941 2010-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2942
2943         * shr.el (shr-insert): Don't insert space behind a wide character
2944         categorized as kinsoku-bol, or between characters both categorized as
2945         nospace.
2946
2947 2010-10-16  Andrew Cohen  <cohen@andy.bu.edu>
2948
2949         * gnus-sum.el (gnus-summary-refer-thread): Bug fix.  Add the thread
2950         headers to gnus-newsgroup-headers.
2951
2952 2010-10-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2953
2954         * shr.el (shr-tag-img): Don't align images -- since we're not
2955         rescaling, this often leads to ugly displays.
2956
2957 2010-10-15  Andrew Cohen  <cohen@andy.bu.edu>
2958
2959         * gnus-sum.el (gnus-summary-refer-thread): Unconditionally ignore
2960         duplicates.
2961
2962 2010-10-15  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
2963
2964         * gnus-diary.el (gnus-diary-check-message): Fix gnus-completing-read
2965         call.
2966
2967 2010-10-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2968
2969         * gnus.el: Autoload gnus-html-show-images.
2970
2971         * nnimap.el: Use nnheader-message throughout.
2972
2973         * shr.el (shr-tag-img): Ignore images with no data.
2974
2975 2010-10-15  Julien Danjou  <julien@danjou.info>
2976
2977         * mml.el (mml-generate-mime-1): Add `mml-enable-flowed' variable to add
2978         a possibility to disable format=flow encoding when using hard newlines.
2979
2980 2010-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2981
2982         * shr.el (shr-insert): Remove space inserted before or after a
2983         breakable character or at the beginning or the end of a line.
2984         (shr-find-fill-point): Do kinsoku; find the second best point or give
2985         it up if there's no breakable point.
2986
2987 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2988
2989         * nnimap.el (nnimap-open-connection): Message when opening connection
2990         for debugging purposes.
2991
2992         * gnus-art.el (gnus-article-setup-buffer): Set article mode truncation
2993         on every setup buffer call to allow this to change from article to
2994         article.
2995
2996         * shr.el (shr-tag-table): Experimental feature: Truncate lines in
2997         buffers where we have a wide table.
2998
2999 2010-10-14  Andrew Cohen  <cohen@andy.bu.edu>
3000
3001         * gnus-sum.el (gnus-summary-refer-thread): Implement a version that
3002         uses *-request-thread.
3003
3004 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3005
3006         * nnimap.el (nnimap-open-connection): Remove %s from openssl
3007         incantation, which is no longer valid.
3008
3009 2010-10-14  Julien Danjou  <julien@danjou.info>
3010
3011         * shr.el: Fix defcustom type (char -> character).
3012
3013 2010-10-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3014
3015         * nnimap.el (nnimap-open-connection): tls-program should be a list of
3016         programs.
3017
3018 2010-10-14  Julien Danjou  <julien@danjou.info>
3019
3020         * shr.el (shr-tag-a): Use url-link as widget type.
3021
3022         * gnus-group.el (gnus-group-insert-group-line): Fix group argument to
3023         `gnus-group-get-icon'.
3024
3025 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3026
3027         * nnimap.el (nnimap-close-server): Forget the nnimap data on close.
3028         This should make server editing work better.
3029
3030         * shr.el (shr-find-fill-point): Don't inloop on indented text.
3031
3032         * tls.el (tls-program): Remove spurious %s from openssl.
3033
3034         * nnimap.el (nnimap-open-connection): Fix open-tls-stream call.
3035         (nnimap-parse-flags): Fix regexp.
3036
3037         * shr.el (shr-find-fill-point): Use a filling algorithm that should
3038         probably work for CJVK text, too.
3039
3040         * nnimap.el (nnimap-extend-tls-programs): Remove.
3041         (nnimap-open-connection): Bind STARTTLS to openssl explicitly.
3042
3043         * tls.el (tls-starttls-switches): Remove starttls hack.
3044         (open-tls-stream): Ditto.
3045         (tls-find-starttls-argument): Ditto.
3046
3047 2010-10-13  Julien Danjou  <julien@danjou.info>
3048
3049         * nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH
3050         responses.
3051
3052 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3053
3054         * mm-decode.el (mm-shr): Allow use from non-Gnus users.
3055
3056         * gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert
3057         anything in Emacs.
3058
3059         * shr.el (shr-current-column): Remove buggy and unnecessary function.
3060
3061 2010-10-13  Julien Danjou  <julien@danjou.info>
3062
3063         * shr.el (shr-width): Make shr-width a defcustom with default to
3064         fill-column.
3065         (shr-tag-img): Use shr-width rather than fill-column.
3066
3067 2010-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
3068
3069         * dgnushack.el (byte-optimize-apply)
3070         * gnus-dired.el (gnus-dired-attach): Silence XEmacs 21.5 when compiling.
3071
3072         * gnus-gravatar.el (gnus-gravatar-transform-address): Adjust avatars'
3073         position when (X-)Faces exist.
3074         (gnus-treat-from-gravatar, gnus-treat-mail-gravatar): Force displaying
3075         avatars when called interactively.
3076
3077 2010-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3078
3079         * gnus-gravatar.el (gnus-gravatar-too-ugly): Don't test if
3080         gnus-article-x-face-too-ugly is bound.
3081
3082 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3083
3084         * rfc2231.el (rfc2231-parse-string): Ignore repeated parts.
3085
3086         * nnimap.el (nnimap-request-rename-group): Unselect by selecting a
3087         mailbox that doesn't exist.
3088
3089 2010-10-12  Julien Danjou  <julien@danjou.info>
3090
3091         * shr.el (shr-tag-img): Encode URL properly when retrieving.
3092         (shr-get-image-data): Encode URL properly when fetching from cache.
3093         (shr-tag-img): Use aligned-to spaces to align correctly images.
3094
3095         * gnus-gravatar.el (gnus-gravatar-insert): Check if buffer is alive
3096         before inserting the Gravatar.
3097
3098         * shr.el (shr-tag-img): Add align attribute support for <img>.
3099
3100 2010-10-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3101
3102         * gnus-gravatar.el (gnus-art): Require.
3103
3104         * gnus-sum.el (gnus-summary-mark-as-unread-forward)
3105         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
3106         Remove long obsoleted functions.
3107
3108 2010-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
3109
3110         * lpath.el: Fbind gnutls-negotiate for Emacs 22 and XEmacsen.
3111
3112         * nnimap.el (gnutls-negotiate): Silence the byte compiler.
3113
3114         * gnus-art.el, gnus-cache.el, gnus-fun.el, gnus-group.el:
3115         * gnus-picon.el, gnus-spec.el, gnus-sum.el, gnus-util.el, gnus.el:
3116         * hashcash.el, imap.el, mail-source.el, message.el, mm-bodies.el:
3117         * mm-decode.el, mm-extern.el, mm-util.el, mm-view.el, mml-smime.el:
3118         * mml.el, mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnmail.el:
3119         * nnmaildir.el, nnrss.el, nntp.el, pgg-parse.el, pgg.el, rfc1843.el:
3120         * sieve-manage.el, smime.el, spam.el:
3121         Fix comment for declare-function.
3122
3123 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3124
3125         * nnimap.el (nnimap-request-rename-group): Select group read-only
3126         before renaming it.
3127
3128         * shr.el (shr-insert): Fix up the white space only regexp.
3129
3130         * nnimap.el (nnimap-transform-split-mail): Not all articles have
3131         bodies.  Protect against this.  Reported by Michael Welsh Duggan.
3132
3133         * shr.el (shr-current-column): New function.
3134         (shr-find-fill-point): New function.
3135
3136 2010-10-11  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3137
3138         * sieve-manage.el (sieve-manage-open): Allow port names as well as port
3139         numbers.
3140
3141 2010-10-11  Julien Danjou  <julien@danjou.info>
3142
3143         * shr.el (shr-hr-line): Add.
3144         (shr-tag-hr): Use shr-hr-line to specify which character to use to
3145         display hr lines.
3146         (shr-max-columns): Do not change state to nil if we just inserting
3147         spaces.
3148
3149 2010-10-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3150
3151         * gnus-topic.el (gnus-topic-read-group): If after the last group,
3152         select the last group.
3153
3154 2010-10-11  Teodor Zlatanov  <tzz@lifelogs.com>
3155
3156         * gnus-int.el (gnus-run-hook-with-args): Autoload from gnus-util.el.
3157
3158 2010-10-10  Dan Nicolaescu  <dann@ics.uci.edu>
3159
3160         * dig.el (dig-mode-map): Declare and define in one step.
3161
3162 2010-10-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3163
3164         * nnimap.el (nnimap-update-qresync-info): \Flagged messages are read
3165         for Gnus.
3166         (nnimap-retrieve-group-data-early): utf7-encode the group parameters.
3167         (nnimap-update-qresync-info): Mark \Seen articles as read.
3168
3169         * gnus-sum.el (gnus-summary-set-local-parameters): Ignore the `active'
3170         non-variable, too.
3171
3172         * nnimap.el (nnimap-open-connection): Use gnutls STARTTLS, if
3173         available.
3174         (nnimap-update-info): Rely more on the current active than the param
3175         active to avoid marking articles as read too much.
3176
3177         * auth-source.el (auth-source-create): Use (user-login-name) for the
3178         user name default.
3179
3180         * nnimap.el (nnimap-update-info): If the server doesn't return any
3181         useful info, just use the previous info.
3182         (nnimap-update-info): Prefer old info over start-article.
3183         (nnimap-update-qresync-info): Finish implementing QRESYNC.
3184
3185 2010-10-10  Andrew Cohen  <cohen@andy.bu.edu>
3186
3187         * nnir.el (autoload): Clean up autoloads.
3188         (nnir-imap-default-search-key): Rename from nnir-imap-search-field.
3189         Use key rather than value.
3190         (nnir-imap-search-other): New variable.
3191         (nnir-read-parm): Use it.
3192         (nnir-imap-expr-to-imap): Use %S rather than imap-quote-specials.
3193         (gnus-summary-nnir-goto-thread): Modify to work with imap.
3194
3195 2010-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
3196
3197         * nnimap.el (nnimap-wait-for-response): If the user hits `C-g', kill
3198         the process, too.
3199
3200 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3201
3202         * spam.el (gnus-summary-mode-map): Bind to "$".
3203         Suggested by Russ Allbery.
3204
3205         * shr.el: Rework the way things are indented by <li> slightly.
3206
3207         * gnus.el (gnus-group-set-parameter): Fix typo.
3208
3209         * nnimap.el: Start implementing QRESYNC support.
3210
3211 2010-10-09  Julien Danjou  <julien@danjou.info>
3212
3213         * nnir.el (nnir-engines): Fix too many arguments.
3214
3215 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3216
3217         * nnmail.el (nnmail-expiry-target-group): Say that every expiry target
3218         group is the "last", so that the backends like nnfolder actually save
3219         their folders.
3220
3221         * nnimap.el (nnimap-open-connection): If we have gnutls loaded, then
3222         try to use that for the tls stream.
3223         (nnimap-retrieve-group-data-early): Rework the marks code to heed
3224         UIDVALIDITY and find out which groups are read-only and not.
3225         (nnimap-get-flags): Use the same marks parsing code as the rest of
3226         nnimap.
3227
3228 2010-10-09  Julien Danjou  <julien@danjou.info>
3229
3230         * nnir.el (nnir-read-parm): Fix call to gnus-completing-read.
3231
3232         * gnus-gravatar.el (gnus-gravatar-transform-address): Error errors when
3233         retrieving gravatars.
3234
3235         * shr.el (shr-table-corner): Add.
3236         (shr-table-line): Add.
3237         (shr-insert-table-ruler): Use the above defcustoms to insert tables.
3238
3239 2010-10-08  Julien Danjou  <julien@danjou.info>
3240
3241         * mm-decode.el (mm-text-html-renderer): Add mm-shr in choice list.
3242
3243 2010-10-08  Teodor Zlatanov  <tzz@lifelogs.com>
3244
3245         * gnus-util.el (gnus-alist-pull): Rename `gnus-pull'.
3246
3247         * gnus-sum.el (gnus-mark-article-as-unread)
3248         (gnus-summary-mark-article-as-unread, gnus-summary-remove-bookmark)
3249         (gnus-summary-set-bookmark): Use it.
3250
3251         * gnus-msg.el (gnus-setup-message): Use it.
3252
3253         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3254
3255         * gnus.el (gnus-group-remove-parameter): Use it.
3256
3257         * gnus-group.el (gnus-group-make-web-group): Use it.
3258
3259         * gnus-demon.el (gnus-demon-remove-handler): Use it.
3260
3261         * nnregistry.el: Update docs to mention manual.
3262
3263         * gnus-registry.el: Update docs to mention nnregistry.el.
3264         (gnus-registry-initialize): Don't install nnregistry refer method
3265         automatically.
3266         (gnus-registry-install-nnregistry): Remove it.
3267
3268 2010-10-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3269
3270         * shr.el (shr-insert): Don't insert double spaces.
3271
3272 2010-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3273
3274         * gnus-gravatar.el (gnus-treat-from-gravatar)
3275         (gnus-treat-mail-gravatar): Bind gnus-gravatar-too-ugly to nil when
3276         called interactively.
3277
3278         * gnus-art.el (gnus-mime-view-part-externally)
3279         (gnus-mime-view-part-internally): Make predicate function passed to
3280         gnus-mime-view-part-as-type assume argument is a mime type, not a list
3281         of a mime type.
3282
3283         * shr.el (shr-table-widths): Don't use cl function `reduce'.
3284
3285 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3286
3287         * shr.el (require): Require cl when compiling.
3288         (shr-tag-hr): New function.
3289
3290         * nnimap.el (nnimap-update-info): Remove double setting of high.
3291         (nnimap-update-info): Don't ignore groups that have no UIDNEXT.
3292         This makes nnimap work properly on Courier again.
3293
3294         * gnus.el (gnus-carpal): The carpal mode has been removed, but define
3295         the variable for backwards compatability.
3296
3297         * mm-decode.el (mm-save-part): If given a non-directory result, expand
3298         the file name before using to avoid setting mm-default-directory to
3299         nil.
3300
3301         * gnus-start.el (gnus-get-unread-articles): Require gnus-agent before
3302         bidning gnus-agent variables.
3303
3304         * shr.el (shr-render-td): Use a cache for the table rendering function
3305         to avoid getting an exponential rendering behaviour in nested tables.
3306         (shr-insert): Rework the line-breaking algorithm.
3307         (shr-insert): Don't leave trailing spaces.
3308         (shr-insert-table): Also insert empty TDs.
3309         (shr-tag-blockquote): Ensure paragraphs after </ul>.
3310
3311 2010-10-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3312
3313         * gnus-sum.el (gnus-number): Rename from `number'.
3314         (gnus-article-marked-p, gnus-summary-limit-to-display-predicate)
3315         (gnus-summary-limit-children): Update uses correspondingly.
3316
3317 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3318
3319         * gnus-gravatar.el (gnus-gravatar-too-ugly): New user option.
3320         (gnus-gravatar-transform-address): Don't show avatars of people of
3321         which mail addresses match gnus-gravatar-too-ugly.
3322
3323 2010-10-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3324
3325         * shr.el (shr-table-widths): Expand TD elements to fill available
3326         space.
3327
3328 2010-10-07  Julien Danjou  <julien@danjou.info>
3329
3330         * nnimap.el (nnimap-request-rename-group): Add this method.
3331
3332 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
3333
3334         * gnus-html.el (gnus-html-schedule-image-fetching): Remove function
3335         name from XEmacs' function-arglist.
3336
3337         * gnus-gravatar.el (gnus-gravatar-insert): Don't add properties to
3338         gravatar under XEmacs.
3339
3340 2010-10-07  Teodor Zlatanov  <tzz@lifelogs.com>
3341
3342         * auth-source.el: Update docs with TODO items.
3343
3344         * gnus-sync.el: Update docs to explain state and plans.
3345
3346         * gnus-int.el (gnus-after-set-mark-hook, gnus-before-update-mark-hook):
3347         Hooks for mark updates.
3348         (gnus-request-set-mark, gnus-request-update-mark): Use them.
3349
3350         * gnus-util.el (gnus-run-hooks-with-args): Convenience function to run
3351         hooks with arguments, which is needed for mark update hooks.
3352
3353 2010-10-06  Julien Danjou  <julien@danjou.info>
3354
3355         * gnus.el (gnus-expand-group-parameter): Only return and act on what
3356         was matched.
3357
3358         * sieve-manage.el: Update example in `Commentary'.
3359
3360         * sieve.el (sieve-open-server): Use sieve-manage-authenticate.
3361
3362         * sieve-manage.el (sieve-manage-open): Use sieve-manage-default-port,
3363         not 2000.
3364         (sieve-manage-authenticate): Re-add function.
3365
3366 2010-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3367
3368         * shr.el (shr-insert): Get 'space transition right.
3369         (shr-render-td): Only delete space at the end of the TD.
3370
3371         * nnimap.el (nnimap-open-connection): Prepare to support
3372         open-gnutls-stream.
3373
3374         * shr.el: Rearrange function order to be more logical.
3375
3376 2010-10-06  Julien Danjou  <julien@danjou.info>
3377
3378         * nnrss.el (nnrss-check-group): Remove 404 URL in comment.
3379         (nnrss-discover-feed): Remove 404 URL in docstring.
3380
3381         * nnir.el: Fix Swish-E URL.
3382         Fix Namazu URL.
3383
3384         * message.el (message-change-subject): Remove 404 URL in a comment.
3385
3386 2010-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
3387
3388         * gnus-art.el (gnus-mime-view-part-as-type): Make it work when being
3389         called interactively.
3390
3391         * gnus-util.el (gnus-remove-if): Allow hash table.
3392         (gnus-remove-if-not): New function.
3393
3394         * gnus-art.el (gnus-mime-view-part-as-type)
3395         * gnus-score.el (gnus-summary-score-effect)
3396         * gnus-sum.el (gnus-read-move-group-name):
3397         Replace remove-if-not with gnus-remove-if-not.
3398
3399         * gnus-group.el (gnus-group-completing-read):
3400         Regard collection as a hash table if it is not a list.
3401
3402 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3403
3404         * shr.el (shr-render-td): Allow blank/missing <TD>s.
3405
3406         * shr.el: Document the table-rendering algorithm.
3407
3408 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3409
3410         * dgnushack.el (dgnushack-compile): Exclude shr.el from being compiled
3411         for Emacsen having no `libxml-parse-html-region' support.
3412
3413 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3414
3415         * gnus-html.el (gnus-html-schedule-image-fetching): Protect against
3416         invalid URLs.
3417
3418         * shr.el (shr-tag-img): Shorten ALT texts and allow them to be
3419         line-broken.
3420         (shr-tag-img): Ignore image fetching errors.
3421         (shr-overlays-in-region): Compute overlay positions correctly.
3422
3423         * mm-decode.el (mm-shr): Require shr.
3424
3425         * gnus-art.el (gnus-blocked-images): Move variable here.
3426
3427         * shr.el (shr-insert-table): Bind free variable.
3428
3429         * mm-decode.el (mm-shr): Bind shr-content-function.
3430
3431         * shr.el (shr-content-function): New variable.
3432
3433         * gnus-sum.el (gnus-article-sort-by-most-recent-date): New function,
3434         added for symmetry.
3435
3436         * nnir.el (nnir-retrieve-headers): Don't bug out on invalid data.
3437
3438         * gnus-group.el (gnus-group-make-group): Doc fix.
3439
3440         * nnimap.el (nnimap-request-newgroups): Return success.
3441
3442         * shr.el (shr-find-elements): New function.
3443         (shr-tag-table): Put all the images after the table.
3444         (shr-tag-table): Really inhibit images inside the table.
3445         (shr-collect-overlays): Copy over overlays from the TD elements to the
3446         main document.
3447
3448         * mm-decode.el (mm-shr): Bind shr-blocked-images to
3449         gnus-blocked-images.
3450
3451 2010-10-05  Julien Danjou  <julien@danjou.info>
3452
3453         * sieve-manage.el (sieve-sasl-auth): Use auth-source to authenticate.
3454
3455         * gnus-html.el (gnus-html-wash-images): Rescale image from cid too.
3456         (gnus-html-maximum-image-size): Add this function.
3457         (gnus-html-put-image): Use gnus-html-maximum-image-size.
3458
3459         * sieve-manage.el (sieve-manage-capability): Do not bug out when the
3460         server-value of the capability is nil.
3461
3462 2010-10-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3463
3464         * shr.el (shr-tag-em): Add <EM> tag.
3465
3466 2010-10-05  Florian Ragwitz  <rafl@debian.org>  (tiny change)
3467
3468         * sieve-manage.el (sieve-manage-default-stream): Make default stream
3469         customizable.
3470
3471         * gnus-html.el (gnus-html-wash-tags): Decode URL entities to avoid
3472         handing broken links to browse-url.
3473
3474 2010-10-05  Julien Danjou  <julien@danjou.info>
3475
3476         * gnus-util.el (gnus-emacs-completing-read)
3477         (gnus-iswitchb-completing-read): Use autoload rather than require.
3478
3479 2010-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3480
3481         * lpath.el: Fbind libxml-parse-html-region and shr-insert-document for
3482         Emacs 22 and XEmacs; fbind help-function-arglist for XEmacs 21.4 and
3483         SXEmacs; fbind ido-completing-read, and bind iswitchb-mode and
3484         iswitchb-temp-buflist for XEmacs.
3485
3486         * gnus-util.el (gnus-completing-read-function): Exclude
3487         gnus-icompleting-read and gnus-ido-completing-read from candidates for
3488         XEmacs since iswitchb.el is very old and ido.el is unavailable in
3489         XEmacs.
3490
3491         * gnus-registry.el (gnus-registry-install-nnregistry): Rewrite so as
3492         not to use `delete-dups' that is unavailable in XEmacs 21.4.
3493
3494         * gnus-html.el: Don't require help-fns under XEmacs.
3495         (gnus-html-schedule-image-fetching): Work for XEmacs.
3496
3497         * mm-decode.el (mm-shr): Decode contents by charset.
3498
3499 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3500
3501         * nnimap.el (nnimap-open-connection): Give an error if nnimap-stream is
3502         unknown.
3503
3504         * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
3505         (shr-get-image-data): Ensure against the cache file missing.
3506
3507         * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
3508         for data.
3509
3510         * spam-report.el (spam-report-url-ping-plain): Don't query about
3511         killing the process.
3512
3513         * shr.el (shr-render-td): Protect against too-wide text.
3514
3515 2010-10-04  Julien Danjou  <julien@danjou.info>
3516
3517         * mml-smime.el (mml-smime-openssl-encrypt-query): Fix choices.
3518         (mml-smime-openssl-sign-query): Fix gnus-completing-read call.
3519
3520         * gravatar.el (gravatar-retrieved): Kill buffer when gravatar has been
3521         retrieved.
3522
3523 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3524
3525         * shr.el (browse-url): Require.
3526         (shr-ensure-paragraph): Don't insert a new newline after empty-ish
3527         lines.
3528         (shr-show-alt-text, shr-browse-image): New commands.
3529         (shr-browse-url, shr-copy-url): New commands.
3530
3531         * gnus-sum.el (gnus-widen-article-window): New variable.
3532         (gnus-summary-select-article-buffer): Use it.
3533
3534         * message.el (message-idna-to-ascii-rhs-1): Don't bug out on addresses
3535         without @ signs.
3536
3537 2010-10-04  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
3538
3539         * nnir.el (nnir-run-imap): Remove spurious space in search string.
3540
3541 2010-10-04  Julien Danjou  <julien@danjou.info>
3542
3543         * gnus-util.el (gnus-emacs-completing-read): Mapcar collection to list,
3544         for XEmacs.
3545
3546 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3547
3548         * gnus-salt.el: Remove all gnus-carpal stuff -- it's not useful.
3549
3550         * nnimap.el (nnimap-open-connection): Allow tls as a synonym for ssl.
3551         (nnimap-close-server): Implement.
3552
3553         * dgnushack.el (iswitchb): Require to shut up the compiler.
3554
3555         * shr.el (shr-ensure-paragraph): Fix the non-empty line case.
3556         (shr-insert): Tweak line breaking.
3557         (shr-insert): Handle <pre> better.
3558         (shr-tag-li): Get <li> indentation right.
3559         (shr-tag-li): Get <li> indentation even righter.
3560         (shr-tag-blockquote): Ensure paragraph start.
3561         (shr-make-table): Tweak table generation.
3562         (shr-make-table): Fix typo.
3563
3564         * shr.el: Implement table rendering.
3565
3566 2010-10-04  Julien Danjou  <julien@danjou.info>
3567
3568         * gnus-html.el (gnus-html-put-image): Fix resize image code.
3569
3570 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3571
3572         * shr.el (shr-insert): Use string anchors instead of line anchors.
3573
3574 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3575
3576         * shr.el: Add headings.
3577         (shr-ensure-paragraph): Actually work.
3578         (shr-tag-li): Make <ul> prettier.
3579         (shr-insert): Get white space at the beginning/end of elements right.
3580         (shr-tag-p): Collapse subsequent <p>s.
3581         (shr-ensure-paragraph): Don't insert double line feeds after blank
3582         lines.
3583         (shr-insert): \t is also space.
3584         (shr-tag-s): Fix "s" tag name function.
3585         (shr-tag-s): Fix face prop name.
3586
3587 2010-10-03  Julien Danjou  <julien@danjou.info>
3588
3589         * gnus-html.el (gnus-html-put-image): Use gnus-rescale-image.
3590
3591         * mm-view.el (gnus-window-inside-pixel-edges): Add autoload for
3592         gnus-window-inside-pixel-edges.
3593
3594         * gnus-ems.el (gnus-window-inside-pixel-edges): Move from gnus-html to
3595         gnus-ems.
3596
3597         * mm-view.el (mm-inline-image-emacs): Support image resizing.
3598
3599         * gnus-util.el (gnus-rescale-image): Add generic gnus-rescale-image
3600         function.
3601
3602         * mm-decode.el (mm-inline-large-images): Enhance defcustom and add
3603         resize choice.
3604
3605 2010-10-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3606
3607         * shr.el (shr-tag-p): Don't insert newlines on empty tags at the
3608         beginning of the buffer.
3609
3610         * gnus-sum.el (gnus-summary-select-article-buffer): Really select the
3611         article buffer again.
3612
3613         * shr.el (shr-tag-p): Don't insert newlines at the start of the buffer.
3614
3615         * mm-decode.el (mm-shr): Narrow before inserting, so that shr can know
3616         when it's at the start of the buffer.
3617
3618         * shr.el (shr-tag-blockquote): Convert name.
3619         (shr-rescale-image): Use the right image-size variant.
3620
3621         * gnus-sum.el (gnus-summary-select-article-buffer): If the article
3622         buffer isn't shown, then select the current article first instead of
3623         bugging out.
3624         (gnus-summary-select-article-buffer): Show both the article and summary
3625         buffers again.
3626
3627         * shr.el (shr-fontize-cont): Protect against regions with no text.
3628         Rename tag functions to shr-tag-* for enhanced security.
3629         (shr-tag-ul, shr-tag-ol, shr-tag-li, shr-tag-br): New functions.
3630
3631 2010-10-03  Chong Yidong  <cyd@stupidchicken.com>
3632
3633         * shr.el (shr-insert):
3634         * pop3.el (pop3-movemail):
3635         * gnus-html.el (gnus-html-wash-tags): Don't use plusp, as cl may not be
3636         loaded.
3637
3638 2010-10-03  Glenn Morris  <rgm@gnu.org>
3639
3640         * nnmairix.el (nnmairix-replace-illegal-chars): Drop Emacs 20 code.
3641
3642         * smime.el (smime-cert-by-ldap-1): Drop Emacs 21 code.
3643
3644         * gnus-art.el (gnus-next-page-map): Drop Emacs 20 compat cruft.
3645
3646         * gmm-utils.el (gmm-write-region): Drop Emacs 20 compat cruft.
3647
3648         * gnus-util.el (gnus-make-local-hook): Simplify.
3649
3650 2010-10-02  Julien Danjou  <julien@danjou.info>
3651
3652         * gnus-util.el (gnus-iswitchb-completing-read): New function.
3653         (gnus-ido-completing-read): New function.
3654         (gnus-emacs-completing-read): New function.
3655         (gnus-completing-read): Use gnus-completing-read-function.
3656         Add gnus-completing-read-function.
3657
3658 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3659
3660         * shr.el (shr-insert-document): Autoload.
3661         (shr-img): Be silent.
3662         (shr-insert): Add a newline after every picture before text.
3663         (shr-add-font): Use overlays for combining faces.
3664         (shr-insert): Pass upwards the text start point.
3665
3666         * mm-decode.el (mm-text-html-renderer): Default to shr.el rendering, if
3667         possible.
3668         (mm-shr): New function.
3669
3670 2010-10-02  Julien Danjou  <julien@danjou.info>
3671
3672         * gnus-gravatar.el (gnus-gravatar-insert): Adjust character where we
3673         should go backward.
3674
3675 2010-10-02  Juanma Barranquero  <lekktu@gmail.com>
3676
3677         * shr.el (shr): Fix typo in provide call.
3678
3679 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3680
3681         * shr.el: New file.
3682
3683         * gnus-html.el (gnus-html-schedule-image-fetching): Be silent.
3684
3685         * gnus-topic.el (gnus-topic-move-group): Fix the syntax of the
3686         completing read.
3687
3688 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3689
3690         * gnus-start.el (gnus-check-bogus-newsgroups): Say how many groups
3691         we're being queried about.  Suggested by Dan Jacobson.
3692
3693         * nndoc.el (nndoc-type-alist): Do babyl before mime-parts.
3694         Suggested by Jason Eisner.
3695
3696         * gnus-async.el (gnus-async-delete-prefetched-entry): Remove from hash
3697         table, too.  Suggested by Stefan Wiens.
3698         (gnus-async-prefetched-article-entry): Use intern-soft to avoid growing
3699         the table unnecessary.  Suggested by Stefan Wiens.
3700
3701         * gnus-sum.el (gnus-summary-clear-local-variables): This is probably no
3702         longer needed, and probably doesn't work either, as pointed out by
3703         Stefan Wiens.
3704         (gnus-summary-exit): Remove call to the clearing function.
3705         (gnus-summary-exit-no-update): Ditto.
3706
3707         * gnus-art.el (gnus-summary-save-in-file): Use with-current-buffer
3708         instead of gnus-eval-in-buffer-window to avoid popping up frames.
3709         Reported by Stefan Monnier.
3710         (gnus-summary-save-in-rmail): Ditto.
3711
3712         * gnus-sum.el (gnus-summary-select-article-buffer): Show only the
3713         article buffer, instead of both the article buffer and the summary
3714         buffer.  Sort of suggested by Dan Jacobson.
3715
3716         * gnus-win.el (gnus-buffer-configuration): Add an only-article spec.
3717
3718         * nnmbox.el (nnmbox-read-mbox): Mark buffer for deletion on Gnus exit.
3719         Suggested by Dan Jacobson.
3720
3721         * mm-encode.el (mm-content-transfer-encoding-defaults): Try to make the
3722         documentation clearer.
3723
3724         * message.el (message-shorten-references): Comment on the number "21".
3725         Suggested by Stefan Monnier.
3726
3727         * gnus-sum.el (gnus-summary-scroll-up): Add more documentation.
3728         Suggested by Dan Jacobson.
3729
3730         * gnus.el (gnus-large-newsgroup):
3731         Mention gnus-large-ephemeral-newsgroup.  Suggested by Dan Jacobson.
3732
3733         * gnus-msg.el (gnus-summary-resend-message): When resending, don't
3734         externalize attachments.  Bug reported by Steve Wen.
3735
3736         * gnus.el (gnus-continuum-version): Make inactive, since it doesn't
3737         really message anything to the user.
3738
3739         * nnmail.el (nnmail-article-group): Allow using the fancy split method
3740         directly.
3741
3742         * nnimap.el (nnimap-request-group): Low higher than high to signal no
3743         messages in empty groups.
3744
3745 2010-10-01  Ted Zlatanov  <tzz@lifelogs.com>
3746
3747         * nnimap.el (nnimap-request-group): Don't bug out when there's an empty
3748         non-UIDNEXT group.
3749
3750 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3751
3752         * gnus-group.el (gnus-group-completing-read): Return the symbol name,
3753         not the value from the collection.
3754
3755         * nnimap.el (nnimap-update-info): Ignore groups that have no UIDNEXT
3756         values.  This sometimes happens on some groups that have no info.
3757         (nnimap-request-newgroups): New function.
3758
3759 2010-10-01  Teodor Zlatanov  <tzz@lifelogs.com>
3760
3761         * gnus-registry.el (gnus-registry-install-nnregistry): Move the feature
3762         check into `gnus-registry-initialize'.
3763         (gnus-registry-initialize): Ditto.
3764         Fix and extend header docs.
3765
3766 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3767
3768         * gnus-html.el (gnus-html-prefetch-images): Adjust regexp to avoid
3769         regexp backtrace overflows.
3770
3771         * nnimap.el (nnimap-extend-tls-programs): Only extend those programs
3772         for starttls that tls.el implements; i.e. openssl.
3773
3774         * tls.el (tls-starttls-switches): Give up on using starttls with
3775         gnutls-cli.
3776         (tls-program): Add --insecure to be consistent with the defaults from
3777         openssl s_client.  Now all three commands are insecure.
3778
3779 2010-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3780
3781         * lpath.el: Bind completion-styles-alist for XEmacs.
3782
3783         * gravatar.el: Don't load image.el that XEmacs doesn't provide.
3784         (gravatar-create-image): New function that's an alias to
3785         gnus-xmas-create-image, gnus-create-image, or create-image.
3786         (gravatar-data->image): Use it.
3787
3788 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
3789
3790         * gnus-registry.el (gnus-registry-install-nnregistry): New function to
3791         install the nnregistry refer method.
3792         (gnus-registry-install-hooks): Use it.
3793         (gnus-registry-unfollowed-groups): Add nnmairix to the default
3794         unfollowed groups.
3795
3796 2010-09-30  Jose A. Ortega Ruiz  <jao@gnu.org>  (tiny change)
3797
3798         * gnus-sum.el (gnus-summary-show-thread): Skip past invisible text when
3799         expanding threads.
3800
3801 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3802
3803         * nnir.el: Use the server names without suffixes (bug #7009).
3804
3805         * nnimap.el (nnimap-open-connection): Reinstate the auto-upgrade from
3806         unencrypted to STARTTLS, if possible.
3807
3808 2010-09-30  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
3809
3810         * message.el (message-ignored-supersedes-headers): Strip Injection-*
3811         headers before superseding.
3812
3813 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3814
3815         * nnrss.el (nnrss-use-local): Add documentation.
3816
3817         * nnimap.el (nnimap-extend-tls-programs): New function.
3818         (nnimap-open-connection): Use tls.el exclusively, and not starttls.el.
3819         (nnimap-wait-for-connection): Accept the greeting from the stupid
3820         output from openssl s_client -starttls, too.
3821
3822         * tls.el (tls-starttls-switches): New variable.
3823         (tls-find-starttls-argument): Use it.
3824         (open-tls-stream): Ditto.
3825
3826         * netrc.el (netrc-credentials): Return the value of the "default" entry.
3827         (netrc-machine): Ditto.
3828
3829         * nnimap.el (nnimap-find-article-by-message-id): Really return the
3830         article number.
3831         (nnimap-split-fancy): New variable.
3832         (nnimap-split-incoming-mail): Use it.
3833
3834         * nntp.el (nntp-server-list-active-group): Document.
3835
3836         * nnimap.el (nnimap-find-article-by-message-id): Use EXAMINE instead of
3837         SELECT to get the message-id.
3838
3839         * mail-source.el (mail-sources): Remove webmail support.
3840         (defvar): Ditto.
3841         (mail-source-fetcher-alist): Ditto.
3842         (mail-source-fetch-webmail): Remove.
3843
3844         * webmail.el: Remove -- doesn't seem relevant any more.
3845
3846         * gnus.el: Fix up make-obsolete-variable declarations throughout.
3847
3848         * nnimap.el (nnimap-request-accept-article): Get the Message-ID without
3849         the \r.
3850
3851 2010-09-30  Julien Danjou  <julien@danjou.info>
3852
3853         * gnus-agent.el (gnus-agent-add-group): Fix call to
3854         gnus-completing-read.
3855
3856 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3857
3858         * nndoc.el (nndoc-retrieve-groups): New function.
3859
3860         * nnimap.el (nnimap-split-incoming-mail): If nnimap-split-methods is
3861         `default', use nnmail-split-methods.
3862         (nnimap-request-article): Downcase the NILs so that they are nil.
3863
3864         * gnus-sum.el (gnus-valid-move-group-p): Make sure that `group' is a
3865         symbol.
3866
3867         * nnimap.el (nnimap-open-connection): Revert the auto-network->starttls
3868         code, since if the user has requested network, that's what they ought
3869         to get.
3870         (nnimap-request-set-mark): Erase the buffer before issuing commands.
3871         (nnimap-split-rule): Mark as obsolete.
3872
3873         * pop3.el (pop3-send-streaming-command, pop3-stream-length):
3874         New variable.
3875
3876         * nnimap.el (nnimap-insert-partial-structure): Get the type from the
3877         correct slot, too.
3878
3879 2010-09-29  Julien Danjou  <julien@danjou.info>
3880
3881         * gnus.el (gnus-local-domain): Declare variable obsolete.
3882
3883         * gnus-util.el (gnus-icompleting-read): Require iswitchb.
3884         Fix history computing.
3885         (gnus-ido-completing-read): Require ido.
3886
3887 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3888
3889         * gnus-registry.el: Don't prompt on load, which makes it impossible to
3890         build Gnus.
3891
3892         * nnimap.el (nnimap-insert-partial-structure): Be way more permissive
3893         when interpreting the structures.
3894         (nnimap-request-accept-article): Add \r\n to the lines to make this
3895         work with Cyrus.
3896
3897         * nndraft.el (nndraft-request-expire-articles): Use the group name
3898         instead if "nndraft".  Fix found by Nils Ackermann.
3899
3900 2010-09-29  Ludovic Courtes  <ludo@gnu.org>
3901
3902         * nnregistry.el: Add.
3903
3904 2010-09-29  Stefan Monnier  <monnier@iro.umontreal.ca>
3905
3906         * nnmail.el (group, group-art-list, group-art):
3907         Remove unneeded directives.
3908
3909 2010-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3910
3911         * mm-util.el (mm-codepage-iso-8859-list, mm-charset-eval-alist)
3912         (mm-mime-charset)
3913         * rfc2047.el (rfc2047-syntax-table)
3914         * utf7.el (utf7-utf-16-coding-system): Comment fix.
3915
3916         * nnrss.el (nnrss-read-server-data, nnrss-read-group-data): Use `load'
3917         rather than `insert-file-contents' and `eval-region'.
3918
3919         * pgg.el (pgg-run-at-time-1): Define it for XEmacs only; fix if/else
3920         construction.
3921
3922         * smime-ldap.el (smime-ldap-search): Remove Emacs 21 compatible code.
3923
3924         * time-date.el: No need to require cl for Emacs 21.
3925
3926 2010-09-29  Julien Danjou  <julien@danjou.info>
3927
3928         * gnus-gravatar.el (gnus-gravatar-properties): Add this properties in
3929         replacement of `gnus-gravatar-relief' to mimic
3930         `gnus-faces-properties-alist'.
3931         Add :version property.
3932
3933 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3934
3935         * mail-source.el (mail-source-report-new-mail)
3936         * message.el (message-default-mail-headers)
3937         * mm-decode.el (mm-valid-image-format-p): Comment fix.
3938
3939         * mml2015.el (mml2015-use): Don't bind recursive-load-depth-limit.
3940
3941 2010-09-28  Julien Danjou  <julien@danjou.info>
3942
3943         * gnus-gravatar.el (gnus-gravatar-insert): Fix search in case
3944         mail-address contains the same string as real-name.
3945
3946         * gnus-ems.el (gnus-put-image): Revert Lars, change and insert
3947         non-blank in header, otherwise it'll get stripped.
3948
3949         * gnus-gravatar.el (gnus-gravatar-insert): Search backward for
3950         real-name, and then for mail address rather than doing : or , search.
3951
3952 2010-09-27  Julien Danjou  <julien@danjou.info>
3953
3954         * gnus-util.el (gnus-completing-read): Use gnus-use-ido to apply the
3955         right completing-read function.
3956         (gnus-use-ido): New variable
3957         (gnus-completing-read-with-default): Remove.
3958         * gnus-agent.el (gnus-agent-read-group): Remove prompt computing.
3959         (gnus-agent-add-group):
3960         * gnus-srvr.el (gnus-server-add-server, gnus-server-goto-server):
3961         * mm-view.el (mm-view-pkcs7-decrypt):
3962         * mm-util.el (mm-codepage-setup):
3963         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
3964         * mml-smime.el (mml-smime-openssl-sign-query):
3965         * mml.el (mml-minibuffer-read-type, mml-minibuffer-read-disposition)
3966         (mml-insert-multipart):
3967         * gnus-msg.el (gnus-summary-yank-message):
3968         * gnus-int.el (gnus-start-news-server):
3969         * mm-decode.el (mm-interactively-view-part):
3970         * gnus-dired.el (gnus-dired-attach):
3971         * gnus.el (gnus-read-method):
3972         * gnus-bookmark.el (gnus-bookmark-jump):
3973         * gnus-art.el (gnus-mime-view-part-as-type)
3974         (gnus-mime-action-on-part, gnus-article-encrypt-body):
3975         * gnus-topic.el (gnus-topic-jump-to-topic, gnus-topic-move-matching)
3976         (gnus-topic-copy-matching, gnus-topic-sort-topics, gnus-topic-move):
3977         * nnmairix.el (nnmairix-create-server-and-default-group)
3978         (nnmairix-update-groups, nnmairix-get-server)
3979         (nnmairix-backend-to-server, nnmairix-goto-original-article)
3980         (nnmairix-get-group-from-file-path):
3981         * nnrss.el (nnrss-find-rss-via-syndic8):
3982         * gnus-group.el (gnus-group-completing-read, gnus-group-make-web-group)
3983         (gnus-group-make-useful-group, gnus-group-add-to-virtual)
3984         (gnus-group-browse-foreign-server):
3985         * gnus-sum.el (gnus-summary-goto-article, gnus-summary-limit-to-extra)
3986         (gnus-summary-execute-command, gnus-summary-respool-article)
3987         (gnus-read-move-group-name):
3988         * gnus-score.el (gnus-summary-increase-score)
3989         (gnus-summary-score-effect):
3990         * gnus-registry.el (gnus-registry-read-mark): Use gnus-completing-read.
3991
3992 2010-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3993
3994         * lpath.el: Remove url-http-file-exists-p, w32-focus-frame, and
3995         x-focus-frame.
3996
3997         * nnimap.el (auth-source-forget-user-or-password)
3998         (auth-source-user-or-password): Autoload.
3999
4000         * message.el (message-from-style, message-interactive)
4001         (message-cite-prefix-regexp, message-sendmail-envelope-from)
4002         (message-yank-prefix, message-indentation-spaces, message-signature)
4003         (message-signature-file): Add comment.
4004
4005 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4006
4007         * gnus-sum.el (gnus-summary-read-group-1): Set gnus-newsgroup-highest.
4008         (gnus-summary-insert-new-articles): Use gnus-newsgroup-highest to get
4009         new articles.
4010
4011         * nnimap.el (nnimap-request-article): Don't partial-fetch single-part
4012         parts.
4013         (nnimap-request-article): Work with the t setting, too.
4014
4015         * gnus-sum.el (gnus-summary-exit): Kill the article buffer later, so
4016         that you don't get flashes of other buffers.
4017         (gnus-summary-show-complete-article): Intern before setting.
4018
4019 2010-09-27  David Engster  <dengste@eml.cc>
4020
4021         * nnmairix.el (nnmairix-replace-group-and-numbers): Deal with NOV as
4022         well as HEADERS.
4023         (nnmairix-retrieve-headers): Provide new argument for the above.
4024
4025 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4026
4027         * gnus-sum.el (gnus-summary-move-article): Don't alter
4028         gnus-newsgroup-active.  This makes `/ N' work after copying to the same
4029         group.
4030
4031         * nnimap.el (nnimap-update-info): Don't destructively alter active.
4032
4033         * message.el (message-cite-prefix-regexp): Revert my last edit.
4034
4035         * gnus-sum.el (gnus-summary-show-complete-article): Bind the server
4036         variable instead of the Gnus variable.
4037
4038         * nnimap.el (nnimap-find-wanted-parts-1): Use it.
4039
4040         * gnus-art.el (gnus-fetch-partial-articles): Move back to nnimap again.
4041
4042         * nnimap.el (nnimap-request-accept-article): Remove the "." at the end,
4043         since some servers don't like it.
4044         (nnimap-open-connection): Forget credentials if the server says the
4045         password was wrong.
4046         (nnimap-parse-line): Protect against invalid data.
4047
4048         * gnus-sum.el (gnus-summary-move-article): Add comment.
4049         (gnus-summary-insert-new-articles): Copy the old-high watermark so that
4050         nothing alters it while scanning for new messages.
4051
4052         * nnimap.el (nnimap-request-accept-article): Send a "." at the end,
4053         which may or may not help.
4054         (nnimap-open-connection): If we're doing a stream connection, and then
4055         discover we're on a STARTTLS-capable server, then open a STARTTLS
4056         connection instead.
4057
4058 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4059
4060         * nnimap.el (utf7): Require.
4061
4062         * message.el (message-cite-prefix-regexp): Remove "}" from citation
4063         prefix.
4064
4065 2010-09-27  Juanma Barranquero  <lekktu@gmail.com>
4066
4067         * nnmail.el (nnmail-fancy-expiry-targets): Fix typo in docstring.
4068
4069 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4070
4071         * nnimap.el (nnimap-request-accept-article): Message the error on
4072         error.
4073
4074 2010-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4075
4076         * gnus-art.el (gnus-mime-delete-part): Fix Lisp type of byte(s).
4077
4078 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4079
4080         * nndoc.el (nndoc-request-list): Return success always.
4081
4082         * gnus-agent.el (gnus-agent-retrieve-headers): Don't propagate
4083         `fetch-old' -- we only want to fetch the articles we've requested.
4084         The rest are in the agent, probably.
4085         (gnus-agent-read-servers-validate): Change the level for the "Ignoring
4086         disappeared server" to something low.  It's not important.
4087
4088         * nnimap.el (nnimap-get-whole-article): Remove the data that may have
4089         arrived before the FETCH data.
4090
4091         * nnmh.el (nnmh-request-expire-articles): Don't try to fetch the expiry
4092         target here, because we don't know the Gnus name of the group.
4093
4094         * nndraft.el (nndraft-request-expire-articles): Fetch the expiry target
4095         for the correct group.
4096
4097         * gnus-ems.el (gnus-create-image): Ignore all image-creation errors.
4098
4099         * gnus.el (gnus): Give a final warning after startup.
4100
4101         * gnus-util.el (gnus-action-message-log): New variable.
4102         (gnus-message): Use it.
4103         (gnus-final-warning): New function.
4104
4105         * nnimap.el (nnimap-open-connection): Record the greeting.
4106         (nnimap): Add greeting.
4107
4108 2010-09-26  Julien Danjou  <julien@danjou.info>
4109
4110         * gnus-html.el (gnus-html-show-images): Fix gnus-html-display-image
4111         arguments.
4112         (gnus-html-wash-images): Fix spec computing to include start/end.
4113
4114         * gnus-art.el (gnus-article-treat-body-boundary): Fix length computing.
4115
4116 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4117
4118         * nnimap.el (nnimap-request-expire-articles): Compress ranges before
4119         deletion.
4120         (nnimap-retrieve-headers): Don't select the group, because that's
4121         already done by nnimap-possibly-change-group.
4122
4123         * gnus-picon.el (gnus-picon-inhibit-top-level-domains): New variable.
4124         (gnus-picon-transform-address): Use it.
4125
4126         * mail-source.el (mail-source-value): Revert previous patch.
4127
4128         * nnimap.el (nnimap-credentials): Allow inhibiting the password query
4129         on failure.
4130         (nnimap-open-connection): Look up both virtual and physical server name
4131         credentials.
4132
4133         * gnus-win.el: Revert previous patch, since it made Gnus backtrace.
4134
4135 2009-02-07  Dave Love  <fx@gnu.org>
4136
4137         * tls.el (open-tls-stream): Don't query killing process.
4138
4139 2009-02-08  Dave Love  <fx@gnu.org>
4140
4141         * gnus-win.el (gnus-window-to-buffer-helper)
4142         (gnus-all-windows-visible-p): Function needn't be a symbol.
4143
4144         * mail-source.el (mail-source-value): Function needn't be a symbol.
4145
4146 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4147
4148         * message.el (message-cite-prefix-regexp): Remove } from the cite
4149         prefix.
4150
4151         * gnus-art.el (gnus-treatment-function-alist): Do picons before
4152         highlight again, so that the highlight is correct.
4153
4154         * gnus-picon.el (gnus-picon): Remove again.
4155         (gnus-picon-create-glyph): Set the background XPM colour explicitly.
4156
4157         * gnus-art.el (gnus-treatment-function-alist): Insert picons after
4158         doing the header highlightling, so that the background colour of the
4159         picon is correct.
4160
4161         * gnus-picon.el (gnus-picon-xbm): Remove obsolete face.
4162         (gnus-picon): Ditto.
4163         (gnus-picon): Reinstate.  The background colour for picons is white.
4164         (gnus-picon-insert-glyph): Make the background white.
4165
4166         * nnml.el (nnml-open-nov): Don't return dead buffers.
4167
4168         * auth-source.el (auth-source-create): Query the user for whether to
4169         store the credentials.
4170
4171         * netrc.el (netrc-store-data): New function.
4172
4173         * auth-source.el (auth-source-user-or-password): Use the existing auth
4174         sources, if any, for creation.
4175
4176         * gnus.el (gnus-group-fast-parameter): Return the last matching
4177         parameter instead of the first matching parameter.
4178
4179 2010-09-26  Julien Danjou  <julien@danjou.info>
4180
4181         * gnus-sum.el (gnus-auto-center-group): Transform into a defcustom.
4182
4183 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4184
4185         * mml2015.el (mml2015-use): Remove gpg support.
4186
4187         * mml1991.el (mml1991-function-alist): Remove gpg function.
4188         (mml1991-gpg-sign): Remove.
4189
4190 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
4191
4192         * gnus-srvr.el (gnus-browse-subscribe-newsgroup-method): New variable.
4193         (gnus-browse-unsubscribe-current-group): Document it.
4194         (gnus-browse-unsubscribe-group): Use it.
4195
4196 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4197
4198         * gnus-group.el (gnus-read-ephemeral-bug-group): Add the bug email
4199         address to the To list for easier response.
4200
4201         * gnus.el (gnus-play-startup-jingle): Remove.
4202         (gnus-splash): Don't play jingle.
4203         (gnus): Silence gnus-load message.
4204
4205         * gnus-art.el (gnus-treat-play-sounds): Remove.
4206
4207         * gnus.el (gnus-play-jingle): Remove audio support.
4208
4209         * gnus-cus.el (gnus-score-customize): Remove audio reference.
4210
4211         * earcon.el: Remove -- no users.
4212
4213         * gnus-audio.el: Remove -- no users of this package.
4214
4215         * gnus-sum.el (gnus-summary-limit-children): Remove nocem support.
4216
4217         * gnus-start.el (gnus-setup-news): Remove nocem support.
4218
4219         * gnus-group.el (gnus-group-get-new-news): Remove nocem call.
4220
4221         * gnus.el (gnus-use-nocem): Remove.
4222
4223         * gnus-demon.el (gnus-demon-add-nocem, gnus-demon-scan-nocem):
4224         Remove.
4225
4226         * gnus-nocem.el (gnus-nocem-issuers): Remove file.  Apparently nobody
4227         uses NoCeM any more.
4228
4229         * gnus-art.el (gnus-ctan-url): Seems not very useful -- removed.
4230         (gnus-button-ctan-handler): Ditto.
4231         (gnus-button-handle-ctan-bogus-regexp): Ditto.
4232         (gnus-button-ctan-directory-regexp): Ditto.
4233         (gnus-button-handle-ctan): Ditto.
4234         (gnus-button-tex-level): Ditto.
4235         (gnus-button-alist): Remove CTAN stuff.
4236
4237 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4238
4239         * nnimap.el (nnimap-wait-for-response): Reverse logic in the
4240         nnimap-streaming test.
4241
4242         * gnus-start.el (gnus-get-unread-articles): Don't try to open failed
4243         servers twice.
4244
4245         * nnimap.el (nnimap-open-connection): Add more error reporting when
4246         nnimap fails early.
4247
4248         * nnheader.el (nnheader-get-report-string): New function.
4249         (nnheader-get-report): Use it.
4250
4251         * gnus-int.el (gnus-check-server): Say what the error was when opening
4252         failed.
4253
4254         * nnimap.el (nnimap-wait-for-response): Search further when we're not
4255         using streaming.
4256
4257 2010-09-25  Julien Danjou  <julien@danjou.info>
4258
4259         * gnus-html.el (gnus-html-rescale-image): Use our defalias
4260         gnus-window-inside-pixel-edges.
4261
4262 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4263
4264         * gnus-srvr.el (gnus-server-copy-server): Add documentation.
4265
4266         * mm-decode.el (mm-save-part): Allow saving to other directories the
4267         normal Emacs way.
4268
4269         * nndoc.el (nndoc-type-alist): Move mime-parts after mbox.
4270         Suggested by Jay Berkenbilt.
4271
4272         * gnus-art.el (gnus-mime-delete-part): Fix plural for "byte" when
4273         there isn't a single byte.
4274
4275         * gnus-int.el (gnus-open-server): Don't query whether to go offline --
4276         just do it.  It doesn't really seem to matter what the user responds
4277         here, I think, so it's just a confusing question.
4278
4279         * nnimap.el (nnimap-retrieve-group-data-early): Fix typo in the
4280         non-streaming case.
4281
4282         * gnus-art.el (gnus-flush-original-article-buffer): Separate out.
4283         (gnus-article-encrypt-body): Use it.
4284
4285         * gnus-sum.el (gnus-summary-show-complete-article): New command and
4286         keystroke.
4287
4288         * nnimap.el (nnimap-find-wanted-parts-1):
4289         Use gnus-fetch-partial-articles.
4290
4291         * gnus-art.el (gnus-fetch-partial-articles): New variable.
4292
4293         * nnimap.el (nnimap-insert-partial-structure): New function.
4294         (nnimap-get-partial-article): New function.
4295         (nnimap-request-article): Use it.
4296         (nnimap-wait-for-response): Return whether the wait was successful.
4297         (nnimap-finish-retrieve-group-infos): Don't do anything if the
4298         retrieval wasn't successful.
4299         (nnimap-retrieve-group-data-early): Allow throttling servers.
4300         (nnimap-streaming): New variable.
4301         (nnimap-fetch-partial-articles): Remove.
4302
4303         * mm-decode.el (mm-with-part): Protect against killed buffers.
4304
4305         * nndraft.el (nndraft-retrieve-headers): Insert Lines and Chars headers
4306         for prettier summary display.
4307
4308 2010-09-25  Andrew Cohen  <cohen@andy.bu.edu>  (tiny change)
4309
4310         * nnir.el (nnir-run-imap): Allow sending IMAP search patterns directly.
4311
4312 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4313
4314         * gnus.el (gnus-local-domain): Put gnus-local-domain back again, since
4315         apparently third-party libraries depend on it.
4316
4317         * nnimap.el (nnimap-open-connection): Wait for the response to STARTTLS
4318         before starting negotiation.
4319
4320         * gnus-art.el (gnus-treat-from-gravatar): Change default to nil for
4321         privacy reasons.
4322         (gnus-treat-mail-gravatar): Ditto.
4323
4324         * gnus-ems.el (gnus-put-image): Don't put any non-blank text into the
4325         buffer when inserting images.  Inserting text into the headers, for
4326         instance, can make them invalid.
4327
4328 2010-09-25  Julien Danjou  <julien@danjou.info>
4329
4330         * rfc1843.el: Remove useless rfc1843-old-gnus-decode-header-function
4331         variables.
4332
4333         * nnheader.el: Remove useless variables news-reply-yank-from and
4334         news-reply-yank-message-id.
4335
4336         * mml2015.el: Remove useless mc-default-scheme and mc-schemes
4337         variables.
4338
4339         * mml1991.el: Remove useless mml1991-verbose.
4340
4341         * gnus.el: Remove useless variable gnus-use-generic-from.
4342         Remove obsolete variable gnus-topic-indentation.
4343
4344         * gnus-uu.el: Remove useless gnus-uu-shar-file-name.
4345
4346         * gnus-sum.el: Remove useless gnus-newsgroup-none-id.
4347
4348         * gnus-picon.el: Remove useless gnus-picon-setup-p variable.
4349
4350         * gnus-group.el: Remove useless gnus-group-icon-cache.
4351         Remove useless gnus-ephemeral-group-server.
4352
4353         * gnus-bookmark.el: Remove useless gnus-bookmark-after-jump-hook.
4354
4355         * mml2015.el: Remove useless mml2015-verbose.
4356
4357         * mml-smime.el: Remove useless mml-smime-verbose.
4358
4359         * gnus.el: Remove useless gnus-local-domain.
4360
4361         * gnus-gravatar.el (gnus-gravatar-transform-address):
4362         Use gnus-gravatar-size.
4363
4364         * gnus-art.el: Remove useless gnus-treat-translate.
4365
4366 2010-09-24  Julien Danjou  <julien@danjou.info>
4367
4368         * gnus-sum.el: Add support for Gravatars.
4369
4370         * gnus-art.el: Add support for Gravatars.
4371
4372         * gnus-gravatar.el: Add this file.
4373
4374         * gravatar.el: Add this file.
4375
4376 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4377
4378         * gnus-sum.el (gnus-summary-fetch-faq): Remove.
4379
4380         * gnus-group.el (gnus-group-fetch-faq): Remove.
4381
4382         * gnus.el (gnus-group-faq-directory): Remove.
4383
4384         * gnus-group.el (gnus-group-fetch-charter): Remove.
4385
4386         * gnus.el (gnus-group-charter-alist): Remove.
4387
4388         * gnus-group.el (gnus-group-archive-directory): Remove.
4389         (gnus-group-recent-archive-directory): Ditto.
4390         (gnus-group-make-archive-group): Remove.
4391
4392         * nnimap.el (nnimap-update-info): Protect against nil uidnexts.
4393
4394         * gnus-cache.el (gnus-cache-braid-heads): When braiding heads, don't
4395         use the same article number for all the cached articles.
4396
4397         * nnimap.el (nnimap-command): Register the last command time so
4398         that we can use it for idling NOOPs.
4399         (nnimap-open-connection): Start the keeplive timer.
4400         (nnimap-make-process-buffer): Store all the process buffers.
4401         (nnimap-keepalive): New function.
4402
4403         * starttls.el (starttls-open-stream): Add autoload cookie.
4404
4405 2010-09-24  Michael Welsh Duggan  <md5i@md5i.com>  (tiny change)
4406
4407         * nnimap.el (nnimap-split-incoming-mail): Fix paren typo in the 'junk
4408         handling.
4409
4410 2010-09-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4411
4412         * nnrss.el (nnrss-retrieve-groups): Change to the group before checking
4413         its data structures.
4414
4415         * gnus.el (gnus-sloppily-equal-method-parameters): Use copy-sequence
4416         instead of the cl.el copy-list.
4417         (gnus-sloppily-equal-method-parameters): Use equal instead of the cl
4418         equalp.
4419
4420 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4421
4422         * gmm-utils.el (gmm-tool-bar-from-list): Always use tool-bar-local-item
4423         and tool-bar-local-item-from-menu.
4424
4425         * gnus-agent.el (gnus-agent-make-mode-line-string): Always use
4426         mode-line-highlight face for Emacs.
4427
4428         * gnus-art.el (toplevel): Don't bind recursive-load-depth-limit while
4429         loading gnus-sum.elc; fix comment for canlock-verify.
4430         (gnus-article-jump-to-part): Use read-number.
4431         (gnus-insert-mime-button, gnus-insert-mime-security-button):
4432         Remove Emacs pre-21 compatible code for help-echo.
4433         (gnus-article-next-page-1): No need to adjust the number of lines.
4434         (gnus-article-describe-bindings): Always use help-buffer.
4435
4436         * gnus-audio.el (gnus-audio-inline-sound)
4437         * gnus-cus.el (gnus-custom-mode)
4438         * gnus-group.el (gnus-group-update-tool-bar): Comment fix.
4439
4440         * gnus-sum.el (gnus-remove-overlays): Doc fix.
4441
4442         * gnus-util.el (gnus-select-frame-set-input-focus): Remove Emacs 21
4443         compatible code.
4444
4445 2010-09-24  Glenn Morris  <rgm@gnu.org>
4446
4447         * message.el (message-output): Use gnus-output-to-rmail if a buffer is
4448         visiting the fcc file in rmail-mode.
4449
4450         * dns-mode.el: Move autoloaded auto-mode-alist entries to files.el.
4451
4452 2010-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
4453
4454         * nnir.el: Silence the byte compiler.
4455
4456         * gnus-html.el (gnus-html-encode-url-chars): New function, that's an
4457         alias to browse-url-url-encode-chars if any.
4458         (gnus-html-encode-url): Use it.
4459
4460 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4461
4462         * gnus-start.el (gnus-use-backend-marks): New variable.
4463         (gnus-get-unread-articles-in-group): Use it.
4464
4465         * gnus-sum.el (gnus-summary-local-variables): Prepare for list/range
4466         makeover.
4467
4468 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4469
4470         * nnimap.el (nnimap-retrieve-headers): Return 'headers.
4471
4472 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4473
4474         * gnus-start.el (gnus-fixup-nnimap-unread-after-getting-new-news):
4475         Remove.
4476         (gnus-setup-news-hook):
4477         Remove gnus-fixup-nnimap-unread-after-getting-new-news.
4478
4479         * gnus-int.el (gnus-request-update-info): Protect against backends not
4480         having the function.
4481
4482         * nnimap.el (nnimap-stream): Mention starttls.
4483         (nnimap-open-connection): Add starttls support.
4484
4485 2010-09-23  Andrew Cohen  <cohen@andy.bu.edu>
4486
4487         * nnir.el (nnir-run-imap): Fix up nnir to work with the new nnimap.
4488
4489 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4490
4491         * nnimap.el (nnimap-transform-headers): Don't bug out on invalid
4492         BODYSTRUCTUREs.
4493         (nnimap-transform-headers): Unfold quoted {42} headers.
4494
4495         * gnus-start.el (gnus-get-unread-articles): Allow backends to update
4496         the info.
4497         (gnus-get-unread-articles): Only call updatep on backends that support
4498         it.
4499
4500         * nnweb.el (nnweb-request-update-info): NOOP.
4501
4502         * nnmaildir.el (nnmaildir-request-marks): Rename from -update-info.
4503
4504         * nnfolder.el (nnfolder-request-marks): Rename from -update-info,
4505         since it only deals with marks.
4506
4507         * gnus-int.el (gnus-request-marks): Rename gnus-request-update-info to
4508         gnus-request-marks, and make a new gnus-request-update-info.
4509
4510         * nnimap.el (nnimap-update-info): When UIDNEXT is present, use that for
4511         the active instead of the high number, which is usually too low.
4512
4513 2010-09-23  Teodor Zlatanov  <tzz@lifelogs.com>
4514
4515         * netrc.el (netrc-parse): Remove encrypt.el mentions.
4516         * encrypt.el: Remove.
4517
4518 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4519
4520         * nnimap.el (nnimap-update-info): Sync non-standard flags from the
4521         server in symbolic form.
4522
4523         * gnus-html.el (gnus-max-image-proportion): Increase proportion to 0.9.
4524
4525 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4526
4527         * nnimap.el (nnimap-parse-flags): Parse the data in any order.
4528         (nnimap-update-info): Fix up code slightly.
4529
4530         * gnus-int.el (gnus-open-server): Add tracing for performance
4531         debugging.
4532
4533         * gnus-group.el (gnus-group-highlight-line): Typo fix: beg, not start.
4534         (gnus-group-insert-group-line): Pass the real group name so that it
4535         gets the right data.
4536
4537         * gnus-start.el (gnus-get-unread-articles): Don't have
4538         `gnus-get-unread-articles-in-group' update info, since that can be
4539         really slow and doesn't seem to be needed?
4540
4541 2010-09-22  Dan Christensen  <jdc@uwo.ca>
4542
4543         * time-date.el (date-to-time): Try using parse-time-string first before
4544         using the slower timezone-make-date-arpa-standard.
4545
4546 2010-09-22  Julien Danjou  <julien@danjou.info>
4547
4548         * gnus-group.el (gnus-group-insert-group-line):
4549         Call gnus-group-highlight-line.
4550         (gnus-group-update-hook): Remove gnus-group-highlight-line from the
4551         default hook list.
4552         (gnus-group-update-eval-form): Add new function.
4553         (gnus-group-highlight-line): Use gnus-group-update-eval-form.
4554         (gnus-group-get-icon): Use gnus-group-update-eval-form.
4555
4556 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4557
4558         * nnimap.el (nnimap-request-expire-articles): If nnmail-expiry-wait is
4559         immediate, then expire all articles.
4560         (nnimap-update-info): Fix off-by-one errors.
4561         (nnimap-flags-to-marks): Would return no marks lists for group with no
4562         flags.  Instead return the other data.
4563
4564 2010-09-22  Julien Danjou  <julien@danjou.info>
4565
4566         * gnus-group.el (gnus-group-get-icon): Rename gnus-group-add-icon that
4567         Only return an icon.
4568         (gnus-group-insert-group-line): Compute icon to return.
4569
4570         * gnus-html.el (gnus-html-image-automatic-caching): Add custom var.
4571         (gnus-html-image-fetched): Only cache if
4572         gnus-html-image-automatic-caching is set.
4573         (gnus-html-image-fetched): Check for errors.
4574
4575 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4576
4577         * gnus-start.el (gnus-read-active-for-groups): Only run -request-scan
4578         once per method on `g'.  This ensures that backends like nnfolder don't
4579         open all their folders.
4580
4581         * nnimap.el (nnimap-split-incoming-mail): Delete 'junk.
4582         (nnimap-request-list): Nix out group in the correct buffer.
4583         (nnimap-parse-flags): Implement by using `read' instead of
4584         hand-parsing.
4585         (nnimap-flags-to-marks): Pass on permanent-flags.
4586         (nnimap-make-process-buffer): Record the server name.
4587         (nnimap-parse-flags): Fix typo.
4588         (nnimap-request-scan): Run split on the server in general, not just a
4589         single group.
4590
4591         * nnmail.el (nnmail-split-incoming): Take an optional junk-func
4592         parameter, and propagate this downwards.
4593
4594         * nnimap.el (nnimap-request-list): Set the current nnimap group to nil,
4595         since EXAMINE changes it on the server.
4596
4597         * gnus-int.el (gnus-request-expire-articles): Inhibit the daemon, since
4598         this command might take a while.
4599
4600 2010-09-22  Julien Danjou  <julien@danjou.info>
4601
4602         * gnus-html.el (gnus-html-put-image): Stop using markers.  They are
4603         harmful if you have 2 images side-by-side, they can't be properly
4604         update on text deletion.  Using text-property is safer here.
4605         (gnus-html-image-fetched): Search also for \r\n\r\n to get the start of
4606         data.
4607
4608 2010-09-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4609
4610         * nnimap.el (nnimap-expunge-inbox): Remove.
4611         (nnimap-mark-and-expunge-incoming): Use nnimap-expunge instead.
4612         (nnimap-expunge): Flip default to t.
4613
4614         * gnus.el (gnus-method-to-server): Don't push things to the cache
4615         unless it's unique.
4616         (gnus-server-to-method): Ditto.
4617
4618 2010-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
4619
4620         * nnimap.el (nnimap-delete-article): Tell user if expunge won't happen.
4621
4622 2010-09-22  Julien Danjou  <julien@danjou.info>
4623
4624         * gnus-html.el (gnus-html-get-image-data): Search also for \r\n\r\n to
4625         get the start of data.
4626         (gnus-html-encode-url): Add this function to encode special chars in
4627         URL.
4628         (gnus-html-wash-images): Use gnus-html-encode-url to encode URL.
4629         (gnus-html-prefetch-images): Use gnus-html-encode-url to encode URL.
4630
4631         * gnus-group.el (gnus-group-update-hook): Call gnus-group-add-icon by
4632         default.
4633         (gnus-group-add-icon): Move to gnus-group.el, and rewrite so it works.
4634
4635         * gnus-html.el (gnus-html-wash-images): Use xml-substitute-special on
4636         images alt-text.
4637         (gnus-html-put-image): Put alt-text as help-echo.
4638
4639 2010-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
4640
4641         * mailcap.el (mailcap-parse-mailcap, mailcap-parse-mimetypes)
4642         * mm-util.el (mm-decompress-buffer)
4643         * nnir.el (nnir-run-find-grep)
4644         * pop3.el (pop3-list): Use 3rd arg of split-string.
4645
4646         * time-date.el (format-seconds): Comment fix.
4647
4648         * dgnushack.el (toplevel): Don't advise byte-optimize-form-code-walker
4649         and byte-optimize-form-code-walker.
4650         (dgnushack-make-auto-load): Don't advise make-autoload.
4651
4652         * lpath.el: Remove Emacs 21 stuff.
4653
4654 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4655
4656         * gnus-sum.el (gnus-update-marks): Add sanity check to not delete marks
4657         outside the active range.  Suggested by Dan Christensen.
4658
4659         * gnus-start.el (gnus-get-unread-articles): Get the extended method
4660         slightly later to avoid double-getting it.
4661
4662         * nnml.el (nnml-generate-nov-file): Fix variable name clobbering from
4663         previous patch.
4664
4665         * gnus-sum.el (gnus-adjust-marked-articles): Fix another typo.
4666
4667 2010-09-21  Adam Sjøgren  <asjo@koldfront.dk>
4668
4669         * gnus-sum.el (gnus-adjust-marked-articles): Fix typo.
4670
4671 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4672
4673         * gnus-int.el (gnus-open-server): Give a better error message in the
4674         "go offline" case.
4675
4676         * gnus-sum.el (gnus-adjust-marked-articles): Hack to avoid adjusting
4677         marks for nnimap, which is seldom the right thing to do.
4678
4679         * gnus.el (gnus-sloppily-equal-method-parameters): Refactor out.
4680         (gnus-same-method-different-name): New function.
4681
4682         * nnimap.el (parse-time): Require.
4683
4684         * gnus-start.el (gnus-get-unread-articles): Fix the prefixed select
4685         method in the presence of many similar methods.
4686
4687         * nnmail.el (nnmail-expired-article-p): Fix typo: time-subtract.
4688
4689         * nnimap.el (nnimap-find-expired-articles): Don't refer to
4690         nnml-inhibit-expiry.
4691
4692         * gnus-sum.el (gnus-summary-move-article): Use gnus-server-equal to
4693         find out whether methods are equal.
4694
4695         * nnimap.el (nnimap-find-expired-articles): New function.
4696         (nnimap-process-expiry-targets): New function.
4697         (nnimap-request-move-article): Request the article before looking at
4698         what the Message-ID is.  Fix found by Andrew Cohen.
4699         (nnimap-mark-and-expunge-incoming): Wait for the last sequence.
4700
4701         * nnmail.el (nnmail-expired-article-p): Allow returning the cutoff time
4702         for oldness in addition to being a predicate.
4703
4704         * nnimap.el (nnimap-request-group): When we have zero articles, return
4705         the right data to Gnus.
4706         (nnimap-request-expire-articles): Only delete articles immediately if
4707         the target is 'delete.
4708
4709         * gnus-sum.el (gnus-summary-move-article): When respooling to the same
4710         method, this would bug out.
4711
4712         * gnus-group.el (gnus-group-expunge-group): Rename from
4713         gnus-group-nnimap-expunge, and implemented as a normal interface
4714         function.
4715
4716         * gnus-int.el (gnus-request-expunge-group): New function.
4717
4718         * nnimap.el (nnimap-request-create-group): Implement.
4719         (nnimap-request-expunge-group): New function.
4720
4721 2010-09-21  Julien Danjou  <julien@danjou.info>
4722
4723         * gnus-html.el (gnus-html-image-cache-ttl): Add new variable.
4724         (gnus-html-cache-expired): Add new function.
4725         (gnus-html-wash-images): Use `gnus-html-cache-expired' to check
4726         wethever we should display image for fetch it.
4727         Compute alt-text earlier to pass it to the fetching function too.
4728         (gnus-html-schedule-image-fetching): Change function argument to only
4729         get one image at a time, not a list.
4730         (gnus-html-image-fetched): Use `url-store-in-cache' to store image in
4731         cache.
4732         (gnus-html-get-image-data): New function to retrieve image data from
4733         cache.
4734         (gnus-html-put-image): Change buffer argument to use image data rather
4735         than file, and place image above region rather than inserting a new
4736         one.  Do not take alt-text as argument, since it's useless now: we place
4737         the image above alt-text.
4738         (gnus-html-prune-cache): Remove.
4739         (gnus-html-show-images): Start to fetch image when we find one, do not
4740         push into a temporary list.
4741         (gnus-html-prefetch-images): Only fetch image if they have expired.
4742         (gnus-html-browse-image): Fix, use 'gnus-image-url.
4743         (gnus-html-image-map): Add "v" to browse-url on undisplayed image.
4744
4745 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4746
4747         * rfc2047.el (rfc2047-encode-parameter): Doc fix.
4748
4749 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4750
4751         * gnus-group.el (gnus-group-line-format-alist): Have the ?U (unseen)
4752         spec inser "*" if the group isn't active instead of 0.
4753
4754         * nnimap.el (nnimap-request-group): Don't select the imap buffer before
4755         opening the server.
4756         (nnimap-request-delete-group): Implement group deletion.
4757         (nnimap-transform-headers): Return the size of the entire message in
4758         the Bytes header, not just the size of the first part.
4759         (nnimap-request-move-article): When moving an article from nnimap,
4760         request the article first so the accepting form has an article to
4761         accept.  Reported by Dan Christensen.
4762         (nnimap-command): Make sure that the error message doesn't error out.
4763
4764 2010-09-20  David Edmondson  <dme@dme.org>  (tiny change)
4765
4766         * nnimap.el (nnimap-request-set-mark): Don't wait for a response when
4767         we haven't requested anything.
4768
4769 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4770
4771         * nnimap.el (nnimap-fetch-inbox): Use "[]" as the parameter instead of
4772         "".  Fix found by Andrew Cohen.
4773
4774         * mail-parse.el (mail-header-encode-parameter): Use -encode-parameter
4775         instead of -encode-string.
4776
4777 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
4778
4779         * gnus-html.el (gnus-html-image-fetched): Pass arg to kill-buffer.
4780
4781         * gnus-sum.el (gnus-summary-update-mark): Replace subst-char-in-string
4782         by mm-subst-char-in-string.
4783
4784 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4785
4786         * nnimap.el (nnimap-wait-for-connection): Avoid a race condition while
4787         waiting for the connection string.
4788
4789         * gnus-html.el (gnus-html-image-fetched): Protect against the data not
4790         arriving.
4791
4792         * gnus-start.el (gnus-ignored-newsgroups): Remove [] from the list of
4793         bogus characters.  This allows selecting certain Gmail groups.
4794
4795         * nnimap.el (nnimap-find-wanted-parts-1): New function.
4796         (nnimap-fetch-partial-articles): New variable.
4797         (nnimap-open-connection): When looking for credentials, also use the
4798         nnimap-server-port.
4799         (nnimap-request-article): Return the group/article number, so that Gnus
4800         `^' works as expected.
4801         (nnimap-find-wanted-parts-1): Return the MIME parts as IMAP wants them.
4802
4803         * gnus.el (gnus-similar-server-opened): Refactor a bit and add
4804         comments.
4805         (gnus-methods-sloppily-equal): New function.
4806         (gnus): When using the development version of Gnus, load the gnus-load
4807         file.
4808
4809         * gnus-start.el (gnus-get-unread-articles): Make sure that we call
4810         `gnus-open-server' on each method before trying to scan them etc.
4811         This ensures that all the backend parameters are set correctly.
4812
4813         * nnimap.el (nnimap-authenticator): New variable.
4814         (nnimap-open-connection): Allow anonymous login.
4815         (nnimap-transform-headers): The chars header is called Chars not Bytes.
4816         (nnimap-wait-for-response): Don't infloop if the IMAP connection drops.
4817
4818         * gnus-art.el (gnus-article-describe-briefly): Fix up typo in last
4819         patch, found by Knut Anders Hatlen.
4820
4821 2010-09-19  Andreas Schwab  <schwab@linux-m68k.org>
4822
4823         * gnus-agent.el (gnus-agent-batch-confirmation)
4824         (gnus-agent-expire-group, gnus-agent-expire): Pass proper format string
4825         to gnus-message.
4826         * gnus-art.el (gnus-article-describe-briefly): Likewise.
4827         * gnus-group.el (gnus-group-list-groups, gnus-group-describe-group)
4828         (gnus-group-edit-global-kill, gnus-group-describe-briefly): Likewise.
4829         * gnus-int.el (gnus-open-server): Likewise.
4830         * gnus-score.el (gnus-score-edit-current-scores, gnus-score-edit-file)
4831         (gnus-score-check-syntax): Likewise.
4832         * gnus-srvr.el (gnus-browse-describe-briefly): Likewise.
4833         * gnus-start.el (gnus-read-active-file-1, gnus-read-active-file-1):
4834         Likewise.
4835         * gnus-sum.el (gnus-summary-describe-briefly): Likewise.
4836
4837 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4838
4839         * gnus-html.el (gnus-html-prefetch-images): Fix up the url-retrieve
4840         calling conventions so that prefetch doesn't bug out.
4841
4842 2010-09-19  Julien Danjou  <julien@danjou.info>
4843
4844         * gnus-sum.el (gnus-summary-update-mark): Use `subst-char-in-string'
4845         rather than `subst-char-in-region' in order to be able to replace ASCII
4846         char by UTF-8 ones.
4847
4848         * gnus-html.el (gnus-html-prefetch-images): Use `url-retrieve' rather
4849         than curl.
4850         (gnus-html-image-fetched): Fix `gnus-html-put-image' call not setting
4851         the right URL and ALT text on images.
4852         (gnus-html-wash-tags): Fix tag case.
4853         Add support for `s' and `ins' tags.  Use gnus-emphasis-* faces.
4854         (gnus-article-html): Add -o display_ins_del=2 option.
4855         (gnus-html-wash-tags): Add better support for <ul> tags symbols.
4856
4857 2010-09-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4858
4859         * nnheader.el (nnheader-insert-nov): Protect against junk appearing in
4860         the extra mail headers, which sometimes seem to happen for unknown
4861         reasons.
4862
4863         * mail-parse.el (mail-header-encode-parameter): Define as
4864         rfc2045-encode-string instead of as rfc2231-encode-string, since some
4865         (or most, perhaps?) mail readers don't understand the latter, but do
4866         understand the former.
4867
4868         * gnus-agent.el (gnus-agent-auto-agentize-methods): Switch the default
4869         to nil, so that no methods are automatically agentized.  I think this
4870         is probably what most users want.
4871
4872         * gnus-html.el (gnus-html-schedule-image-fetching): Ignore all errors
4873         from url-retrieve, for instance about invalid URLs.
4874
4875         * nnimap.el (nnimap-finish-retrieve-group-infos): Protect against
4876         groups that have no articles.
4877         (nnimap-request-article): Check that we really got an article when we
4878         requested one.
4879
4880         * gnus-agent.el (gnus-agent-load-alist): Nix out the alist if the file
4881         doesn't exist.
4882
4883         * nnimap.el (nnimap-finish-retrieve-group-infos): Return data in the
4884         nntp buffer so the agent can save it.
4885         (nnimap-open-shell-stream): Bind `process-connection-type' to nil, so
4886         that CRLF doesn't get translated to \n.
4887         (nnimap-open-connection): Don't make 'shell commands only send \n.
4888
4889 2010-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
4890
4891         * nnml.el (nnml-files): Add prefix to dynamic var `files'.
4892         (nnml-generate-nov-databases-directory, nnml-generate-active-info):
4893         Update var name.
4894         (nnml-generate-nov-file): Use dolist.
4895         (nnml-directory-articles, nnml-current-group-article-to-file-alist):
4896         Use with-current-buffer.
4897
4898 2010-09-18  Julien Danjou  <julien@danjou.info>
4899
4900         * gnus-html.el (gnus-html-schedule-image-fetching): Fetch all images in
4901         parallel.
4902
4903 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4904
4905         * nnimap.el (nnimap-update-info): When doing partial marks update, get
4906         the range update right.
4907         (nnimap-request-group): Don't make `M-g' bug out on group with no
4908         marks.
4909         (nnoo): Require, so that other packages can require nnimap.
4910         (nnimap-wait-for-response): Be a bit more lax in finding the end of the
4911         command we're looking for.  This helps when the server sends more
4912         responses after we've gotten everything we expected.
4913         (nnimap): Add a `newlinep' field to keep track of end-of-line
4914         conventions.
4915         Don't send CRLF to things that don't want it.
4916         (nnimap-request-accept-article): Ditto.
4917
4918 2010-09-18  Julien Danjou  <julien@danjou.info>
4919
4920         * gnus-html.el (gnus-html-schedule-image-fetching): Use `url' rather
4921         than curl to retrieve images.
4922
4923 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4924
4925         * nnimap.el (nnimap-update-info): Extend the info so that we can set
4926         the marks.
4927         (nnimap-open-connection): Fix typo -- should be 'shell, not 'stream.
4928         (nnimap-wait-for-connection): New function.
4929         (nnimap-open-connection): If we have PREAUTH, don't query for login
4930         credentials.
4931         (nnimap-update-info): Fix off-by-one error when concatenating ranges
4932         when doing a partial update.
4933
4934 2010-09-18  Julien Danjou  <julien@danjou.info>
4935
4936         * gnus-html.el (gnus-html-wash-tags): Add support for i, b and u HTML
4937         tags.
4938
4939 2010-09-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4940
4941         * nnimap.el (nnimap-credentials): New function.
4942         (nnimap-open-connection): Use the new function to look for credentials
4943         also on the numeric equivalents of "imap" and "imaps".
4944
4945         * gnus-start.el (gnus-activate-group): Send the info to
4946         gnus-request-group.
4947
4948         * nnimap.el (nnimap-request-group): Have the "check" version of the
4949         function parse flags and update the info, so that a `M-g' get a total
4950         resync of all flags from the group.
4951
4952         * gnus-int.el (gnus-request-group): Take an optional `info' parameter
4953         to allow backends to alter the info on group selection.  Also alter all
4954         the backend -request-group functions to take the parameter.
4955
4956         * nnimap.el (nnimap-store-info): New function.
4957         (nnimap-update-info): Store the info for later usage.
4958         (nnimap-request-group): Use the stored info for the dont-check case, so
4959         that we don't retrieve all marks when we enter a group.
4960
4961         * nnimap.el: Use deffoo instead of defun for interface functions.
4962
4963         * gnus-start.el (gnus-get-unread-articles): Allow the backends to
4964         update the group info.  This makes the nndraft groups, for instance, go
4965         back to their old behaviour.
4966
4967         * gnus-sum.el (gnus-select-newsgroup): Indent.
4968
4969         * nnimap.el (nnimap-possibly-change-group): Return nil if we can't log
4970         in.
4971         (nnimap-finish-retrieve-group-infos): Make sure we're not waiting for
4972         nothing.
4973
4974         * gnus-start.el (gnus-get-unread-articles): Don't try to scan groups
4975         from methods that are denied.
4976
4977         * gnus-int.el (gnus-method-denied-p): New function.
4978
4979         * nnimap.el (nnimap-open-connection): Use auth-sources to query and
4980         store the password instead of netrc.
4981         (nnimap-open-connection): Don't error out when we can't make a
4982         connections.
4983
4984         * auth-source.el (auth-source-create): In the password prompt, say what
4985         we're querying for.  Also prompt for user name if that hasn't been
4986         given.
4987
4988         * nnimap.el (nnimap-with-process-buffer): Remove.
4989
4990 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4991
4992         * gnus-start.el (gnus-read-active-for-groups): Don't use the "finish"
4993         method when we're reading from the agent.
4994
4995         * nnagent.el (nnagent-retrieve-group-data-early): New dummy method.
4996
4997         * auth-source.el (auth-sources): Add ~/.authinfo to the default, since
4998         that's probably most useful for users.
4999
5000         * gnus-int.el (gnus-check-server): Save result so that it doesn't say
5001         "failed" all the time.
5002
5003         * gnus.el: Throughout all files, replace (save-excursion (set-buffer
5004         ...)) with (with-current-buffer ... ).
5005
5006         * nntp.el (nntp-open-server): Return whether the open was successful or
5007         not.
5008
5009         * gnus-sum.el (gnus-summary-first-subject): Have `unseen-or-unread'
5010         select an unread unseen article first.
5011
5012         * nnimap.el (nnimap-open-connection): If the user doesn't have a
5013         /etc/services, supply some sensible port defaults.
5014
5015         * dgnushack.el: Define netrc-credentials.
5016
5017 2010-09-17  Julien Danjou  <julien@danjou.info>
5018
5019         * mm-decode.el (mm-text-html-renderer): Document gnus-article-html.
5020
5021 2010-09-17  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
5022
5023         * nnimap.el (nnimap-get-groups): Don't bug out if the LIST command
5024         doesn't have any parameters.
5025
5026 2010-09-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5027
5028         * nnimap.el (nnimap-open-connection): Upcase all capabilities, and use
5029         only upcased checks.
5030
5031         * nnmail.el (nnmail-article-group): Fix typo in "bogus" section.
5032
5033         * nnimap.el (nnimap-open-shell-stream): New function.
5034         (nnimap-open-connection): Use it.
5035         (nnimap-transform-headers): Get the number of lines in each message.
5036         (nnimap-retrieve-headers): Query for BODYSTRUCTURE so that we get the
5037         number of lines.
5038         (nnimap-request-list): Not all servers return UIDNEXT.  Work past this
5039         problem.
5040
5041         * utf7.el (utf7-encode): Autoload.
5042
5043         * nnmail.el (nnmail-inhibit-default-split-group): New internal variable
5044         to allow the mail splitting to not return a default group.  This is
5045         useful for nnimap, which will leave unmatched mail in the inbox.
5046
5047         * nnimap.el: Rewritten.
5048
5049         * gnus.el (gnus-article-special-mark-lists): Add uid/active tuples, for
5050         nnimap usage.
5051
5052         * gnus-sum.el (gnus-summary-move-article): Pass the move-to group name
5053         if the move is internal, so that nnimap can do fast internal moves.
5054
5055         * gnus-start.el (gnus-get-unread-articles): Support early retrieval of
5056         data.
5057         (gnus-read-active-for-groups): Support finishing the early retrieval of
5058         data.
5059
5060         * gnus-range.el (gnus-range-nconcat): New function.
5061
5062         * gnus-int.el (gnus-finish-retrieve-group-infos)
5063         (gnus-retrieve-group-data-early): New functions.
5064
5065 2010-09-17  Stefan Monnier  <monnier@iro.umontreal.ca>
5066
5067         * nnrss.el (nnrss-retrieve-headers, nnrss-request-list-newsgroups)
5068         (nnrss-retrieve-groups):
5069         * pop3.el (pop3-open-server, pop3-read-response, pop3-list, pop3-retr)
5070         (pop3-quit): Use with-current-buffer.
5071
5072 2010-09-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5073
5074         * pop3.el (pop3-wait-for-messages): Use pop3-accept-process-output
5075         instead of nnheader-accept-process-output.
5076
5077         * dgnushack.el (dgnushack-compile): Add comment.
5078
5079         * lpath.el: No need to fbind propertize for XEmacs 21.4.
5080
5081         * gnus-html.el (gnus-html-schedule-image-fetching)
5082         (gnus-html-prefetch-images): Replace process-kill-without-query by
5083         gnus-set-process-query-on-exit-flag.
5084
5085 2010-09-16  Romain Francoise  <romain@orebokech.com>
5086
5087         * gnus-html.el: Require gnus-art for `gnus-with-article-buffer'.
5088
5089 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5090
5091         * gnus-registry.el (gnus-registry-install-shortcuts): The second
5092         parameter to unintern is mandatory-ish in Emacs 24.
5093
5094         * gnus-html.el (gnus-html-schedule-image-fetching)
5095         (gnus-html-prefetch-images): Check for curl before using it.
5096
5097         * mm-decode.el (mm-text-html-renderer): Don't have gnus-article-html
5098         depend on curl, which isn't essential.
5099
5100         * imap.el: Revert back to version
5101         cb950ed8ff3e0f40dac437a51b269166f9ffb60d, since some of the changes
5102         seem problematic.
5103
5104 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5105
5106         * gnus-registry.el (gnus-registry-install-shortcuts):
5107         Explicitly pass `obarray' to `unintern' to avoid a warning.
5108
5109 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5110
5111         * gnus-start.el (gnus-read-active-for-groups): Revert the previous
5112         change.
5113
5114         * nnrss.el (nnrss-request-list): Remove this function and related
5115         functions, including the moreover stuff.
5116
5117 2010-09-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5118
5119         * nnrss.el (nnrss-retrieve-groups): New function.
5120
5121 2010-09-14  Juanma Barranquero  <lekktu@gmail.com>
5122
5123         * .dir-locals.el: Add no-byte-compile cookie.
5124
5125 2010-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5126
5127         * time-date.el (format-seconds): Comment fix.
5128
5129         * gnus-start.el (gnus-read-active-for-groups): Run gnus-activate-group
5130         for back end that doesn't support request-scan.
5131
5132 2010-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5133
5134         * gnus-start.el (gnus-read-active-file-1): If gnus-agent isn't set,
5135         then do request scans from the backends.
5136
5137         * netrc.el (netrc-credentials): New conveniency function.
5138
5139         * gnus-sum.el (gnus-summary-update-hook): Change default to nil, to
5140         avoid running a hook per line, since this takes a lot of time,
5141         profiling shows.
5142         (gnus-summary-prepare-threads): Call `gnus-summary-highlight-line'
5143         directly if gnus-visual-p is true.
5144
5145 2010-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5146
5147         * gnus-start.el (gnus-read-active-for-groups): Check only subscribed
5148         groups; replace mapcar with dolist which is a bit faster; pass groups
5149         info to gnus-read-active-file-1.
5150         (gnus-read-active-file-1): Scan only specified groups if the new
5151         optional arg `infos' is given.
5152
5153 2010-09-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5154
5155         * mail-source.el (mail-source-fetch-pop): Use pop3-movemail again.
5156
5157         * pop3.el (pop3-movemail): Remove.
5158         (pop3-streaming-movemail): Rename to pop3-movemail.
5159
5160         * gnus-html.el (gnus-html-wash-tags): Refactor out the image bit, and
5161         don't restrict end-tag searches to the end of the line.
5162
5163 2010-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
5164
5165         * gnus-start.el (gnus-get-unread-articles): Set the number of unread
5166         articles of every unchecked group to t, which means unknown since the
5167         server has never been opened.
5168
5169 2010-09-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5170
5171         * gnus-html.el (gnus-html-show-alt-text): New command.
5172         (gnus-html-browse-image): Ditto.
5173         (gnus-html-wash-tags): Add the data to allow showing the ALT text and
5174         to browse the image directly.
5175         (gnus-html-wash-tags): Search for images first, so that <a><img> works
5176         better.
5177
5178         * gnus-async.el (gnus-async-article-callback):
5179         Call `gnus-html-prefetch-images' unconditionally.
5180
5181         * gnus-html.el (gnus-html-schedule-image-fetching): Decode entities
5182         before feeding URLs to curl.
5183
5184 2010-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
5185
5186         * gnus-html.el (gnus-html-wash-tags, gnus-html-put-image): Mark cid and
5187         internal images as deletable by `W D D'.
5188
5189         * gnus-async.el (gnus-html-prefetch-images): Autoload it when compiling.
5190         (gnus-async-article-callback): Fix typo.
5191
5192 2010-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5193
5194         * gnus-html.el (gnus-html-wash-tags): Limit end-tag matching to the
5195         current line to work around bugs in the output from w3m.
5196
5197         * gnus-async.el (gnus-async-article-callback): Always prefetch images
5198         for groups that want that.
5199
5200         * nntp.el (nntp-wait-for-string): Supply a timeout for
5201         accept-process-output to ensure progress.
5202
5203         * gnus-start.el (gnus-get-unread-articles): If being given an explicit
5204         level to get unread articles from, then use that for foreign groups,
5205         too.
5206
5207         * gnus-html.el (gnus-html-wash-tags): Remove <a name...> tags, which
5208         confuses the rest of the function.
5209
5210         * gnus-start.el (gnus-read-active-for-groups): Do a `gnus-request-scan'
5211         for the methods that support -retrieve-groups, too.
5212
5213         * nnml.el (nnml-save-nov): Remove some debugging-related messages.
5214
5215 2010-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5216
5217         * dgnushack.el (dgnushack-compile, dgnushack-make-cus-load)
5218         (dgnushack-make-auto-load): Exclude .dir-locals.el file.
5219
5220         * pop3.el: Require cl when compiling.
5221         (pop3-number-of-responses): Search for "+OK", not "+OK ".
5222
5223 2010-09-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5224
5225         * gnus-start.el (gnus-get-unread-articles): Don't bother with groups
5226         that aren't going to be activated.
5227         (gnus-get-unread-articles): Fix up the last commit.
5228
5229         * gnus-html.el (gnus-article-html): Allow calling without specifying
5230         the handle.  In that case, dissect the buffer first.
5231
5232         * gnus-sum.el (gnus-set-mode-line): Don't pad the mode line string.
5233
5234         * nnimap.el (nnimap-open-connection): Revert the change that would look
5235         into authinfo for imaps instead of imap.
5236
5237         * gnus-start.el (gnus-activate-group): Take an optional parameter to
5238         say that you don't want to call gnus-request-group with don-check, but
5239         do check the reponse.  This is for virtual groups only.
5240         (gnus-get-unread-articles): Count the archive groups as secondary, so
5241         that they're activated the same way as before.
5242
5243         * imap.el (imap-message-map): Removed optional buffer parameter, since
5244         no callers use it.
5245         (imap-message-get): Ditto.
5246         (imap-message-put): Ditto.
5247         (imap-mailbox-map): Ditto.
5248         (imap-mailbox-put): Ditto.
5249         (imap-mailbox-get): Ditto.
5250         (imap-mailbox-get): Revert last change for this function.
5251
5252         * nnimap.el (nnimap-request-list): Servers may return \NoSelect
5253         case-insensitively.
5254         (nnimap-debug): Remove.
5255
5256         * imap.el (imap-fetch-safe): Removed function, and altered all callers
5257         to use `imap-fetch' instead.  According to the comments, this should be
5258         safe, since all other IMAP clients use the 1:* syntax.
5259         (imap-enable-exchange-bug-workaround): Removed.
5260         (imap-debug): Removed -- doesn't seem very useful.
5261
5262         * mail-source.el (mail-source-fetch): Don't message if we're fetching
5263         mail from a file, and the file doesn't exist.
5264
5265         * imap.el (imap-log): New convenience function used throughout instead
5266         of repeating the same code all over the place.
5267
5268         * pop3.el (pop3-streaming-movemail): Return t for success.
5269
5270         * nnimap.el (nnimap-open-connection): Look for the "imaps" entry in the
5271         .authinfo if we're using ssl connection.
5272
5273         * nnvirtual.el (nnvirtual-create-mapping): Use the active info we
5274         already have if we're in a main Gnus `g' run.
5275
5276         * gnus-start.el (gnus-method-rank): Get info for virtual groups last.
5277
5278 2010-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
5279
5280         * gnus-start.el (gnus-method-rank): Replace equalp with equal.
5281
5282         * nnmh.el (nnmh-request-list-1): Bind `file'.
5283
5284         * pop3.el (pop3-set-process-query-on-exit-flag): New function that's an
5285         alias to set-process-query-on-exit-flag or process-kill-without-query.
5286         (pop3-open-server): Use it.
5287
5288 2010-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5289
5290         * mail-source.el (mail-source-delete-crash-box): Always move the crash
5291         box to the Incoming file.  Fixes mistake in previous checkin.
5292
5293         * pop3.el (pop3-send-streaming-command): Off-by-one error on the
5294         request loop (for debugging purposes) removed.
5295
5296         * nnml.el (nnml-save-nov): Message around nnml-save-nov so that the
5297         culprit is more visible.
5298         (nnml-save-incremental-nov, nnml-open-incremental-nov)
5299         (nnml-add-incremental-nov): New functions to do "incremental" nov
5300         updates, where we just append to the end of the existing nov files
5301         without reading/writing them in full.
5302
5303         * mail-source.el (mail-source-delete-crash-box): Really only check the
5304         incoming files once in a while.
5305
5306         * pop3.el (pop3-streaming-movemail): Always close the pop3 connection.
5307
5308         * mail-source.el (mail-source-delete-crash-box): Only check the
5309         incoming files for deletion once per day to save a lot of file
5310         accesses.
5311
5312         * pop3.el (pop3-logon): Fix up unbound variable typo.
5313
5314         * mail-source.el (pop3-streaming-movemail): Autoload.
5315
5316         * pop3.el (pop3-streaming-movemail):
5317         Respect pop3-leave-mail-on-server.
5318
5319         * mail-source.el (mail-source-fetch-pop): Use streaming pop3
5320         retrieval.
5321
5322         * pop3.el (pop3-process-filter): Remove unused function.
5323         (pop3-streaming-movemail, pop3-send-streaming-command)
5324         (pop3-wait-for-messages, pop3-write-to-file)
5325         (pop3-number-of-responses): New functions for streaming pop3
5326         retrieval.
5327
5328         * gnus-start.el (gnus-get-unread-articles): Protect against groups that
5329         come from no known methods.
5330         (gnus-make-hashtable-from-newsrc-alist): Remove duplicates from .newsrc
5331         list.
5332
5333         * pop3.el (pop3-display-message-size-flag): Remove -- everybody wants
5334         message sizes.
5335         (pop3-movemail): Use erase-buffer instead of looping and deleting
5336         regions, which seems rather odd.
5337
5338         * gnus-agent.el (gnus-agent-load-local): Only read the agent.lib/local
5339         file once per `g' run.
5340
5341         * nnmh.el (nnmh-request-list-1): Output active lines also for empty
5342         directories.  This makes the draft queue directory work.
5343
5344         * gnus-start.el (gnus-get-unread-articles): Rewrite the way we request
5345         data from the backends, so that we only request the list of groups from
5346         each method once.  This should speed things up considerably.
5347
5348         * nnvirtual.el (nnvirtual-request-list): Remove function so that we can
5349         detect that it's not implemented.
5350
5351         * nnmh.el (nnmh-request-list-1): Fix up the recursion behavior so that
5352         we actually do recurse down into the tree, but don't stat all leaf
5353         nodes.
5354
5355         * gnus-html.el (gnus-html-show-images): If there are no images to show,
5356         then say so instead of bugging out.
5357
5358         * gnus-agent.el (gnus-agent-load-alist): Check whether the agentview
5359         files exist before trying to read them.
5360
5361         * gnus-html.el (gnus-html-wash-tags): Remove even more white space
5362         around <pre_int>.
5363
5364         * gnus-art.el (gnus-article-copy-string): Say what data we copied.
5365
5366         * nnmh.el (nnmh-request-list-1): Optimize for speed.
5367
5368 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5369
5370         * mm-util.el (mm-image-load-path): Just return the image directories,
5371         not all directories in the path in addition to the image directories.
5372         (mm-image-load-path): Maintain a cache of the image directories so that
5373         the `g' command in Gnus doesn't have to stat dozens of directories each
5374         time.
5375
5376         * gnus-html.el (gnus-html-put-image): Allow images to be removed.
5377         (gnus-html-wash-tags): Add a new `i' command to insert images.
5378         (gnus-html-insert-image): New command and keystroke.
5379         (gnus-html-redisplay-with-images): New command and keystroke.
5380         (gnus-html-show-images): Rename command.
5381         (gnus-html-wash-tags): Remove more white space before <pre_int> image
5382         spacers.
5383         (gnus-html-wash-tags): Decode entities at the end, so that entities
5384         inside the tags don't mess up the rest of the "parsing".
5385
5386         * gnus-agent.el (gnus-agent-auto-agentize-methods): Change the default
5387         so that nnimap methods aren't agentized by default.  There's apparently
5388         many problems related to agent/imap behaviour.
5389
5390         * gnus-art.el (gnus-article-copy-string): New command and key binding.
5391
5392         * gnus-html.el: Doc fix.
5393
5394 2010-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
5395
5396         * lpath.el: Fbind device-on-window-system-p, glyph-image, glyphp, and
5397         specifier-spec-list for Emacs 21.
5398
5399         * gnus-html.el (gnus-html-put-image): Use gnus-graphic-display-p,
5400         glyph-width and glyph-height instead of display-graphic-p and
5401         image-size; make avoidance of displaying small images work for XEmacs.
5402
5403         * gnus-util.el (gnus-graphic-display-p): Use device-on-window-system-p
5404         for XEmacs.
5405
5406         * gnus-ems.el (gnus-set-process-plist, gnus-process-plist): Change name
5407         of symbol that holds plist data.
5408         (gnus-process-plist): Remove plist of process after getting it.
5409
5410 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5411
5412         * message.el (message-generate-hashcash): Change default to
5413         'opportunistic if hashcash is installed.
5414
5415         * gnus-html.el (gnus-html-rescale-image): Fix up typo in rescaling.
5416         (gnus-html-put-image): Only call image-size once, since it's somewhat
5417         time-consuming on remote X servers.
5418
5419 2010-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5420
5421         * gnus-xmas.el (gnus-xmas-create-image): Don't try to examine image
5422         type on data, not a file name.
5423
5424         * lpath.el: Fbind w3-parse-buffer for Emacs <=22 and XEmacs; fbind
5425         window-pixel-edges for Emacs 21.
5426
5427         * gnus-html.el (gnus-article-html): Make work buffer multibyte for
5428         decoded contents.
5429         (gnus-html-put-image, gnus-html-rescale-image): Pass `file' argument.
5430
5431 2010-09-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5432
5433         * gnus-group.el (gnus-group-line-format): Remove %O (moderated) from
5434         group line format, since it isn't very interesting.
5435
5436         * gnus-agent.el (gnus-agent-short-article),
5437         (gnus-agent-long-article): Increase values for these two variables,
5438         since most people are likely to have more network connection and
5439         storage than before.
5440
5441         * gnus.el (gnus-refer-article-method): Change default to 'current.
5442         When referring an article, the common behaviour is to refer it from the
5443         current select method, not the native select method.  The chances of
5444         the native select method having the message in question is rather slim
5445         these days.
5446
5447         * gnus-sum.el (gnus-auto-select-subject): Change default to
5448         `unseen-or-unread'.  I think it's likely that most people want to
5449         select an unseen article over a previously seen, but unread one.
5450
5451         * gnus.el (gnus-mode-non-string-length): Change default to 30.  nil
5452         means that in the article buffer none of the minor mode elements will
5453         be shown, usually, and this is not desirable in most cases.
5454
5455         * gnus-sum.el (gnus-summary-goto-unread): Change default to nil, so
5456         that commands like `d' (and the like) go to the next line in the
5457         buffer, instead of the next unread article.  I think this is the
5458         behaviour that is most natural for most users.
5459         (gnus-single-article-buffer): Change default to nil, so that people can
5460         have as many article buffers open as they have summary buffer.  I think
5461         this is the most natural way for the groups to behave.
5462
5463         * message.el (message-generate-new-buffers): Change default to
5464         `unsent', so that all new message buffers start their names with the
5465         string "*unsent", and it's easier to find the buffers if you move from
5466         them.
5467
5468 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5469
5470         * gnus-html.el (gnus-html-wash-tags): Don't show images that are really
5471         small.  They're probably tracking images.
5472         (gnus-html-wash-tags): Remove all <pre_int> place holders.
5473         (gnus-html-rescale-image): Yet another try at getting the image sizing
5474         right.
5475
5476         * nntp.el (nntp-request-set-mark): Refuse to do marks if
5477         nntp-marks-file-name is nil.
5478
5479 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5480
5481         * gnus-html.el (gnus-html-wash-tags)
5482         (gnus-html-schedule-image-fetching, gnus-html-image-url-blocked-p):
5483         Better logging.
5484
5485 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5486
5487         * nndoc.el (nndoc-type-alist): Add a new type for Google digests.
5488
5489         * gnus-html.el (gnus-html-wash-tags): Check the value of
5490         gnus-blocked-images in the summary buffer.
5491
5492 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5493
5494         * gnus-html.el (gnus-html-image-url-blocked-p): Doc fix.
5495
5496 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5497
5498         * gnus-html.el (gnus-html-wash-tags): "A" is also used for links, just
5499         like "a", it seems like.
5500         (gnus-html-image-url-blocked-p): Take a parameter for blocked-images
5501         since it needs to be picked from the correct buffer.
5502
5503         * nnwfm.el: Remove.
5504
5505         * nnlistserv.el: Remove.
5506
5507 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5508
5509         * gnus-html.el (gnus-html-image-url-blocked-p): New function.
5510         (gnus-html-prefetch-images, gnus-html-wash-tags): Use it.
5511
5512 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5513
5514         * nnkiboze.el: Remove.
5515
5516         * nndb.el: Remove.
5517
5518         * gnus-html.el (gnus-html-put-image): Use the deleted text as the image
5519         alt text.
5520         (gnus-html-rescale-image): Try to get the rescaling logic right for
5521         images that are just wide and not tall.
5522
5523         * gnus.el (gnus-string-or): Fix the syntax to not use eval or
5524         overshadow variable bindings.
5525
5526 2010-09-01  Teodor Zlatanov  <tzz@lifelogs.com>
5527
5528         * gnus-html.el (gnus-html-wash-tags)
5529         (gnus-html-schedule-image-fetching, gnus-html-prefetch-images):
5530         Add extra logging.
5531
5532 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5533
5534         * gnus-html.el (gnus-html-wash-tags): Delete the IMG_ALT region.
5535         (gnus-max-image-proportion): New variable.
5536         (gnus-html-rescale-image): New function.
5537         (gnus-html-put-image): Rescale images.
5538
5539 2010-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
5540
5541         Fix up some byte-compiler warnings.
5542         * gnus.el (gnus-group-find-parameter, gnus-kill-save-kill-buffer):
5543         * gnus-cite.el (gnus-article-highlight-citation, gnus-dissect-cited-text)
5544         (gnus-article-fill-cited-article, gnus-article-hide-citation)
5545         (gnus-article-hide-citation-in-followups, gnus-cite-toggle):
5546         * gnus-group.el (gnus-group-set-mode-line, gnus-group-quit)
5547         (gnus-group-set-info, gnus-add-mark): Use with-current-buffer.
5548         (gnus-group-update-group): Use save-excursion and with-current-buffer.
5549
5550 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5551
5552         * gnus-html.el (gnus-article-html): Decode contents by charset.
5553
5554 2010-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5555
5556         * gnus-html.el (gnus-html-cache-directory, gnus-html-cache-size)
5557         (gnus-html-frame-width, gnus-blocked-images)
5558         * message.el (message-prune-recipient-rules): Add custom version.
5559         * gnus-sum.el (gnus-auto-expirable-marks): Bump custom version.
5560
5561         * gnus-ems.el (gnus-process-get, gnus-process-put): New compatibility
5562         functions.
5563
5564         * gnus-html.el (gnus-html-curl-sentinel): Replace process-get with
5565         gnus-process-get.
5566
5567 2010-08-31  Julien Danjou  <julien@danjou.info>  (tiny change)
5568
5569         * nnimap.el (nnimap-request-newgroups): Use nnimap-request-list-method
5570         instead of lsub directly.
5571
5572 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5573
5574         * nnwarchive.el: Remove.
5575
5576         * gnus-soup.el: Remove.
5577
5578         * nnsoup.el: Remove.
5579
5580         * nnultimate.el: Remove.
5581
5582         * gnus-html.el (gnus-blocked-images): New variable.
5583
5584         * message.el (message-prune-recipients): New function.
5585         (message-prune-recipient-rules): New variable.
5586
5587         * gnus-cite.el (gnus-article-natural-long-line-p): New function to
5588         guess whether a long line is natural text or not.
5589
5590         * gnus-html.el (gnus-html-schedule-image-fetching):
5591         Use gnus-process-plist and friends for compatibility.
5592
5593 2010-08-31  Stefan Monnier  <monnier@iro.umontreal.ca>
5594
5595         * gnus-html.el: Require packages that define macros used in this file.
5596         (gnus-article-mouse-face): Declare to silence byte-compiler.
5597         (gnus-html-curl-sentinel): Use with-current-buffer, inhibit-read-only, and
5598         process-get.
5599         (gnus-html-put-image): Use plist-get to avoid getf.
5600         (gnus-html-prefetch-images): Use with-current-buffer.
5601
5602 2010-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5603
5604         * gnus-ems.el: Provide compatibility functions for
5605         gnus-set-process-plist.
5606
5607         * lpath.el: Bind completion-styles for Emacs 21 and XEmacs; bind
5608         header-line-format for XEmacs 21.4.
5609
5610         * gnus-sum.el (gnus-summary-stop-at-end-of-message)
5611         * gnus.el (gnus-valid-select-methods)
5612         * message.el (message-send-mail-partially-limit)
5613         * mm-decode.el (mm-text-html-renderer)
5614         * mml.el (mml-insert-mime-headers-always)
5615         * smiley.el (smiley-regexp-alist): Bump custom version.
5616
5617 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5618
5619         * gnus-html.el: require mm-url.
5620         (gnus-html-wash-tags): Clarify the code a bit by renaming the variable
5621         with the url to `url'.
5622         (gnus-html-wash-tags): Support cid: URLs/images.
5623
5624 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5625
5626         * gnus-sum.el: As per discussion 3 years, 8 weeks, 3 days, 9 hours, 57
5627         minutes, 56 seconds ago on the ding list, remove the `w' and `i'
5628         bindings, as they aren't useful at all.  `w' is moved to `W w'.
5629
5630         * gnus-move.el: Remove file, since it doesn't really work.
5631
5632         * gnus-html.el (gnus-article-html): Tell w3m that the input is
5633         UTF-8.  This seems to fix problems with some German web feeds.
5634
5635         * gnus.el (gnus-group-startup-message): Put the xpm version of the logo
5636         at the top so that the proper colours are applied.
5637
5638         * gnus-xmas.el (gnus-xmas-create-image): Make this work on files that
5639         don't have dots in their names.
5640
5641         * gnus-art.el (gnus-article-view-part): Doc fix.
5642
5643         * gnus-html.el (gnus-html-put-image): Use gnus-create-image to be
5644         XEmacs-compatible.
5645         (gnus-html-put-image): Don't do images on non-graphic displays.
5646
5647         * nnslashdot.el: Remove this unused backend.
5648
5649         * gnus-undo.el (gnus-undo-register-1): Limit the undo actions to 100
5650         actions.
5651         (gnus-undo-register-1): Revert last change.
5652
5653         * gnus-group.el (gnus-group-completing-read): Protect against not
5654         having completion-styles bound.
5655
5656         * mml.el (mml-insert-mime-headers-always): Change the default to t, to
5657         make broken recipients happier.
5658
5659         * gnus-html.el (gnus-html-put-image): Use gnus-put-image.
5660
5661         * gnus-ems.el (gnus-put-image): Have gnus-put-image take an optional
5662         point parameter.
5663
5664         * gnus-xmas.el (gnus-xmas-put-image): Ditto.
5665
5666         * gnus-group.el (gnus-group-completing-read): Add 'substring to
5667         completion-styles for group selection.
5668
5669 2009-02-04  Andreas Schwab  <schwab@suse.de>
5670
5671         * gnus-score.el (gnus-score-string): Fix regex for matching extra
5672         headers and regexp-quote the match if necessary.
5673
5674 2009-03-24  Miles Bader  <miles@gnu.org>
5675
5676         * smiley.el (smiley-regexp-alist): Don't delete the semicolon before
5677         the blinking smiley.
5678
5679 2009-03-24  Simon Josefsson  <simon@josefsson.org>
5680
5681         * smiley.el (smiley-regexp-alist): Disallow ;;) from being treated as a
5682         blink smiley.
5683
5684 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5685
5686         * gnus-start.el (gnus-dribble-read-file): Ensure that the directory
5687         where the dribbel file lives exists.
5688
5689         * message.el (message-send-mail-partially-limit): Change the default to
5690         nil, since most people don't want this.
5691
5692         * mm-url.el (mm-url-decode-entities): Also decode entities like
5693         &#x3212.
5694
5695 2009-07-16  Kevin Ryde  <user42@zip.com.au>  (tiny change)
5696
5697         * gnus-sum.el (gnus-summary-idna-message):
5698         * nnrss.el (nnrss-normalize-date, nnrss-discover-feed):
5699         Hyperlink urls in docstrings with URL `...'.
5700
5701 2010-08-29  Adam Sjøgren  <asjo@koldfront.dk>
5702
5703         * gnus-html.el (gnus-html-put-image): Use XEmacs-compatible image
5704         functions.
5705
5706 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5707
5708         * gnus-art.el (gnus-article-add-button): Take an optional parameter to
5709         say what the mouseover text should be.
5710
5711         * gnus-html.el (gnus-html-prefetch-images): Use the summary-local
5712         version of the mm-w3m-safe-url-regexp variable to only download images
5713         in the groups where we want that to happen.
5714
5715         * gnus-sum.el (gnus-summary-stop-at-end-of-message): New variable.
5716
5717         * gnus-art.el (gnus-article-beginning-of-window): Make into defun for
5718         easier debugging.
5719         (gnus-article-beginning-of-window): Add kludge to allow spacing past
5720         big pictures in the article buffer.
5721
5722         * mm-decode.el (mm-text-html-renderer): Default the html renderer to
5723         gnus-article-html.
5724         (mm-text-html-renderer): gnus-article-html needs curl in addition to
5725         w3m.
5726
5727         * gnus-html.el: Start a new super-simple HTML renderer based on w3m.
5728
5729 2010-08-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5730
5731         * gnus.el (gnus-valid-select-methods): Remove reference to nngoogle,
5732         which doesn't exist.
5733
5734         * message.el (message-inhibit-ecomplete): New variable to allow some
5735         function to inhibit ecomplete address storage.
5736         (message-resend): Disable ecomplete message storage when resending
5737         messages.
5738
5739         * nntp.el (nntp-async-kluge): Remove the Emacs 20.3-related kluge.
5740
5741 2010-08-27  Katsumi Yamaoka  <yamaoka@jpl.org>
5742
5743         * gnus-sum.el (gnus-summary-move-article, gnus-summary-delete-article):
5744         Save excursion while copying, moving, and deleting articles in order to
5745         prevent the cursor from jumping to unforeseen place.
5746
5747 2010-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
5748
5749         * lpath.el: No need to bind bookmark-current-buffer,
5750         bookmark-yank-point and bookmark-make-record-function.
5751
5752 2010-08-17  Glenn Morris  <rgm@gnu.org>
5753
5754         * gnus-sync.el: Require gnus components whose functions are used.
5755
5756         * gnus-art.el (bookmark-make-record-function):
5757         * gnus-sum.el (bookmark-yank-point, bookmark-current-bookmark):
5758         Declare for compiler.
5759
5760         * mm-url.el (mml-compute-boundary): Autoload.
5761
5762 2010-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5763
5764         * gnus-start.el (gnus-start-draft-setup): Move doc string forward.
5765
5766 2010-08-14  Teodor Zlatanov  <tzz@lifelogs.com>
5767
5768         Typo fix "hoo4a" -> "hook".
5769
5770         * gnus-sync.el (gnus-sync-install-hooks): Typo fix.
5771
5772 2010-08-14  Glenn Morris  <rgm@gnu.org>
5773
5774         * gnus-sync.el (gnus-sync): Fix defgroup version.
5775
5776 2010-08-13  Teodor Zlatanov  <tzz@lifelogs.com>
5777
5778         Doc fixes and keep unknown groups (ammended for nunion bug fix).
5779
5780         * gnus-sync.el: Fix docs.
5781         (gnus-sync-save): Keep unknown groups in `gnus-sync-newsrc-loader'.
5782         (gnus-sync-read): Don't wipe `gnus-sync-newsrc-loader' after reading.
5783
5784 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5785
5786         Optimizations for gnus-sync.el.
5787
5788         * gnus-sync.el: Add docs about gnus-sync-backend
5789         possibilities.
5790         (gnus-sync-save): Remove unnecessary message.
5791         (gnus-sync-read): Optimize and show what groups were skipped.
5792
5793 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5794
5795         Minor bug fixes for gnus-sync.el.
5796
5797         * gnus-sync.el (gnus-sync-unload-hook, gnus-sync-install-hooks):
5798         Don't read the sync on get-new-news.
5799
5800         * gnus-sync.el (gnus-sync-save): Define `variable' so the compiler is
5801         quiet.
5802
5803         * gnus-sync.el (gnus-sync-read): Use `gnus-sync-newsrc-offsets'
5804         (fix typo).
5805
5806 2010-07-30  Lawrence Mitchell  <wence@gmx.li>
5807
5808         Make saving and restoring of hidden threads work with overlays.
5809         Patch applied by Ted Zlatanov.
5810
5811         * gnus-sum.el (gnus-hidden-threads-configuration)
5812         (gnus-restore-hidden-threads-configuration): Update to deal with text
5813         properties, rather than searching for a magic character.
5814
5815 2010-08-12  Teodor Zlatanov  <tzz@lifelogs.com>
5816
5817         New gnus-sync.el library for synchronization of marks.
5818
5819         * gnus-sync.el: New library for synchronization of marks.
5820
5821         * gnus-util.el (gnus-grep-in-list): Move from gnus-registry.el and
5822         renamed from `gnus-registry-grep-in-list'.
5823
5824         * gnus-registry.el (gnus-registry-follow-group-p):
5825         Use `gnus-grep-in-list'.
5826
5827         * gnus-start.el (gnus-start-draft-setup): Make it interactive.
5828
5829 2010-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
5830
5831         * rfc2047.el (rfc2047-encode): Use utf-8 as a last resort if
5832         determining charset of text fails.
5833
5834 2010-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5835
5836         * nnmail.el (nnmail-get-new-mail-1): Revert.
5837
5838         * nnml.el (nnml-active-number): Make sure names of newly created groups
5839         in nnml-group-alist are encoded.
5840
5841 2010-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5842
5843         * nnmail.el (nnmail-get-new-mail-1): Encode group names possibly
5844         containing non-ASCII characters in active file for nnml back end.
5845
5846 2010-07-24  David Engster  <dengste@eml.cc>
5847
5848         * mml-smime.el (mml-smime-epg-verify): Also accept the older
5849         x-pkcs7-signature MIME type as signature (RFC 2311, C.1).
5850
5851 2010-07-21  Daiki Ueno  <ueno@unixuser.org>
5852
5853         * mml.el (mml-parse-1): Collect "certfile" attributes in "<#secure>"
5854         tag (Bug#6654).
5855
5856 2010-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
5857
5858         * gnus-sum.el (gnus-summary-bookmark-make-record): Bookmark position in
5859         the article buffer, not the summary buffer.
5860
5861 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5862
5863         * gnus-sum.el (gnus-summary-bookmark-make-record): Make it work for
5864         Emacs 23 as well.
5865
5866 2010-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
5867
5868         * lpath.el: Bind bookmark-current-buffer, bookmark-yank-point for all
5869         Emacs versions; bind bookmark-make-record-function for Emacs >=22.
5870
5871 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5872
5873         Allow C-w when setting a bookmark in a Gnus Article buffer (Bug#5975).
5874         Patch applied by Karl Fogel.
5875
5876         * gnus-sum.el (gnus-summary-bookmark-make-record):
5877         Set `bookmark-yank-point' and `bookmark-current-buffer' to allow C-w.
5878
5879 2010-07-13  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
5880
5881         Allow bookmarks to be set from Gnus Article buffers (Bug #5975).
5882         Patch applied (with minor tweaks) by Karl Fogel.  Note this leaves
5883         C-w still not working correctly from Article buffers; Thierry's
5884         patch to fix that will be applied after this.
5885
5886         * gnus-art.el (bookmark-make-record-function): New local variable.
5887
5888         * gnus-sum.el (gnus-summary-bookmark-make-record): Allow setting from
5889         article buffer.
5890         (gnus-summary-bookmark-jump): Maybe jump to article buffer.
5891
5892 2010-07-13  Karl Fogel  <kfogel@red-bean.com>
5893
5894         * gnus-sum.el (bookmark-make-record-default): Adjust declaration, based
5895         on changes in bookmark.el.
5896
5897 2010-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5898
5899         * gnus-xmas.el (gnus-xmas-read-event-char): Use display-message with
5900         `no-log' instead of message not to log prompt string.
5901
5902 2010-06-22  Mark A. Hershberger  <mah@everybody.org>
5903
5904         * mm-url.el (mm-url-encode-multipart-form-data): New function to handle
5905         the *other* type of HTML form submission.
5906
5907 2010-06-15  Michael Albinus  <michael.albinus@gmx.de>
5908
5909         * auth-source.el (auth-source-pick): If choice does not contain a
5910         questioned keyword, set the check to t.
5911
5912 2010-06-12  Romain Francoise  <romain@orebokech.com>
5913
5914         * gnus-util.el (gnus-date-get-time): Move up before first use.
5915
5916 2010-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
5917
5918         * gnus-art.el (gnus-mime-buttonized-part-id): New internal variable.
5919         (gnus-article-edit-part): Bind it to make last part that is substituted
5920         or deleted visible.
5921         (gnus-mime-display-single): Buttonize part of which id equals to
5922         gnus-mime-buttonized-part-id.
5923
5924 2010-06-10  Dan Christensen  <jdc@uwo.ca>
5925
5926         * gnus-util.el (gnus-user-date): Use gnus-date-get-time.
5927         (gnus-dd-mmm): Use gnus-date-get-time.
5928         * gnus-sum.el (gnus-thread-latest-date): Use gnus-date-get-time and
5929         simplify logic.
5930         (gnus-summary-limit-to-age): Use gnus-date-get-time.
5931         (gnus-sort-threads): Emit message if gnus-sort-threads-loop used.
5932
5933 2010-06-08  Michael Albinus  <michael.albinus@gmx.de>
5934
5935         * auth-source.el (top): Autoload `secrets-list-collections',
5936         `secrets-create-item', `secrets-delete-item'.
5937         (auth-sources): Fix tag string.
5938         (auth-get-source, auth-source-retrieve, auth-source-create)
5939         (auth-source-delete): New defuns.
5940         (auth-source-pick): Rewrite in order to avoid 2 passes.
5941         (auth-source-forget-user-or-password): New parameter USERNAME.
5942         (auth-source-user-or-password): New parameters CREATE-MISSING and
5943         DELETE-EXISTING.  Retrieve password interactively, if needed.
5944
5945 2010-06-07  Teemu Likonen  <tlikonen@iki.fi>  (tiny change)
5946
5947         * gnus-agent.el (gnus-agent-expire-unagentized-dirs): Don't ask about
5948         deleting unused directories when gnus-expert-user is t.
5949
5950 2010-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
5951
5952         * gnus-art.el (gnus-article-browse-delete-temp-files): Don't make query
5953         for each temp file when gnus-article-browse-delete-temp is ask.
5954
5955 2010-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
5956
5957         * gnus-uu.el, imap.el, nndoc.el, nnrss.el, rfc2047.el, utf7.el: Replace
5958         Lisp calls to delete-backward-char by calls to delete-char.
5959
5960 2010-05-20  Kevin Ryde  <user42@zip.com.au>
5961
5962         * gnus-start.el (gnus-level-unsubscribed): Doc fix.  (Bug#6206)
5963
5964 2010-05-19  Michael Albinus  <michael.albinus@gmx.de>
5965
5966         * password-cache.el (password-cache-remove): Fix docstring.
5967
5968 2010-05-14  Katsumi Yamaoka  <yamaoka@jpl.org>
5969
5970         * gnus-sum.el (gnus-summary-save-article): Don't bother to re-fetch
5971         article unless decoding article to be saved.
5972
5973 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5974
5975         * mml1991.el (mml1991-mailcrypt-encrypt, mml1991-gpg-encrypt)
5976         * mml2015.el (mml2015-gpg-encrypt): Disable multibyte in buffers
5977         generated within the mm-with-unibyte-current-buffer macro.
5978
5979 2010-05-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5980
5981         * gnus-art.el (gnus-bind-safe-url-regexp): Bind mm-w3m-safe-url-regexp
5982         to nil when we're in a mml-preview buffer and no group is selected.
5983
5984 2010-05-12  Andreas Seltenreich  <seltenreich@gmx.de>
5985
5986         * gnus-sum.el (gnus-summary-read-group-1): Don't jump to next group
5987         when catching the `C-g'.  Reported by "Leo".
5988
5989 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5990
5991         * message.el (message-forward-make-body-plain)
5992         (message-forward-make-body-mml): Use mm-multibyte-string-p instead of
5993         multibyte-string-p.
5994
5995         * lpath.el: Revert.
5996
5997 2010-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
5998
5999         * message.el (message-forward-make-body-mml): Assume original message
6000         is multibyte string; error on unibyte.
6001         (message-forward-make-body-plain): Ditto; don't add excessive newline
6002         in body end.
6003
6004         * lpath.el: Fbind multibyte-string-p for XEmacs 21.4 and SXEmacs.
6005
6006 2010-05-11  Andreas Seltenreich  <seltenreich@gmx.de>
6007
6008         * gnus-sum.el (gnus-summary-kill-thread): Use gnus-summary-mark-article
6009         instead of g-s-m-a-as-unread to set the expirable mark.  (Bug#5284)
6010
6011 2010-05-11  Katsumi Yamaoka  <yamaoka@jpl.org>
6012
6013         * mm-extern.el (mm-extern-url): Don't use
6014         mm-with-unibyte-current-buffer.
6015         (mm-extern-cache-contents): Use with-current-buffer instead of
6016         save-excursion + set-buffer.
6017
6018 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6019
6020         * mm-util.el (mm-emacs-mule): Remove.
6021
6022 2010-05-10  Andreas Seltenreich  <seltenreich@gmx.de>
6023
6024         * gnus-sum.el (gnus-summary-mode): Don't make minor-mode-alist
6025         buffer-local as it's incompatible with Stefan Monnier's 2010-05-03
6026         change.
6027
6028 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6029
6030         * mm-util.el (mm-with-unibyte-current-buffer): Redefine it so as not to
6031         bind the default value of enable-multibyte-characters to nil.
6032
6033 2010-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6034
6035         * message.el (message-forward-make-body-plain)
6036         (message-forward-make-body-mml):
6037         Don't use mm-with-unibyte-current-buffer.
6038
6039 2010-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
6040
6041         * dns-mode.el (auto-mode-alist): Add entry for .zone files.
6042
6043 2010-05-07  Christian von Roques  <roques@mti.ag>  (tiny change)
6044
6045         * mml2015.el (mml2015-epg-find-usable-key): Skip disabled key
6046         (Bug#5592).
6047
6048 2010-05-07  Julien Danjou  <julien@danjou.info>
6049
6050         * gnus-art.el (gnus-mime-pipe-part): Add optional argument `cmd'; pass
6051         it to mm-pipe-part.
6052
6053         * mm-decode.el (mm-pipe-part): Add optional argument `cmd'; use it if
6054         it is given.
6055
6056 2010-05-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6057
6058         * binhex.el (binhex-decode-region-internal)
6059         * dns.el (dns-read-string-name, dns-write, dns-read, dns-read-type)
6060         (dns-query)
6061         * nnweb.el (nnweb-gmane-search)
6062         * pgg-parse.el (pgg-parse-armor)
6063         * pgg.el (pgg-verify-region)
6064         * sha1.el (sha1-string-external)
6065         * uudecode.el (uudecode-decode-region-internal)
6066         * yenc.el (yenc-decode-region): Don't run set-buffer-multibyte for
6067         XEmacs.
6068
6069         * gnus-art.el (gnus-article-browse-html-parts)
6070         * gnus-group.el (gnus-read-ephemeral-gmane-group)
6071         (gnus-read-ephemeral-bug-grou): Use mm-make-temp-file instead of
6072         make-temp-file.
6073
6074         * gnus-dired.el (gnus-dired-mode): Bind gnus-dired-mode-hook,
6075         gnus-dired-mode-on-hook and gnus-dired-mode-off-hook for XEmacs when
6076         compiling.
6077
6078         * gnus-ml.el (gnus-mailing-list-mode): Bind gnus-mailing-list-mode-hook,
6079         gnus-mailing-list-mode-on-hook and gnus-mailing-list-mode-off-hook for
6080         XEmacs when compiling.
6081
6082         * gnus-salt.el (gnus-pick-mode): Bind gnus-pick-mode-on-hook and
6083         gnus-pick-mode-off-hook for XEmacs when compiling.
6084         (gnus-binary-mode): Bind gnus-binary-mode-on-hook and
6085         gnus-binary-mode-off-hook for XEmacs when compiling.
6086
6087         * gnus-sum.el (gnus-summary-limit-strange-charsets-predicate):
6088         Return nil if char-charset is not available.
6089
6090         * imap.el (imap-disable-multibyte)
6091         * sieve-manage.el (sieve-manage-disable-multibyte): Redefine them as
6092         macros.
6093
6094         * mm-url.el (mm-url-form-encode-xwfu): Use mm-encode-coding-string
6095         instead of encode-coding-string.
6096
6097         * mm-util.el (mm-enable-multibyte, mm-disable-multibyte): Use (featurep
6098         'xemacs) instead of mm-emacs-mule to switch function definitions.
6099         (mm-with-unibyte-current-buffer): Make it a progn macro for XEmacs.
6100
6101         * lpath.el: Fbind delete-overlay and overlay-lists for XEmacs;
6102         bind temporary-file-directory for XEmacs;
6103         fbind make-temp-file, set-buffer-multibyte, string-as-multibyte and
6104         timer-set-function for XEmacs 21.4 and SXEmacs;
6105         bind timer-list for XEmacs 21.4 and SXEmacs;
6106         fbind char-charset and find-charset-region for non-Mule XEmacs;
6107         fbind decode-coding-region, decode-coding-string, detect-coding-region,
6108         encode-coding-region and encode-coding-string for XEmacs having no
6109         file-coding feature.
6110
6111 2010-05-06  Tommi Vainikainen  <thv@iki.fi>  (tiny change)
6112
6113         * mml-sec.el (mml-secure-message-sign): Fix cut and paste error.
6114
6115 2010-05-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6116
6117         * gnus-dired.el, gnus-draft.el, gnus-ml.el, gnus-salt.el, gnus-sum.el,
6118         gnus-undo.el, mml.el: Require easy-mmode for XEmacs when compiling.
6119
6120 2010-05-03  Juanma Barranquero  <lekktu@gmail.com>
6121
6122         * mm-util.el (mm-decompress-buffer): Use `delete-file';
6123         alias `jka-compr-delete-temp-file' no longer exists.
6124
6125 2010-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6126
6127         Use define-minor-mode in Gnus where applicable.
6128         * mml.el (mml-mode): Use define-minor-mode.
6129         * gnus-undo.el (gnus-undo-mode-map): Initialize in declaration.
6130         (gnus-undo-mode): Use define-minor-mode.
6131         * gnus-sum.el (gnus-dead-summary-mode-map): Initialize in declaration.
6132         (gnus-dead-summary-mode): Use define-minor-mode.
6133         * gnus-salt.el (gnus-pick-mode-map, gnus-binary-mode-map):
6134         Initialize in declaration.
6135         (gnus-pick-mode, gnus-binary-mode): Use define-minor-mode.
6136         * gnus-ml.el (gnus-mailing-list-mode-map): Initialize in declaration.
6137         (gnus-mailing-list-mode): Use define-minor-mode.
6138         * gnus-draft.el (gnus-draft-mode-map): Initialize in declaration.
6139         (gnus-draft-mode): Use define-minor-mode.
6140         * gnus-dired.el (gnus-dired-mode-map): Initialize in declaration.
6141         (gnus-dired-mode): Use define-minor-mode.
6142
6143 2010-05-01  Andreas Seltenreich  <seltenreich@gmx.de>
6144
6145         * mml.el (mml-generate-mime-1,mml-compute-boundary-1): Update 'mml
6146         handles on recursive mml-to-mime translation and check them for
6147         boundary delimiter collisions.  Reported by Greg Troxel.
6148
6149 2010-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
6150
6151         * gnus-util.el: Don't load tm and apel XEmacs packages when compiling.
6152
6153 2010-04-23  Stefan Monnier  <monnier@iro.umontreal.ca>
6154
6155         * mm-util.el (mm-find-buffer-file-coding-system):
6156         * yenc.el (yenc-decode-region): Don't let-bind a read-only variable.
6157
6158 2010-04-22  Andreas Seltenreich  <seltenreich@gmx.de>
6159
6160         * message.el (message-generate-headers): Record insertion of optional
6161         headers as well.  Otherwise the check to prevent repeated insertion of
6162         optional headers is a no-op.
6163
6164 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
6165
6166         * smime.el: Don't mention CVS.
6167
6168         * nnrss.el (nnrss-fetch): Don't mention CVS.
6169
6170         * nnir.el: Don't mention CVS.
6171
6172 2010-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6173
6174         * gnus-sum.el (gnus-summary-bookmark-make-record):
6175         Add `location' field.
6176
6177 2010-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
6178
6179         * lpath.el: Fbind bookmark-default-handler,
6180         bookmark-get-bookmark-record, bookmark-make-record-default,
6181         bookmark-prop-get for Emacs <23 and XEmacs.
6182
6183 2010-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
6184
6185         * gnus-sum.el: Add bookmark declarations to silence the compiler.
6186         (gnus-mark-xrefs-as-read, gnus-summary-limit-to-bodies):
6187         Use with-current-buffer to silence the byte-compiler.
6188         (gnus-summary-bookmark-make-record): Use derived-mode-p and don't
6189         bother to require `gnus'.
6190         (gnus-summary-bookmark-jump): Don't forget to autoload.  Simplify.
6191
6192 2010-04-12  Thierry Volpiatto  <thierry.volpiatto@gmail.com>
6193
6194         * gnus-sum.el (gnus-summary-bookmark-make-record)
6195         (gnus-summary-bookmark-jump): New functions.
6196         (gnus-summary-mode): Setup bookmark support.
6197
6198 2010-04-01  Andreas Schwab  <schwab@linux-m68k.org>
6199
6200         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use buffer-file-coding-system
6201         if set.
6202
6203 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6204
6205         * gnus-art.el (gnus-article-browse-html-save-cid-content): Rename from
6206         gnus-article-browse-html-save-cid-image; make it work recursively for
6207         forwarded messages as well.
6208         (gnus-article-browse-html-parts): Work when prefix arg is given.
6209         (gnus-article-browse-html-article): Doc fix.
6210
6211 2010-03-30  Chong Yidong  <cyd@stupidchicken.com>
6212
6213         * message.el (message-default-mail-headers):
6214         (message-default-headers): Carry the value mail-default-headers over
6215         into message-default-mail-headers, rather than message-default-headers.
6216
6217 2010-03-30  Martin Stjernholm  <mast@lysator.liu.se>
6218
6219         * mm-decode.el (mm-add-meta-html-tag): Add option to override the
6220         charset.
6221
6222         * gnus-art.el (gnus-article-browse-html-parts): Force the correct
6223         charset into the <meta> tag when the article is encoded to utf-8.
6224
6225 2010-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6226
6227         * gnus-art.el (gnus-article-browse-delete-temp-files):
6228         Delete directories as well.
6229         (gnus-article-browse-html-parts): Work for images that do not specify
6230         file names; delete temp directory when quitting; insert header at the
6231         right place; use file: scheme for image files.
6232
6233 2010-03-30  Eric Schulte  <schulte.eric@gmail.com>
6234
6235         * gnus-art.el (gnus-article-browse-html-save-cid-image): New function.
6236         (gnus-article-browse-html-parts): Use it to make temporary cid image
6237         files in addition to html file so that browser may display them.
6238
6239 2010-03-29  Katsumi Yamaoka  <yamaoka@jpl.org>
6240
6241         * mm-decode.el (mm-add-meta-html-tag): Fix regexp matching meta tag.
6242
6243 2010-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
6244
6245         * auth-source.el (auth-source-pick): Fix for non-secrets specifier.
6246
6247 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
6248
6249         * auth-source.el (auth-sources): Change default to be simpler.
6250         Explain about Secret Service API sources.  Improve Customize options.
6251         (auth-source-pick): Change to accept any number of search parameters.
6252         Implement fallbacks iteratively, not recursively.  Add scoring on the
6253         second pass and sort by score.  Call Secret Service API when needed.
6254         (auth-source-user-or-password): Use it.  Call Secret Service API
6255         directly when needed to get the user name and the password.
6256
6257 2010-03-24  Juanma Barranquero  <lekktu@gmail.com>
6258
6259         * message.el (message-interactive): Doc fix.
6260         (message-qmail-inject-args): Reflow.
6261         (message-kill-to-signature): Fix typo in docstring.
6262
6263         * smiley.el (smiley-buffer): Fix typo in docstring.
6264
6265 2010-03-24  Glenn Morris  <rgm@gnu.org>
6266
6267         * mail-source.el (gnus-message): Declare.
6268         (mail-source-delete-old-incoming): Require gnus-util.
6269
6270 2010-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6271
6272         * gnus-art.el (canlock-verify): Autoload it for Emacs 21.
6273
6274         * message.el (ecomplete-setup): Autoload it for Emacs <23.
6275
6276         * mml-sec.el (mml-secure-cache-passphrase): Default to t that is
6277         password-cache's default if it is not bound.
6278         (mml-secure-passphrase-cache-expiry): Default to 16 that is
6279         password-cache-expiry's default if it is not bound.
6280
6281         * pop3.el (pop3-list): Don't use 3rd arg of `split-string' which is not
6282         available in Emacs 21.
6283
6284         * lpath.el: Suppress compiler warnings for:
6285         canlock-insert-header and smtpmail-default-smtp-server for Emacs 21 and
6286         XEmacs;
6287         ecomplete-add-item, ecomplete-save, hashcash-wait-async,
6288         mail-add-payment, mail-add-payment-async, netrc-get, netrc-machine,
6289         netrc-machine-user-or-password and netrc-parse for Emacs 22 and XEmacs.
6290
6291 2010-03-23  Teodor Zlatanov  <tzz@lifelogs.com>
6292
6293         * auth-source.el (auth-sources): Fix up definition so extra parameters
6294         are always inline.
6295
6296 2010-03-22  Martin Stjernholm  <mast@lysator.liu.se>
6297
6298         * nnimap.el (nnimap-verify-uidvalidity): Fix bug where uidvalidity
6299         wasn't updated after mismatch.  Clear cached mailbox info correctly
6300         when uidvalidity changes.
6301         (nnimap-group-prefixed-name): New function to avoid some code
6302         duplication.
6303         (nnimap-verify-uidvalidity, nnimap-group-overview-filename)
6304         (nnimap-request-group): Use it.
6305         (nnimap-retrieve-groups, nnimap-verify-uidvalidity)
6306         (nnimap-update-unseen): Significantly improved speed of Gnus startup
6307         with many imap folders.  This is done by caching the group status from
6308         the imap server persistently in a group parameter `imap-status'.  (This
6309         was cached before too if `nnimap-retrieve-groups-asynchronous' was set,
6310         but not persistently, so every Gnus startup was still very slow.)
6311
6312 2010-03-22  Teodor Zlatanov  <tzz@lifelogs.com>
6313
6314         * assistant.el (assistant-render-text): Run `widget-setup' and don't
6315         delete the extra newline.  Otherwise editing of :string and :number
6316         types don't work.
6317
6318 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6319
6320         * auth-source.el: Set up autoloads.  Bump to 23.2 because of the
6321         secrets.el dependency.
6322         (auth-sources): Add optional user name.  Add secrets.el configuration
6323         choice (unused right now).
6324
6325 2010-03-20  Teodor Zlatanov  <tzz@lifelogs.com>
6326
6327         * gnus-sum.el (gnus-summary-make-menu-bar):
6328         Let `gnus-registry-install-shortcuts' fill in the functions.
6329
6330         * gnus-registry.el (gnus-summary-misc-menu): Declare to avoid
6331         warnings.
6332         (gnus-registry-misc-menus): Variable to hold registry mark menus.
6333         (gnus-registry-install-shortcuts): Populate and use it in a
6334         `gnus-summary-menu-hook' lambda, under "Gnus"->"Registry Marks".
6335
6336 2010-03-20  Martin Stjernholm  <mast@lysator.liu.se>
6337
6338         * nnimap.el (nnimap-decode-group-name, nnimap-encode-group-name):
6339         In-place substitutions for the group name encoding/decoding.
6340         (nnimap-find-minmax-uid, nnimap-possibly-change-group)
6341         (nnimap-retrieve-headers-progress, nnimap-possibly-change-group)
6342         (nnimap-retrieve-headers-progress, nnimap-request-article-part)
6343         (nnimap-update-unseen, nnimap-request-list)
6344         (nnimap-retrieve-groups, nnimap-request-update-info-internal)
6345         (nnimap-request-set-mark, nnimap-split-to-groups)
6346         (nnimap-split-articles, nnimap-request-newgroups)
6347         (nnimap-request-create-group, nnimap-request-accept-article)
6348         (nnimap-request-delete-group, nnimap-request-rename-group)
6349         (nnimap-acl-get, nnimap-acl-edit): Use them.  Replace `mbx' with
6350         `encoded-mbx' for consistency.
6351         (nnimap-close-group): Call `imap-current-mailbox' instead of using the
6352         variable `imap-current-mailbox'.
6353
6354         * gnus-agent.el (gnus-agent-fetch-articles, gnus-agent-fetch-headers)
6355         (gnus-agent-regenerate-group): Use `gnus-agent-decoded-group-name'.
6356
6357 2010-03-20  Bojan Petrovic  <bpetrovi@f.bg.ac.rs>
6358
6359         * pop3.el (pop3-display-message-size-flag): Display message size byte
6360         counts during POP3 download.
6361         (pop3-movemail): Use it.
6362         (pop3-list): Implement listing of available messages.
6363
6364 2010-03-20  Mark Triggs  <mst@dishevelled.net>  (tiny change)
6365
6366         * nnir.el (nnir-get-article-nov-override-function): New function to
6367         override the normal NOV retrieval.
6368         (nnir-retrieve-headers): Use it.
6369
6370 2010-03-19  Michael Albinus  <michael.albinus@gmx.de>
6371
6372         * auth-source.el (netrc-machine-user-or-password): Autoload.
6373
6374 2010-03-19  Glenn Morris  <rgm@gnu.org>
6375
6376         Stop message.el from loading about 40 libraries it doesn't always need.
6377         The general approach is to autoload rather than require, and to
6378         require in the specific functions rather than the file.  (Bug#5642)
6379
6380         * gmm-utils.el: Don't require wid-edit.
6381         (widget-create-child-value, widget-convert, widget-default-get):
6382         Autoload.
6383
6384         * gnus-util.el: Don't require time-date, netrc.
6385         (message-fetch-field, gnus-group-name-decode): Declare rather than
6386         autoloading.
6387         (gnus-fetch-field): Require message.
6388         (gnus-decode-newsgroups): Require gnus-group.
6389
6390         * ietf-drums.el: Don't require time-date.
6391
6392         * message.el: Don't require hashcash, canlock, ecomplete.
6393         Do require mail-utils.  Require nnheader only when compiling.
6394         (smtpmail-default-smtp-server): Remove declaration.
6395         (message-send-mail-function): Check smtpmail-default-smtp-server
6396         is bound rather than requiring smtpmail.
6397         (message-auto-save-directory, message-insert-signature):
6398         Use expand-file-name rather than nnheader-concat.
6399         (nnheader-insert-file-contents): Autoload.
6400         (hashcash-wait-async): Declare.
6401         (message-send-mail): Only call gnus-setup-posting-charset if
6402         gnus-group-posting-charset-alist is bound.  Require hashcash if needed.
6403         (message-send-mail-with-sendmail): Require sendmail.
6404         (canlock-password, canlock-password-for-verify): Declare.
6405         (message-canlock-password): Require canlock.
6406         (nnheader-get-report): Autoload.
6407         (gnus-setup-posting-charset): Declare.
6408         (message-send-news): Require gnus-msg.
6409         (message-make-references, message-make-in-reply-to): Use mail-header-id
6410         rather than the alias mail-header-message-id.
6411         (ecomplete-add-item, ecomplete-save): Declare.
6412         (message-put-addresses-in-ecomplete): Require ecomplete.
6413         (ecomplete-display-matches): Autoload.
6414
6415         * mm-decode.el: Don't require mailcap, gnus-util.
6416         (gnus-map-function, gnus-replace-in-string, gnus-read-shell-command)
6417         (message-fetch-field, mailcap-parse-mailcaps, mailcap-mime-info):
6418         Autoload.
6419         (mailcap-mime-extensions): Declare.
6420
6421         * mm-encode.el: Don't require mailcap.
6422         (mailcap-extension-to-mime): Autoload.
6423
6424         * mml-sec.el: Don't require password-cache.
6425
6426         * mml.el (gnus-setup-posting-charset): Declare rather than autoload.
6427         (mailcap-parse-mimetypes, mailcap-mime-types): Declare.
6428         (mml-minibuffer-read-type): Require mailcap.
6429         (mml-preview): Require gnus-msg.
6430
6431         * mml1991.el: Require password-cache.
6432         (password-cache-expiry): Remove declaration.
6433
6434         * mml2015.el: Require password-cache.
6435         (password-cache-expiry): Remove declaration.
6436
6437         * nneething.el (mailcap): Require mailcap.
6438
6439         * nnheader.el (declare-function): Add compatibility stub.
6440         (message-remove-header): Declare rather than autoload.
6441         (nnheader-replace-header): Require message.
6442
6443         * nnimap.el (declare-function): Add compatibility stub.
6444         (netrc-parse, netrc-machine-user-or-password): Declare.
6445         (nnimap-open-connection): Require netrc.
6446
6447         * nntp.el (declare-function): Add compatibility stub.
6448         (netrc-parse, netrc-machine, netrc-get): Declare.
6449         (nntp-send-authinfo): Require netrc.
6450
6451         * rfc2047.el: Don't require qp.
6452         (quoted-printable-encode-region, quoted-printable-decode-string):
6453         Autoload.
6454
6455         * sieve-mode.el: Don't require easymenu.
6456         (easy-menu-add-item): Autoload it.
6457
6458         * spam-stat.el (time-to-number-of-days): Autoload it.
6459
6460 2010-03-19  Glenn Morris  <rgm@gnu.org>
6461
6462         * password-cache.el (password-cache, password-cache-expiry): Autoload.
6463
6464 2010-03-18  Glenn Morris  <rgm@gnu.org>
6465
6466         * hashcash.el (declare-function): Remove duplicate definition.
6467
6468 2010-03-17  Kevin Ryde  <user42@zip.com.au>
6469
6470         * mml.el (mml-read-tag): Unquote values with `read' to reverse
6471         prin1 in mml-insert-tag (just stripping the quotes gave wrong
6472         value if any backslash escapes).
6473
6474 2010-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6475
6476         * mm-util.el (mm-charset-to-coding-system): Use coding-system-from-name
6477         if it is available.  (bug#5647)
6478
6479         * lpath.el: Suppress compiler warning for coding-system-from-name for
6480         Emacs 21 and XEmacs.
6481
6482 2010-03-14  Juri Linkov  <juri@jurta.org>
6483
6484         * hmac-def.el:
6485         * hmac-md5.el:
6486         * netrc.el: Fix keywords.
6487
6488 2010-02-26  Glenn Morris  <rgm@gnu.org>
6489
6490         * message.el (message-send-mail-function): Change the default, so that
6491         it inherits from a customized send-mail-function.  (Bug#5643)
6492
6493 2010-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
6494
6495         * gnus-art.el (gnus-treat-display-x-face): Don't burp if
6496         shell-command-to-string signals an error (bug#5299).
6497
6498 2010-02-24  Glenn Morris  <rgm@gnu.org>
6499
6500         * message.el (message-smtpmail-send-it)
6501         (message-send-mail-with-mailclient): Doc fixes.
6502
6503 2010-02-16  Glenn Morris  <rgm@gnu.org>
6504
6505         * message.el (message-default-mail-headers): Change the default value
6506         to ease the transition from mail-mode to message-mode.  (Bug#5555)
6507
6508 2010-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6509
6510         * parse-time.el (parse-time-syntax): Define it for only XEmacs.
6511         (parse-time-string-chars): Implement 2009-08-16 change for Emacs.
6512
6513 2010-01-18  Chong Yidong  <cyd@stupidchicken.com>
6514
6515         * time-date.el (date-to-time): Doc fix (Bug#5408).
6516
6517 2010-01-17  Chong Yidong  <cyd@stupidchicken.com>
6518
6519         * message.el (message-mail): Just pass yank-action on to message-setup.
6520         (message-setup): Handle (FUN . ARGS) form of yank-action.
6521         (message-with-reply-buffer, message-widen-reply)
6522         (message-yank-original): Handle non-buffer values of
6523         message-reply-buffer (Bug#4080).
6524         (message-setup-1): Prefer to save message-reply-buffer as a buffer.
6525
6526 2010-01-17  Juanma Barranquero  <lekktu@gmail.com>
6527
6528         * nnmairix.el (nnmairix-group-delete-recreate-this-group):
6529         Fix typo in docstring.
6530
6531 2010-01-08  Jason Rumney  <jasonr@gnu.org>
6532
6533         * sieve-manage.el (sieve-manage-parse-capability-1): Loosely match OK
6534         response.
6535
6536 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6537
6538         * gnus-art.el (gnus-article-describe-bindings): Work for prefix keys.
6539
6540         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
6541
6542         * message.el (message-check-news-header-syntax): Protect against a
6543         string that `rfc822-addresses' returns when parsing fails.
6544
6545 2010-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
6546
6547         * gnus-util.el (gnus-invisible-p, gnus-next-char-property-change)
6548         (gnus-previous-char-property-change): New functions.
6549
6550         * gnus-sum.el (gnus-forward-line-ignore-invisible): Use them.
6551
6552 2010-01-05  Andreas Schwab  <schwab@linux-m68k.org>
6553
6554         * gnus-sum.el (gnus-forward-line-ignore-invisible): New function.
6555         (gnus-summary-recenter): Use it instead of forward-line.  (Bug#5257)
6556
6557 2010-01-02  Chong Yidong  <cyd@stupidchicken.com>
6558
6559         * message.el (message-exchange-point-and-mark): Rework last change to
6560         avoid using optional arg of exchange-point-and-mark, for backward
6561         compatibility.
6562
6563 2010-01-01  Chong Yidong  <cyd@stupidchicken.com>
6564
6565         * message.el (message-exchange-point-and-mark):
6566         Call exchange-point-and-mark with an argument rather than setting
6567         mark-active by hand (Bug#5175).
6568
6569 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
6570
6571         * nntp.el (nntp-service-to-port): Work for service expressed with
6572         numeric string; replace [:digit:] with [0-9] for XEmacs.
6573
6574 2009-12-17  Glenn Morris  <rgm@gnu.org>
6575
6576         * gnus-group.el (gnus-bug-group-download-format-alist):
6577         Change emacs entry to debbugs.gnu.org.  Bump :version.
6578
6579 2009-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
6580
6581         * mm-encode.el (mm-sign-option, mm-encrypt-option): Add :version tag.
6582
6583 2009-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
6584
6585         * message.el (message-info): Explain why we use `Info-goto-node'.
6586
6587 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6588
6589         * lpath.el: Always bind default-file-name-coding-system for (S)XEmacs.
6590
6591 2009-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
6592
6593         * message.el (message-completion-in-region): New compatibility function.
6594         (message-expand-group): Use it.
6595
6596 2009-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
6597
6598         * gnus-group.el (gnus-group-prepare-flat): Check also whether groups
6599         with no unread article should be listed if the 2nd arg `predicate' is
6600         given.
6601
6602 2009-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
6603
6604         * lpath.el: Fbind recenter-top-bottom for Emacs 21, 22, and (S)XEmacs.
6605
6606 2009-11-29  Juri Linkov  <juri@jurta.org>
6607
6608         * gnus-sum.el (gnus-recenter): Use `recenter-top-bottom'
6609         when it is fboundp in GNU Emacs 23.1.  Put `isearch-scroll' property
6610         on `gnus-recenter'.  (Bug#4698, Bug#4981)
6611
6612 2009-11-26  Kevin Ryde  <user42@zip.com.au>
6613
6614         * sha1.el (sha1-string-external): default-directory "/" in case
6615         otherwise non-existent.  process-connection-type pipe for touch of
6616         efficiency recommended by elisp manual.  (An aside in Bug#3911.)
6617
6618 2009-11-25  Kevin Ryde  <user42@zip.com.au>
6619
6620         * dns-mode.el: Add "Keywords: comm".  It's only an editing mode, but
6621         it's comms related and sgml-mode.el has "comm" on that basis too.
6622
6623 2009-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
6624
6625         * rfc2047.el (rfc2047-decode-region): Don't quote decoded words
6626         containing tspecial characters if they have been already quoted.
6627
6628 2009-11-05  Dan Nicolaescu  <dann@ics.uci.edu>
6629
6630         * dns-mode.el (auto-mode-alist): Purecopy string.
6631
6632 2009-11-03  Stefan Monnier  <monnier@iro.umontreal.ca>
6633
6634         * hashcash.el (hashcash-generate-payment): Use with-current-buffer.
6635
6636 2009-10-24  Glenn Morris  <rgm@gnu.org>
6637
6638         * gnus-art.el (help-xref-stack-item): Define for compiler.
6639
6640 2009-10-21  Kevin Ryde  <user42@zip.com.au>
6641
6642         * dns.el: Add "Keywords: comm", as per net/net-utils.el.
6643
6644 2009-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
6645
6646         * gnus-sum.el (gnus-remove-overlays): eval-and-compile.
6647
6648 2009-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
6649
6650         * gnus-sum.el (gnus-summary-show-thread): Remove useless goto-char.
6651         (gnus-summary-show-thread, gnus-summary-hide-thread): Indent.
6652
6653 2009-10-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6654
6655         * gnus.el (gnus-overlay-get): New alias to overlay-get.
6656         (gnus-overlays-in): New alias to overlays-in.
6657
6658         * gnus-sum.el (gnus-remove-overlays): Use gnus-overlays-in,
6659         gnus-overlay-get, and gnus-delete-overlay.
6660         (gnus-summary-show-thread): Make it work as well for systems in which
6661         next-single-char-property-change is not available.
6662         (gnus-summary-hide-thread): Use gnus-make-overlay and gnus-overlay-put.
6663
6664         * gnus-xmas.el (gnus-xmas-overlays-in): New function.
6665         (gnus-overlay-get): New alias to extent-property.
6666         (gnus-overlays-in): New alias to gnus-xmas-overlays-in.
6667
6668         * dgnushack.el: Autoload add-to-invisibility-spec for XEmacs 21.4 and
6669         SXEmacs.
6670
6671         * lpath.el: Fbind next-single-char-property-change for XEmacs 21.4 and
6672         SXEmacs.
6673
6674 2009-10-14  Reiner Steib  <Reiner.Steib@gmx.de>
6675
6676         * gnus-sum.el (gnus-remove-overlays): Add doc string and alias.
6677
6678 2009-10-14  Dan Nicolaescu  <dann@ics.uci.edu>
6679
6680         * gnus-sum.el (gnus-remove-overlays): Compatibility code for Emacs 21
6681         and XEmacs that don't have `remove-overlays'.
6682
6683 2009-10-14  Stefan Monnier  <monnier@iro.umontreal.ca>
6684
6685         * gnus-sum.el (gnus-summary-mode, gnus-summary-show-all-threads)
6686         (gnus-summary-show-thread, gnus-summary-hide-thread): Get rid of
6687         selective display.  Use overlays instead.
6688
6689 2009-10-04  Juanma Barranquero  <lekktu@gmail.com>
6690
6691         * spam-stat.el (spam-stat-strip-xref): Fix typo in docstring.
6692
6693 2009-09-29  Juanma Barranquero  <lekktu@gmail.com>
6694
6695         * spam-stat.el (spam-stat-load): Fix typo in message.
6696
6697 2009-09-24  Juanma Barranquero  <lekktu@gmail.com>
6698
6699         * dig.el (dig-invoke): Fix typo in docstring.
6700         (query-dig): Reflow docstring.
6701
6702 2009-09-23  Juanma Barranquero  <lekktu@gmail.com>
6703
6704         * gnus-art.el (gnus-article-encrypt-body):
6705         * message.el (message-check-recipients):
6706         * mm-util.el (mm-codepage-setup):
6707         * nnir.el (gnus-summary-nnir-goto-thread, nnir-run-waissearch)
6708         (nnir-run-swish++, nnir-run-swish-e): Fix typos in error messages.
6709
6710 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
6711
6712         * mm-encode.el (mm-sign-option, mm-encrypt-option): New user option.
6713         * mml2015.el (mml2015-epg-sign, mml2015-epg-encrypt): Let users select
6714         keys from the menu if mm-{sign,encrypt}-option is 'guided.
6715         * mml-smime.el (mml-smime-epg-sign, mml-smime-epg-encrypt): Ditto.
6716         * mml1991.el (mml1991-epg-sign, mml1991-epg-encrypt): Ditto.
6717
6718 2009-09-21  Kevin Ryde  <user42@zip.com.au>
6719
6720         * dig.el: Add "Keywords: comm", as per net-utils.el.
6721
6722 2009-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
6723
6724         * dig.el (dig-mode): Use define-derived-mode.
6725
6726 2009-09-19  Glenn Morris  <rgm@gnu.org>
6727
6728         * pgg-pgp.el (pgg-pgp-encrypt-region): Add missing mapconcat separator.
6729
6730 2009-09-18  Glenn Morris  <rgm@gnu.org>
6731
6732         * gnus-diary.el (gnus-diary-check-message):
6733         * message.el (message-insert-formatted-citation-line):
6734         * nnbabyl.el (top-level):
6735         * nndiary.el (nndiary-schedule):
6736         Fix typos in condition-case handlers.
6737
6738 2009-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
6739
6740         * gnus-art.el (gnus-article-edit-part): Work for the buffer
6741         configuration that provides the sole article window in a frame;
6742         position point correctly after deleting a part.
6743
6744 2009-09-14  Adam Sjøgren  <asjo@koldfront.dk>
6745
6746         * spam.el (spam-unregister-on-reregister): Add boolean variable.
6747         (spam-resolve-registrations-routine): Use it to unregister articles
6748         that change status.
6749
6750 2009-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
6751
6752         * parse-time.el (parse-time-syntax): Restore it to keep compatibility
6753         with XEmacs.
6754         (parse-time-string-chars): Use it.
6755
6756 2009-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
6757
6758         * imap.el (imap-interactive-login): Better messages.
6759         (imap-open): Fix bug with renamed buffer on reconnect.
6760         (imap-authenticate): Add buffer-local imap-last-authenticator variable
6761         for easier debugging and cleaner code.  On successful (guessed based on
6762         server capabilities) secondary authentication, set imap-state
6763         correctly.
6764         (imap-last-authenticator): Define imap-last-authenticator as a variable
6765         to avoid warnings.
6766
6767 2009-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
6768
6769         * nnrss.el (nnrss-request-article): Remove binding of
6770         default-enable-multibyte-characters that has gotten needless by
6771         the 2007-07-13 change in rfc2047-encode-message-header.
6772
6773         * mml.el (mml-insert-multipart): Error on the message header.
6774         (mml-insert-part): Error on the message header; position point at
6775         the end of a MIME tag.
6776
6777 2009-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
6778
6779         * time-date.el (autoload): Expand define-obsolete-function-alias into
6780         defalias and make-obsolete for old Emacsen that Gnus supports.
6781         (with-no-warnings): Define it for old Emacsen.
6782         (time-to-seconds): Don't use (featurep 'xemacs) to check if float-time
6783         is available.
6784         (time-to-number-of-days): Don't use (featurep 'xemacs) to check if
6785         float-time is available; suppress compile warning for time-to-seconds.
6786
6787         * gnus-util.el (with-no-warnings): Define it for old Emacsen.
6788         (gnus-float-time): Alias to float-time if it exists.
6789
6790         * ecomplete.el (with-no-warnings): Define it for old Emacsen.
6791         (ecomplete-add-item): Don't use (featurep 'xemacs) to check if
6792         float-time is available; suppress compile warning for time-to-seconds.
6793
6794         * lpath.el: Fbind time-to-seconds for Emacs 21.; fbind float-time for
6795         XEmacs.
6796
6797 2009-09-09  Teodor Zlatanov  <tzz@lifelogs.com>
6798
6799         * imap.el (imap-message-map): Docstring fix.
6800
6801 2009-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
6802
6803         * mm-encode.el (mm-encode-buffer): Don't force 7bit encoding since MTA
6804         may break data.  Suggested by Dmitri Paduchikh <dpaduch@k66.ru>.
6805         Add the optional argument `encoding' that overrides the default.
6806
6807         * mml.el (mml-generate-mime-1): Pass encoding defined by a user to
6808         mm-encode-buffer.
6809
6810 2009-09-04  Glenn Morris  <rgm@gnu.org>
6811
6812         * qp.el (quoted-printable-encode-string): Use mm-enable-multibyte, or
6813         mm-disable-multibyte, rather than default-enable-multibyte-characters.
6814         * utf7.el (utf7-encode, utf7-decode): Use mm-with-multibyte-buffer, or
6815         mm-with-unibyte-buffer, rather than default-enable-multibyte-characters.
6816         * mm-util.el (mm-with-unibyte-current-buffer)
6817         (mm-find-buffer-file-coding-system):
6818         * yenc.el (yenc-decode-region): Use default-value rather than
6819         default-enable-multibyte-characters.
6820
6821 2009-09-03  Glenn Morris  <rgm@gnu.org>
6822
6823         * mm-util.el (mm-emacs-mule, mm-default-multibyte-p):
6824         * rfc2047.el (rfc2047-encode-message-header): Use default-value rather
6825         than default-enable-multibyte-characters.
6826
6827 2009-09-02  Karl Kleinpaste  <karl@kleinpaste.org>
6828
6829         * gnus-art.el (gnus-article-read-summary-keys):
6830         Fix gnus-buffer-configuration's value temporarily used.
6831
6832 2009-09-02  Glenn Morris  <rgm@gnu.org>
6833
6834         * gnus-util.el (gnus-float-time): New function.
6835         * gnus-delay.el (gnus-delay-article):
6836         * gnus-sum.el (gnus-thread-latest-date):
6837         * gnus-util.el (gnus-user-date): Use gnus-float-time.
6838         * nnspool.el (nnspool-request-newgroups):
6839         Use gnus-float-time rather than time-to-seconds.
6840         * ecomplete.el (ecomplete-add-item): In Emacs, use float-time.
6841
6842         * gnus-art.el (gnus-signature-face, gnus-header-from-face)
6843         (gnus-header-subject-face, gnus-header-newsgroups-face)
6844         (gnus-header-name-face, gnus-header-content-face):
6845         * gnus-cite.el (gnus-cite-attribution-face, gnus-cite-face-1)
6846         (gnus-cite-face-2, gnus-cite-face-3, gnus-cite-face-4)
6847         (gnus-cite-face-5, gnus-cite-face-6, gnus-cite-face-7)
6848         (gnus-cite-face-8, gnus-cite-face-9, gnus-cite-face-10)
6849         (gnus-cite-face-11):
6850         * gnus-picon.el (gnus-picon-xbm-face, gnus-picon-face):
6851         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
6852         (gnus-server-closed-face, gnus-server-denied-face)
6853         (gnus-server-offline-face):
6854         * gnus.el (gnus-group-news-1-face, gnus-group-news-1-empty-face)
6855         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
6856         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
6857         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
6858         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
6859         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
6860         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
6861         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
6862         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
6863         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
6864         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
6865         (gnus-summary-selected-face, gnus-summary-cancelled-face)
6866         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
6867         (gnus-summary-normal-ticked-face, gnus-summary-high-ancient-face)
6868         (gnus-summary-low-ancient-face, gnus-summary-normal-ancient-face)
6869         (gnus-summary-high-undownloaded-face)
6870         (gnus-summary-low-undownloaded-face)
6871         (gnus-summary-normal-undownloaded-face)
6872         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
6873         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
6874         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
6875         (gnus-splash-face):
6876         * message.el (message-header-to-face, message-header-cc-face)
6877         (message-header-subject-face, message-header-newsgroups-face)
6878         (message-header-other-face, message-header-name-face)
6879         (message-header-xheader-face, message-separator-face)
6880         (message-cited-text-face, message-mml-face):
6881         * sieve-mode.el (sieve-control-commands-face)
6882         (sieve-action-commands-face, sieve-test-commands-face)
6883         (sieve-tagged-arguments-face):
6884         * spam.el (spam-face):
6885         Mark face aliases with "-face" in the name as obsolete.
6886
6887 2009-09-01  Glenn Morris  <rgm@gnu.org>
6888
6889         * gnus-salt.el (gnus-pick-mouse-pick-region): Use forward-line rather
6890         than goto-line.
6891
6892 2009-08-31  Katsumi Yamaoka  <yamaoka@jpl.org>
6893
6894         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6895         Don't move point if the command is invoked inside the message header.
6896
6897 2009-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
6898
6899         * imap.el (imap-send-command): Simplify.
6900         (imap-wait-for-tag): point-max -> buffer-size.
6901
6902 2009-08-29  Stefan Monnier  <monnier@iro.umontreal.ca>
6903
6904         * spam.el (spam-ifile-path, spam-bogofilter-path, spam-sa-learn-path)
6905         (spam-ifile-database-path, spam-bsfilter-path, spam-spamassassin-path):
6906         * nnmail.el (nnmail-spool-file, nnmail-fix-eudora-headers):
6907         * nnir.el (nnir-swish-e-index-file):
6908         * gnus-sum.el (gnus-summary-delete-marked-as-read)
6909         (gnus-summary-delete-marked-with, gnus-summary-mark-as-unread-forward)
6910         (gnus-summary-mark-as-unread-backward, gnus-summary-mark-as-unread):
6911         * gnus-msg.el (gnus-inews-mark-gcc-as-read):
6912         * gnus-art.el (gnus-article-hide-pgp-hook, gnus-treat-strip-pgp)
6913         (gnus-treat-display-xface): Add Emacs version of obsolescence.
6914
6915 2009-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
6916
6917         * mml.el (mml-attach-file, mml-attach-buffer, mml-attach-external):
6918         Don't save excursion.
6919
6920 2009-08-28  Stefan Monnier  <monnier@iro.umontreal.ca>
6921
6922         * nnheader.el (nnheader-find-file-noselect):
6923         * mm-util.el (mm-insert-file-contents):
6924         Use (default-value 'major-mode) instead of default-major-mode.
6925
6926 2009-08-27  Stefan Monnier  <monnier@iro.umontreal.ca>
6927
6928         * nnrss.el (nnrss-request-article): Avoid default-fill-column.
6929
6930 2009-08-26  Glenn Morris  <rgm@gnu.org>
6931
6932         * parse-time.el (parse-time-rules): Autoload riskiness here, rather
6933         than placing in files.el.
6934
6935 2009-08-25  Glenn Morris  <rgm@gnu.org>
6936
6937         * nnir.el (top-level): Don't require cl at run-time.
6938         (nnir-run-waissearch, nnir-run-swish-e, nnir-run-hyrex):
6939         Replace cl-function substitute with gnus-replace-in-string.
6940         (nnir-run-waissearch, nnir-run-swish++, nnir-run-swish-e)
6941         (nnir-run-hyrex, nnir-run-namazu): Replace cl-function sort* with sort.
6942         (nnir-run-find-grep): Replace cl-functions find-if and subseq with
6943         simplified expansions.
6944
6945 2009-08-25  Kevin Ryde  <user42@zip.com.au>
6946
6947         * dig.el (dig): Add autoload cookie.
6948
6949 2009-08-22  Glenn Morris  <rgm@gnu.org>
6950
6951         * gnus-art.el (gnus-button-patch): Use forward-line rather than
6952         goto-line.
6953
6954 2009-08-16  Chong Yidong  <cyd@stupidchicken.com>
6955
6956         * parse-time.el (parse-time-string-chars): Save match data.
6957
6958 2009-08-16  Jan Seeger  <jan.seeger@thenybble.de>  (tiny change)
6959
6960         * parse-time.el (parse-time-string-chars): Compute using character
6961         classes, to handle non-ascii characters (Bug#3190).
6962
6963 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
6964
6965         * gnus-group.el (gnus-safe-html-newsgroups): New user option.
6966
6967         * gnus-art.el (gnus-bind-safe-url-regexp): New macro.
6968         (gnus-mime-view-all-parts, gnus-mime-view-part-internally)
6969         (gnus-mm-display-part, gnus-mime-display-single)
6970         (gnus-mime-display-alternative): Use gnus-bind-safe-url-regexp to
6971         override mm-w3m-safe-url-regexp according to gnus-safe-html-newsgroups.
6972
6973         * gnus-sum.el
6974         (gnus-mark-copied-or-moved-articles-as-expirable): New user option.
6975         (gnus-summary-move-article): Add expirable mark to articles copied or
6976         moved to group that has auto-expire turned on if the option is non-nil.
6977
6978 2009-07-24  Glenn Morris  <rgm@gnu.org>
6979
6980         * gnus-demon.el (gnus-demon-add-nntp-close-connection):
6981         Fix typo.  (Bug#3903)
6982
6983 2009-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
6984
6985         * gnus-art.el (gnus-article-mode-map): Bind the "e" key to
6986         gnus-article-read-summary-keys rather than gnus-summary-edit-article
6987         that should not be used for draft articles.
6988         (gnus-article-read-summary-keys): Use key-binding instead of lookup-key
6989         that has no concern in minor mode keys.
6990         (gnus-article-summary-command, gnus-article-summary-command-nosave):
6991         Abolish.
6992
6993 2009-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
6994
6995         * nnrss.el (nnrss-request-article): Allow mml-to-mime to generate MIME
6996         article without making inquiry to a user for unknown encoding.
6997
6998         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--new-number)
6999         (nnmaildir--scan): Assume i-node and device number that file-attributes
7000         returns might be cons-cell.
7001
7002         * dgnushack.el: Autoload thing-at-point for XEmacs 21.5.
7003
7004         * lpath.el: Fbind cp-supported-codepages for XEmacs 21.5.
7005
7006 2009-07-16  Teodor Zlatanov  <tzz@lifelogs.com>
7007
7008         * auth-source.el: Remove docs now in auth.texi.  Don't use
7009         `gnus-message' for logging.  Add new variables `auth-source-debug' and
7010         `auth-source-hide-passwords' and use them.
7011
7012 2009-07-15  Glenn Morris  <rgm@gnu.org>
7013
7014         * gnus-spec.el (gnus-make-format-preserve-properties): Doc fix.
7015
7016 2009-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7017
7018         * gnus-group.el (gnus-group-make-rss-group): Strip newlines and
7019         excessive whitespace from the default values of title and description.
7020
7021 2009-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7022
7023         * mm-decode.el (mm-dissect-buffer): Use message-fetch-field instead of
7024         mail-fetch-field to fetch Content-Description header in order to
7025         exclude newlines.
7026
7027 2009-06-18  Ulrich Mueller  <ulm@gentoo.org>
7028
7029         * pgg-gpg.el (pgg-gpg-lookup-key-owner): Handle colon listings
7030         format used by GnuPG 2.0.11.
7031
7032 2009-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7033
7034         * gnus-art.el (gnus-mime-delete-part): Specify gnus-decoded as charset
7035         to deleted part.
7036
7037 2009-05-30  David Engster  <dengste@eml.cc>
7038
7039         * nnmairix.el: Remove old documentation in the commentary block.
7040         (nnmairix-request-group): Do not update active file for nnml back ends.
7041         (nnmairix-retrieve-headers): Set gnus-nov-is-evil to t for nnimap back
7042         end so that overview files are ignored.
7043         (nnmairix-update-groups): Make updating the groups more robust by using
7044         marks.
7045         (nnmairix-determine-original-group-from-path): Circumvent mairix bug
7046         with dollar characters in message-id.
7047
7048 2009-04-28  Reiner Steib  <Reiner.Steib@gmx.de>
7049
7050         * spam.el: Use dns-query instead of query-dns.  Was renamed on
7051         2008-12-25 in dns.el.
7052
7053 2009-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7054
7055         * rfc2047.el (rfc2047-decode-region): Don't skip past `start', which
7056         could happen if the text is only composed of spaces and/or tabs.
7057
7058 2009-03-03  Brian Sniffen  <bts@evenmere.org>  (tiny change)
7059
7060         * gnus-draft.el (gnus-draft-send): Bind gnus-message-setup-hook to nil
7061         when sending a queued message to avoid extra mml tags.
7062
7063 2009-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7064
7065         * mml.el (mml-insert-mime): Don't break parts that mm-uu dissected.
7066
7067 2009-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
7068
7069         * lpath.el: Fbind rmail-swap-buffers-maybe for Emacs 21~22;
7070         fbind rmail-msg-restore-non-pruned-header, rmail-swap-buffers-maybe and
7071         rmail-toggle-header for XEmacs;
7072         bind rmail-default-file and rmail-default-rmail-file for XEmacs.
7073
7074 2009-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7075
7076         * gnus-dired.el: Remove autoload for gnus-setup-message.
7077         (gnus-dired-attach): Fake this-command value to prevent Gnus from
7078         displaying Gnus logo; always use compose-mail.
7079
7080 2009-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
7081
7082         * gnus-dired.el: Tell autoload that gnus-setup-message is a macro.
7083
7084 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7085
7086         * gnus-nocem.el (gnus-nocem-groups): Remove invalid NoCeM groups.
7087         (gnus-nocem-issuers): List currently active issuers; fix custom type.
7088         (gnus-nocem-verifyer): Default to gnus-nocem-epg-verify if EasyPG is
7089         available.
7090         (gnus-nocem-epg-verify): New function.
7091
7092 2009-02-15  Reiner Steib  <Reiner.Steib@gmx.de>
7093
7094         * gnus-art.el (gnus-button-alist): Recognize Konqueror info links.
7095
7096 2009-02-15  Glenn Morris  <rgm@gnu.org>
7097
7098         * gnus-util.el (rmail-insert-rmail-file-header)
7099         (rmail-count-new-messages, rmail-show-message): Remove unnecessary
7100         autoloads.
7101         (rmail-default-rmail-file): Remove unnecessary declaration.
7102         (gnus-output-to-rmail): Handle mbox Rmail as well as Babyl Rmail.
7103
7104 2009-02-14  Glenn Morris  <rgm@gnu.org>
7105
7106         * gnus.el (rmail-default-rmail-file): Remove declaration of deleted
7107         variable (only used in gnus-util, which declares it anyway).
7108         (rmail-output-to-rmail-file): Remove autoload of deleted function,
7109         which was only needed by gnus-art (changed to not use it any more).
7110         (rmail-insert-rmail-file-header): Remove autoload of deleted function,
7111         only used in gnus-util, which autoloads it itself.
7112         (rmail-update-summary): Fix autoload.
7113
7114         * gnus-art.el (gnus-summary-save-in-mail): Use gnus-output-to-rmail
7115         rather than rmail-output-to-rmail-file.
7116
7117 2009-02-07  Glenn Morris  <rgm@gnu.org>
7118
7119         * message.el (rmail-msg-restore-non-pruned-header): Remove unneeded
7120         autoload of function that no longer exists.
7121         (rmail-toggle-header): Declare.
7122         (message-forward-rmail-make-body): Handle mbox Rmail.
7123
7124 2009-01-31  Glenn Morris  <rgm@gnu.org>
7125
7126         * gnus-sum.el (gnus-summary-next-article): XEmacs-friendly version of
7127         2009-01-09 change.
7128
7129 2009-01-31  Dave Love  <fx@gnu.org>
7130
7131         * imap.el (imap-fetch-safe): Bind debug-on-error.
7132         (imap-debug): Add imap-fetch-safe.
7133
7134 2009-01-26  Teodor Zlatanov  <tzlatanov@jumptrading.com>
7135
7136         * auth-source.el (auth-source-forget-user-or-password): Clarify docs.
7137         (auth-source-forget-all-cached): New convenience function.
7138         (auth-source-user-or-password): Accept list of modes or a single mode.
7139
7140         * mail-source.el (mail-source-bind, mail-source-set-1): Use list of
7141         auth-source modes.
7142
7143         * netrc.el (netrc-machine-user-or-password): Use list of
7144         auth-source modes.
7145
7146         * nnimap.el (nnimap-open-connection): Use list of
7147         auth-source modes.
7148
7149         * nntp.el (nntp-send-authinfo): Use list of
7150         auth-source modes.
7151
7152 2009-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
7153
7154         * auth-source.el: Update docs to reflect epa-file-enable is to be used
7155         now.
7156
7157 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7158
7159         * nnmail.el (nnmail-pathname-coding-system): Default to the `file-name'
7160         coding system in XEmacs; add a workaround for XEmacs.
7161
7162         * lpath.el: Fbind coding-system-aliasee.
7163
7164 2009-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
7165
7166         * mm-util.el (mm-coding-system-priorities): Protect against nil value
7167         of current-language-environment.
7168
7169 2009-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
7170
7171         * nnfolder.el (nnfolder-read-folder): Check if most-positive-fixnum is
7172         available at runtime.
7173
7174 2009-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
7175
7176         * gnus-art.el (article-date-ut): Fix end point of narrowing.
7177
7178 2009-01-11  Aidan Kehoe  <kehoea@parhasard.net>
7179
7180         * nnfolder.el (nnfolder-read-folder): The (lsh -1 -1) trick to generate
7181         the greatest positive fixnum value doesn't work under an XEmacs with
7182         bignum support; use the most-positive-fixnum constant instead,
7183         available since Emacs 21.1 with cl and XEmacs 21.1.
7184
7185 2009-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7186
7187         * gnus-sum.el (gnus-summary-next-article): Revert last change by which
7188         XEmacs gets not to work.
7189
7190 2009-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7191
7192         * mm-util.el (mm-coding-system-priorities): Allow the value like
7193         "Japanese (UTF-8)" of current-language-environment.
7194
7195 2009-01-09  Glenn Morris  <rgm@gnu.org>
7196
7197         * gnus-sum.el (gnus-summary-next-article): Replace last-command-char
7198         with last-command-event.
7199
7200 2009-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
7201
7202         * imap.el (imap-enable-exchange-bug-workaround): Explain auto-detection
7203         in the doc string.
7204
7205         * message.el (message-fix-before-sending): Amend comment.
7206
7207 2009-01-08  Dave Love  <fx@gnu.org>
7208
7209         * imap.el (imap-message-appenduid-1): Fix typo in imap-fetch-safe call.
7210
7211 2009-01-07  David Engster  <dengste@eml.cc>
7212
7213         * gnus-msg.el (gnus-inews-do-gcc): Fix last patch to deal with
7214         simplified server definitions by converting it via
7215         gnus-server-to-method.
7216
7217 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7218
7219         * gnus-sum.el (gnus-summary-set-local-parameters): Always evaluate
7220         parameter's operands.
7221
7222 2009-01-06  David Engster  <dengste@eml.cc>
7223
7224         * gnus-msg.el (gnus-inews-do-gcc): Reduce to short group name when on
7225         primary select method (for gnus-group-mark-article-as-read).
7226
7227 2009-01-06  Tassilo Horn  <tassilo@member.fsf.org>
7228
7229         * gnus-art.el (gnus-treat-display-face): Fix docstring link to point to
7230         `(gnus)Face', not `(gnus)X-Face'.
7231
7232 2009-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7233
7234         * mm-util.el (mm-ucs-to-char): New function.
7235
7236         * mm-url.el (mm-url-decode-entities): Use it.
7237
7238         * lpath.el: Fbind decode-char, int-to-char, ucs-to-char and
7239         unicode-to-char.
7240
7241 2009-01-05  Dave Love  <fx@gnu.org>
7242
7243         * time-date.el: Require cl for `declare'.
7244
7245 2009-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
7246
7247         * time-date.el (format-seconds): Explain `assoc-string'.  Suggested by
7248         Dave Love.
7249
7250 2009-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
7251
7252         * message.el (message-fix-before-sending): Add `eight-bit' to
7253         illegible-text check.
7254
7255 2009-01-03  Michael Olson  <mwolson@gnu.org>
7256
7257         * nnimap.el (nnimap-retrieve-headers-progress): Handle edge case where
7258         `headers' is nil.  This can occur if the IMAP server does not have
7259         permissions to read messages from a folder, but can write new messages
7260         to the folder.
7261         (nnimap-request-article-part): Do not insert `data' if it is nil.
7262
7263         * imap.el (imap-parse-fetch): Courier can insert spurious blank
7264         characters which will confuse `read', so skip past them.
7265
7266 2009-01-01  Dave Love  <fx@gnu.org>
7267
7268         * imap.el (imap-string-to-integer): Fix typo.
7269         (imap-fetch-safe): New function.
7270         (imap-message-copyuid-1, imap-message-appenduid-1): Use it.
7271
7272         * nnimap.el (nnimap-find-minmax-uid): Use imap-fetch-safe.
7273
7274         * imap.el (imap-process-connection-type, imap-debug, imap-open):
7275         (imap-parse-greeting): Fix doc strings.
7276         (imap-tls-open, imap-search, imap-message-appenduid-1): Add FIXMEs.
7277         (imap-parse-flag-list): Make messages unique.
7278         (imap-parse-body): Fix comments.  Add comment on Exchange 2007.
7279
7280         * nnimap.el: Fix author email.
7281         (nnimap-split-rule): Add FIXME comment.
7282         (nnimap-debug): Fix doc string.
7283
7284 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
7285
7286         * dns.el (dns-set-servers): Check "Address".  Fix typo.
7287
7288 2008-12-25  Reiner Steib  <Reiner.Steib@gmx.de>
7289
7290         * dns.el (dns-set-servers): Renamed from dns-parse-resolv-conf.  Call
7291         nslookup if resolv.conf isn't available.
7292         (dns-query): Rename from query-dns.
7293         (dns-query-cached): Rename from query-dns-cached.
7294
7295 2008-12-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7296
7297         * gnus-sum.el (gnus-summary-set-article-display-arrow): Make
7298         overlay-arrow-position and overlay-arrow-string buffer-local; no need
7299         to check if those variables exist (first appeared in Emacs 18.50).
7300
7301 2008-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7302
7303         * mm-util.el (mm-line-number-at-pos): New function.
7304
7305         * spam-report.el (spam-report-process-queue): Use it.
7306
7307 2008-12-24  David Engster  <dengste@eml.cc>
7308
7309         * gnus-sum.el (gnus-summary-set-local-parameters): Don't bind
7310         parameters that haven't existed as variables as buffer-local variables.
7311
7312 2008-12-23  Dave Love  <fx@gnu.org>
7313
7314         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Don't use
7315         cadar.
7316
7317         * sieve-manage.el (sieve-manage-starttls-p): Rename from
7318         imap-starttls-p.
7319         (sieve-manage-starttls-open): Rename from imap-starttls-open.
7320
7321 2008-12-22  Dave Love  <fx@gnu.org>
7322
7323         * imap.el: Fix author email.  Doc fixes.
7324         (imap-parse-body): Work around assertion failure in bogus Exchange 2007
7325         reply.
7326
7327 2008-12-22  Reiner Steib  <Reiner.Steib@gmx.de>
7328
7329         * spam-report.el (spam-report-gmane-max-requests): New constant.
7330         (spam-report-gmane-wait): New variable.
7331         (spam-report-gmane-ham, spam-report-gmane-spam)
7332         (spam-report-url-ping-plain, spam-report-process-queue): Wait only if
7333         spam-report-gmane-wait is non-nil should be sufficient to avoid DOS-ing
7334         the server.
7335
7336         * nnheader.el (nnheader-read-timeout, nnheader-accept-process-output):
7337         Add explanations.
7338
7339         * pop3.el (pop3-accept-process-output, pop3-read-timeout): Use
7340         nnheader-accept-process-output and nnheader-read-timeout if available.
7341         (pop3-movemail): Use it.
7342
7343         * message.el (message-check-news-body-syntax): Fix signature check if
7344         there's an attachment.
7345
7346 2008-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
7347
7348         * mm-util.el: Add comments to the mm- emulating functions.
7349
7350 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
7351
7352         * gnus-start.el (gnus-before-startup-hook): Fix doc string.
7353         Reported by Stephen Berman <stephen.berman@gmx.net>.
7354
7355 2008-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7356
7357         * mm-util.el (mm-substring-no-properties): New function.
7358         (mm-read-charset, mm-subst-char-in-string, mm-replace-in-string)
7359         (mm-special-display-p): Enable those lambda forms to be byte compiled.
7360         (mm-string-to-multibyte): Doc fix.
7361
7362         * mml.el (mml-attach-file): Use mm-substring-no-properties.
7363
7364 2008-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
7365
7366         * mml.el (mml-attach-file): Strip text properties from file name.
7367         (Bug#1574)
7368
7369 2008-12-16  Glenn Morris  <rgm@gnu.org>
7370
7371         * mm-util.el (mm-charset-override-alist): Declare for compiler.
7372
7373 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7374
7375         * mml.el (mml-generate-mime-1): Prefer the MIME charset that Emacs
7376         knows since the charset specified might be a bogus alias that
7377         mm-charset-synonym-alist provides.
7378
7379 2008-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
7380
7381         * mm-util.el (mm-charset-synonym-alist): Add bogus names "UTF8" and
7382         "ISO_8859-1".
7383
7384         * gnus-start.el (gnus-backup-startup-file): Improve doc string.
7385
7386 2008-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
7387
7388         * mm-util.el (mm-charset-eval-alist):
7389         Define it before mm-charset-to-coding-system.
7390         (mm-charset-to-coding-system): Add optional argument `silent';
7391         define it before mm-charset-override-alist.
7392         (mm-charset-override-alist): Add `(gb2312 . gbk)' to the
7393         default value if it can be used in Emacs currently running;
7394         silence mm-charset-to-coding-system.
7395
7396 2008-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7397
7398         * rfc2047.el (rfc2047-charset-to-coding-system): Add new argument
7399         `allow-override' which says whether to use `mm-charset-override-alist'.
7400         (rfc2047-decode-encoded-words): Use it.
7401
7402         * mm-util.el (mm-charset-override-alist): Fix custom type;
7403         add `(gb2312 . gbk)' to choices.
7404
7405 2008-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7406
7407         * mm-view.el (mm-inline-text-html-render-with-w3m): Make it simple and
7408         fast.
7409
7410         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7411
7412         * lpath.el: Bind w3m-link-map for Emacs 21, 22, and XEmacs.
7413
7414 2008-12-04  Naohiro Aota  <nao.aota@gmail.com>
7415
7416         * mm-view.el (mm-inline-text-html-render-with-w3m): Put special keymap
7417         on links.
7418
7419         * gnus-art.el (gnus-article-wash-html-with-w3m): Ditto.
7420
7421 2008-12-03  Lute Kamstra  <lute@gnu.org>
7422
7423         * sha1.el: Remove leading * from docstrings of defcustoms,
7424         deffaces, defconsts and defuns.
7425
7426 2008-12-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7427
7428         * message.el (message-idna-to-ascii-rhs-1): Protect against local
7429         users' addresses that don't have domain parts.
7430         (message-idna-to-ascii-rhs): Use message-narrow-to-headers-or-head
7431         rather than message-narrow-to-head since there will be the message
7432         header separator.
7433
7434 2008-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7435
7436         * nnimap.el (nnimap-retrieve-headers-progress): Don't use nnimap-demule
7437         since the result is inserted in a unibyte buffer anyway.
7438         (nnimap-demule-use-string-to-multibyte): Remove.
7439         (nnimap-demule): Alias it to mm-string-to-multibyte.
7440
7441 2008-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7442
7443         * nnimap.el (nnimap-demule-use-string-to-multibyte): New temporary
7444         variable for debugging bug#464 and bug#1174.
7445         (nnimap-demule): Use it.
7446
7447 2008-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
7448
7449         * gnus-score.el (gnus-score-find-trace): Handle default score in total
7450         score calculation correctly.
7451
7452 2008-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7453
7454         * message.el (message-send-mail): Just set the buffer to unibyte
7455         rather than use mm-with-unibyte-current-buffer which does a lot more.
7456         (message-send-mail-partially): Don't bother with
7457         mm-with-unibyte-current-buffer since it's already been made unibyte by
7458         message-send-mail.
7459
7460 2008-11-11  Teodor Zlatanov  <tzz@lifelogs.com>
7461
7462         * nnrss.el (nnrss-make-hash-index): Debug message of full item.
7463
7464 2008-11-10  Teodor Zlatanov  <tzz@lifelogs.com>
7465
7466         * netrc.el (netrc-parse): If a list is passed in as FILE, return it.
7467
7468 2008-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
7469
7470         * starttls.el (starttls-any-program-available): Rewritten so it doesn't
7471         require itself and to remove `with-no-warnings'.
7472
7473 2008-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
7474
7475         * starttls.el (starttls-any-program-available): Get the name of the
7476         available TLS layer program.
7477         (starttls-open-steam-gnutls, starttls-open-stream): Put port number as
7478         well as the host name in the "opening" message.
7479
7480         * auth-source.el (auth-source-cache, auth-source-do-cache)
7481         (auth-source-user-or-password): Cache passwords and logins by default,
7482         allow override with `auth-source-do-cache'.
7483         (auth-source-forget-user-or-password): Allow users to remove cache
7484         entries if needed.
7485
7486 2008-11-01  Juanma Barranquero  <lekktu@gmail.com>
7487
7488         * md4.el (md4-buffer): Fix typo in docstring.
7489         (md4, md4-64): Doc fixes.
7490         (md4-pack-int32): Reflow docstring.
7491
7492 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7493
7494         * ietf-drums.el (ietf-drums-remove-comments): Localize second
7495         condition-case to only the forward-sexp call.
7496
7497 2008-10-31  Teodor Zlatanov  <tzz@lifelogs.com>
7498
7499         * ietf-drums.el (ietf-drums-remove-comments): Fix bug with single
7500         quotes contained.  Make it more robust regardless by an extra
7501         condition-case wrapper.
7502
7503 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7504
7505         * lpath.el: No need to fbind codepage-setup for Emacs 23.
7506
7507 2008-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
7508
7509         * nnml.el (nnml-request-expire-articles): Check if the function set to
7510         `nnmail-expiry-target' returns the symbol `delete'.
7511
7512         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
7513
7514         * nnmail.el (nnmail-expiry-target): Fix custom type.
7515
7516 2008-10-02  Glenn Morris  <rgm@gnu.org>
7517
7518         * mm-util.el (mm-codepage-setup): Tweak codepage error.
7519         Silence compiler warning.
7520
7521 2008-10-01  Magnus Henoch  <mange@freemail.hu>
7522
7523         * tls.el (open-tls-stream): Show the actual command being
7524         executed, instead of the format string.
7525
7526 2008-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
7527
7528         * lpath.el: Fbind codepage-setup for Emacs 23.
7529
7530 2008-09-30  Chong Yidong  <cyd@stupidchicken.com>
7531
7532         * mml.el (mml-menu): Don't assume mml2015 is bound.
7533
7534 2008-09-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7535
7536         * gnus-art.el (gnus-article-read-summary-keys): Check if summary window
7537         exists.
7538
7539 2008-09-27  Glenn Morris  <rgm@gnu.org>
7540
7541         * gnus-util.el (mail-header-remove-comments): Autoload it.
7542
7543 2008-09-27  Andreas Schwab  <schwab@suse.de>
7544
7545         * gnus-util.el (gnus-split-references): Strip comments.
7546         (gnus-parent-id): Likewise.
7547
7548 2008-09-26  Reiner Steib  <Reiner.Steib@gmx.de>
7549
7550         * message.el (message-confirm-send): Fix version.
7551
7552 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
7553
7554         * message.el (message-idna-to-ascii-rhs-1): Use
7555         mail-extract-address-components rather than mail-header-parse-addresses
7556         that is an alias by default to ietf-drums-parse-addresses that does not
7557         support non-ASCII names in headers' contents.
7558
7559 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
7560
7561         * message.el (message-confirm-send): Fix variable documentation to
7562         avoid the "y/n" wording.
7563
7564 2008-09-25  Francis Litterio  <flitterio@gmail.com>  (tiny change)
7565
7566         * message.el (message-set-auto-save-file-name): Save to a different
7567         filename so multiple messages (especially drafts) can be recovered.
7568
7569 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
7570
7571         * message.el (message-confirm-send): Add appropriate version.
7572
7573 2008-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
7574
7575         * mm-view.el (mm-pkcs7-enveloped-magic): Fix extra parenthesis in
7576         defvar.
7577
7578 2008-09-22  Daiki Ueno  <ueno@unixuser.org>
7579
7580         * mm-view.el (mm-pkcs7-signed-magic): Use literals.
7581         (mm-pkcs7-enveloped-magic): Ditto.
7582
7583 2008-09-17  Simon Josefsson  <simon@josefsson.org>
7584
7585         * sieve-manage.el (sieve-manage-is-string): Accept literals too.
7586         Reported by Arnt Gulbrandsen <arnt@oryx.com>.
7587
7588 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
7589
7590         * gnus-registry.el (gnus-registry-use-long-group-names): Make t the
7591         default, it's better.
7592
7593 2008-09-11  Teodor Zlatanov  <tzz@lifelogs.com>
7594
7595         * gnus-sum.el (gnus-summary-insert-line): Trap errors on setting the
7596         summary line gnus-number property and ignore them (with a warning
7597         message).
7598
7599 2008-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7600
7601         * gnus-group.el (gnus-group-make-useful-group): Don't use the compiler
7602         macro caddr in the interactive form since it won't be expanded.
7603
7604 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7605
7606         * gnus-art.el (gnus-mime-set-charset-parameters): Add new argument
7607         `charset'; fix name of function called recursively.
7608         (gnus-mime-view-part-as-charset): Don't bind gnus-newsgroup-charset.
7609
7610 2008-09-09  Katsumi Yamaoka  <yamaoka@jpl.org>
7611
7612         * gnus-art.el (gnus-mime-strip-charset-parameters): Remove.
7613         (gnus-mime-set-charset-parameters): New function.
7614         (gnus-mime-view-part-as-charset): Use it to correctly display part
7615         specifying wrong charset.
7616
7617 2008-09-08  David Engster  <dengste@eml.cc>
7618
7619         * nnmairix.el (nnmairix-create-server-and-default-group): Require match
7620         in completing-read for back end server.
7621
7622 2008-09-03  Teodor Zlatanov  <tzz@lifelogs.com>
7623
7624         * message.el (message-confirm-send): New variable to confirm sending a
7625         message.
7626         (message-send): Use it.
7627
7628 2008-08-30  Teodor Zlatanov  <tzz@lifelogs.com>
7629
7630         * gnus-spec.el (gnus-parse-simple-format): Revert last patch.
7631
7632 2008-08-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7633
7634         * gnus-spec.el (gnus-parse-simple-format): Remove trailing whitespace.
7635
7636 2008-08-21  Teodor Zlatanov  <tzz@lifelogs.com>
7637
7638         * gnus-registry.el (gnus-registry-max-track-groups): New variable to
7639         prevent tracking too many groups.
7640         (gnus-registry-split-fancy-with-parent, gnus-registry-fetch-groups):
7641         Use it.
7642
7643 2008-08-11  Ralf Angeli  <angeli@caeruleus.net>
7644
7645         * gnus-art.el (gnus-article-next-page): Respect `scroll-margin' when
7646         moving point to the bottom of the window in order to avoid recentering.
7647
7648 2008-08-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7649
7650         * lpath.el: Bind scroll-margin for XEmacs 21.4 and SXEmacs.
7651
7652         * gnus-art.el (gnus-article-next-page, gnus-article-prev-page)
7653         (gnus-article-next-page-1): Use compiler directive (featurep 'xemacs).
7654         (gnus-article-beginning-of-window): Fix calculation.
7655
7656 2008-08-08  Katsumi Yamaoka  <yamaoka@jpl.org>
7657
7658         * gnus-msg.el (gnus-summary-supersede-article)
7659         (gnus-summary-resend-message-edit): Bind mail-parse-charset to the
7660         value of gnus-newsgroup-charset to decode non-MIME encoded text in
7661         message header.
7662
7663 2008-08-02  Chong Yidong  <cyd@stupidchicken.com>
7664
7665         * pgg-gpg.el (pgg-gpg-process-region): Accept any remaining
7666         pending output coming after the status change.
7667
7668 2008-07-31  Dan Nicolaescu  <dann@ics.uci.edu>
7669
7670         * message.el:
7671         * gnus-start.el:
7672         * gnus-registry.el: Remove VMS support.
7673
7674 2008-07-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7675
7676         * rfc2104.el (rfc2104-string-make-unibyte): Define it as a compiler
7677         macro.
7678         (rfc2104-hash): Use it.
7679
7680 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
7681
7682         * gnus-sum.el (gnus-summary-sort-by-most-recent-number)
7683         (gnus-summary-sort-by-most-recent-date): New commands.
7684         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add key bindings
7685         and menu entries.
7686
7687 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
7688
7689         * gnus-art.el (gnus-summary-save-in-pipe): Generate work buffer always;
7690         don't redisplay article for raw contents; remove plural articles stuff.
7691
7692         * gnus-sum.el (gnus-summary-pipe-output): Pipe raw articles by symbolic
7693         prefix `r'; use gnus-summary-save-in-pipe directly instead of relying
7694         on gnus-summary-save-article; display results properly.
7695
7696 2008-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
7697
7698         * lpath.el: No need to fbind ns-focus-frame.
7699
7700 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
7701
7702         * gnus-art.el (gnus-summary-save-in-pipe): Add optional argument `raw'.
7703
7704 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
7705
7706         * gnus-art.el (gnus-summary-save-in-pipe):
7707         Consider gnus-save-all-headers.
7708
7709 2008-07-21  Dan Nicolaescu  <dann@ics.uci.edu>
7710
7711         * gnus-util.el (ns-focus-frame): Remove declaration.
7712         (gnus-select-frame-set-input-focus): Undo previous change.  Treat ns
7713         like x.
7714
7715 2008-07-21  Thien-Thi Nguyen  <ttn@gnuvola.org>
7716
7717         * rfc2104.el (rfc2104-zero): Delete defconst.
7718         (rfc2104-hex-alist): Likewise.
7719         (rfc2104-hex-to-int): Delete func.
7720         (rfc2104-hexstring-to-bitstring): Likewise.
7721         (rfc2104-nybbles): New defconst.
7722         (rfc2104-hash): Rewrite for speed.
7723
7724 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7725
7726         * tls.el (open-tls-stream): Make it work with the 2nd argument
7727         BUFFER that is a string but does not exist as a buffer object, as
7728         mentioned in the doc-string.
7729
7730 2008-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
7731
7732         * lpath.el: Fbind ns-focus-frame for Emacs 21, 22, XEmacs 21.4, and
7733         SXEmacs.
7734
7735 2008-07-16  Glenn Morris  <rgm@gnu.org>
7736
7737         * gnus-util.el (ns-focus-frame): Declare for compiler.
7738
7739 2008-07-10  Katsumi Yamaoka  <yamaoka@jpl.org>
7740
7741         * gnus-art.el (gnus-article-save): Ignore gnus-visible-headers that is
7742         set as a group parameter.
7743         (gnus-summary-save-in-pipe): Work when it is called independently.
7744         (gnus-summary-pipe-to-muttprint): Don't modify
7745         gnus-summary-pipe-output-default-command.
7746
7747 2008-07-10  Stefan Monnier  <monnier@iro.umontreal.ca>
7748
7749         * message.el (message-send-mail-with-sendmail):
7750         Display the error message.
7751
7752 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
7753
7754         * gnus-art.el (gnus-default-article-saver):
7755         Add gnus-summary-save-in-pipe to choices.
7756         (gnus-summary-save-in-pipe): Add :decode and :headers properties; use
7757         gnus-summary-pipe-output-default-command as the default command.
7758         (gnus-summary-pipe-to-muttprint): Update gnus-summary-muttprint-program
7759         instead of gnus-last-shell-command.
7760
7761         * gnus-sum.el (gnus-summary-pipe-output-default-command):
7762         New user option.
7763         (gnus-summary-muttprint-program): Mention the value will be changed.
7764         (gnus-summary-save-article): Force showing of all headers.
7765         (gnus-summary-pipe-output): Work with the 2nd argument HEADERS.
7766
7767 2008-07-01  Rupert Swarbrick  <rswarbrick@googlemail.com>  (tiny change)
7768
7769         * gnus-score.el (gnus-score-find-trace): Add "Total score" line.
7770
7771 2008-07-02  Juanma Barranquero  <lekktu@gmail.com>
7772
7773         * nnimap.el (nnimap-id):
7774         * sieve-manage.el (sieve-manage-open): Doc fixes.
7775
7776 2008-07-02  Francesc Rocher  <rocher@member.fsf.org>
7777
7778         * gnus.el (gnus-group-startup-message): Prefer SVG or PNG image,
7779         if available.
7780
7781 2008-06-25  Stefan Monnier  <monnier@iro.umontreal.ca>
7782
7783         * mm-util.el (mm-with-multibyte, mm-with-unibyte): Remove.
7784
7785         * nnkiboze.el (nnkiboze-generate-group):
7786         Use explicit mm-disable-multibyte rather than mm-with-unibyte.
7787
7788         * nnmairix.el: Require CL.
7789
7790 2008-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
7791
7792         * dgnushack.el: Autoload get-display-table and put-display-table for
7793         XEmacs 21.5.
7794
7795         * lpath.el: Fbind get-display-table and put-display-table for XEmacs
7796         21.4 and SXEmacs.
7797
7798 2008-06-15  David Engster  <dengste@eml.cc>
7799
7800         * nnimap.el (nnimap-request-delete-group): Unselect group if necessary.
7801
7802 2008-06-14  Aidan Kehoe  <kehoea@parhasard.net>
7803
7804         * gnus-util.el (gnus-put-display-table, gnus-get-display-table):
7805         New macros that expand to an `aset'/`aref' call under Emacs, and to a
7806         runtime choice under XEmacs.
7807
7808         * gnus-sum.el (gnus-summary-set-display-table):
7809         Use `gnus-put-display-table', `gnus-get-display-table',
7810         `gnus-set-display-table' for the display table, instead of `aset'.
7811
7812         * gnus-xmas.el (gnus-xmas-summary-set-display-table):
7813         Use `gnus-put-display-table', `gnus-get-display-table',
7814         `gnus-set-display-table' for the display table.
7815
7816 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7817
7818         * nnmairix.el: Add autoloads.
7819
7820 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
7821
7822         * nnmairix.el (nnmairix-delete-recreate-group)
7823         (nnmairix-update-and-clear-marks): Fix error messages.
7824
7825 2008-06-14  David Engster  <dengste@eml.cc>
7826
7827         * nnmairix.el: Upgrade to version 0.6.
7828         (nnmairix-group-toggle-propmarks-this-group)
7829         (nnmairix-group-toggle-readmarks-this-group)
7830         (nnmairix-group-delete-recreate-this-group)
7831         (nnmairix-group-toggle-allowfast-this-group, nnmairix-propagate-marks)
7832         (nnmairix-remove-tick-mark-original-article): New commands.
7833         (nnmairix-mairix-search-options, nnmairix-propagate-marks-upon-close)
7834         (nnmairix-propagate-marks-to-nnmairix-groups)
7835         (nnmairix-only-use-registry, nnmairix-allowfast-default)
7836         (nnmairix-marks-cache, nnmairix-version-output): New variables.
7837         (nnmairix-request-set-mark, nnmairix-request-update-info): New back end
7838         functions needed for marks propagation and manipulation of read marks.
7839         (nnmairix-update-groups): New function.
7840         (nnmairix-get-groups-from-server, nnmairix-delete-recreate-group)
7841         (nnmairix-determine-original-group-from-registry)
7842         (nnmairix-determine-original-group-from-path)
7843         (nnmairix-get-group-from-file-path, nnmairix-map-range)
7844         (nnmairix-check-mairix-version, nnmairix-group-toggle-parameter):
7845         New helper functions.
7846         (nnmairix-group-mode-hook, nnmairix-summary-mode-hook): Insert new
7847         keystrokes for new commands.
7848         (nnmairix-delete-and-create-on-change): Doc string cleanup.
7849         (nnmairix-request-group): Check allow-fast group parameter.
7850         (nnmairix-request-create-group): Set allow-fast group parameter if
7851         nnmairix-allowfast-default is set.
7852         (nnmairix-close-group): Propagate marks upon closing if needed.
7853         (nnmairix-group-toggle-threads-this-group): Use new.
7854         nnmairix-group-toggle-parameter helper function.
7855         (nnmairix-search): Better check for empty search result.
7856         (nnmairix-goto-original-article): Use new helper functions for
7857         determining original article.
7858         (nnmairix-show-original-article): Make sure message-id is in brackets.
7859         (nnmairix-call-mairix-binary): Change variable name.
7860         (nnmairix-update-and-clear-marks): Use nnmairix-delete-recreate-group
7861         helper function.
7862         (nnmairix-widget-toggle-activate): Fix doc string.
7863
7864 2008-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
7865
7866         * nnir.el: Require edmacro when compiling with XEmacs.
7867         (nnir-run-find-grep): Don't use 3rd arg of `split-string' which is not
7868         available in Emacs 21.
7869
7870 2008-06-11  Glenn Morris  <rgm@gnu.org>
7871
7872         * gnus-util.el (x-focus-frame):
7873         * gnus.el (image-size):
7874         * mm-decode.el (image-size): Declare.
7875
7876         * gnus-picon.el (declare-function): Add compat definition.
7877         (image-size): Declare.
7878
7879         * gnus-group.el (tool-bar-map):
7880         * gnus-sum.el (tool-bar-map): Define for compiler.
7881
7882         * gnus-ems.el (gnus-x-splash): Check tool-bar-mode is bound.
7883
7884         * nnfolder.el (gnus-intersection): Remove unnecessary autoload.
7885
7886         * gnus-agent.el, gnus-cache.el, gnus-ems.el, gnus-group.el:
7887         * gnus-logic.el, gnus-msg.el, gnus-util.el, gnus.el, mail-source.el:
7888         * message.el, mm-decode.el, mm-encode.el, mm-view.el, mml.el:
7889         * mml1991.el, mml2015.el, nnfolder.el, nnheader.el, nnimap.el:
7890         * nnmail.el, nnml.el, nnrss.el, nntp.el, nnvirtual.el:
7891         * sieve-manage.el, spam-report.el, spam.el:
7892         Remove unnecessary eval-and-compile of autoloads.
7893
7894 2008-06-08  Michael Albinus  <michael.albinus@gmx.de>
7895
7896         * auth-source.el: Precise Tramp doc.
7897
7898 2008-06-07  Glenn Morris  <rgm@gnu.org>
7899
7900         * nnmairix.el: Remove unnecessary eval-when-compile.
7901
7902 2008-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
7903
7904         * lpath.el: Fbind propertize for XEmacs 21.4.
7905
7906 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
7907
7908         * nnir.el: Move here from ../contrib.
7909
7910 2008-06-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7911
7912         * gnus-util.el (gnus-read-shell-command): New function.
7913         * mm-decode.el (mm-pipe-part):
7914         * gnus-art.el (gnus-summary-save-in-pipe): Use it.
7915
7916 2008-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
7917
7918         * message.el (message-disassociate-draft): Revert 2008-03-18 change.
7919
7920 2008-06-03  Glenn Morris  <rgm@gnu.org>
7921
7922         * pop3.el (nnheader-accept-process-output): Autoload it.
7923
7924 2008-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
7925
7926         * rfc2231.el (rfc2231-decode-encoded-string): Don't decode things that
7927         are not 2-digit hexadecimal characters that follow `%'s.
7928
7929 2008-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
7930
7931         * message.el (message-bogus-recipient-p): Fix type in doc string.
7932         Reported by Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk>.
7933         (message-bogus-addresses): Rename from message-bogus-address-regexp.
7934         Improve custom options.
7935         (message-bogus-recipient-p): Adjust accordingly.
7936
7937 2008-05-27  Chong Yidong  <cyd@stupidchicken.com>
7938
7939         * parse-time.el (parse-time-months, parse-time-weekdays): Add
7940         long-form month and day names.
7941
7942 2008-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
7943
7944         * dgnushack.el: Autoload debug, eudc-expand-inline and
7945         pgg-snarf-keys-region for XEmacs.
7946
7947         * lpath.el: Fbind w3m-region, bind ps-print-color-p for XEmacs.
7948
7949         * nnmairix.el: Require edmacro when compiling with XEmacs.
7950
7951 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
7952
7953         * gnus-sum.el (gnus-summary-initial-limit): Use unless instead of if.
7954         (gnus-fetch-old-headers): Warn about setting it to t for Gmane groups.
7955
7956 2008-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
7957
7958         * auth-source.el: Add more docs.
7959
7960         * netrc.el (netrc-machine): Always match if the port is not given.
7961
7962 2008-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7963
7964         * nnheader.el (nnheader-read-timeout): Change the default timeout from
7965         0.1 seconds to 0.01 seconds.  This will make nntp and pop3 article
7966         retrieval faster in some cases, but might make CPU usage larger.
7967         If this has any bad side effects, we might revert this change.
7968
7969         * pop3.el (pop3-movemail): Change the sit-for from 0.1 to 0.01, which
7970         seems to make mail retrieval much, much faster.
7971         (pop3-movemail): Use nnheader-accept-process-output instead of sleeping
7972         unconditionally.
7973
7974         * gnus-draft.el (gnus-group-send-queue):
7975         Bind message-send-mail-partially-limit to nil to avoid being prompted.
7976
7977 2008-05-16  Reiner Steib  <Reiner.Steib@gmx.de>
7978
7979         * mml.el (mml-attach-buffer): Prompt for `disposition'.
7980
7981         * message.el (message-bogus-address-regexp): Fix and improve custom
7982         type.
7983         (message-setup-hook): Add message-check-recipients as custom option.
7984
7985 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
7986
7987         * message.el (message-cite-function): Remove bogus autoload which crept
7988         in during merge from v5-10.
7989
7990 2008-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
7991
7992         * nnimap.el (nnimap-open-connection): Fix login/password bug.
7993
7994         * nnrss.el (nnrss-normalize-date): Accept Unix-style epoch timestamps.
7995
7996         * auth-source.el: Preliminary Tramp docs.
7997         (auth-sources): Change the default auth-sources to use
7998         EPA .gpg files.
7999
8000 2008-05-09  Teodor Zlatanov  <tzz@lifelogs.com>
8001
8002         * nntp.el: Autoload `auth-source-user-or-password'.
8003         (nntp-send-authinfo): Use it.
8004
8005         * nnimap.el: Autoload `auth-source-user-or-password'.
8006         (nnimap-open-connection): Use it.
8007
8008         * auth-source.el: Add docs on using with url-auth.  Import gnus-util
8009         for the gnus-message function.
8010         (auth-source-user-or-password): Use it.
8011
8012 2008-05-08  Stefan Monnier  <monnier@iro.umontreal.ca>
8013
8014         * rfc2104.el (rfc2104-hexstring-to-bitstring): Rename it back from
8015         rfc2104-hexstring-to-byte-list.  Return a unibyte string.
8016         (rfc2104-hash): Use it.
8017
8018 2008-05-08  Juanma Barranquero  <lekktu@gmail.com>
8019
8020         * gnus-art.el (gnus-article-toggle-truncate-lines):
8021         Don't use `iff' in docstring.
8022
8023 2008-05-07  Teodor Zlatanov  <tzz@lifelogs.com>
8024
8025         * gnus-registry.el: Adjusted copyright dates and added a keyword.
8026
8027         * gnus-util.el (gnus-extract-address-component-name)
8028         (gnus-extract-address-component-email): Convenience functions around
8029         `gnus-extract-address-components'.
8030
8031         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8032         Use `gnus-extract-address-component-email' to fix bug of comparing full
8033         sender name to `user-mail-address'.
8034
8035 2008-05-05  Teodor Zlatanov  <tzz@lifelogs.com>
8036
8037         * gnus-registry.el (gnus-registry-grep-in-list): Fix logic, use
8038         catch/throw to optimize.
8039         (gnus-registry-find-keywords): Just use member to find a keyword.
8040
8041 2008-05-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8042
8043         * gnus-srvr.el (gnus-enter-server-buffer): Make sure the server-buffer
8044         is current before calling gnus-server-prepare.
8045         (gnus-server-setup-buffer, gnus-server-update-server)
8046         (gnus-server-read-server, gnus-browse-exit): Use with-current-buffer.
8047
8048 2008-05-04  Juri Linkov  <juri@jurta.org>
8049
8050         * mailcap.el (mailcap-replace-in-string): New compatibility alias.
8051         (mailcap-file-default-commands): Use mailcap-replace-in-string
8052         instead of replace-regexp-in-string, and mailcap-delete-duplicates
8053         instead of delete-dups.  Use [ \t\n]* for whitespace in regexp.
8054
8055 2008-05-03  Reiner Steib  <reiner.steib@gmx.de>
8056
8057         * gnus-sum.el (gnus-propagate-marks): Fix custom version.
8058
8059 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8060
8061         * gnus.el: Bump version to 0.11.
8062
8063 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
8064
8065         * gnus.el: No Gnus v0.10 is released.
8066
8067 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8068
8069         * gnus-sum.el (gnus-summary-save-parts): Inhibit even more treatment
8070         hooks.
8071         (gnus-update-read-articles): Speed up non-marks-using users.
8072         (gnus-use-marks): Define gnus-use-marks.
8073         (gnus-propagate-marks): Rename variable to something more sensible.
8074
8075 2008-05-02  Juanma Barranquero  <lekktu@gmail.com>
8076
8077         * gmm-utils.el (gmm, gmm-verbose, gmm-lazy, gmm-customize-mode)
8078         (gmm-image-load-path-for-library): Fix typos in docstrings.
8079         (gmm-message): Reflow docstring.
8080
8081 2008-04-28  Teodor Zlatanov  <tzz@lifelogs.com>
8082
8083         * mail-source.el (mail-source-set-1, mail-source-bind):
8084         Move auth-source code out of the macro to clean it up and fix bugs.
8085
8086 2008-04-26  Teodor Zlatanov  <tzz@lifelogs.com>
8087
8088         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Don't split
8089         by sender if it's equal to user-mail-address, it's likely to be
8090         useless.
8091
8092         * mail-source.el (mail-source-bind): Don't use user or password if they
8093         are not bound.  Unintern them if they are nil.  Don't use server unless
8094         it's bound, and default it to empty string otherwise.
8095
8096 2008-04-25  Teodor Zlatanov  <tzz@lifelogs.com>
8097
8098         * mail-source.el: Load auth-source.el.
8099         (mail-source-bind): Add comments.  Call auth-source-user-or-password to
8100         get user name or password, if auth-sources is set up.
8101
8102         * gnus-registry.el (gnus-registry-split-strategy): New variable for
8103         strategy of splitting with parent.
8104         (gnus-registry-split-fancy-with-parent)
8105         (gnus-registry-post-process-groups): Use it and fix prior
8106         bug (returning a list as the split result).
8107
8108         * auth-source.el (auth-sources): Remove server parameter.
8109         (auth-source-pick, auth-source-user-or-password)
8110         (auth-source-user-or-password-imap)
8111         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8112         (auth-source-user-or-password-sftp)
8113         (auth-source-user-or-password-smtp): Remove server parameter.
8114
8115 2008-04-25  Juanma Barranquero  <lekktu@gmail.com>
8116
8117         * smime.el (smime-sign-region, smime-encrypt-region)
8118         (smime-decrypt-region):
8119         Remove redundant calls to `generate-new-buffer-name'.
8120
8121 2008-04-24  Luca Capello  <luca@pca.it>  (tiny change)
8122
8123         * mm-encode.el (mm-safer-encoding): Add optional argument `type'.
8124         Don't use QP for message/rfc822.
8125         (mm-content-transfer-encoding): Pass `type' to mm-safer-encoding.
8126
8127 2008-04-24  Stefan Monnier  <monnier@iro.umontreal.ca>
8128
8129         * sieve-manage.el (sieve-string-bytes): Remove.
8130         (sieve-manage-putscript): Use length instead: `string-bytes' gives the
8131         correct byte-length only if the process's coding-system is the same as
8132         the one used internally by Emacs to represent strings.
8133
8134 2008-04-22  Juri Linkov  <juri@jurta.org>
8135
8136         * mailcap.el (mailcap-file-default-commands): New function.
8137
8138 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8139
8140         * message.el (message-signature-separator, message-cite-function):
8141         Change custom version.
8142
8143 2008-04-13  Naohiro Aota  <nao.aota@gmail.com>  (tiny change)
8144
8145         * tls.el (tls-program): Add -ign_eof argument to call the openssl
8146         commands.
8147         (tls-checktrust): Ditto.
8148
8149 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
8150
8151         * mm-decode.el (mm-display-external): Make temp file read-only.
8152
8153 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
8154
8155         * gnus-diary.el (gnus-article-edit-mode-map, message-mode-map): Remove
8156         binding for `gnus-diary-version'.  Bind `gnus-diary-check-message' to
8157         `C-c C-f d'.
8158
8159 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
8160
8161         * gnus-sum.el (gnus-summary-goto-subject): Typo fix.
8162
8163 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
8164
8165         * gnus.el: Bump version to 0.9.
8166
8167 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
8168
8169         * gnus.el: No Gnus v0.8 is released.
8170
8171 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8172
8173         * mail-source.el (mail-source-value):
8174         Prefer fboundp to functionp so it works with macros as well.
8175
8176 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8177
8178         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8179         Fix last change in case the element is not even a symbol.
8180
8181 2008-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8182
8183         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8184         Prefer fboundp to functionp so it works with macros as well.
8185
8186 2008-04-09  Teodor Zlatanov  <tzz@lifelogs.com>
8187
8188         * auth-source.el: Add docs.
8189         (auth-sources): Modify format to support server.
8190         (auth-source-pick, auth-source-user-or-password)
8191         (auth-source-user-or-password-imap)
8192         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8193         (auth-source-user-or-password-sftp)
8194         (auth-source-user-or-password-smtp): Add server parameter.
8195
8196 2008-04-08  Teodor Zlatanov  <tzz@lifelogs.com>
8197
8198         * gnus-registry.el: Initialize the registry when gnus-registry-install
8199         is t.
8200
8201 2008-04-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8202
8203         * compface.el (uncompface): Make buffer unibyte.
8204
8205 2008-04-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8206
8207         * mail-source.el (mail-source-value):
8208         Prefer fboundp to functionp so it works with macros as well.
8209
8210 2008-04-05  Glenn Morris  <rgm@gnu.org>
8211
8212         * gnus-ems.el (mm-disable-multibyte): Autoload it.
8213
8214 2008-04-05  Stefan Monnier  <monnier@iro.umontreal.ca>
8215
8216         * mm-util.el (mm-with-unibyte-buffer, mm-with-multibyte-buffer):
8217         Prefer mm-(en|dis)able-multibyte to default-enable-multibyte-characters.
8218
8219         * nnheader.el (nnheader-init-server-buffer): Change buffer's
8220         multibyteness after rather than before erasing it.
8221
8222         * gnus-art.el (gnus-mime-replace-part): Remove unnecessary use of
8223         mm-with-multibyte.
8224         (gnus-request-article-this-buffer): Make sure the proper decoding is
8225         used if gnus-original-article-buffer happens to be unibyte.
8226
8227         * gnus-ems.el (gnus-x-splash): Prefer mm-disable-multibyte to
8228         default-enable-multibyte-characters.
8229
8230         * gnus-fun.el (gnus-display-x-face-in-from): Remove unnecessary use of
8231         default-enable-multibyte-characters.
8232
8233         * mm-decode.el (mm-inline-media-tests): Add entry for x-diff.
8234
8235         * nnweb.el (nnweb-init): Avoid nn-with-unibyte.
8236
8237 2008-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8238
8239         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8240         Fix last change in case the element is not even a symbol.
8241
8242 2008-04-02  Simon Josefsson  <simon@josefsson.org>
8243
8244         * imap.el (imap-enable-exchange-bug-workaround): New variable.
8245         (imap-message-copyuid-1): Use it.
8246         (imap-message-appenduid-1): Likewise.  Based on patch by Nathan
8247         J. Williams in
8248         <http://permalink.gmane.org/gmane.emacs.gnus.general/65855>.
8249
8250         * nnimap.el (nnimap-enable-minmax-bug-workaround): Remove, replaced by
8251         imap-enable-exchange-bug-workaround.
8252         (nnimap-find-minmax-uid): Use imap-enable-exchange-bug-workaround.
8253
8254 2008-04-01  Simon Josefsson  <simon@josefsson.org>
8255
8256         * nnimap.el (nnimap-find-minmax-uid): Revert last fix, the "fix" turns
8257         a 100 byte status-checks into a 2-3MB transfer for each group.
8258         (nnimap-enable-minmax-bug-workaround): New variable to toggle whether
8259         to enable bug workaround or not.
8260         (nnimap-find-minmax-uid): Only enable workaround conditionally.
8261
8262 2008-03-31  Glenn Morris  <rgm@gnu.org>
8263
8264         * message.el (mml2015-use): Declare for compiler.
8265         (message-info): Require mml2015 when appropriate.
8266
8267 2008-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
8268
8269         * Makefile.in (EMACS_COMP): Quote directory name that might contain
8270         whitespace.
8271
8272 2008-03-30  Stefan Monnier  <monnier@iro.umontreal.ca>
8273
8274         * nntp.el (nntp-netcat-command): Rename from nntp-via-netcat-command.
8275         (nntp-netcat-switches): Rename from nntp-via-netcat-switches.
8276         (nntp-open-telnet, nntp-open-rlogin): Use with-current-buffer.
8277         (nntp-service-to-port): New function.
8278         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet)
8279         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet): Use it.
8280         (nntp-open-netcat-stream): New function.
8281         (nntp-open-via-rlogin-and-netcat): Don't use a pty.
8282
8283 2008-03-29  Sven Joachim  <svenjoac@gmx.de>
8284
8285         * gnus-sum.el (gnus-summary-make-menu-bar): Add missing dots.
8286
8287 2008-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
8288
8289         * message.el (message-make-in-reply-to): Use mm-with-multibyte-buffer.
8290
8291 2008-03-28  Magnus Henoch  <mange@freemail.hu>
8292
8293         * dns.el (dns-write): Use set-buffer-multibyte.
8294
8295 2008-03-28  Michael Harnois  <mdharnois@gmail.com>  (tiny change)
8296
8297         * nnimap.el (nnimap-find-minmax-uid): Fix Exchange 2007 IMAP problem.
8298
8299 2008-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
8300
8301         * message.el (message-signature-separator): Change default.
8302         Improve custom type.
8303         (message-cite-function): Change default to
8304         message-cite-original-without-signature.
8305
8306         * gnus-sum.el (gnus-summary-make-menu-bar): Add message-cite-function
8307         toggle.
8308
8309         * message.el (message-check-news-body-syntax): Fix signature check.
8310         (message-setup-1): Mark buffer as unmodified _after_ running
8311         message-setup-hook and handling message-alternative-emails.
8312         (message-shorten-references): Be more strict when building list of
8313         valid references to comply with GNKSA.
8314
8315         * gnus-group.el (gnus-read-ephemeral-bug-group)
8316         (gnus-read-ephemeral-debian-bug-group)
8317         (gnus-read-ephemeral-emacs-bug-group): Use the correct variable.
8318
8319         * message.el (message-info): Don't use booleanp which isn't supported
8320         in Emacs 21 and XEmacs.
8321
8322 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
8323
8324         * gnus-group.el (gnus-gmane-group-download-format): Rename from
8325         gnus-group-gmane-group-download-format.
8326         (gnus-group-read-ephemeral-gmane-group): Rename from
8327         gnus-group-read-ephemeral-gmane-group.
8328         (gnus-read-ephemeral-gmane-group-url): Rename from
8329         gnus-group-read-ephemeral-gmane-group-url.
8330         (gnus-bug-group-download-format-alist): New variable.
8331         (gnus-read-ephemeral-bug-group, gnus-read-ephemeral-debian-bug-group)
8332         (gnus-read-ephemeral-emacs-bug-group): New commands.
8333
8334 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
8335
8336         * gnus-art.el (gnus-article-browse-html-article): Fix documentation.
8337         (gnus-visible-headers): Improve custom type.
8338
8339 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
8340
8341         * mml.el (mml-menu): Add workarounds for XEmacs.
8342
8343         * gnus-art.el (gnus-article-browse-html-article): Inhibit display of
8344         X-Boundary header.
8345
8346         * message.el (message-simplify-recipients): Fix previous commit.
8347
8348 2008-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
8349
8350         * mm-util.el (mm-set-buffer-multibyte): New function.
8351         * mm-decode.el (mm-copy-to-buffer): Use it.
8352
8353         * gnus-win.el (gnus-configure-frame, gnus-all-windows-visible-p):
8354         Prefer fboundp to functionp so it works with macros as well.
8355
8356 2008-03-19  Glenn Morris  <rgm@gnu.org>
8357
8358         * tls.el (open-tls-stream): Restore use of `tls-end-of-info'.
8359         Accidentally removed in the sync process with Emacs.
8360
8361 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
8362
8363         * message.el (message-alter-recipients-discard-bogus-full-name):
8364         New function.
8365         (message-alter-recipients-function): New variable.
8366         (message-get-reply-headers): Use it.
8367         (message-replace-header): New helper function.
8368         (message-recipients-without-full-name): New variable.
8369         (message-simplify-recipients): New command.
8370
8371         * mml.el (mml-menu): Add toggle for gnus-gcc-externalize-attachments.
8372
8373         * message.el (message-info): Handle EasyPG manual.
8374
8375         * mml.el (mml-menu): Add entry for EasyPG.
8376
8377 2008-03-18  Nils Ackermann  <nils@ackermath.info>  (tiny change)
8378
8379         * nnmh.el (nnmh-request-expire-articles): Prefer expiry-target group
8380         parameter.
8381
8382         * message.el (message-disassociate-draft): Specify drafts group name
8383         fully.
8384
8385 2008-03-17  Teodor Zlatanov  <tzz@lifelogs.com>
8386
8387         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
8388         Eliminate unnecessary duplicates from the match list.
8389
8390 2008-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8391
8392         * dgnushack.el: Autoload Info-index and Info-index-next for XEmacs.
8393
8394         * lpath.el: Fbind Info-index and Info-index-next for Emacs 21, 22.
8395
8396         * gnus-art.el (gnus-button-handle-info-keystrokes): Don't use optional
8397         args of `how-many' of which the XEmacs version doesn't take; declare
8398         Info-index-next as function.
8399
8400 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
8401
8402         * gnus-score.el (gnus-score-headers): Fix handling of
8403         gnus-inhibit-slow-scoring.
8404
8405         * gnus-art.el (gnus-article-browse-html-article): Fix type in doc
8406         string.
8407         (gnus-button-url-regexp): Improve handling of parenthesis.
8408         (gnus-button-alist): Extend gnus-button-handle-info-keystrokes entry.
8409         (gnus-button-handle-info-keystrokes): Handle index entries.
8410
8411 2008-03-15  Glenn Morris  <rgm@gnu.org>
8412
8413         * parse-time.el (parse-time-string): Simplify.
8414
8415 2008-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
8416
8417         * mail-source.el (mail-source-delete-old-incoming) Fix regexp to find
8418         Incoming* files.
8419
8420 2008-03-13  Teodor Zlatanov  <tzz@lifelogs.com>
8421
8422         * auth-source.el (auth-sources): Rename from auth-source-choices.
8423         (auth-source-pick): Use it.
8424
8425 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8426
8427         * binhex.el (binhex-decode-region-internal):
8428         * uudecode.el (uudecode-decode-region-internal):
8429         * dns.el (dns-read-string-name, dns-read, dns-read-type, query-dns):
8430         * sha1.el (sha1-string-external): Use set-buffer-multibyte rather than
8431         setting default-enable-multibyte-characters.
8432
8433 2008-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
8434
8435         * auth-source.el (auth-source-protocols)
8436         (auth-source-protocols-customize, auth-source-choices): Add and
8437         modified variable customizations and defaults.
8438         (auth-source-pick, auth-source-user-or-password)
8439         (auth-source-protocol-defaults, auth-source-user-or-password-imap)
8440         (auth-source-user-or-password-pop3, auth-source-user-or-password-ssh)
8441         (auth-source-user-or-password-sftp)
8442         (auth-source-user-or-password-smtp): Use new variables and provide an
8443         interface to netrc.el.
8444
8445 2008-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
8446
8447         * nntp.el (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet)
8448         (nntp-open-via-rlogin-and-netcat, nntp-open-via-telnet-and-telnet):
8449         Make sure the nntp port to specify is a string.
8450
8451 2008-03-12  Stefan Monnier  <monnier@iro.umontreal.ca>
8452
8453         * nntp.el: Use with-current-buffer.
8454         (nntp-send-buffer): Just set the buffer to unibyte rather than use the
8455         dubious mm-with-unibyte-current-buffer.
8456         (nntp-with-open-group-function): New function extracted from
8457         nntp-with-open-group macro.
8458         (nntp-with-open-group): Use the function, so it's easier to debug.
8459         Add indentation and debugging info.
8460         (nntp-open-telnet-stream, nntp-open-via-rlogin-and-telnet):
8461         Recommend the use of the netcat alternatives.
8462
8463         * rfc2047.el (rfc2047-decode-string): Don't use `m'.
8464         Avoid mm-string-as-multibyte as well.
8465
8466         * nnweb.el (nnweb-insert-html):
8467         Remove use of nnheader-string-as-multibyte.
8468
8469         * nnheader.el (nnheader-init-server-buffer): Use with-current-buffer.
8470         (nnheader-string-as-multibyte): Remove.
8471
8472         * mm-view.el: Use inhibit-read-only.
8473         (mm-inline-text-html-render-with-w3, mm-inline-message): Use dolist.
8474         (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Use just string
8475         or unibyte-string.
8476
8477         * mm-uu.el (mm-uu-copy-to-buffer): Preserve (uni/multi)byteness.
8478         (mm-uu-yenc-extract): Use with-current-buffer.
8479
8480         * gnus-soup.el (gnus-soup-send-packet): Don't use
8481         mm-with-unibyte-current-buffer since the buffer is unibyte anyway.
8482
8483         * nnmh.el: Use with-current-buffer.
8484         (nnmh-request-list-1): Use mm-string-to-multibyte rather than
8485         mm-string-as-multibyte on the output of mm-encode-coding-string.
8486
8487         * nnimap.el (nnimap-retrieve-headers-progress): Use a unibyte buffer.
8488         (nnimap-request-move-article): Use with-current-buffer.
8489
8490         * mm-decode.el (mm-with-part): Set the buffer to unibyte before
8491         inserting the handle-buffer's text, so the implicit multibyte->unibyte
8492         conversion uses string-make-unibyte rather than string-as-unibyte.
8493
8494         * gnus-msg.el: Use with-current-buffer.
8495
8496         * message.el (message-ignored-resent-headers): Add "Delivered-To".
8497
8498 2008-03-10  Daiki Ueno  <ueno@unixuser.org>
8499
8500         * mml2015.el (mml2015-epg-passphrase-callback): Type cast KEY-ID to a
8501         string for caching if it is 'PIN.
8502
8503 2008-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8504
8505         * lpath.el: Consider the case without Emacs/W3.
8506
8507 2008-03-08  Glenn Morris  <rgm@gnu.org>
8508
8509         * time-date.el (date-to-time, time-subtract, time-add)
8510         (safe-date-to-time): Doc fixes.
8511
8512 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
8513
8514         * mail-source.el (mail-source-delete-old-incoming-confirm):
8515         Change default to nil.
8516         (mail-source-delete-old-incoming): Make confirmation prompt more clear.
8517
8518 2008-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8519
8520         * lpath.el: Rearrange.
8521
8522         * gnus-art.el (gnus-narrow-to-page): Position point properly.
8523         (gnus-article-goto-prev-page): Work for articles having ^L's.
8524
8525         * gnus-sum.el (gnus-summary-end-of-article): Remove needless narrowing.
8526
8527         * mm-view.el (mm-w3m-standalone-supports-m17n-p): Fix typo.
8528
8529 2008-03-07  Karl Fogel  <kfogel@red-bean.com>
8530
8531         * gnus-bookmark.el: Adjust for renames in bookmark.el.
8532         (gnus-bookmark-make-record): Was `gnus-bookmark-make-cell'.
8533         (gnus-bookmark-jump): Adjust some variable names.
8534
8535 2008-03-06  Teodor Zlatanov  <tzz@lifelogs.com>
8536
8537         * auth-source.el: New package.
8538         (auth-source-choices): Add customization entry point variable.
8539
8540         * gnus-registry.el (gnus-registry-user-format-function-M): Fix concat
8541         bug.
8542
8543 2008-03-05  Teodor Zlatanov  <tzz@lifelogs.com>
8544
8545         * gnus-registry.el (gnus-registry-install): Allow 'ask as an option.
8546         (gnus-registry-initialize, gnus-registry-install-p): Use it.
8547         (gnus-registry-install-shortcuts): Rename from
8548         gnus-registry-install-shortcuts-and-menus.  Installs the shortcuts in
8549         the `gnus-registry-mark-map' keymap dynamically from
8550         `gnus-registry-marks'.  The generated functions update the summary line
8551         when a registry mark is added or deleted, and will call
8552         `gnus-registry-install-p' (see the comments in the code).
8553         (gnus-registry-user-format-function-M): Use concat intelligently.
8554
8555         * gnus-sum.el (gnus-summary-make-menu-bar): Add menu entries for all
8556         the registry mark functions.
8557
8558 2008-03-05  Glenn Morris  <rgm@gnu.org>
8559
8560         * gnus-art.el (gnus-article-mode-line-format-alist): Move to gnus-sum.
8561         * gnus-sum.el (gnus-article-mode-line-format-alist): Move here from
8562         gnus-art.
8563         (top-level): No need to load own source when compiling.
8564
8565 2008-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
8566
8567         * gnus-sum.el (gnus-print-buffer): Honor ps-print-color-p.
8568         Suggested by <chris.anderton@zetnet.co.uk>.
8569
8570 2008-03-04  Glenn Morris  <rgm@gnu.org>
8571
8572         * gnus-sum.el (top-level): No need to require gnus when compiling,
8573         since unconditionally required near start of file.
8574         (gnus-summary-display-while-building): Move definition before use.
8575
8576 2008-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
8577
8578         * gnus-registry.el (gnus-registry-user-format-function-M):
8579         Add formatting function.
8580
8581 2008-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
8582
8583         * gnus-registry.el (gnus-registry-marks): Change format to be nicer
8584         with plists.
8585         (gnus-registry-do-marks, gnus-registry-install-shortcuts-and-menus):
8586         Use new format.
8587
8588 2008-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
8589
8590         * gnus-art.el (gnus-article-describe-bindings): Work for the version of
8591         `where-is-internal' that returns a range of key sequences.
8592
8593 2008-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
8594
8595         * mm-bodies.el (mm-decode-content-transfer-encoding): Simplify.
8596
8597         * gnus-sum.el: Use inhibit-read-only and with-current-buffer.
8598         (gnus-summary-jump-to-group): Consider windows on other displayed
8599         frames as well.  Similar changes might be needed elsewhere, but that's
8600         the one I've bumped into during my use.
8601
8602         * nndoc.el (nndoc-oe-dbx-type-p):
8603         * gnus-msg.el (gnus-debug):
8604         * gnus-group.el (gnus-update-group-mark-positions):
8605         Use mm-string-to-multibyte.
8606
8607 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
8608
8609         * mml2015.el (mml2015-extract-cleartext-signature): Explain that it
8610         doesn't handle NotDashEscaped.
8611
8612         * mml.el (mml-menu): Improve help entries.  Move Sign/Encrypt Part.
8613         (mml-dnd-attach-options): Fix typo in custom choice.
8614
8615         * gnus-group.el (gnus-group-read-ephemeral-gmane-group):
8616         Change nndoc-article-type to mbox.
8617         (gnus-group-read-ephemeral-gmane-group-url): Support permalink.
8618
8619         * mm-decode.el (mm-text-html-renderer): Prefer w3m over w3.  Fall back
8620         to nil, instead of html2text.
8621
8622         * imap.el (imap-debug): Add `imap-ping-server'.
8623
8624         * gnus-bookmark.el: Add FIXMEs.
8625
8626         * message.el (message-form-letter-separator)
8627         (message-send-form-letter-delay): New variables.
8628         (message-send-form-letter): Use them.  New command to send form
8629         letters.  Requested by Uwe Siart.
8630         (message-send-mail-function): Doc fix.  Add "Other" custom option.
8631
8632 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8633
8634         * Update copyright years.
8635
8636 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
8637
8638         Sync from EMACS_22_BASE.
8639
8640         * parse-time.el: Rename elt->parse-time-elt and val->parse-time-val.
8641
8642 2008-02-29  Andreas Seltenreich  <andreas@gate450.dyndns.org>
8643
8644         * nnweb.el (nnweb-google-parse-1): Fix date parsing on articles with
8645         empty author.
8646
8647 2008-02-29  Teodor Zlatanov  <tzz@lifelogs.com>
8648
8649         * gnus-registry.el (gnus-registry-marks): Add variable for
8650         customization of marks and their appearance.
8651         (gnus-registry-read-mark): Use it.
8652         (gnus-registry-do-marks): Add utility function to loop through
8653         `gnus-registry-marks'.
8654         (gnus-registry-install-shortcuts-and-menus): Add function to install
8655         shortcuts and menus.
8656         (gnus-registry-initialize): Use it.
8657         (gnus-registry-default-mark): Clarify documentation.
8658
8659 2008-02-29  Glenn Morris  <rgm@gnu.org>
8660
8661         * gnus-art.el, gnus-bookmark.el, gnus-dired.el, gnus-draft.el:
8662         * gnus-group.el, gnus-msg.el, gnus-score.el, gnus-sum.el, gnus-util.el:
8663         * gnus.el, mail-source.el, message.el, mm-decode.el, mm-uu.el, mml.el:
8664         * nnmail.el, pop3.el, smiley.el, smime.el, spam-report.el:
8665         Change defcustom :version from 23.0 to 23.1.
8666
8667 2008-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
8668
8669         * gnus-registry.el (gnus-registry-follow-group-p)
8670         (gnus-registry-post-process-groups): Add functions to aid registry
8671         splitting and improve logging.  Clarify behavior in function
8672         documentation.
8673         (gnus-registry-split-fancy-with-parent): Use them.
8674
8675 2008-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
8676
8677         * gnus-art.el: Use with-current-buffer.
8678
8679 2008-02-27  David Engster  <dengste@eml.cc>
8680
8681         * nnmairix.el (nnmairix-request-group-with-article-number-correction):
8682         Express real group name in the response.
8683
8684 2008-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
8685
8686         * nnmairix.el (nnmairix-group-regexp, nnmairix-valid-backends)
8687         (nnmairix-last-server, nnmairix-current-server): Defvar them.
8688         (nnmairix-goto-original-article): Defvar gnus-registry-install and
8689         autoload gnus-registry-fetch-group when compiling.
8690         (nnmairix-request-group-with-article-number-correction):
8691         Remove unreferenced argument passed to nnmairix-call-backend.
8692
8693 2008-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
8694
8695         * mm-uu.el (mm-uu-type-alist): Fix message-marks non-hide arguments.
8696         (mm-uu-extract): Improve face for low color ttys.
8697         Reported by Sascha Wilde.
8698
8699 2008-02-27  Glenn Morris  <rgm@gnu.org>
8700
8701         * nnmairix.el: Change defcustom :version from 23.0 to 23.1.
8702         (nnmairix-group-regexp, nnmairix-valid-backends): Convert from free
8703         variables to defconsts.  Convert comments to doc-strings.
8704         (nnmairix-last-server, nnmairix-current-server): Convert from free
8705         variables to defvars.  Convert comments to doc-strings.
8706         (gnus-registry-fetch-group): Autoload.
8707         (nnmairix-replace-group-and-numbers): Use mapc rather than mapcar.
8708         (nnmairix-widget-get-values, nnmairix-widget-make-query-from-widgets)
8709         (nnmairix-widget-build-editable-fields): Use car cddr rather than
8710         caddr.
8711         (nnmairix-request-group): Bind nnmairix-fast and nnmairix-group around
8712         nnmairix-request-group-with-article-number-correction call.
8713         (nnmairix-fast, nnmairix-group): New, less general names, for free
8714         variables passed from nnmairix-request-group to
8715         nnmairix-request-group-with-article-number-correction.  Declare.
8716         (nnmairix-request-group-with-article-number-correction):
8717         Use nnmairix-fast, nnmairix-group rather than fast, group.
8718
8719 2008-02-26  David Engster  <dengste@eml.cc>
8720
8721         * nnmairix.el: New file.  Mairix back end for Gnus.  Initial import of
8722         version 0.5.
8723
8724 2008-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
8725
8726         * gnus-registry.el (gnus-registry-register-message-ids): Use `id'
8727         instead of making an extra function call.  Don't add the current group
8728         to articles only when they have the group.  Use
8729         `gnus-registry-fetch-groups' instead of `gnus-registry-fetch-group'.
8730         Reported by David <de_bb@arcor.de>.
8731
8732 2008-02-24  Miles Bader  <miles@gnu.org>
8733
8734         * mm-util.el (mm-hack-charsets, mm-iso-8859-15-compatible)
8735         (mm-iso-8859-x-to-15-table, mm-iso-8859-x-to-15-region)
8736         (mm-find-mime-charset-region):
8737         * mm-bodies.el (mm-encode-body):
8738         * mml.el (mml-parse-1): Revert removal of `mm-hack-charsets'.
8739
8740 2008-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
8741
8742         * lpath.el: Fbind pgg-display-output-buffer for systems in which EasyPG
8743         has been installed; bind pgg-parse-crc24 for only non-Mule XEmacs.
8744
8745 2008-02-16  Reiner Steib  <Reiner.Steib@gmx.de>
8746
8747         * mail-source.el (mail-source-delete-incoming): Change default.
8748         Supplement doc string.
8749
8750         * gnus-util.el (gnus-y-or-n-p, gnus-y-or-n-p): Update comments.
8751
8752 2008-02-14  Glenn Morris  <rgm@gnu.org>
8753
8754         * time-date.el (format-seconds): New function.
8755
8756 2008-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
8757
8758         * nnmail.el (nnmail-message-id-cache-file): Derive from
8759         `gnus-home-directory'.
8760
8761 2008-02-11  Reiner Steib  <Reiner.Steib@gmx.de>
8762
8763         * gnus-topic.el (gnus-topic-select-group, gnus-topic-read-group):
8764         Document negative prefix.
8765
8766         * gnus-group.el (gnus-group-read-group): Document negative prefix.
8767
8768 2008-02-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
8769
8770         * message.el (message-unsent-separator): Add the Exim bounce
8771         separator.
8772
8773 2008-02-10  Daiki Ueno  <ueno@unixuser.org>
8774
8775         * mml2015.el (mml2015-epg-sign): Remove skipped signers from the signer
8776         list.
8777         (mml2015-epg-encrypt): Remove skipped recipients/signers from the
8778         recipient/signer list.
8779
8780 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
8781
8782         * Makefile.in (datarootdir): Define.
8783         (EMACS_COMP, install-el, install-elc, install-el-elc): Quote directory
8784         name that might contain whitespace.
8785
8786 2008-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
8787
8788         * mm-util.el (mm-codepage-setup): If cp-supported-codepages isn't
8789         fbound (Emacs 23 unicode), signal an error.
8790
8791 2008-02-08  Glenn Morris  <rgm@gnu.org>
8792
8793         * gnus-art.el (pgg-display-output-buffer): Declare as function.
8794
8795 2008-02-07  Tassilo Horn  <tassilo@member.fsf.org>
8796
8797         * nnimap.el (nnimap-open-connection): Add "143" and "993" as default
8798         ports to the calls to `netrc-machine-user-or-password' in addition to
8799         "imap" and "imaps".
8800
8801 2008-02-01  Zhang Wei  <id.brep@gmail.com>
8802
8803         * rfc2047.el (rfc2047-charset-encoding-alist): Add gbk and GB18030.
8804
8805         * mm-util.el (mm-mime-mule-charset-alist): Add gbk and GB18030.
8806
8807 2008-02-01  Kenichi Handa  <handa@m17n.org>
8808
8809         * rfc2104.el (rfc2104-hexstring-to-byte-list): Rename from
8810         rfc2104-hexstring-to-bitstring and changed to return a byte list.
8811         (rfc2104-hash): Convert the result of concat to unibyte string.
8812
8813 2008-02-01  Dave Love  <fx@gnu.org>
8814
8815         * gnus-start.el (gnus-read-newsrc-el-file): Don't bind
8816         coding-system-for-read.
8817         (gnus-gnus-to-quick-newsrc-format): Insert coding cookie.
8818
8819 2008-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
8820
8821         * gnus.el (gnus-group-startup-message): Add `find-image' call before
8822         image-load-path is let-bound.  Reported by Harald Hanche-Olsen
8823         <hanche@math.ntnu.no>.
8824
8825 2008-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
8826
8827         * gnus-art.el (gnus-article-describe-bindings): Work for draft group.
8828
8829         * gnus-xmas.el (gnus-xmas-article-describe-bindings): Ditto.
8830
8831 2008-01-28  Dan Nicolaescu  <dann@ics.uci.edu>
8832
8833         * sieve.el (sieve-make-overlay, sieve-overlay-put, sieve-overlays-at):
8834         * message.el (message-beginning-of-line): Use featurep instead of bound
8835         tests in order to resolve conditionals at compile time.
8836
8837 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
8838
8839         * mail-source.el (mail-sources): Add `group' choice.
8840
8841         * nnmail.el (nnmail-get-new-mail-1): Abstract this out to add another
8842         parameter `in-group' to control into which group the articles go.
8843         Add treatment of `group' mail-source.
8844
8845 2008-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
8846
8847         * gnus-art.el (gnus-insert-mime-button): Don't decode description.
8848
8849         * mm-decode.el (mm-dissect-buffer): Decode description.
8850
8851         * mml.el (mml-to-mime): Encode message header first.
8852
8853 2008-01-18  Katsumi Yamaoka  <yamaoka@jpl.org>
8854
8855         * gnus-art.el (gnus-article-describe-bindings): Make it possible to use
8856         xrefs, i.e. [back] and [forward] buttons, in *Help* buffer.
8857
8858         * lpath.el: Fbind help-buffer for Emacs 21 and XEmacs; bind
8859         help-xref-stack-item for Emacs 21, Emacs 22.1, and XEmacs.
8860
8861 2008-01-18  Teodor Zlatanov  <tzz@lifelogs.com>
8862
8863         * gnus-registry.el (gnus-registry-trim): Use append, not concat.
8864
8865 2008-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
8866
8867         * gnus-art.el (gnus-article-read-summary-keys): Work for some `A'
8868         prefix keys.
8869         (gnus-article-read-summary-send-keys): Use gnus-character-to-event.
8870         (gnus-article-describe-bindings): Simplify; move XEmacs stuff to
8871         gnus-xmas.el.
8872
8873         * gnus-xmas.el: Bind gnus-agent-summary-mode when compiling.
8874         (gnus-xmas-article-describe-bindings): New function.
8875         (gnus-xmas-redefine): Make gnus-article-describe-bindings alias to
8876         gnus-xmas-article-describe-bindings.
8877
8878         * lpath.el: Don't fbind character-to-event and map-keymap for Emacs 21.
8879
8880 2008-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
8881
8882         * gnus-registry.el (gnus-registry-marks, gnus-registry-default-mark):
8883         Add new variables for article mark management.
8884         (gnus-registry-extra-entries-precious, gnus-registry-trim): Define a
8885         list of extra data entries which, when present, will indicate that the
8886         article ID should not be trimmed from the registry.
8887         (gnus-registry-mark-article, gnus-registry-article-marks): Remove these
8888         functions.
8889         (gnus-registry-read-mark): New function to read a mark name from the
8890         user.
8891         (gnus-registry-set-article-mark, gnus-registry-remove-article-mark)
8892         (gnus-registry-set-article-mark-internal): New functions to add and
8893         remove marks.
8894         (gnus-registry-get-article-marks): New function to show the marks for
8895         an article, or retrieve them for further use.
8896
8897 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
8898
8899         * gnus-art.el (gnus-article-describe-bindings): Show all `S' prefix
8900         keys when no argument is given.
8901
8902 2008-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
8903
8904         * imap.el (imap-ping-server): New variable.
8905         (imap-opened): On add extra ping if imap-ping-server is non-nil.
8906         (imap-ping-server): Minor doc string fixes.
8907
8908 2008-01-14  Knut Anders Hatlen  <kahatlen@gmail.com>  (tiny change)
8909
8910         * imap.el (imap-ping-server): New function.
8911         (imap-opened): Call imap-ping-server.
8912
8913 2008-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
8914
8915         * gnus-sum.el (gnus-article-sort-by-random)
8916         (gnus-thread-sort-by-random): Fix doc strings.
8917         Reported by jidanni@jidanni.org.
8918
8919 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
8920
8921         * gnus-art.el (gnus-article-describe-bindings): New function.
8922         (gnus-article-read-summary-keys): Use it.
8923         (gnus-article-mode-map): Bind `C-h b' to it.
8924
8925 2008-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
8926
8927         * gnus-art.el (gnus-article-read-summary-keys): Work for `C-h' on
8928         XEmacs.
8929         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8930         Protect against non-character events.
8931
8932         * lpath.el: Fbind map-keymap for Emacs 21.
8933
8934 2008-01-09  Reiner Steib  <Reiner.Steib@gmx.de>
8935
8936         * gnus-group.el (gnus-group-read-ephemeral-gmane-group-url):
8937         New command.
8938         (gnus-group-read-ephemeral-gmane-group): Use optional argument RANGE
8939         instead of END.  Change name of the temp file.
8940         (gnus-group-gmane-group-download-format): Add doc string.  Make it
8941         customizable.
8942
8943 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
8944
8945         * gnus-art.el (gnus-article-send-map): New keymap for `S' prefix keys;
8946         bind `S W' to gnus-article-wide-reply-with-original; set default
8947         binding to gnus-article-read-summary-send-keys.
8948         (gnus-article-read-summary-keys): Fix the order of keys; display
8949         continuation keys correctly in the echo area; describe bindings
8950         correctly when keys end with `C-h'.
8951         (gnus-article-read-summary-send-keys): New function.
8952         (gnus-article-describe-key, gnus-article-describe-key-briefly):
8953         Work for gnus-article-read-summary-send-keys; display continuation keys
8954         correctly in the echo area.
8955         (gnus-article-reply-with-original): Ignore prefix argument.
8956         (gnus-article-wide-reply-with-original): New function.
8957
8958         * lpath.el: Fbind character-to-event and set-keymap-default-binding for
8959         Emacs 21.
8960
8961 2008-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
8962
8963         * gnus-bookmark.el (gnus-bookmark-mouse-available-p): Don't test for
8964         display-color-p.  Reported by Reiner Steib <Reiner.Steib@gmx.de>.
8965
8966 2008-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
8967
8968         * gnus-group.el (gnus-group-gmane-group-download-format): New variable.
8969         (gnus-group-read-ephemeral-gmane-group): New command.
8970
8971 2008-01-06  Dan Nicolaescu  <dann@ics.uci.edu>
8972
8973         * gnus.el (gnus-use-long-file-name): Remove reference to xenix.
8974
8975 2007-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
8976
8977         * message.el (message-send-mail-function): Increase custom version.
8978
8979         * mml-sec.el, sieve-manage.el, smime.el: Simplify loading of
8980         password-cache or password.  Suggested by Glenn Morris <rgm@gnu.org>.
8981
8982 2007-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
8983
8984         * imap.el (imap-authenticate): Use current-buffer instead of buffer,
8985         for the cases where imap-authenticate is called with a nil buffer
8986         parameter.
8987
8988 2007-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
8989
8990         * gnus-art.el (gnus-article-browse-html-parts): Work for two or more
8991         html parts correctly; support forwarded messages.
8992         (gnus-article-browse-html-article): Remove work buffers.
8993
8994         * netrc.el: Bind encrypt-file-alist for Emacs 21 and XEmacs when
8995         compiling.
8996         (netrc-bound-and-true-p): New macro.
8997         (netrc-parse): Use it instead of bound-and-true-p that is not available
8998         in XEmacs 21.4.
8999
9000 2007-12-19  Teodor Zlatanov  <tzz@lifelogs.com>
9001
9002         * gnus-registry.el (gnus-registry-mark-article)
9003         (gnus-registry-article-marks): Add functionality to mark articles
9004         through the Gnus registry.
9005
9006         * encrypt.el: Clarify documentation for the new pgg method.
9007         (encrypt-file-alist): Add PGG option.
9008         (encrypt-insert-file-contents, encrypt-write-file-contents): Use PGG
9009         functionality.  Abstract password key and messaging to external
9010         functions.
9011         (encrypt-password-key, encrypt-get-passphrase-if-needed)
9012         (encrypt-message-method-and-cipher): Add new convenience external
9013         functions.
9014         (encrypt-pgg-encode-buffer, encrypt-pgg-decode-buffer)
9015         (encrypt-pgg-process-buffer): Add PGG functionality glue.
9016
9017         * netrc.el: Autoload encrypt when encrypt-file-alist is set.
9018         (netrc-parse): Use encrypt-file-alist to determine if
9019         encrypt-find-model or encrypt-insert-file-contents should be used.
9020
9021         * encrypt.el: Clarify documentation.  Load password-cache or
9022         password, whichever one is found first, instead of autoloading.
9023
9024 2007-12-19  Glenn Morris  <rgm@gnu.org>
9025
9026         * mml.el (message-options-set, message-narrow-to-head)
9027         (message-in-body-p, message-mail-p, message-encode-message-body):
9028         Autoload.
9029         (message-remove-header, message-narrow-to-headers-or-head)
9030         (message-subscribed-p, message-make-mail-followup-to)
9031         (message-position-on-field, message-news-p)
9032         (message-options-set-recipient, message-generate-headers)
9033         (message-sort-headers): Declare as functions.
9034
9035 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
9036
9037         * gnus-draft.el (gnus-draft-send-message): Mention process/prefix
9038         convention in doc string.
9039
9040 2007-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
9041
9042         * gnus-art.el (gnus-article-browse-html-parts): Add message header and
9043         title to html parts.
9044         (gnus-article-browse-html-article): Pass message header to it.
9045
9046         * mm-decode.el (mm-display-external): Use mm-add-meta-html-tag.
9047
9048 2007-12-16  Reiner Steib  <Reiner.Steib@gmx.de>
9049
9050         * mml-sec.el, sieve-manage.el, smime.el: Make loading of password-cache
9051         or password compatible with XEmacs.
9052
9053 2007-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
9054
9055         * gnus-art.el (article-verify-x-pgp-sig): Add reference to X-PGP-Sig
9056         format document.
9057         (gnus-mime-delete-part): Don't write description line if empty.
9058         (gnus-article-encrypt-body): Add confirmation for gnus-novice-user.
9059
9060 2007-12-14  Johan BockgÃ¥rd  <bojohan@gnu.org>
9061
9062         * gnus-sum.el (gnus-summary-mark-unread-as-read)
9063         (gnus-summary-mark-read-and-unread-as-read)
9064         (gnus-summary-mark-current-read-and-unread-as-read)
9065         (gnus-summary-mark-unread-as-ticked): Doc fix.
9066         `gnus-mark-article-hook', not `gnus-summary-mark-article-hook'.
9067
9068 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9069
9070         * gnus-sum.el (gnus-summary-prev-article): Fix doc string.
9071         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9072
9073 2007-12-14  Reiner Steib  <Reiner.Steib@gmx.de>
9074
9075         * gnus-util.el (gnus-y-or-n-p, gnus-yes-or-no-p): Alias to y-or-n-p and
9076         yes-or-no-p.
9077
9078 2007-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9079
9080         * mm-decode.el (mm-add-meta-html-tag): New function.
9081         (mm-save-part-to-file, mm-pipe-part): Use it.
9082
9083         * gnus-art.el (gnus-article-browse-delete-temp-files):
9084         Use gnus-y-or-n-p instead of y-or-n-p.
9085         (gnus-article-browse-html-parts): Work with message/external-body; use
9086         mm-add-meta-html-tag.
9087
9088 2007-12-11  Glenn Morris  <rgm@gnu.org>
9089
9090         * gnus-cache.el: Require gnus-sum not just when compiling.
9091
9092         * gnus-fun.el (gnus-display-x-face-in-from): Require gnus-art.
9093
9094         * gnus-int.el (gnus-server-opened, gnus-status-message):
9095         Move definitions before use.
9096
9097         * mm-decode.el: Require gnus-util.
9098         (mm-remove-part): Only call delete-annotation on XEmacs.
9099
9100         * mm-uu.el (gnus-original-article-buffer): Define for compiler.
9101
9102         * nnmail.el: Require gnus-int.
9103
9104         * spam.el: Move `require's before `eval-when-compile's.
9105
9106         * gnus-ems.el (gnus-alive-p):
9107         * gnus-fun.el (message-goto-eoh):
9108         * gnus-util.el (gnus-group-name-decode):
9109         * mail-source.el (gnus-compress-sequence):
9110         * message.el (Info-goto-node, format-spec):
9111         * mm-bodies.el (message-options-get):
9112         * mm-decode.el (mm-view-pkcs7):
9113         * mm-util.el (gmm-write-region):
9114         * mml-smime.el (mml-compute-boundary)
9115         (gnus-completing-read-with-default):
9116         * mml.el (widget-button-press, gnus-make-hashtable):
9117         * mml1991.el (mm-decode-content-transfer-encoding)
9118         (mm-encode-content-transfer-encoding)
9119         (message-options-get, message-options-set):
9120         * mml2015.el (gnus-buffer-live-p, gnus-get-buffer-create):
9121         * nnfolder.el (gnus-request-group):
9122         * nnheader.el (ietf-drums-unfold-fws):
9123         * rfc1843.el (mail-header-parse-content-type, message-narrow-to-head):
9124         * smime.el (gnus-run-mode-hooks):
9125         * spam-stat.el (gnus-message): Autoload.
9126
9127         * gnus-cache.el, gnus-fun.el, gnus-group.el, gnus.el, mail-source.el:
9128         * mm-bodies.el, mm-decode.el, mm-extern.el, mm-util.el:
9129         * mml-smime.el, mml.el, mml1991.el, mml2015.el, nndb.el, nnfolder.el:
9130         * nnmail.el, nnmaildir.el, nnrss.el, rfc1843.el, spam.el:
9131         Add declare-function compatibility definition.
9132
9133         * gnus-cache.el (nnvirtual-find-group-art):
9134         * gnus-fun.el (article-narrow-to-head, gnus-article-goto-header)
9135         (gnus-add-image, gnus-add-wash-type):
9136         * gnus-group.el (nnkiboze-score-file):
9137         * gnus-sum.el (turn-on-gnus-mailing-list-mode)
9138         (gnus-cache-write-active, mm-uu-dissect, idna-to-unicode):
9139         * gnus-util.el (gnus-find-method-for-group, gnus-group-name-charset)
9140         (message-tokenize-header, gnus-get-buffer-create)
9141         (mm-enable-multibyte, gnus-put-text-property, gnus-overlay-put)
9142         (gnus-make-overlay, mm-disable-multibyte, gnus-add-text-properties):
9143         * gnus.el (gnus-group-decoded-name):
9144         * mail-source.el (imap-capability):
9145         * mm-bodies.el (message-options-set):
9146         * mm-decode.el (gnus-configure-windows):
9147         * mm-extern.el (message-goto-body):
9148         * mm-util.el (mm-delete-duplicates, mm-detect-coding-region):
9149         * mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
9150         (epg-sub-key-validity, message-options-set):
9151         * mml.el (widget-event-point, gnus-configure-windows):
9152         * mml1991.el (mc-encrypt-generic, gpg-sign-encrypt, gpg-encrypt):
9153         * mml2015.el (epg-check-configuration, epg-configuration)
9154         (message-options-set):
9155         * nndb.el (nndb-request-article):
9156         * nnfolder.el (gnus-request-create-group):
9157         * nnmail.el (gnus-activate-group, gnus-group-mark-article-read):
9158         * nnmaildir.el (gnus-group-mark-article-read):
9159         * nnrss.el (w3-parse-buffer, gnus-group-make-rss-group):
9160         * rfc1843.el (message-fetch-field):
9161         * spam.el (gnus-extract-address-components):
9162         Declare as functions.
9163
9164 2007-12-10  Katsumi Yamaoka  <yamaoka@jpl.org>
9165
9166         * gnus-art.el (gnus-article-browse-html-parts): Decode CTE.
9167
9168         * pgg.el (pgg-run-at-time, pgg-cancel-timer): Use eval-and-compile.
9169
9170         * lpath.el: Fbind run-mode-hooks for Emacs 21;
9171         bind show-trailing-whitespace for XEmacs.
9172
9173 2007-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
9174
9175         * hashcash.el, imap.el, pgg.el, pgg-parse.el (declare-function): Add
9176         new no-op macro for backward compatibility.
9177
9178         * imap.el (imap-string-to-integer): New function.
9179
9180 2007-12-09  Glenn Morris  <rgm@gnu.org>
9181
9182         * gnus-uu.el (gnus-uu-yenc-article): Use insert-buffer-substring.
9183
9184         * gnus-art.el, gnus-spec.el, gnus-sum.el, gnus-util.el:
9185         * message.el, mm-view.el, sieve-manage.el, smime.el:
9186         Add declare-function compatibility definition.
9187
9188         * gnus-art.el (w3-region, w3m-region, Info-menu):
9189         * gnus-spec.el (gnus-summary-from-or-to-or-newsgroups):
9190         * gnus-sum.el (gnus-get-predicate):
9191         * gnus-util.el (mm-append-to-file, w32-focus-frame):
9192         * message.el (mail-abbrev-in-expansion-header-p):
9193         * mm-view.el (w3-do-setup, w3-region, w3-prepare-buffer)
9194         (w3m-detect-meta-charset, w3m-region):
9195         * sieve-manage.el (password-read, password-cache-add)
9196         (password-cache-remove):
9197         * smime.el (password-read-and-add): Declare as functions.
9198
9199 2007-12-08  David Kastrup  <dak@gnu.org>
9200
9201         * gnus-sum.el (gnus-summary-simplify-subject-query):
9202         * ecomplete.el (ecomplete-display-matches): Fix buggy call to
9203         `message'.
9204
9205 2007-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
9206
9207         * dgnushack.el (dgnushack-emacs-compile-defcustom-p): New function; use
9208         it to bind idna-program, installation-directory, defined-colors, and
9209         face-attribute for XEmacs of the version that compiles defcustom forms.
9210
9211 2007-12-07  Glenn Morris  <rgm@gnu.org>
9212
9213         * gnus-art.el (article-make-date-line): Revert previous change.
9214
9215 2007-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
9216
9217         * gnus-start.el (gnus-load): Rename local variable to avoid confusion.
9218
9219 2007-12-06  Christian Plate  <cplate@web.de>  (tiny change)
9220
9221         * nnmaildir.el (nnmaildir-request-update-info): Improve performance.
9222         Call gnus-add-to-range ranges only once with a prepared article-list.
9223
9224 2007-12-06  Paul Jarc  <prj@po.cwru.edu>
9225
9226         * nnmaildir.el (nnmaildir-request-list, nnmaildir-retrieve-groups)
9227         (nnmaildir-request-group, nnmaildir-retrieve-headers): Escape spaces in
9228         group names with backslashes.
9229         Reported by Tassilo Horn <tassilo@member.fsf.org>.
9230
9231 2007-12-06  Deepak Goel  <deego3@gmail.com>
9232
9233         * gnus-art.el (article-make-date-line):
9234         * gnus-start.el (gnus-load):
9235         * pop3.el (pop3-read-response): Fix buggy call to `error'.
9236
9237 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9238
9239         * gnus-art.el (gnus-use-idna)
9240         * gnus-start.el (gnus-site-init-file)
9241         * message.el (message-use-idna)
9242         * mm-uu.el (mm-uu-hide-markers)
9243         * smiley.el (smiley-style): Revert changes that suppress warnings.
9244
9245 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9246
9247         * gnus-art.el (gnus-article-browse-html-parts): Add meta html tag to
9248         specify charset to html source.
9249         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
9250
9251 2007-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
9252
9253         * gnus-art.el (gnus-use-idna): Don't directly refer to the value of
9254         idna-program in order to suppress byte compile warning issued by XEmacs
9255         that came to byte compile the default value section of defcustom forms
9256         recently.
9257
9258         * gnus-start.el (gnus-site-init-file): Don't directly refer to the
9259         value of installation-directory.
9260
9261         * message.el (message-use-idna): Don't directly refer to the value of
9262         idna-program.
9263
9264         * mm-uu.el (mm-uu-hide-markers): Don't directly call defined-colors.
9265
9266         * smiley.el (smiley-style): Don't directly call face-attribute.
9267
9268 2007-12-04  Reiner Steib  <Reiner.Steib@gmx.de>
9269
9270         * gnus-group.el (gnus-group-highlight-line): Add FIXME.
9271
9272         * gnus-dired.el: Reduce Gnus dependencies.
9273         (gnus-ems, gnus-msg, gnus-util, message, mm-decode, mml):
9274         Don't require.  Use autoloads instead.
9275         (mml-attach-file, mm-default-file-encoding, mailcap-extension-to-mime)
9276         (mailcap-mime-info, mm-mailcap-command, ps-print-preprint)
9277         (message-buffers, gnus-setup-message, gnus-print-buffer): Autoload.
9278         (gnus-dired-mode): Adjust doc string.
9279         (gnus-dired-mail-mode): New variable.
9280         (gnus-dired-mode-map): Avoid using `gnus-define-keys'.
9281         (gnus-dired-mode): Avoid using `gnus-run-hooks'.
9282         (gnus-dired-mail-buffers): New function.  Return mail or message
9283         composition buffers.
9284         (gnus-dired-attach): Use it.
9285         (gnus-dired-find-file-mailcap): Call `mailcap-mime-info' with
9286         NO-DECODE.
9287         (gnus-dired-print): Use `gnus-print-buffer' depending on
9288         `gnus-dired-mail-mode'.
9289
9290 2007-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
9291
9292         * rfc2047.el (rfc2047-encoded-word-regexp)
9293         (rfc2047-encoded-word-regexp-loose): Move forward; add comments
9294         explaining what regexp patterns are for.
9295
9296 2007-12-04  Glenn Morris  <rgm@gnu.org>
9297
9298         * password.el: Move to password-cache.el.
9299
9300         * mml1991.el (password-read, password-cache-add, password-cache-remove):
9301         * mml2015.el (password-read, password-cache-add, password-cache-remove):
9302         * mml-smime.el (password-read, password-cache-add)
9303         (password-cache-remove):
9304         No need to autoload, since mml-sec requires password.
9305
9306         * gnus.el (gnus-spam-resend-to, gnus-ham-resend-to):
9307         * message.el (gnus-extract-address-components):
9308         * mml-smime.el (gnus-extract-address-components): Define for compiler.
9309
9310         * mml-sec.el, sieve-manage.el, smime.el: Require password-cache or
9311         password.
9312
9313 2007-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
9314
9315         * mailcap.el: Reduce dependencies.
9316         (mail-header-parse-content-type): Autoload.
9317         (mailcap-delete-duplicates): New alias.
9318         (mailcap-mime-info): Add optional argument NO-DECODE.
9319         (mailcap-mime-types): Use mailcap-delete-duplicates.
9320
9321         * message.el (message-ignored-supersedes-headers): Add "X-ID".
9322
9323 2007-12-03  Nathan J. Williams  <nathanw@MIT.EDU>  (tiny change)
9324
9325         * imap.el (imap-mailbox-status-asynch): Upcase STATUS items.
9326         (imap-parse-status): Upcase status-att for servers that sends them
9327         lower-case (e.g., MS Exchange 2007).
9328
9329 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
9330
9331         * gnus-sum.el (gnus-uu-extract-map): Add a command for the yenc
9332         function.
9333
9334         * gnus-uu.el (gnus-uu-decode-yenc): New command.
9335         (gnus-uu-yenc-article): New function.
9336
9337         * yenc.el (yenc-first-part-p, yenc-last-part-p): New functions.
9338
9339         * mm-uu.el (mm-uu-yenc-extract): Get the data from the original buffer.
9340
9341 2007-12-02  Glenn Morris  <rgm@gnu.org>
9342
9343         * binhex.el (binhex): New custom group.
9344         (binhex-decoder-program, binhex-decoder-switches)
9345         (binhex-use-external): Move to the binhex custom group.
9346
9347         * uudecode.el (uudecode): New custom group.
9348         (uudecode-decoder-program, uudecode-decoder-switches)
9349         (uudecode-use-external): Move to the uudecode custom group.
9350
9351         * netrc.el (top-level): Don't load `encrypt' features.
9352         (netrc-parse): Don't use encrypt.
9353         (netrc-find-service-name, netrc-find-service-number): Don't use caddr.
9354
9355         * encrypt.el: Remove file.
9356
9357 2007-12-01  Reiner Steib  <Reiner.Steib@gmx.de>
9358
9359         * message.el (message-cite-prefix-regexp): Remove `-' and `+' to avoid
9360         matches on patches.
9361
9362         * gnus-art.el (gnus-article-browse-html-article):
9363         Mention `mm-text-html-renderer' in the doc string.
9364
9365         * rfc2047.el (rfc2047-encode-max-chars): Refer to RFC 2047 in doc
9366         string.  Add comments.
9367
9368         * message.el (message-idna-to-ascii-rhs-1): Don't call `idna-to-ascii'
9369         if rhs is ASCII.
9370
9371 2007-12-01  Glenn Morris  <rgm@gnu.org>
9372
9373         * mail-source.el (top-level): Require format-spec before
9374         eval-when-compile.
9375
9376 2007-11-30  Glenn Morris  <rgm@gnu.org>
9377
9378         * encrypt.el: Require password, rather than autoloading password-read.
9379
9380 2007-11-29  Glenn Morris  <rgm@gnu.org>
9381
9382         * imap.el (sasl-find-mechanism, sasl-mechanism-name)
9383         (sasl-make-client, sasl-next-step, sasl-step-data)
9384         (sasl-step-set-data): Declare as functions.
9385
9386 2007-11-28  Reiner Steib  <Reiner.Steib@gmx.de>
9387
9388         * tls.el (tls-hostmismatch, open-tls-stream): Checkdoc cleanup.
9389
9390 2007-11-28  Elias Oltmanns  <eo@nebensachen.de>
9391
9392         * tls.el (open-tls-stream): Actually consult tls-checktrust to see if
9393         certs should be verified and what is to be done in the event of a
9394         verification failure.
9395
9396         * gnus.el (gnus-method-to-server): Add an optional parameter so the
9397         caller can indicate whether the cache should be disregarded for this
9398         call.  This way the result of the call is reproducible at all times and
9399         can be considered a canonical server name for the supplied method.
9400         (gnus-agent-method-p): Canonicalize server names by pushing their
9401         method through `gnus-method-to-server' using the no-cache argument.
9402
9403         * gnus-srvr.el (gnus-server-insert-server-line):
9404         Call `gnus-method-to-server' with `no-cache' argument.
9405
9406         * gnus-agent.el (gnus-agent-toggle-plugged): Don't call
9407         gnus-agent-possibly-synchronize-flags as this should be called when the
9408         server is actually being opened.
9409         (gnus-agent-possibly-synchronize-flags)
9410         (gnus-agent-possibly-synchronize-flags-server): Move check for the
9411         flags file of an agentized server to the latter function.
9412
9413         * gnus-int.el (gnus-agent-possibly-synchronize-flags-server): Autoload.
9414         (gnus-open-server): Call gnus-agent-possibly-synchronize-flags-server
9415         after a connection has been established successfully.
9416
9417 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
9418
9419         * gnus-art.el (article-display-face): Force to display face if called
9420         interactively; check if gnus-article-x-face-too-ugly matches author.
9421         (article-display-x-face): Display face even if From header is missing
9422         as article-display-face does.
9423
9424 2007-11-27  Dan Nicolaescu  <dann@ics.uci.edu>
9425
9426         * hashcash.el (message-narrow-to-headers-or-head)
9427         (message-fetch-field, message-goto-eoh)
9428         (message-narrow-to-headers): Declare as functions.
9429
9430 2007-11-27  Reiner Steib  <Reiner.Steib@gmx.de>
9431
9432         * mail-source.el (mail-sources): Default to fetch from file for
9433         compatibility with default of nnmail-spool-file.
9434
9435 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
9436
9437         * rfc2047.el (rfc2047-allow-irregular-q-encoded-words): New variable.
9438         (rfc2047-encodable-p): Use rfc2047-encoded-word-regexp instead of "=?"
9439         to look for encoded word that should be encoded again.
9440         (rfc2047-encoded-word-regexp): Make B encoding pattern strict.
9441         (rfc2047-encoded-word-regexp-loose): New constant that has loose Q
9442         encoding pattern.
9443         (rfc2047-decode-region): Switch strict regexp and loose one according
9444         to rfc2047-allow-irregular-q-encoded-words.
9445
9446 2007-11-25  Romain Francoise  <romain@orebokech.com>
9447
9448         * gnus-msg.el (gnus-summary-reply): Delete extra paren.
9449
9450 2007-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
9451
9452         * tls.el (tls-program): Provide more custom choices from
9453         `tls-checktrust'.  Refer to `tls-checktrust' in doc string.
9454         (tls-process-connection-type, tls-success): Remove "*" in doc string.
9455
9456 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9457
9458         * nnmail.el (nnmail-spool-file): Remove obsolete variable.
9459         (nnmail-get-new-mail): Remove code using `nnmail-spool-file'.
9460
9461         * gnus-start.el (defvar, gnus-get-unread-articles): Remove code using
9462         `nnmail-spool-file'.
9463
9464         * nnkiboze.el (nnkiboze-generate-groups): Don't bind obsolete
9465         `nnmail-spool-file'.
9466
9467         * gnus-move.el (gnus-change-server): Ditto.
9468
9469         * gnus-kill.el (gnus-batch-score): Ditto.
9470
9471         * gnus-cache.el (gnus-jog-cache): Ditto.
9472
9473         * gnus-msg.el (gnus-summary-reply):
9474         Ignore gnus-confirm-mail-reply-to-news for wide and very wide replies.
9475
9476 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9477
9478         * tls.el (tls-checktrust, tls-hostmismatch, tls-untrusted): Add custom
9479         version.  Minor improvement to doc strings.
9480         (tls-program): Add comment.
9481
9482 2007-11-24  Elias Oltmanns  <eo@nebensachen.de>
9483
9484         * tls.el (tls-certtool-program, tls-hostmismatch): New variables.
9485         (tls-checktrust): New variable.  Check if GNU TLS complained about a
9486         mismatch between the hostname provided in the certificate and the name
9487         of the host connnecting to.
9488         (open-tls-stream): Use them.  Check certificates against trusted root
9489         certificates.
9490
9491 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
9492
9493         * gnus-cache.el (gnus-cache-generate-nov-databases):
9494         Use nnml-generate-nov-databases-directory instead of
9495         nnml-generate-nov-databases-1.
9496
9497 2007-11-24  Glenn Morris  <rgm@gnu.org>
9498
9499         * message.el (message-tool-bar-retro): Update for rename
9500         mail_send.xpm->mail-send.xpm.
9501
9502 2007-11-22  Reiner Steib  <Reiner.Steib@gmx.de>
9503
9504         * smime.el (smime-cert-by-ldap-1): Use `ldap-search' instead of
9505         `smime-ldap-search' for Emacs 22 and up.
9506
9507 2007-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
9508
9509         * gnus-art.el (gnus-article-truncate-lines): Use `truncate-lines'.
9510
9511         * message.el (message-send-mail-function): Fix error convention.
9512         (message-mailer-swallows-blank-line, message-send-mail-with-sendmail)
9513         (message-widen-reply, message-send-mail, message-talkative-question)
9514         (message-with-reply-buffer, message-generate-new-buffer-clone-locals)
9515         (message-clone-locals, message-send-news): Use with-current-buffer.
9516         (message-insert-or-toggle-importance): Remove unused var `valid'.
9517         (message-make-references): Remove unused var `new-references'.
9518         (message-make-mail-followup-to): Remove unused var `subscribed-lists'.
9519
9520 2007-11-22  Juanma Barranquero  <lekktu@gmail.com>
9521
9522         * spam.el (spam-find-spam, spam-enter-list): Doc fixes.
9523         (spam-split-symbolic-return-positive): Reflow docstring.
9524         (spam-backends, spam-summary-exit-behavior)
9525         (spam-mark-ham-unread-before-move-from-spam-group)
9526         (spam-summary-score-preferred-header, spam-sa-learn-spam-switch)
9527         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
9528         (spam-clear-cache, spam-backend-check, spam-install-backend)
9529         (spam-install-statistical-backend, spam-list-of-processors)
9530         (spam-group-processor-p, spam-split, spam-bogofilter-score)
9531         (spam-bsfilter-score, spam-check-bsfilter, spam-crm114-score)
9532         (spam-check-crm114, spam-initialize, spam-unload-hook):
9533         Fix typos in docstrings.
9534
9535 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9536
9537         * gnus-start.el (gnus-get-unread-articles): Mark groups as having never
9538         been checked if they have never been read and those group levels are
9539         higher than the one that a user specified.
9540
9541 2007-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
9542
9543         * gnus-start.el (gnus-get-unread-articles): Don't prevent from checking
9544         foreign groups unless a group level is specified by a user.
9545         Reported by Dan Nicolaescu <dann@ics.uci.edu>.
9546
9547 2007-11-21  Reiner Steib  <Reiner.Steib@gmx.de>
9548
9549         * message.el (message-send-mail-function): Require sendmail.
9550
9551 2007-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
9552
9553         * message.el (message-send-mail-function): Check for smtpmail too.
9554
9555         * utf7.el (utf7-encode, utf7-decode): Use coding system
9556         `utf-7'/`utf-7-imap' from utf-7.el' if available.
9557
9558         * message.el (message-send-mail-function): New function.
9559         (message-send-mail-function): Set default using
9560         message-send-mail-function.  Adjust doc string.
9561         (message-send-mail-with-mailclient): New function.
9562
9563 2007-11-16  Dan Nicolaescu  <dann@ics.uci.edu>
9564
9565         * smime.el (from):
9566         * rfc2047.el (message-posting-charset):
9567         * qp.el (mm-use-ultra-safe-encoding):
9568         * pop3.el (parse-time-months):
9569         * nnrss.el (mm-text-html-renderer, mm-text-html-washer-alist):
9570         * nnml.el (files):
9571         * nnheader.el (gnus-newsgroup-name, nnheader-file-coding-system)
9572         (jka-compr-compression-info-list, ange-ftp-path-format)
9573         (efs-path-regexp):
9574         * nndiary.el (files):
9575         * mml2015.el (mc-default-scheme, mc-schemes, pgg-default-user-id)
9576         (pgg-errors-buffer, pgg-output-buffer, epg-user-id-alist)
9577         (epg-digest-algorithm-alist, inhibit-redisplay)
9578         (password-cache-expiry):
9579         * mml1991.el (pgg-default-user-id, pgg-errors-buffer)
9580         (pgg-output-buffer, password-cache-expiry):
9581         * mml.el (mml-dnd-protocol-alist, ange-ftp-name-format)
9582         (efs-path-regexp):
9583         * mml-smime.el (epg-user-id-alist, epg-digest-algorithm-alist)
9584         (inhibit-redisplay):
9585         * mm-uu.el (file-name, start-point, end-point, entry)
9586         (gnus-newsgroup-name, gnus-newsgroup-charset):
9587         * mm-util.el (mm-mime-mule-charset-alist, latin-unity-coding-systems)
9588         (latin-unity-ucs-list):
9589         * mm-bodies.el (mm-uu-yenc-decode-function, mm-uu-decode-function)
9590         (mm-uu-binhex-decode-function):
9591         * message.el (gnus-message-group-art, gnus-list-identifiers)
9592         (rmail-enable-mime-composing, gnus-local-organization)
9593         (gnus-post-method, gnus-select-method, gnus-active-hashtb)
9594         (gnus-read-active-file, facemenu-add-face-function)
9595         (facemenu-remove-face-function, gnus-article-decoded-p)
9596         (tool-bar-mode):
9597         * mail-source.el (display-time-mail-function):
9598         * gnus-util.el (nnmail-pathname-coding-system)
9599         (nnmail-active-file-coding-system, gnus-emphasize-whitespace-regexp)
9600         (gnus-original-article-buffer, gnus-user-agent)
9601         (rmail-default-rmail-file, mm-text-coding-system, tool-bar-mode)
9602         (xemacs-codename, sxemacs-codename, emacs-program-version):
9603         * gnus-sum.el (tool-bar-mode, gnus-tmp-header, number):
9604         * gnus-start.el (gnus-agent-covered-methods)
9605         (gnus-agent-file-loading-local, gnus-agent-file-loading-cache)
9606         (gnus-current-headers, gnus-thread-indent-array, gnus-newsgroup-name)
9607         (gnus-newsgroup-headers, gnus-group-list-mode)
9608         (gnus-group-mark-positions, gnus-newsgroup-data)
9609         (gnus-newsgroup-unreads, nnoo-state-alist)
9610         (gnus-current-select-method, mail-sources)
9611         (nnmail-scan-directory-mail-source-once, nnmail-split-history)
9612         (nnmail-spool-file, gnus-cache-active-hashtb):
9613         * gnus-mh.el (mh-lib-progs):
9614         * gnus-ems.el (gnus-tmp-unread, gnus-tmp-replied)
9615         (gnus-tmp-score-char, gnus-tmp-indentation, gnus-tmp-opening-bracket)
9616         (gnus-tmp-lines, gnus-tmp-name, gnus-tmp-closing-bracket)
9617         (gnus-tmp-subject-or-nil, gnus-check-before-posting, gnus-mouse-face)
9618         (gnus-group-buffer):
9619         * gnus-cite.el (font-lock-defaults-computed, font-lock-keywords)
9620         (font-lock-set-defaults):
9621         * gnus-art.el (tool-bar-map, w3m-minor-mode-map)
9622         (gnus-face-properties-alist, charset, gnus-summary-article-menu)
9623         (gnus-summary-post-menu, total-parts, type, condition, length):
9624         * gnus-agent.el (gnus-agent-read-agentview):
9625         * flow-fill.el (show-trailing-whitespace):
9626         * gnus-group.el (tool-bar-mode, nnrss-group-alist): Remove unnecessary
9627         eval-and-compile wrappers for byte compiler pacifiers.
9628
9629         * mm-view.el (mm-inline-image-xemacs): Only do something for XEmacs.
9630         (mm-display-inline-fontify): Check for featurep 'xemacs not
9631         extent-list.
9632
9633         * mm-decode.el (mm-display-external): Check for featurep 'xemacs not
9634         itimer-list.
9635         (mm-create-image-xemacs): Only do something for XEmacs.
9636         (mm-image-fit-p): Check for featurep 'xemacs not glyph-width.
9637
9638         * mm-util.el (mm-find-buffer-file-coding-system): Add check for XEmacs.
9639
9640         * gnus-registry.el (gnus-adaptive-word-syntax-table):
9641         * gnus-fun.el (gnus-face-properties-alist): Pacify byte compiler.
9642
9643 2007-11-15  Juanma Barranquero  <lekktu@gmail.com>
9644
9645         * nnimap.el (nnimap-split-download-body):
9646         * gnus-demon.el (gnus-demon):
9647         * gnus-uu.el (gnus-uu-default-view-rules): Fix typos in docstrings.
9648
9649 2007-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9650
9651         * nntp.el (nntp-insert-buffer-substring, nntp-copy-to-buffer):
9652         New macros.
9653         (nntp-wait-for, nntp-retrieve-articles, nntp-async-trigger)
9654         (nntp-retrieve-headers-with-xover): Use nntp-insert-buffer-substring to
9655         copy data from unibyte buffer to multibyte current buffer.
9656         (nntp-retrieve-headers, nntp-retrieve-groups): Use nntp-copy-to-buffer
9657         to copy data from unibyte current buffer to multibyte buffer.
9658         (nntp-make-process-buffer): Make process buffer unibyte.
9659
9660         * pop3.el (pop3-open-server): Fix typo in Lisp code.
9661
9662 2007-11-14  Denys Duchier  <denys.duchier@univ-orleans.fr>  (tiny change)
9663
9664         * pop3.el (pop3-open-server): Accept and process data more robustly at
9665         connexion start to avoid spurious "POP SSL connexion failed" errors.
9666
9667 2007-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
9668
9669         * gnus-start.el (gnus-active-to-gnus-format): Use unibyte buffer to
9670         read group names.
9671
9672 2007-11-12  Reiner Steib  <Reiner.Steib@gmx.de>
9673
9674         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Adjust :version.
9675
9676 2007-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9677
9678         * nnmail.el (nnmail-parse-active): Make group names unibyte.
9679         (nnmail-save-active): Use a unibyte buffer when saving active file,
9680         which may contain non-ASCII group names.
9681
9682         * nnml.el (nnml-request-group): Decode group names in messages.
9683
9684 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
9685
9686         * message.el (message-citation-line-function)
9687         (message-insert-formatted-citation-line): Fix spelling of
9688         `message-insert-formated-citation-line'.
9689
9690 2007-11-03  Reiner Steib  <Reiner.Steib@gmx.de>
9691
9692         * gnus-sum.el (gnus-summary-highlight): Mark as risky local variable.
9693
9694 2007-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
9695
9696         * nnml.el (nnml-request-rename-group): Bind file-name-coding-system to
9697         nnmail-pathname-coding-system.
9698
9699         * gnus-group.el (gnus-group-rename-group): Encode non-ASCII group name
9700         that a user enters; decode group names in messages.
9701
9702         * gnus-msg.el (gnus-inews-do-gcc): Encode non-ASCII group names.
9703
9704 2007-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
9705
9706         * mm-util.el (mm-charset-eval-alist): Mark as risky local variable.
9707
9708         * gnus.el (gnus-group-charter-alist): Mark as risky local variable.
9709
9710         * gnus-art.el (gnus-button-alist, gnus-header-button-alist): Mark as
9711         risky local variable.
9712
9713         * gnus-group.el (gnus-group-icon-list): Mark as risky local variable.
9714
9715 2007-11-01  Teodor Zlatanov  <tzz@lifelogs.com>
9716
9717         * encrypt.el: Improve documentation to fix function name typo.
9718         Reported by Daiki Ueno <ueno@unixuser.org>.
9719
9720 2007-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
9721
9722         * gnus-art.el (gnus-article-next-page): Honor gnus-article-over-scroll
9723         even if the point is not in the last page of an article.
9724         (gnus-article-prev-page): Honor gnus-article-over-scroll when moving
9725         back to the previous page.
9726
9727 2007-10-30  Reiner Steib  <Reiner.Steib@gmx.de>
9728
9729         * qp.el (quoted-printable-decode-string): Fix typo in doc string.
9730
9731 2007-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
9732
9733         * gnus-ems.el (gnus-x-splash): Work even if there's no scroll bar.
9734
9735 2007-10-29  Stefan Monnier  <monnier@iro.umontreal.ca>
9736
9737         * message.el (message-check-news-body-syntax):
9738         Avoid mm-string-as-multibyte.
9739         (message-hide-headers): Don't assume (point-min)==1.
9740
9741 2007-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
9742
9743         * message.el (message-remove-blank-cited-lines): Fix if remove is
9744         given.
9745         (message-bogus-address-regexp): New variable.
9746         (message-bogus-recipient-p): New function.
9747         (message-check-recipients): New command.
9748         (message-syntax-checks): Add `bogus-recipient'.
9749         (message-fix-before-sending): Add `bogus-recipient'.
9750
9751         * gnus-art.el (gnus-button-mid-or-mail-heuristic-alist): Add "alpine".
9752         (gnus-treat-body-boundary): Don't test window-system.
9753
9754 2007-10-28  Leo  <sdl.web@gmail.com>  (tiny change)
9755
9756         * gnus-art.el (gnus-treat-emphasize): Don't test window-system.
9757
9758 2007-10-28  Miles Bader  <miles@gnu.org>
9759
9760         * nnheader.el (nnheader-uniquify-message-id): Make sure this is defined
9761         at compile-time too.
9762
9763 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
9764
9765         * gnus-msg.el (gnus-message-setup-hook):
9766         Add `message-remove-blank-cited-lines' to options.
9767
9768 2007-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
9769
9770         * message.el (message-remove-blank-cited-lines): New function.
9771         Suggested by Karl Plästerer.
9772
9773 2007-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
9774
9775         * hashcash.el (mail-add-payment): Replace mapcar called for effect with
9776         mapc.
9777
9778         * imap.el (imap-open): Replace mapcar called for effect with mapc.
9779         (top-level): Use mapc to set functions to be traced for debugging.
9780
9781         * legacy-gnus-agent.el (gnus-agent-convert-agentview): Replace mapcar
9782         called for effect with while loop.
9783
9784         * message.el (message-talkative-question): Replace mapcar called for
9785         effect with mapc.
9786
9787         * mm-util.el: Use mapc instead of mapcar to make compatible functions.
9788         (mm-find-mime-charset-region, mm-find-charset-region): Replace mapcar
9789         called for effect with dolist.
9790
9791         * mml.el (mml-insert-mime): Replace mapcar called for effect with mapc.
9792
9793         * nndiary.el: Use dolist instead of mapcar to add diary headers to
9794         gnus-extra-headers and nnmail-extra-headers.
9795
9796         * nnimap.el (nnimap-request-update-info-internal): Replace mapcar
9797         called for effect with dolist.
9798         (top-level): Use mapc to set functions to be traced for debugging.
9799
9800         * nnmail.el (nnmail-read-incoming-hook): Doc fix.
9801         (nnmail-split-fancy-with-parent): Replace mapcar called for effect with
9802         dolist.
9803
9804         * nnmaildir.el (nnmaildir--delete-dir-files, nnmaildir-request-close):
9805         Replace mapcar called for effect with mapc.
9806         (nnmaildir--scan, nnmaildir-request-scan, nnmaildir-retrieve-groups)
9807         (nnmaildir-request-update-info, nnmaildir-request-delete-group)
9808         (nnmaildir-retrieve-headers, nnmaildir-request-set-mark)
9809         (nnmaildir-close-group): Replace mapcar called for effect with dolist.
9810
9811         * nnrss.el (nnrss-make-hash-index): Use gnus-remove-if instead of
9812         remove-if that's a cl function.
9813
9814         * webmail.el (webmail-debug): Replace mapcar called for effect with
9815         dolist.
9816
9817         * gnus-xmas.el (gnus-group-add-icon): Replace mapcar called for effect
9818         with mapc.
9819
9820 2007-10-24  Katsumi Yamaoka  <yamaoka@jpl.org>
9821
9822         * gnus-agent.el (gnus-agent-read-agentview, gnus-agent-save-alist)
9823         (gnus-agent-expire-unagentized-dirs): Replace mapcar called for effect
9824         with while loop.
9825
9826         * gnus-art.el: Use mapc instead of mapcar to make gnus-article-*
9827         functions from article-* functions.
9828         (gnus-multi-decode-header): Replace mapcar called for effect with
9829         dolist.
9830
9831         * gnus-bookmark.el (gnus-bookmark-bmenu-list)
9832         (gnus-bookmark-show-details): Replace mapcar called for effect with
9833         while loop.
9834
9835         * gnus-diary.el (gnus-diary-update-group-parameters): Replace mapcar
9836         called for effect with while loop.
9837
9838         * gnus-group.el (gnus-group-suspend): Replace mapcar called for effect
9839         with dolist.
9840
9841         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
9842         Replace mapcar called for effect with dolist.
9843
9844         * gnus-spec.el (gnus-correct-length): Make it simple and fast.
9845
9846         * gnus-sum.el (gnus-multi-decode-encoded-word-string)
9847         (gnus-build-sparse-threads, gnus-summary-limit-include-expunged):
9848         Replace mapcar called for effect with dolist.
9849         (gnus-simplify-buffer-fuzzy): Replace mapcar called for effect with
9850         mapc.
9851
9852         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-move-group):
9853         Replace mapcar called for effect with dolist.
9854         (gnus-topic-list): Replace mapcar called for effect with mapc.
9855
9856         * gnus.el: Use mapc instead of mapcar to add autoloads.
9857
9858 2007-10-23  Richard Stallman  <rms@gnu.org>
9859
9860         * gnus-group.el (gnus-group-highlight): Mark as risky.
9861
9862 2007-10-23  Katsumi Yamaoka  <yamaoka@jpl.org>
9863
9864         * gnus.el (gnus-server-to-method): Return method found first in
9865         gnus-newsrc-alist.
9866
9867         * gnus-art.el (gnus-article-highlight-signature)
9868         (gnus-insert-prev-page-button, gnus-insert-next-page-button): Make a
9869         button overlay without the front stickiness.
9870
9871 2007-10-22  Kevin Greiner  <kevin.greiner@compsol.cc>
9872
9873         * gnus-agent.el (gnus-agent-expire-group-1): The check for an unsorted
9874         overview buffer needed a catch to receive its throw.
9875         (gnus-agent-flush-cache): Declare as interactive to make this function
9876         easier to use.
9877
9878 2007-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9879
9880         * html2text.el (html2text-fix-paragraph): Use `forward-line' instead of
9881         `next-line'.
9882
9883 2007-10-18  Katsumi Yamaoka  <yamaoka@jpl.org>
9884
9885         * nnmail.el (nnmail-fancy-expiry-target): Use rmail-dont-reply-to to
9886         exclude address matching message-dont-reply-to-names.
9887
9888 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9889
9890         * gnus-util.el (gnus-string<): New function.
9891
9892         * gnus-sum.el (gnus-article-sort-by-author)
9893         (gnus-article-sort-by-recipient, gnus-article-sort-by-subject): Use it.
9894
9895 2007-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
9896
9897         * gnus-win.el (gnus-configure-windows): Focus on the frame for which
9898         the frame-focus tag is set in gnus-buffer-configuration.
9899
9900 2007-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
9901
9902         * gnus-art.el (gnus-article-add-button): Make a button overlay without
9903         the front stickiness.
9904
9905 2007-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
9906
9907         * gnus-art.el (gnus-button-alist): Exclude newline in RFC2396-compliant
9908         url pattern; remove duplicate one.
9909         (gnus-article-extend-url-button): New function.
9910         (gnus-article-add-buttons): Use it.
9911         (gnus-button-push): Use concatenated url that it makes.
9912
9913 2007-10-04  Juanma Barranquero  <lekktu@gmail.com>
9914
9915         * sieve-manage.el (sieve-manage-interactive-login): Doc fix.
9916
9917 2007-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
9918
9919         * gnus-uu.el (gnus-uu-reginize-string, gnus-uu-expand-numbers):
9920         Don't hardcode point-min==1.
9921
9922 2007-10-08  Reiner Steib  <Reiner.Steib@gmx.de>
9923
9924         * mm-util.el (mm-charset-synonym-alist): Alias gbk to cp936.
9925         Fix comment about "iso8859-1".
9926
9927 2007-10-08  Daiki Ueno  <ueno@unixuser.org>
9928
9929         * mm-decode.el (mm-possibly-verify-or-decrypt): Replace PARTS with the
9930         ones returned from the verify-function.
9931
9932         * mm-uu.el (mm-uu-pgp-signed-extract-1):
9933         Call mml2015-extract-cleartext-signature if extraction failed.
9934
9935 2007-10-07  Daiki Ueno  <ueno@unixuser.org>
9936
9937         * mm-uu.el (mm-uu-pgp-signed-extract-1): Delete the first line
9938         beginning with "-----BEGIN PGP SIGNED MESSAGE-----" if extraction
9939         failed.
9940
9941 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
9942
9943         * Relicense "GPLv2 or later" files to "GPLv3 or later".
9944
9945 2007-10-03  Reiner Steib  <Reiner.Steib@gmx.de>
9946
9947         * pgg.el, pgg-def.el, pgg-gpg.el: Revert to the version in v5-10.  The
9948         trunk version of PGG was unmaintained.  The author of PGG, Daiki Ueno,
9949         recommends to use EasyPG instead of PGG.
9950
9951         * pgg.el: Revert to revision 6.23.2.16.
9952
9953         * pgg-def.el: Revert to revision 6.6.2.14.
9954
9955         * pgg-gpg.el: Revert to revision 6.23.2.34.
9956
9957 2007-09-27  Teodor Zlatanov  <tzz@lifelogs.com>
9958
9959         * gnus-sum.el (gnus-summary-kill-thread): Allow universal prefix zero
9960         to mark a thread as expirable.  Add variable `hide' to handle hiding of
9961         thread for both the null and zero (kill/expire thread) universal prefix
9962         cases.
9963         (gnus-summary-expire-thread): Add new function to expire a thread,
9964         using gnus-summary-kill-thread.
9965         (gnus-summary-mode-map, gnus-summary-thread-map): Add 'M-C-e' and 'T e'
9966         shortcuts for gnus-summary-expire-thread.
9967         (gnus-summary-mode-map, gnus-summary-thread-map): Remove `M-C-e' and `T
9968         e' bindings for gnus-summary-expire-thread.  Add `T E' binding.
9969
9970 2007-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
9971
9972         * gnus-registry.el (gnus-registry-store-extra-entry): Allow for nil
9973         extras value, so an extras entry can be deleted.
9974         (gnus-registry-delete-extra-entry): Use it.
9975         (gnus-registry-fetch-extra-flags, gnus-registry-has-extra-flag)
9976         (gnus-registry-store-extra-flags, gnus-registry-delete-extra-flags)
9977         (gnus-registry-delete-all-extra-flags): Allow for arbitrary flag symbol
9978         storage through the gnus-registry, and provide an appropriate API for
9979         it.
9980
9981 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9982
9983         * gnus-sum.el (gnus-newsgroup-maximum-articles): Move from gnus.el.
9984         Suggested by Leo <sdl.web@gmail.com>.
9985
9986         * gnus.el: Do.
9987
9988 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9989
9990         * gnus.el (gnus-newsgroup-maximum-articles): Rename from
9991         gnus-maximum-newsgroup.  Suggested by Leo <sdl.web@gmail.com>.
9992
9993         * gnus-agent.el (gnus-agent-fetch-headers): Do.
9994
9995         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
9996         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles): Do.
9997
9998 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
9999
10000         * nnmbox.el (nnmbox-request-article): Don't assume delim regexp matches
10001         newline.
10002         (nnmbox-request-accept-article): Don't change article in source buffer;
10003         narrow to header to use message-fetch-field rather than
10004         nnmail-fetch-field; use with-current-buffer instead of save-excursion.
10005         (nnmbox-request-replace-article): Quote lines that'll be misidentified
10006         as delimiters; make sure article ends with newline.
10007         (nnmbox-delete-mail): Correct last position of article to be deleted;
10008         ignore X-Gnus-Newsgroup header in article body.
10009         (nnmbox-save-mail): Quote lines looking like delimiters at the right
10010         positions; make sure article ends with newline.
10011
10012         * message.el (message-display-abbrev): Don't infloop when a user
10013         inserts SPC in the beginning of header.
10014
10015         * lpath.el: Don't bind define-ccl-program for non-Mule XEmacs; bind
10016         coding-system-for-read and coding-system-for-write for XEmacs having no
10017         file-coding feature.
10018
10019         * dgnushack.el: Bind or autoload define-ccl-program for XEmacs.
10020
10021 2007-09-12  Teodor Zlatanov  <tzz@lifelogs.com>
10022
10023         * gnus-registry.el (gnus-registry-unfollowed-groups): Add INBOX to the
10024         list of groups not followed by default.  Fix type to be regexp.
10025         (gnus-registry-grep-in-list): Fix inverted parameters to string-match.
10026
10027 2007-09-06  Tassilo Horn  <tassilo@member.fsf.org>
10028
10029         * hmac-def.el (define-hmac-function): Switch from old-style to
10030         new-style backquotes.
10031
10032         * md4.el (md4-make-step): Likewise.
10033
10034 2007-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10035
10036         * gnus-start.el (gnus-gnus-to-newsrc-format): Use a unibyte buffer and
10037         raw-text coding system when saving .newsrc file, which may contain
10038         non-ASCII group names.
10039
10040 2007-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10041
10042         * gnus-cus.el (gnus-score-extra): New widget.
10043         (gnus-score-extra-convert): New function.
10044         (gnus-score-customize): Use it for Extra.
10045
10046 2007-08-31  Daiki Ueno  <ueno@unixuser.org>
10047
10048         * mml2015.el (mml2015-extract-cleartext-signature): New function.
10049         (mml2015-mailcrypt-clear-verify): Use it.
10050         (mml2015-gpg-clear-verify): Use it.
10051         (mml2015-pgg-clear-verify): Use it.
10052         (mml2015-epg-clear-verify): Replace the current part with the output
10053         from GnuPG; don't extract the plaintext by itself.
10054
10055         * mm-uu.el (mm-uu-pgp-beginning-signature): Abolish.
10056         (mm-uu-pgp-signed-extract-1): Bind coding-system-for-read when calling
10057         mml2015-clear-verify-function; don't touch the armor headers or
10058         dash-escaped text here.
10059
10060 2007-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10061
10062         * gnus-art.el (gnus-article-edit-part): Don't jump to nonexistent part.
10063         (gnus-mime-view-part-as-type-internal): Default to text/plain for text
10064         parts, or application/octet-stream as a last resort.
10065         (gnus-mime-view-part-as-type): Don't toggle display.
10066         (gnus-mime-view-part-as-charset): Don't turn off display before
10067         querying charset.
10068
10069         * mm-view.el (mm-inline-text-html-render-with-w3): Don't add XEmacs
10070         stuff to undisplayer function in Emacs.
10071         (mm-inline-text-html-render-with-w3m): Remove Emacs/W3 stuff.
10072
10073         * mml.el (mml-generate-mime-1): Prefer utf-8 when encoding
10074         text/calendar parts.
10075
10076 2007-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10077
10078         * gnus-art.el (gnus-mime-display-single): Use utf-8 by default for
10079         decoding text/calendar parts.
10080
10081         * message.el (message-forward-make-body-mime): Always mark body as
10082         having no illegible text; remove signed-or-encrypted argument.
10083         (message-forward-make-body): Don't pass signed-or-encrypted arg to it.
10084
10085         * mml.el (mml-generate-mime): Make sure it uses multibyte temp buffer.
10086         (mml-generate-mime-1): Don't encode body if it is specified to be in
10087         raw form; don't make buffer be unibyte when inserting multibyte string.
10088
10089 2007-08-23  Stefan Monnier  <monnier@iro.umontreal.ca>
10090
10091         * sha1.el: Fix up comment style.
10092         (sha1-F0, sha1-F1, sha1-F2, sha1-F3, sha1-S1, sha1-S5, sha1-S30)
10093         (sha1-OP, sha1-add-to-H): Use new-style backquotes.
10094
10095         * hex-util.el: Fix up comment style.
10096         (hex-char-to-num, num-to-hex-char): Use new-style backquotes.
10097
10098         * gnus-salt.el: Use with-current-buffer.
10099         (gnus-pick-setup-message): Fix long-standing typo.
10100
10101 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10102
10103         * imap.el (imap-logout-timeout): New variable.
10104         (imap-logout, imap-logout-wait): New functions.
10105         (imap-kerberos4-open, imap-gssapi-open, imap-close): Use them.
10106
10107         * nnimap.el (nnimap-logout-timeout): New server variable.
10108         (nnimap-open-server, nnimap-close-server): Bind imap-logout-timeout to
10109         nnimap-logout-timeout.
10110
10111         * gnus-art.el (gnus-article-summary-command-nosave)
10112         (gnus-article-read-summary-keys): Don't use 3rd arg of pop-to-buffer.
10113
10114 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10115
10116         * gnus.el (gnus-maximum-newsgroup): New variable.
10117
10118         * gnus-agent.el (gnus-agent-fetch-headers): Limit the range of articles
10119         according to gnus-maximum-newsgroup.
10120
10121         * gnus-sum.el (gnus-articles-to-read, gnus-list-of-unread-articles)
10122         (gnus-list-of-read-articles, gnus-sequence-of-unread-articles):
10123         Limit the range of articles according to gnus-maximum-newsgroup.
10124
10125 2007-08-14  Tassilo Horn  <tassilo@member.fsf.org>
10126
10127         * gnus-art.el (gnus-sticky-article): Fix problems described in
10128         <b4mps1qitio.fsf@jpl.org> on ding.  Thanks to Katsumi.
10129         Don't perform gnus-configure-windows here; reuse existing sticky
10130         article buffer.
10131
10132         * gnus-sum.el (gnus-summary-display-article): Setup article buffer if
10133         it doesn't exist in gnus-article-mode.
10134
10135 2007-08-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10136
10137         * gnus-agent.el (gnus-agent-decoded-group-names): New variable.
10138         (gnus-agent-decoded-group-name): New function.
10139         (gnus-agent-group-path, gnus-agent-group-pathname): Use it.
10140         (gnus-agent-expire-group-1): Use it; decode group name in messages.
10141
10142 2007-08-12  Tassilo Horn  <tassilo@member.fsf.org>
10143
10144         * gnus-sum.el (gnus-summary-article-map, gnus-summary-make-menu-bar):
10145         Add binding for gnus-sticky-article.
10146         (gnus-summary-exit): Don't kill sticky article buffers.
10147
10148         * gnus-art.el (gnus-sticky-article-mode): New mode to generate a sticky
10149         article buffer.
10150         (gnus-sticky-article, gnus-kill-sticky-article-buffer)
10151         (gnus-kill-sticky-article-buffers): New commands.
10152
10153 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10154
10155         * nntp.el (nntp-xref-number-is-evil): New server variable.
10156         (nntp-find-group-and-number): If it is non-nil, don't trust article
10157         numbers in the Xref header.
10158
10159 2007-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10160
10161         * gnus-agent.el (gnus-agent-read-group): New function.
10162         (gnus-agent-flush-group, gnus-agent-expire-group)
10163         (gnus-agent-regenerate-group): Use it.
10164         (gnus-agent-expire-unagentized-dirs): Bind file-name-coding-system to
10165         nnmail-pathname-coding-system.
10166
10167 2007-08-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10168
10169         * gnus-ems.el (gnus-x-splash): Bind inhibit-read-only to t.
10170
10171         * gnus-sum.el (gnus-summary-insert-articles): Mark inserted articles
10172         that are unread as unread, and also as selected so that information of
10173         marks having been changed by a user may be updated when exiting group.
10174
10175 2007-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
10176
10177         * gnus-art.el (article-hide-headers): Bind inhibit-read-only to t.
10178
10179 2007-08-03  Katsumi Yamaoka  <yamaoka@jpl.org>
10180
10181         * gnus-art.el (gnus-mime-display-single): Pass part number that is
10182         calculated ignoring signature parts to gnus-treat-article.
10183
10184 2007-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10185
10186         * gnus-art.el (gnus-mime-security-verify-or-decrypt): Don't narrow to
10187         a point here in order to keep the window start.
10188         (gnus-insert-mime-security-button): Make a button overlay without the
10189         front stickiness.
10190         (gnus-mime-display-security): Goto the end of a button.
10191
10192         * gnus-group.el (gnus-group-name-at-point): Fix regexps.
10193
10194 2007-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10195
10196         * gnus-group.el (gnus-group-name-at-point): Rewrite; rename from
10197         group-name-at-point.
10198         (gnus-group-completing-read): New function that offers decoded
10199         non-ASCII group names for completion.
10200         (gnus-fetch-group, gnus-group-read-ephemeral-group)
10201         (gnus-group-jump-to-group, gnus-group-make-group-simple)
10202         (gnus-group-unsubscribe-group, gnus-group-fetch-charter)
10203         (gnus-group-fetch-control): Use it.
10204         (gnus-fetch-group): Use group-name-at-point for the initial value
10205         rather than the default value; use gnus-alive-p.
10206
10207         * gnus-msg.el (gnus-group-mail, gnus-group-news, gnus-group-post-news)
10208         (gnus-summary-mail-other-window, gnus-summary-news-other-window)
10209         (gnus-summary-post-news): Use gnus-group-completing-read.
10210
10211         * gnus-sum.el (gnus-select-newsgroup): Decode group name in error msg.
10212         (gnus-read-move-group-name): Decode group name for completion.
10213
10214 2007-07-31  Teodor Zlatanov  <tzz@lifelogs.com>
10215
10216         * gnus-srvr.el (gnus-server-close-all-servers): Close servers not only
10217         in gnus-inserted-opened-servers but also in gnus-server-alist (Katsumi
10218         Yamaoka slightly modified the code).
10219
10220 2007-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10221
10222         * nnmail.el (nnmail-group-names-not-encoded-p): New variable.
10223         (nnmail-split-incoming): Bind it.
10224
10225         * nnml.el (nnml-group-name-charset): New function.
10226         (nnml-decoded-group-name): Use it; don't decode group name if
10227         nnmail-group-names-not-encoded-p is non-nil.
10228         (nnml-encoded-group-name): New function.
10229         (nnml-group-pathname): Inline nnml-decoded-group-name.
10230         (nnml-request-expire-articles): Decode group name in message.
10231         (nnml-request-delete-group): Ditto; bind file-name-coding-system to
10232         nnmail-pathname-coding-system.
10233         (nnml-save-mail, nnml-active-number): Work with decoded group names and
10234         not decoded ones according to nnmail-group-names-not-encoded-p.
10235         (nnml-generate-active-info): Use nnml-encoded-group-name.
10236
10237 2007-08-08  Glenn Morris  <rgm@gnu.org>
10238
10239         * gmm-utils.el, gnus-async.el, gnus-msg.el, gnus-score.el
10240         * gnus-util.el, imap.el, mailcap.el, nnimap.el: Replace `iff' in
10241         doc-strings and comments.
10242
10243 2007-07-25  Glenn Morris  <rgm@gnu.org>
10244
10245         * Relicense all FSF files to GPLv3 or later.
10246
10247 2007-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10248
10249         * gnus-sum.el (gnus-summary-move-article):
10250         Make gnus-summary-respool-article work.
10251
10252 2007-07-21  Reiner Steib  <Reiner.Steib@gmx.de>
10253
10254         * mm-uu.el (mm-uu-type-alist): Refer to mm-uu-configure-list in doc
10255         string.
10256
10257 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
10258
10259         * nnrss.el (nnrss-ignore-article-fields): New variable.  List of fields
10260         that should be ignored when comparing distant RSS articles with local
10261         ones.
10262         (nnrss-make-hash-index): New function.  Create a hash index according
10263         to the ignored fields.
10264         (nnrss-check-group): Use it.
10265
10266 2007-07-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10267
10268         * gnus-agent.el (gnus-agent-group-pathname): Take notice of the method.
10269
10270         * gnus-art.el (article-decode-group-name): Decode Xref header too.
10271
10272         * gnus-group.el (gnus-group-make-group): Encode group name here unless
10273         the new optional argument ENCODED is non-nil.
10274         (gnus-group-make-doc-group): Use gnus-group-name-charset to determine
10275         coding system for encoding group name.
10276         (gnus-group-make-rss-group): Pass un-encoded group name to
10277         gnus-group-make-group.
10278         (gnus-group-set-info): Tell gnus-group-make-group that group name is
10279         encoded.
10280
10281         * gnus-sum.el (gnus-summary-move-article, gnus-read-move-group-name):
10282         Encode group name to which articles are moved or copied.
10283         (gnus-summary-edit-article): Use gnus-group-name-charset to determine
10284         coding system for encoding Newsgroup, Followup-To and Xref headers.
10285
10286         * nnagent.el (nnagent-request-set-mark): Use unibyte buffer to compose
10287         marks; use nnheader-file-coding-system to write a file.
10288         (nnagent-retrieve-headers): Bind file-name-coding-system to
10289         nnmail-pathname-coding-system.
10290
10291         * nnmail.el (nnmail-insert-xref): Don't break non-ASCII group name.
10292
10293         * nnml.el (nnml-decoded-group-name, nnml-group-pathname): New functions.
10294         (nnml-request-article, nnml-request-create-group)
10295         (nnml-request-rename-group, nnml-find-id)
10296         (nnml-possibly-change-directory, nnml-possibly-create-directory)
10297         (nnml-save-mail, nnml-active-number, nnml-marks-changed-p)
10298         (nnml-save-marks): Use nnml-group-pathname instead of
10299         nnmail-group-pathname.
10300
10301         (nnml-request-create-group, nnml-request-expire-articles)
10302         (nnml-request-move-article, nnml-request-delete-group)
10303         (nnml-deletable-article-p, nnml-possibly-create-directory)
10304         (nnml-get-nov-buffer, nnml-generate-nov-databases-directory)
10305         (nnml-open-marks): Bind file-name-coding-system to
10306         nnmail-pathname-coding-system.
10307
10308         (nnml-request-article): Pass server argument to nnml-find-group-number.
10309         (nnml-request-create-group, nnml-active-number, nnml-save-marks):
10310         Pass server argument to nnml-possibly-create-directory.
10311         (nnml-request-accept-article): Pass server argument to
10312         nnml-active-number and nnml-save-mail.
10313         (nnml-find-group-number): Pass server argument to nnml-find-id.
10314         (nnml-request-update-info): Pass server argument to
10315         nnml-marks-changed-p.
10316
10317         (nnml-find-id, nnml-find-group-number, nnml-possibly-create-directory)
10318         (nnml-save-mail, nnml-active-number): Add server argument.
10319
10320         (nnml-request-delete-group): Warn if group is missing.
10321         (nnml-get-nov-buffer): Decode group name.
10322         (nnml-generate-active-info): Encode group name.
10323         (nnml-open-marks): Decode group name in messages.
10324
10325 2007-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10326
10327         * gnus-art.el (gnus-article-part-wrapper): Work with the nearest part
10328         if it is not specified.
10329         (gnus-article-pipe-part, gnus-article-save-part)
10330         (gnus-article-interactively-view-part, gnus-article-copy-part)
10331         (gnus-article-view-part-as-charset, gnus-article-view-part-externally)
10332         (gnus-article-inline-part, gnus-article-save-part-and-strip)
10333         (gnus-article-replace-part, gnus-article-delete-part)
10334         (gnus-article-view-part-as-type): Pass raw prefix argument to
10335         gnus-article-part-wrapper.
10336
10337 2007-07-18  Katsumi Yamaoka  <yamaoka@jpl.org>
10338
10339         * gnus-agent.el (gnus-agent-save-active):
10340         Bind nnheader-file-coding-system to gnus-agent-file-coding-system.
10341
10342         * gnus-cache.el (gnus-cache-save-buffers)
10343         (gnus-cache-possibly-enter-article, gnus-cache-request-article)
10344         (gnus-cache-retrieve-headers, gnus-cache-change-buffer)
10345         (gnus-cache-possibly-remove-article, gnus-cache-articles-in-group)
10346         (gnus-cache-braid-nov, gnus-cache-braid-heads)
10347         (gnus-cache-generate-active, gnus-cache-rename-group)
10348         (gnus-cache-delete-group, gnus-cache-update-file-total-fetched-for)
10349         (gnus-cache-update-overview-total-fetched-for):
10350         Bind file-name-coding-system to nnmail-pathname-coding-system.
10351         (gnus-cache-decoded-group-names, gnus-cache-unified-group-names):
10352         New variables.
10353         (gnus-cache-decoded-group-name): New function.
10354         (gnus-cache-file-name): Use it.
10355         (gnus-cache-generate-active): Use non-decoded group name for active.
10356
10357         * gnus-util.el (gnus-write-buffer): Bind file-name-coding-system at the
10358         right place.
10359         (gnus-write-active-file): Don't break non-ASCII group names.
10360
10361         * nntp.el (nntp-marks-changed-p): Bind file-name-coding-system to
10362         nnmail-pathname-coding-system.
10363
10364         * lpath.el: Bind default-file-name-coding-system,
10365         file-name-coding-system and language-info-alist for XEmacs.
10366
10367         * gnus-uu.el (gnus-uu-decode-save): Typo.
10368
10369 2007-07-16  Katsumi Yamaoka  <yamaoka@jpl.org>
10370
10371         * gnus-srvr.el (gnus-server-font-lock-keywords): Quote faces.
10372
10373 2007-07-14  David Kastrup  <dak@gnu.org>
10374
10375         * gnus-art.el (gnus-mime-delete-part): Don't go through article-edit
10376         finishing actions if we did not edit the article.
10377
10378 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10379
10380         * gnus-agent.el (gnus-agent-rename-group, gnus-agent-delete-group)
10381         (gnus-agent-fetch-articles, gnus-agent-unfetch-articles)
10382         (gnus-agent-crosspost, gnus-agent-backup-overview-buffer)
10383         (gnus-agent-flush-group, gnus-agent-flush-cache)
10384         (gnus-agent-fetch-headers, gnus-agent-load-alist)
10385         (gnus-agent-read-agentview, gnus-agent-expire-group-1)
10386         (gnus-agent-retrieve-headers, gnus-agent-request-article)
10387         (gnus-agent-regenerate-group)
10388         (gnus-agent-update-files-total-fetched-for)
10389         (gnus-agent-update-view-total-fetched-for):
10390         Bind file-name-coding-system to nnmail-pathname-coding-system.
10391         (gnus-agent-group-pathname): Don't encode file names by
10392         nnmail-pathname-coding-system.
10393         (gnus-agent-save-local): Bind file-name-coding-system correctly; bind
10394         coding-system-for-write instead of buffer-file-coding-system to
10395         gnus-agent-file-coding-system.
10396
10397         * gnus-msg.el (gnus-inews-make-draft, gnus-inews-insert-archive-gcc):
10398         Decode group name.
10399
10400         * gnus-srvr.el (gnus-browse-foreign-server): Make group names unibyte.
10401
10402         * gnus-start.el (gnus-update-active-hashtb-from-killed)
10403         (gnus-read-newsrc-el-file): Make group names unibyte.
10404
10405         * nnmail.el (nnmail-group-pathname): Don't encode file names by
10406         nnmail-pathname-coding-system.
10407
10408         * nnrss.el (nnrss-file-coding-system): Doc fix; make it begin with *.
10409         (nnrss-request-delete-group): Bind file-name-coding-system to
10410         nnmail-pathname-coding-system.
10411         (nnrss-read-server-data, nnrss-read-group-data):
10412         Bind file-name-coding-system correctly.
10413         (nnrss-check-group): Pass nnrss-file-coding-system to md5.
10414
10415         * nntp.el: Require gnus-group for the function gnus-group-name-charset.
10416         (nntp-server-to-method-cache): New variable.
10417         (nntp-group-pathname): New function that decodes non-ASCII group names.
10418         (nntp-possibly-create-directory, nntp-marks-changed-p)
10419         (nntp-save-marks, nntp-open-marks): Use it.
10420         (nntp-possibly-create-directory, nntp-open-marks):
10421         Bind file-name-coding-system to nnmail-pathname-coding-system.
10422         (nntp-open-marks): Decode group names when bootstrapping marks.
10423
10424         * rfc2047.el (rfc2047-encode-message-header): Make XEmacs decode
10425         Newsgroups and Folowup-To headers.
10426
10427 2007-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10428
10429         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
10430         (gnus-server-closed-face, gnus-server-denied-face)
10431         (gnus-server-offline-face): Remove variable.
10432         (gnus-server-font-lock-keywords): Use faces that are not aliases.
10433
10434         * gnus-util.el (gnus-message-with-timestamp-1): Use log-message instead
10435         of modifying message-stack directly for XEmacs.
10436
10437         * mm-util.el (mm-decode-coding-string, mm-encode-coding-string)
10438         (mm-decode-coding-region, mm-encode-coding-region): Don't modify string
10439         if the coding-system argument is nil for XEmacs.
10440
10441         * nnrss.el (nnrss-compatible-encoding-alist): Inherit the value of
10442         mm-charset-override-alist.
10443
10444         * rfc2047.el: Don't require base64; require rfc2045 for the function
10445         rfc2045-encode-string.
10446         (rfc2047-encode-parameter): Use rfc2045-encode-string to quote or not
10447         to quote the parameter value.
10448
10449 2007-07-06  Katsumi Yamaoka  <yamaoka@jpl.org>
10450
10451         * gnus-group.el (gnus-group-name-charset): Allow a method of the short
10452         form in gnus-group-name-charset-method-alist.
10453
10454         * gnus-eform.el (gnus-edit-form): Add optional argument layout which
10455         overrides the default layout edit-form.
10456
10457         * gnus-win.el (gnus-buffer-configuration): Add edit-server.
10458
10459         * gnus-srvr.el (gnus-server-edit-server): Use edit-server layout.
10460
10461 2007-07-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10462
10463         * gnus-sum.el (gnus-summary-catchup): Don't recognize cached articles
10464         as unfetched articles.
10465
10466 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
10467
10468         * gnus-start.el (gnus-level-unsubscribed): Improve doc string.
10469
10470 2007-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
10471
10472         * nnagent.el (nnagent-request-set-mark): Also set the marks for the
10473         original back end that keeps marks in the local system.
10474
10475 2007-06-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10476
10477         * gnus-art.el (gnus-article-summary-command-nosave): Don't set the 3rd
10478         arg of pop-to-buffer for XEmacs.
10479         (gnus-article-read-summary-keys): Ditto; don't restore window
10480         configuration if summary command ends up with neither article buffer
10481         nor summary buffer; describe bindings if summary keys end with C-h.
10482
10483 2007-06-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10484
10485         * message.el (message-fix-before-sending): Skip raw message part to be
10486         forwarded while checking illegible text.
10487         (message-forward-make-body-mime, message-forward-make-body):
10488         Mark signed or encrypted raw message as having no illegible text.
10489
10490 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10491
10492         * gnus-util.el (gnus-add-timestamp-to-message): New user option.
10493         (gnus-message-with-timestamp-1): New macro.
10494         (gnus-message-with-timestamp): New function.
10495         (gnus-message): Use them.
10496
10497         * nnheader.el (nnheader-message): Use them.
10498
10499 2007-06-16  Reiner Steib  <Reiner.Steib@gmx.de>
10500
10501         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Add newlines to
10502         .newsrc.eld file.
10503
10504 2007-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
10505
10506         * gnus-agent.el (gnus-agent-fetch-headers)
10507         (gnus-agent-retrieve-headers):
10508         Bind gnus-decode-encoded-address-function to identity.
10509
10510         * nntp.el (nntp-send-xover-command): Recognize an xover command is
10511         available also when the server returns simply a dot.
10512
10513         * gnus-ems.el (gnus-x-splash): Redisplay window before measuring it.
10514
10515 2007-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
10516
10517         * gnus-ems.el (gnus-x-splash): Fix calculation; error in tty.
10518
10519 2007-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
10520
10521         * gnus-ems.el (gnus-x-splash): Make it work.
10522
10523         * gnus-start.el (gnus-1): Relax restrictions that prevent gnus-x-splash
10524         from being used.
10525
10526         * lpath.el: Bind line-spacing and tool-bar-mode for XEmacs.
10527
10528 2007-06-05  Katsumi Yamaoka  <yamaoka@jpl.org>
10529
10530         * gnus-xmas.el (gnus-xmas-define): Make gnus-make-overlay ignore the
10531         4th and the 5th arguments.
10532
10533         * gnus-art.el (gnus-insert-mime-button): Make a button overlay without
10534         the front stickiness.
10535         (gnus-article-summary-command-nosave): Correct the order of the
10536         arguments passed to pop-to-buffer.
10537         (gnus-article-read-summary-keys): Ditto; make it work properly when the
10538         summary command ends up with the article buffer.
10539
10540         * mm-decode.el (mm-insert-part): Separate the extracted parts that have
10541         the same faces.
10542
10543 2007-06-07  Juanma Barranquero  <lekktu@gmail.com>
10544
10545         * gnus-art.el (gnus-split-methods): Fix typo in docstring.
10546
10547 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
10548
10549         * gnus-diary.el (gnus-diary-time-format, gnus-summary-sort-by-schedule):
10550         * gnus-sum.el (gnus-summary-highlight):
10551         * pgg.el (pgg-sign-region, pgg-sign):
10552         * mail-source.el (mail-source-delete-old-incoming-confirm):
10553         * nndiary.el (nndiary-reminders): Fix typos in docstrings.
10554
10555 2007-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
10556
10557         * gnus-art.el (gnus-mime-view-part-externally)
10558         (gnus-mime-view-part-internally): Fix predicate function passed to
10559         completing-read.
10560
10561         * mm-decode.el (mm-image-fit-p): Return t if argument is not an image.
10562
10563         * gnus.el (gnus-update-message-archive-method): Add :version.
10564
10565 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
10566
10567         * gnus.el (gnus-update-message-archive-method): New variable.
10568
10569         * gnus-start.el (gnus-setup-news): Update saved "archive" method
10570         according to gnus-message-archive-method if
10571         gnus-update-message-archive-method is non-nil.
10572
10573 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
10574
10575         * gnus-sum.el (gnus-summary-limit-to-address): New function.
10576         Suggested by Loic Dachary <loic@dachary.org>.
10577         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
10578
10579 2007-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10580
10581         * message.el (message-pop-to-buffer): Add switch-function argument.
10582         (message-mail): Pass switch-function argument to it.
10583
10584 2007-05-25  Reiner Steib  <Reiner.Steib@gmx.de>
10585
10586         * mm-decode.el (mm-file-name-rewrite-functions): Make it customizable.
10587         Improve doc string.
10588
10589 2007-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10590
10591         * gnus-art.el (gnus-header-from, gnus-header-subject, gnus-header-name)
10592         (gnus-header-content)
10593         * gnus-cite.el (gnus-cite-10)
10594         * gnus-srvr.el (gnus-server-closed)
10595         * gnus.el (gnus-group-mail-1, gnus-group-mail-1-empty)
10596         (gnus-group-mail-2, gnus-group-mail-2-empty, gnus-group-mail-3)
10597         (gnus-group-mail-3-empty, gnus-group-mail-low)
10598         (gnus-group-mail-low-empty, gnus-splash)
10599         * message.el (message-header-to, message-header-cc)
10600         (message-header-subject, message-header-other, message-header-name)
10601         (message-header-xheader, message-separator, message-cited-text)
10602         (message-mml): Lighten colors of faces used for dark background.
10603
10604 2007-05-24  Simon Josefsson  <simon@josefsson.org>
10605
10606         * nnimap.el (nnimap-need-unselect-to-notice-new-mail): Change default
10607         to t as an experiment.  Suggested by Greg Troxel <gdt@work.lexort.com>.
10608
10609 2007-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
10610
10611         * message.el (message-narrow-to-headers-or-head):
10612         Ignore mail-header-separator in the body.
10613
10614 2007-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10615
10616         * mm-decode.el (mm-image-fit-p): Return t if image size is just the
10617         same as window size.
10618
10619 2007-05-22  Kevin Ryde  <user42@zip.com.au>
10620
10621         * message.el (message-font-lock-keywords): Use message-header-xheader
10622         face for "X-Foo", its apparent intended purpose.  Move "X-" pattern
10623         ahead of the anything pattern, to get it recognised.
10624
10625 2007-05-22  Katsumi Yamaoka  <yamaoka@jpl.org>
10626
10627         * dgnushack.el: Autoload ad-add-advice for XEmacs.  bbdb-com.el that
10628         spam.el loads uses it in the compiled defadvice form.
10629
10630 2007-05-12  Michaël Cadilhac  <michael@cadilhac.name>
10631
10632         * gnus-sum.el (gnus-articles-to-read)
10633         (gnus-summary-insert-old-articles): Don't truncate group name for
10634         `read-string'.
10635
10636         * gnus-util.el (gnus-limit-string): Delete this function.
10637
10638         * gnus-sum.el (gnus-simplify-subject-fully):
10639         Use `truncate-string-to-width' instead.
10640
10641 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
10642
10643         * gnus-sum.el (gnus-summary-next-group-on-exit): New variable.
10644         Tell if, on summary exit, the next group has to be selected.
10645         (gnus-summary-exit): Use it.
10646
10647 2007-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
10648
10649         * gnus-art.el (gnus-article-mode): Fix comment about displaying
10650         non-break space.
10651
10652 2007-05-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10653
10654         * nnfolder.el (nnfolder-request-group, nnfolder-request-create-group):
10655         Check if group is not a directory.
10656         (nnfolder-request-expire-articles): Don't delete articles if the target
10657         group is not available.
10658
10659         * nnml.el (nnml-request-create-group): Properly check if group is not a
10660         file.
10661         (nnml-request-expire-articles): Don't delete articles if the target
10662         group is not available.
10663
10664         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
10665         Don't quote characters that are within parentheses.
10666
10667 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10668
10669         * gnus-sum.el (gnus-auto-select-on-ephemeral-exit): New variable.
10670         (gnus-handle-ephemeral-exit): Select article according to it.
10671
10672 2007-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
10673
10674         * message.el (message-insert-formated-citation-line): Remove newline.
10675         (message-citation-line-format): Add final \n here so that the user can
10676         avoid a blank line.
10677
10678 2007-05-03  Dan Christensen  <jdc@uwo.ca>
10679
10680         * nndoc.el (nndoc-type-alist, nndoc-lanl-gov-announce-type-p)
10681         (nndoc-transform-lanl-gov-announce, nndoc-generate-lanl-gov-head):
10682         Update lanl/arXiv support.
10683
10684 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
10685
10686         * gnus.el: Bump version number.
10687
10688 2007-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10689
10690         * gnus.el (gnus-version-number): Bump version.
10691
10692 2007-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
10693
10694         * gnus.el: No Gnus v0.6 is released.
10695
10696 2007-04-27  Didier Verna  <didier@xemacs.org>
10697
10698         * gnus-util.el (gnus-orify-regexp): Move and rename to ...
10699         * gmm-utils.el (gmm-regexp-concat): ... here.
10700         * message.el: Don't require 'gnus-util.
10701         (message-dont-reply-to-names): Handle name change above.
10702         * gnus-sum.el (gnus-ignored-from-addresses): Ditto.
10703
10704 2007-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
10705
10706         * mm-util.el (mm-charset-synonym-alist): Don't make it a user option
10707         since the initial value varies according to the system.
10708
10709 2007-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
10710
10711         * mm-util.el (mm-charset-synonym-alist): Defcustom.
10712
10713 2007-04-25  NAKAJI Hiroyuki  <nakaji@jp.freebsd.org>  (tiny change)
10714
10715         * mm-util.el (mm-charset-synonym-alist): Map iso8859-1 to iso-8859-1.
10716
10717 2007-04-24  Didier Verna  <didier@xemacs.org>
10718
10719         Improve the type of gnus-ignored-from-addresses.
10720         * gnus-util.el (gnus-orify-regexp): New function.
10721         * message.el (gnus-util): Require it.
10722         * message.el (message-dont-reply-to-names): Use gnus-orify-regexp.
10723         * gnus-sum.el (gnus-ignored-from-addresses): New function.
10724         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Use it.
10725
10726 2007-04-24  Didier Verna  <didier@xemacs.org>
10727
10728         * gnus-sum.el:
10729         * gnus-utils.el: Fix some trailing whitespaces.
10730
10731 2007-04-23  Katsumi Yamaoka  <yamaoka@jpl.org>
10732
10733         * gnus-msg.el (gnus-summary-resend-message-edit): Add Gcc header.
10734         (gnus-summary-resend-bounced-mail): Ditto; search whole body for parent
10735         article's Message-ID; refer parent article in summary buffer.
10736
10737         * message.el (message-bounce): Call mime-to-mml.
10738
10739         * dgnushack.el (byte-optimize-form-code-walker): Fix the form which was
10740         not helpful to Emacs 21.1 and 21.2 for detecting a bug that does not
10741         optimize and/or forms properly.
10742
10743 2007-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
10744
10745         * dgnushack.el (with-syntax-table): XEmacs bug has been fixed.  Add
10746         URL.
10747
10748 2007-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
10749
10750         * gnus-msg.el (gnus-summary-supersede-article): Add Gcc header.
10751
10752 2007-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10753
10754         * gnus-art.el (gnus-mime-strip-charset-parameters): New function.
10755         (gnus-mime-view-part-as-charset): Use it; redisplay subpart currently
10756         displayed of multipart/alternative part if it is invoked from summary
10757         buffer.
10758
10759         * mm-view.el (mm-inline-text-html-render-with-w3m)
10760         (mm-inline-text-html-render-with-w3m-standalone)
10761         (mm-inline-render-with-function): Use mail-parse-charset by default.
10762
10763 2007-04-18  Levin Du  <zslevin@gmail.com>  (tiny change)
10764
10765         * parse-time.el (parse-time-string-chars): Check if CHAR
10766         is less than the length of parse-time-syntax.
10767
10768 2007-04-17  Katsumi Yamaoka  <yamaoka@jpl.org>
10769
10770         * gnus-uu.el (gnus-uu-digest-mail-forward): Pull articles processed
10771         from gnus-newsgroup-processable.
10772
10773 2007-04-16  Didier Verna  <didier@xemacs.org>
10774
10775         * gnus-msg.el (gnus-configure-posting-styles):
10776         Handle message-signature-directory properly with :file syntax.
10777         Reported by "Leo".
10778
10779 2007-04-11  Didier Verna  <didier@xemacs.org>
10780
10781         New user option: message-signature-directory.
10782         * gnus-msg.el (gnus-configure-posting-styles): Support it.
10783         * message.el (message-insert-signature): Ditto.
10784         * message.el (message-signature-file): Doc update.
10785         * message.el (message-signature-directory): New.
10786
10787 2007-04-10  Katsumi Yamaoka  <yamaoka@jpl.org>
10788
10789         * gnus-msg.el (gnus-inews-yank-articles):
10790         Use message-exchange-point-and-mark instead of exchange-point-and-mark.
10791
10792 2007-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
10793
10794         * message.el (message-yank-original): Make sure cited text ends with
10795         newline; don't exchange point and mark.
10796
10797 2007-04-07  Chong Yidong  <cyd@stupidchicken.com>
10798
10799         * tls.el (open-tls-stream): Properly handle case where there
10800         is no associated buffer.
10801
10802 2007-04-03  Thien-Thi Nguyen  <ttn@gnu.org>
10803
10804         * gnus-msg.el (gnus-inews-yank-articles): Fix bug: After
10805         message-yank-original, make sure (< mark TEXT point).
10806
10807 2007-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
10808
10809         * message.el (message-fill-column): New variable.
10810         (message-mode): Use it.  Add comment on a possible new hook.
10811
10812         * nnmail.el (nnmail-spool-file): Mark as obsolete.
10813         (nnmail-get-new-mail): Reformat.
10814
10815         * gnus-registry.el (gnus-registry-cache-save): Add FIXME comment.
10816
10817         * gmm-utils.el: Fix Commentary.
10818         (gmm-tool-bar-from-list): Fix typo in doc string.
10819
10820 2007-03-27  Thien-Thi Nguyen  <ttn@gnu.org>
10821
10822         * message.el (message-yank-original): Don't switch point and mark
10823         unnecessarily to put point and mark as documented.
10824
10825 2007-03-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
10826
10827         * message.el (message-put-addresses-in-ecomplete): Only fetch headers
10828         from the message heads.
10829
10830 2007-03-25  Kevin Greiner  <kevin.greiner@compsol.cc>
10831
10832         * gnus-art.el (gnus-article-set-window-start): Do nothing when the
10833         article buffer does not have a window.  This may not be the best
10834         solution but is certainly better than setting the start of the null,
10835         that is the current, window.
10836
10837 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
10838
10839         * gnus-draft.el (gnus-draft-setup-hook): New hook.
10840         (gnus-draft-setup): Run it.
10841
10842         * gnus-score.el (gnus-inhibit-slow-scoring): New variable, renamed from
10843         gnus-score-fast-scoring.  Allow regexp.
10844         (gnus-score-headers): Use it.
10845
10846         * gnus-util.el (gnus-emacs-version): Include "no MULE" in no-MULE
10847         XEmacs.
10848
10849         * gnus-art.el (gnus-article-browse-html-article): Fix typo in doc
10850         string.
10851         (gnus-button-alist): Also catch `<f1> k ...'.
10852         (gnus-treat-display-x-face): Fix doc string.
10853
10854 2007-03-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10855
10856         * gnus-msg.el (gnus-setup-message, gnus-inews-add-send-actions): Move
10857         evaluation of gnus-extended-version to ensure correct generation of the
10858         User-Agent header when message-generate-headers-first is used.
10859
10860 2007-03-24  Simon Josefsson  <simon@josefsson.org>
10861
10862         * hashcash.el (hashcash-generate-payment-async): Don't crash if
10863         hashcash-path is nil.  Don't call callback with incorrect number of
10864         parameters if val is 0.
10865
10866 2007-03-20  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10867
10868         * message.el (message-required-news-headers):
10869         * gnus-util.el (gnus-intern-safe): Fix typo in docstring.
10870
10871 2007-03-18  Thien-Thi Nguyen  <ttn@gnu.org>
10872
10873         * tls.el (open-tls-stream): In handshake-waiting loop,
10874         don't wait more if there is output available to process.
10875
10876 2007-03-17  Thien-Thi Nguyen  <ttn@gnu.org>
10877
10878         * tls.el (tls-program): Doc fix.
10879
10880 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
10881
10882         * message.el (message-generate-new-buffers): Change the meaning of the
10883         nil value; add `standard' to the choices; treat t as `unique'; improve
10884         doc string.
10885         (gnus-select-frame-set-input-focus): Autoload.
10886         (message-buffer-name): Search for the existing message buffer if
10887         message-generate-new-buffers is nil or `standard'; treat the value t of
10888         message-generate-new-buffers as `unique'.
10889         (message-pop-to-buffer): Raise the frame already displaying the message
10890         buffer; clear the echo area after querying.
10891         (message-setup): Pass the `continue' argument to compose-mail.
10892         (message-mail): Prefer `switch-function' if it is given; search for the
10893         existing message buffer if the `continue' argument is non-nil; pass
10894         continue and switch-function arguments to compose-mail by way of
10895         message-setup.
10896         (message-mail-other-window): Adjust argument of message-setup.
10897         (message-mail-other-frame): Ditto.
10898
10899 2007-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10900
10901         * gnus-cite.el (font-lock-set-defaults): Autoload it for Emacs.
10902         (gnus-message-citation-mode): Require font-lock for XEmacs; make sure
10903         to turn font-lock on when turning gnus-message-citation-mode on.
10904
10905 2007-03-06  Daiki Ueno  <ueno@unixuser.org>
10906
10907         * mml-smime.el (mml-smime-use): New variable; default to use openssl.
10908         (mml-smime-function-alist): New variable; add epg as the backend.
10909         * mml-sec.el (mml-smime-sign): Don't require mml-smime, autoload
10910         mml-smime- functions instead.
10911         * mm-view.el: Require smime.
10912
10913 2007-03-05  Didier Verna  <didier@xemacs.org>
10914
10915         * gnus-topic.el (gnus-topic-hierarchical-parameters): Perform merging
10916         instead of just inheritance for posting styles.
10917         * gnus.el (gnus-group-fast-parameter): Fix typo in comment.
10918
10919 2007-02-24  Chris Moore  <dooglus@gmail.com>
10920
10921         * pgg-pgp5.el (pgg-pgp5-encrypt-region):
10922         * pgg-pgp.el (pgg-pgp-encrypt-region):
10923         * pgg-gpg.el (pgg-gpg-encrypt-region):
10924         Check pgg-encrypt-for-me if no other recipients.
10925
10926 2007-02-24  John Paul Wallington  <jpw@pobox.com>
10927
10928         * tls.el (tls-certtool-program): Fix custom type.
10929
10930 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10931
10932         * gnus-cite.el (gnus-message-search-citation-line): Use point-at-bol
10933         and point-at-eol instead of line-(beginning|end)-position.
10934
10935         * assistant.el (assistant-parse-buffer): Ditto.
10936
10937         * netrc.el (netrc-parse-services): Ditto.
10938
10939 2007-02-28  Daiki Ueno  <ueno@unixuser.org>
10940
10941         * mml2015.el (mml2015-epg-find-usable-key): New function.
10942         (mml2015-epg-sign): Use it.
10943         (mml2015-epg-encrypt): Use it.
10944
10945 2007-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
10946
10947         * message.el (message-make-in-reply-to): Quote name containing
10948         non-ASCII characters.  It will make the RFC2047 encoder cause an error
10949         if there are special characters.  Reported by NAKAJI Hiroyuki
10950         <nakaji@jp.freebsd.org>.
10951
10952 2007-02-27  Didier Verna  <didier@xemacs.org>
10953
10954         Include the group parameters as well as the topic ones in the
10955         inheritance filter process.
10956         * gnus-topic.el (gnus-topic-hierarchical-parameters): New optional
10957         argument GROUP-PARAMS-LIST.
10958         * gnus-topic.el (gnus-group-topic-parameters): Use it.
10959
10960 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
10961
10962         * nntp.el (nntp-never-echoes-commands)
10963         (nntp-open-connection-functions-never-echo-commands): New variables.
10964         (nntp-send-command): Use them.
10965
10966 2007-02-20  Daiki Ueno  <ueno@unixuser.org>
10967
10968         * mml2015.el (mml2015-epg-verify): Simplify.
10969
10970 2007-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
10971
10972         * mml.el (mml-content-disposition-alist): New user option.
10973         (mml-content-disposition): New function.
10974         (mml-insert-mime-headers, mml-minibuffer-read-disposition): Use it.
10975         (mml-attach-file, mml-dnd-attach-file): Pass file name to it.
10976
10977 2007-02-19  Daiki Ueno  <ueno@unixuser.org>
10978
10979         * mml2015.el (mml2015-epg-verify): Convert LF to CRLF before signature
10980         verification.
10981
10982 2007-02-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
10983
10984         * nnweb.el (nnweb-google-parse-1): Fix date parsing to also match on
10985         articles posted in the last 24 hours.
10986
10987 2007-02-14  Chong Yidong  <cyd@stupidchicken.com>
10988
10989         * smiley.el (smiley-regexp-alist): Add "dead" smiley.
10990
10991 2007-02-14  Michaël Cadilhac  <michael@cadilhac.name>
10992
10993         * nntp.el (nntp-send-command): Don't wait for echoes when
10994         nntp-open-ssl-stream is used.
10995
10996 2007-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
10997
10998         * gnus-cite.el (gnus-test-font-lock-add-keywords)
10999         (gnus-message-add-citation-keywords)
11000         (gnus-message-remove-citation-keywords): Remove.
11001         (gnus-message-citation-mode): Instead of modifying font-lock-keywords
11002         directly, make the variables in font-lock-defaults buffer-local, add
11003         gnus-message-citation-keywords to them and then update the value of
11004         font-lock-keywords.
11005
11006 2007-02-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11007
11008         * message.el (message-cite-original-1): Don't call
11009         gnus-article-highlight-citation.
11010
11011         * gnus-cite.el (gnus-cite-parse): Work with two or more MS-type
11012         citations; fix line count.
11013
11014 2007-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
11015
11016         * gnus-cite.el (gnus-test-font-lock-add-keywords): New function.
11017         (gnus-message-add-citation-keywords)
11018         (gnus-message-remove-citation-keywords): Use it; fix the emulating
11019         versions of font-lock-add-keywords and font-lock-remove-keywords to
11020         work with XEmacs correctly.
11021
11022 2007-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11023
11024         * gnus-cite.el (gnus-cite-face-list): Set the values of
11025         gnus-message-max-citation-depth and gnus-message-citation-keywords.
11026         (gnus-message-max-citation-depth): Use defvar rather than defconst.
11027         (gnus-message-cite-prefix-regexp): New variable.
11028         (gnus-message-search-citation-line): Use it; protect against long
11029         citation prefix; fill match data with nil rather than 0 for XEmacs; set
11030         the 0th match data for Emacs.
11031         (gnus-message-citation-keywords): Set LAXMATCH flag in every HIGHLIGHT.
11032         (gnus-message-add-citation-keywords): Append keywords rather than
11033         prepending; emulate font-lock-add-keywords if it is not available.
11034         (gnus-message-remove-citation-keywords):
11035         Emulate font-lock-remove-keywords if it is not available.
11036
11037         * gnus-msg.el (gnus-message-highlight-citation): Default to t.
11038
11039         * message.el (message-cite-prefix-regexp): Set the value of
11040         gnus-message-cite-prefix-regexp.
11041
11042 2007-02-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11043
11044         * nnweb.el (nnweb-google-parse-1): Update parser.
11045
11046 2007-01-29  Juanma Barranquero  <lekktu@gmail.com>
11047
11048         * gnus-art.el (gnus-button-prefer-mid-or-mail): Fix typo in docstring.
11049
11050 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11051
11052         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11053         regexp.
11054
11055 2007-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
11056
11057         * uudecode.el (uudecode-string-to-multibyte): New function emulating
11058         string-to-multibyte.
11059         (uudecode-decode-region-internal): Use it.
11060
11061         * lpath.el: Fbind string-as-multibyte for XEmacs.
11062
11063 2007-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
11064
11065         * gnus-score.el (gnus-home-score-file, gnus-home-adapt-file):
11066         Fix custom choice.
11067
11068         * gnus-art.el (gnus-signature-limit): Fix custom choice.
11069
11070 2007-01-22  Daiki Ueno  <ueno@unixuser.org>
11071
11072         * mm-util.el (mm-inhibit-file-name-handlers): Add epa-file-handler.
11073
11074         * mm-decode.el (mm-save-part-to-file): Use `mm-write-region' instead of
11075         `write-region' to respect `mm-inhibit-file-name-handlers'.
11076
11077 2007-01-19  Reiner Steib  <Reiner.Steib@gmx.de>
11078
11079         * nnsoup.el (nnsoup-directory, nnsoup-packer, nnsoup-packet-directory):
11080         Use gnus-home-directory instead of "~/" or "$HOME".
11081
11082 2007-01-17  Teodor Zlatanov  <tzz@lifelogs.com>
11083
11084         * encrypt.el (encrypt-insert-file-contents): Add better prompt
11085         to mention filename.
11086         Add comments at beginning regarding usage.
11087         (encrypt-write-file-contents): Change interactive so a string is
11088         acceptable.  If the file has no associated model, show an error instead
11089         of a nonsense prompt.
11090
11091 2007-01-16  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
11092
11093         * spam.el (spam-bsfilter-ham-switch): Fix typo.
11094         Thanks to Yoshihiko Yamada for kind notification of this typo.
11095
11096 2007-01-12  Kenichi Handa  <handa@m17n.org>
11097
11098         * uudecode.el (uudecode-decode-region-internal): Make it work in a
11099         multibyte buffer.
11100
11101 2007-01-14  Reiner Steib  <Reiner.Steib@gmx.de>
11102
11103         * gnus-score.el (gnus-score-fast-scoring): New variable.
11104         (gnus-score-headers): Use it.
11105
11106         * gnus-sum.el (gnus-auto-select-first): Improve doc string.
11107
11108         * message.el (message-cite-original-1):
11109         Call gnus-article-highlight-citation if requested.
11110         (message-make-from): Allow name and address as optional arguments.
11111
11112         * gnus-cite.el (gnus-article-highlight-citation): Add SAME-BUFFER arg.
11113
11114         * gnus-art.el (gnus-article-browse-html-article): Add warning about web
11115         bugs to doc string.
11116         (gnus-button-alist): Add mid\\|message-id.
11117         (gnus-button-fetch-group): Extend for use in
11118         `browse-url-browser-function'.
11119         (gnus-button-url-regexp): Try to catch paired parentheses like in
11120         Wikipedia URLs.
11121
11122         * gnus-sum.el (gnus-summary-reparent-children): Another doc string fix.
11123         Suggested by Simon Krahnke <overlord@gmx.li>.
11124
11125 2007-01-13  Romain Francoise  <romain@orebokech.com>
11126
11127         * nnml.el (nnml-use-compressed-files): Fix typo in docstring.
11128         Update copyright.
11129
11130 2007-01-13  Patric Mueller  <bhaak@bigfoot.com>  (tiny change)
11131
11132         * gnus-sum.el (gnus-summary-reparent-children): Fix typo in doc string.
11133
11134 2007-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
11135
11136         * gnus-registry.el (gnus-registry-unfollowed-groups)
11137         (gnus-registry-split-fancy-with-parent): Fix documentation.
11138
11139 2007-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11140
11141         * spam-report.el (spam-report-gmane-internal): Speed up spam reporting
11142         from nnweb groups.
11143
11144 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11145
11146         * spam-report.el (spam-report-gmane-internal): Add necessary "/" to
11147         Xref urls.  Erase buffer before requesting head.
11148
11149         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11150
11151 2007-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
11152
11153         * gnus-soup.el (gnus-soup): New custom group.  Make user variables
11154         customizable.
11155
11156 2007-01-05  Daiki Ueno  <ueno@unixuser.org>
11157
11158         * mml2015.el (mml2015-epg-sign): Ask user whether to skip or abort if
11159         no signing key is found.
11160         (mml2015-epg-encrypt): Ask user whether to skip or abort if
11161         no encrypting and/or signing key is found.
11162
11163 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
11164
11165         * spam-report.el (spam-report-gmane-spam): Remove redundant message.
11166
11167 2007-01-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11168
11169         * nnweb.el (nnweb-gmane-create-mapping): Put back code to merge the
11170         headers read from disk with the ones newly found in the current search.
11171         This should no longer cause problems, because the article numbers in
11172         Gmane's `nov.php' output are ignored since the previous change.
11173
11174 2007-01-02  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11175
11176         * gmm-utils.el (gmm-tool-bar-style): Fix custom type.
11177
11178 2007-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11179
11180         * lpath.el: Fbind clear-string and cp-supported-codepages; don't fbind
11181         replace-regexp-in-string; bind url-version; fbind display-images-p and
11182         timer-set-function for XEmacs; bind timer-list for XEmacs; fbind
11183         find-face and set-itimer-function for Emacs; bind itimer-list for
11184         Emacs.
11185
11186         * mm-decode.el (mm-display-external): Use itimer function for XEmacs.
11187
11188 2007-01-01  Romain Francoise  <romain@orebokech.com>
11189
11190         * gnus-sum.el (gnus-summary-make-menu-bar): Fix typo.
11191
11192 2006-12-31  Steve Youngs  <steve@sxemacs.org>
11193
11194         * gnus-cite.el: Load easy-mmode at compile time for (S)XEmacs to get
11195         `define-minor-mode' macro definition expanded properly.
11196         (gnus-message-citation-mode): This is now OK for (S)XEmacs so don't
11197         exclude it there.
11198
11199         * gnus-msg.el (gnus-message-highlight-citation): Revert Reiner's patch
11200         of 2006-12-30.  The default is nil on (S)XEmacs already because of the
11201         `fboundp' test.
11202         (gnus-message-citation-mode): Revert Reiner's patch of 2006-12-30.
11203         This is OK to autoload in (S)XEmacs now.
11204
11205 2006-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11206
11207         * gnus-sum.el (gnus-summary-limit-to-singletons): New command and
11208         keystroke.
11209         (gnus-summary-limit-to-singletons): Fix typo.
11210
11211         * spam-report.el (spam-report-gmane-internal): Fall back on Xref if all
11212         else fails.
11213
11214 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11215
11216         * gnus-cite.el (turn-off-gnus-message-citation-mode): Fix typo in
11217         docstring.
11218
11219         * gnus-sum.el (gnus-summary-insert-ticked-articles): New command.
11220         (gnus-summary-make-menu-bar, gnus-summary-buffer-map): Bind it.
11221         (gnus-summary-insert-dormant-articles): Fix typo in message.
11222
11223 2006-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
11224
11225         * gnus-msg.el (gnus-message-highlight-citation): Ensure default to be
11226         nil for XEmacs.
11227         (gnus-message-citation-mode): Don't autoload in XEmacs.
11228
11229         * gnus-cite.el (gnus-message-citation-mode): Don't define in XEmacs.
11230
11231 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
11232
11233         * nnimap.el (nnimap-expunge-search-string):
11234         Mention nnimap-search-uids-not-since-is-evil in docstring.
11235
11236 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
11237
11238         * spam.el: Revert to make-obsolete-variable because
11239         define-obsolete-variable-alias is not supported in Emacs 21.
11240
11241         * spam.el (spam-ifile-path, spam-ifile-database-path)
11242         (spam-bogofilter-path): Use define-obsolete-variable-alias instead of
11243         make-obsolete-variable.
11244         (spam-bsfilter-path, spam-bsfilter-program)
11245         (spam-spamassassin-path, spam-spamassassin-program)
11246         (spam-sa-learn-path, spam-sa-learn-program): Rename variables.
11247         Don't use "path" inappropriately.
11248         (spam-check-spamassassin, spam-spamassassin-register-with-sa-learn)
11249         (spam-check-bsfilter, spam-bsfilter-register-with-bsfilter): Use new
11250         variable names.
11251
11252 2006-12-28  Daiki Ueno  <ueno@unixuser.org>
11253
11254         * gnus-sum.el (gnus-summary-next-article): Make sure we are in the
11255         summary buffer.
11256
11257         * password.el (password-cache-remove): Use clear-string to burn
11258         password, if available.
11259
11260 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11261
11262         * gnus-msg.el (gnus-message-citation-mode): Fix autoload.
11263
11264         * gnus-cite.el (gnus-message-highlight-citation): Move to gnus-msg.el.
11265
11266         * gnus-msg.el (gnus-setup-message): Add gnus-message-citation-mode.
11267         (gnus-message-highlight-citation): Move defcustom here from
11268         gnus-cite.el.
11269         (gnus-message-citation-mode): Autoload.
11270
11271         * gnus-cite.el: Adjust Oliver's code to Gnus namespace.  Add some
11272         checks to make it compile with XEmacs.
11273         (gnus-message-citation-mode): New minor mode.
11274         (gnus-message-max-citation-depth, gnus-message-citation-keywords)
11275         (gnus-message-highlight-citation): New variables.
11276         (gnus-message-search-citation-line)
11277         (gnus-message-add-citation-keywords)
11278         (gnus-message-remove-citation-keywords)
11279         (turn-on-gnus-message-citation-mode)
11280         (turn-off-gnus-message-citation-mode): New functions.
11281
11282 2006-12-26  Oliver Scholz  <epameinondas@gmx.de>
11283
11284         * gnus-cite.el: Enable highlighting of different citation levels in
11285         message-mode.
11286
11287 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
11288
11289         * message.el (message-make-fqdn): Fix comment.
11290         (message-bogus-system-names): Add ".local".
11291
11292         * spam.el (spam-ifile-path, spam-ifile-program)
11293         (spam-ifile-database-path, spam-ifile-database)
11294         (spam-bogofilter-path, spam-bogofilter-program): Rename variables.
11295         Don't use "path" inappropriately.
11296         (spam-spamoracle-database, spam-get-ifile-database-parameter): Fix doc
11297         strings.
11298         (spam-check-ifile, spam-ifile-register-with-ifile)
11299         (spam-check-bogofilter, spam-bogofilter-register-with-bogofilter):
11300         Use new variable names.
11301
11302         * gnus-art.el (gnus-treat-display-x-face, gnus-treat-display-face)
11303         (gnus-treat-display-smileys): Simplify using
11304         gnus-image-type-available-p.
11305
11306         * gnus-ems.el (gnus-image-type-available-p): Use display-images-p if
11307         available.
11308
11309         * gnus-xmas.el (gnus-xmas-image-type-available-p):
11310         Use `display-images-p' if available.
11311
11312 2006-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
11313
11314         * nnrss.el (nnrss-fetch): Replace buffer's contents with the decoded
11315         one after turning on the buffer's multibyteness instead of decoding
11316         them directly in the unibyte buffer that causes unexpected conversion
11317         in Emacs 23 (unicode).
11318
11319 2006-12-21  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11320
11321         * message.el (message-generate-hashcash): Fix custom type.
11322
11323 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11324
11325         * gnus-sum.el (gnus-summary-recenter): Remove debug messages.
11326
11327 2006-12-20  Reiner Steib  <Reiner.Steib@gmx.de>
11328
11329         * gnus-group.el (gnus-group-tool-bar-gnome): Exchange connect and
11330         disconnect icons.  Add help text.
11331
11332 2006-12-20  Teodor Zlatanov  <tzz@lifelogs.com>
11333
11334         * spam.el (spam-extra-header-to-number): CRM114 spam score is
11335         negated to be consistent with the others we handle.
11336
11337 2006-12-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11338
11339         * gnus-art.el (gnus-article-setup-buffer): Actually set the local
11340         version of gnus-summary-buffer to something, so that we can use two
11341         article buffers at the same time.
11342
11343 2006-12-18  Teodor Zlatanov  <tzz@lifelogs.com>
11344
11345         * spam.el (spam-necessary-extra-headers): Make spam-use-regex-headers
11346         trigger all the extra headers.
11347         (spam-extra-header-to-number): Don't require spam-use-crm114 for header
11348         sorting.
11349
11350 2006-12-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11351
11352         * nnweb.el (nnweb-gmane-create-mapping): Keep the mapping stable for
11353         solid groups.
11354
11355 2006-12-17  Chong Yidong  <cyd@stupidchicken.com>
11356
11357         * pgg-gpg.el (pgg-gpg-use-agent): Default to t.
11358
11359 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
11360
11361         * legacy-gnus-agent.el: Add Copyright notice.
11362
11363 2006-12-12  Chong Yidong  <cyd@stupidchicken.com>
11364
11365         * gnus-sum.el (gnus-make-thread-indent-array): Fix last change.
11366
11367 2006-12-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11368
11369         * nnweb.el (nnweb-gmane-search): Placeholder TOPDOC setting.
11370
11371         * gnus-sum.el (gnus-summary-recenter): Force setting the window start
11372         to make it work reliably in CVS Emacs.
11373         (gnus-summary-limit-strange-charsets-predicate)
11374         (gnus-summary-limit-to-predicate): New functions.
11375
11376 2006-12-08  Chong Yidong  <cyd@stupidchicken.com>
11377
11378         * gnus-sum.el (gnus-make-thread-indent-array): New optional arg
11379         specifying array size.
11380         (gnus-summary-insert-line, gnus-summary-prepare-threads): Regrow indent
11381         array if it is too small.
11382         (gnus-sort-threads-recursive): Rename from gnus-sort-thread-1.
11383         (gnus-sort-threads-loop): New function.
11384
11385 2006-12-06  Chris Moore  <dooglus@gmail.com>
11386
11387         * gnus-sum.el (gnus-sort-threads, gnus-summary-limit-children):
11388         Use `max' to avoid the value of `max-lisp-eval-depth' decreasing.
11389
11390 2006-12-04  Jouni K. Seppänen  <jks@iki.fi>
11391
11392         * mm-url.el (mm-url-predefined-programs): Call curl with correct
11393         options.
11394
11395 2006-12-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11396
11397         * spam-report.el (spam-report-url-ping-plain): Wait for output to avoid
11398         DOS-ing the recipient.
11399
11400         * nnweb.el (nnweb-gmane-create-mapping): Use the article number from
11401         the headers when creating the mapping to avoid mismappings.
11402         (nnweb-gmane-create-mapping): Always nix out old mapping.
11403
11404 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11405
11406         * message.el (message-signed-or-encrypted-p): Bind mm-decrypt-option
11407         and mm-verify-option to never.
11408
11409 2006-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11410
11411         * message.el (message-signed-or-encrypted-p): New function.
11412         (message-forward-make-body): Use it.
11413
11414         * mml2015.el (mml2015-pgg-clear-verify, mml2015-epg-clear-verify):
11415         Replace encode-coding-string with mm-encode-coding-string.
11416
11417 2006-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11418
11419         * nneething.el (nneething-decode-file-name):
11420         Replace decode-coding-string with mm-decode-coding-string.
11421
11422         * gnus-int.el (gnus-open-server): Say failed server's name.
11423
11424 2006-11-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11425
11426         * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of
11427         strings to a single string.  Quote `errors-file-name'.
11428         (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region)
11429         (pgg-pgp-verify-region, pgg-pgp-insert-key, pgg-pgp-snarf-keys-region):
11430         Adjust calls.  Use `shell-quote-argument'.
11431
11432 2006-11-24  Juanma Barranquero  <lekktu@gmail.com>
11433
11434         * gnus-agent.el (gnus-agent-expire-unagentized-dirs)
11435         (gnus-agent-regenerate-group): Fix space/tab mixup in messages.
11436
11437         * gnus-art.el (gnus-article-x-face-command, gnus-numeric-save-name):
11438         * gnus-group.el (gnus-group-sort-function, gnus-group-line-format)
11439         (gnus-group-mode, gnus-group-read-group, gnus-group-delete-group)
11440         (gnus-group-make-directory-group, gnus-group-transpose-groups):
11441         * gnus-start.el (gnus-options-subscribe, gnus-options-not-subscribe)
11442         (gnus-subscribe-newsgroup, gnus-1):
11443         * gnus-sum.el (gnus-summary-make-false-root, gnus-make-threads):
11444         * gnus.el (gnus-nntp-server, gnus-use-cross-reference)
11445         (gnus-valid-select-methods, total-expire, gnus-summary-line-format)
11446         (gnus-group-read-only-p): Fix space/tab mixup in docstrings.
11447
11448 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11449
11450         * gnus-sum.el (gnus-summary-limit-to-headers): New command and
11451         keystroke.
11452         (gnus-summary-limit-to-bodies): Implement headersp.
11453
11454 2006-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11455
11456         * dns.el (query-dns): Protect against "Process dns deleted" strings.
11457
11458 2006-11-21  Katsumi Yamaoka  <yamaoka@jpl.org>
11459
11460         * mm-util.el (mm-string-to-multibyte): Alias to identity in XEmacs.
11461
11462 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
11463
11464         * message.el (message-generate-hashcash): Expand range of values to
11465         include `opportunistic'.
11466         (message-send-mail): Use it.
11467
11468 2006-11-18  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11469
11470         * mm-uu.el (mm-uu-pgp-signed-extract-1): Make last fix more thorough
11471         and comment it.
11472
11473         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update regexp.
11474
11475 2006-11-15  Reiner Steib  <Reiner.Steib@gmx.de>
11476
11477         * gnus-util.el (gnus-extract-address-components): Improve comment.
11478
11479 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11480
11481         * gnus-util.el (gnus-extract-address-components): Work with address in
11482         which the name portion contains @.
11483
11484         * lpath.el: Fbind custom-autoload.
11485
11486 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11487
11488         * gnus.el (gnus-start): Move custom group up.
11489         (gnus-select-method): Don't autoload, but make it available for
11490         `customize-variable'.
11491         (gnus-getenv-nntpserver): Don't autoload.
11492
11493 2006-11-14  Teodor Zlatanov  <tzz@lifelogs.com>
11494
11495         * spam.el: Revert to 7.82 (removed changes since 2006-10-16).
11496
11497 2006-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
11498
11499         * message.el (message-sendmail-extra-arguments): New variable.
11500         (message-send-mail-with-sendmail): Use it.
11501
11502 2006-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
11503
11504         * mml.el (mml-generate-mime-1): Use mm-string-as-unibyte instead of
11505         mm-with-unibyte-current-buffer to make string unibyte.
11506
11507         * mm-decode.el (mm-insert-part): Use mm-string-to-multibyte instead of
11508         mm-string-as-multibyte.
11509
11510 2006-11-14  Daiki Ueno  <ueno@unixuser.org>
11511
11512         * mml2015.el (mml2015-epg-sign): Prefix "pgp-" to a micalg value.
11513         Reported by Werner Koch <wk@gnupg.org>.
11514
11515 2006-11-14  Daiki Ueno  <ueno@p360>
11516
11517         * mml2015.el: Autoload epa-select-keys when compiling.
11518
11519 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11520
11521         * mml2015.el (mml2015-epg-sign): Save the signing keys in
11522         message-options.
11523         (mml2015-epg-encrypt): Save the recipient keys in message-options.
11524
11525 2006-11-13  Daiki Ueno  <ueno@unixuser.org>
11526
11527         * mml2015.el (mml2015-epg-encrypt): Remove backward compatibility for
11528         EasyPG (< 0.0.6).
11529         (mml2015-always-trust): New user option.
11530         (mml2015-epg-passphrase-callback): Display key ID on the passphrase
11531         prompt.
11532
11533 2006-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
11534
11535         * nntp.el (nntp-authinfo-force): New variable.
11536         (nntp-send-authinfo): Use it.
11537
11538 2006-11-09  Reiner Steib  <Reiner.Steib@gmx.de>
11539
11540         * message.el (message-strip-subject-encoded-words): Allow _not_ to
11541         decode encoded words.  Improve prompt.  Add comment about forwarding.
11542         (message-replacement-char): Move up.
11543
11544 2006-11-08  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
11545
11546         * gnus-sum.el (gnus-summary-catchup): Use gnus-sorted-intersection
11547         instead of gnus-intersection because arguments of gnus-sorted-nunion
11548         must be sorted.  This avoids corruption of gnus-newsgroup-unreads.
11549
11550 2006-11-07  Reiner Steib  <Reiner.Steib@gmx.de>
11551
11552         * message.el (message-strip-subject-encoded-words): Reformat prompt.
11553         (message-simplify-subject-functions):
11554         Enable message-strip-subject-encoded-words by default.
11555
11556 2006-11-06  Reiner Steib  <Reiner.Steib@gmx.de>
11557
11558         * message.el (message-strip-subject-encoded-words): New function.
11559         (message-simplify-subject-functions): New variable.
11560         (message-simplify-subject): Use it.  Fix typo in doc string.
11561         Support message-strip-subject-encoded-words.
11562
11563 2006-11-03  Juanma Barranquero  <lekktu@gmail.com>
11564
11565         * gnus-diary.el (gnus-diary-delay-format-function):
11566         * nndiary.el (nndiary-reminders):
11567         * nnsoup.el (nnsoup-always-save): Use "non-nil" in docstrings.
11568
11569 2006-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
11570
11571         * gnus-art.el (article-hide-boring-headers): Fetch date from
11572         gnus-original-article-buffer to avoid problems with localized date
11573         strings.
11574
11575 2006-10-30  Katsumi Yamaoka  <yamaoka@jpl.org>
11576
11577         * html2text.el (html2text-format-tags): Avoid infloop on open tags.
11578
11579 2006-10-29  Reiner Steib  <Reiner.Steib@gmx.de>
11580
11581         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11582         New variables.
11583         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11584         (mm-charset-synonym-alist): Move some entries to
11585         mm-codepage-iso-8859-list.
11586         (mm-charset-synonym-alist, mm-charset-override-alist):
11587         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11588
11589 2006-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
11590
11591         * gnus-sum.el (gnus-set-mode-line): Quote % in group name.
11592
11593 2006-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
11594
11595         * gnus-agent.el (gnus-agent-make-mode-line-string): Make it compatible
11596         with Emacs 21 and XEmacs.
11597
11598 2006-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
11599
11600         * spam.el (spam-parse-address): New function for better parsing,
11601         catching errors, etc.
11602         (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list): Use it.
11603
11604 2006-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
11605
11606         * mm-view.el: Add interactive arg to html2text autoload.
11607
11608 2006-10-25  Katsumi Yamaoka  <yamaoka@jpl.org>
11609
11610         * gnus-sum.el (gnus-summary-move-article): Use no-encode for `B B'.
11611
11612 2006-10-24  Reiner Steib  <Reiner.Steib@gmx.de>
11613
11614         * mm-util.el (mm-codepage-iso-8859-list, mm-codepage-ibm-list):
11615         New variables.
11616         (mm-setup-codepage-iso-8859, mm-setup-codepage-ibm): New functions.
11617         (mm-charset-synonym-alist): Move some entries to
11618         mm-codepage-iso-8859-list.
11619
11620         * gnus.el (gnus-getenv-nntpserver, gnus-select-method): Autoload.
11621
11622 2006-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
11623
11624         * message.el (message-citation-line-format)
11625         (message-insert-formated-citation-line): Fix implementation of %E, %N
11626         and %n according to the doc string.
11627
11628 2006-10-20  Teodor Zlatanov  <tzz@lifelogs.com>
11629
11630         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11631         Use car-safe to avoid bad parses.
11632
11633 2006-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11634
11635         * gnus-group.el (gnus-group-make-doc-group): Work for non-ASCII group
11636         names.
11637
11638         * gnus-sum.el (gnus-select-newsgroup): Decode group name.
11639
11640 2006-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
11641
11642         * gnus-draft.el (gnus-draft-edit-message): Make sure to remove Date
11643         header.
11644
11645         * message.el (message-draft-headers): Add Date.
11646         (message-headers-to-generate): Fix typo in docstring.
11647
11648         * nndraft.el (nndraft-required-headers): New variable.
11649         (nndraft-generate-headers): Use it.
11650
11651         * gnus-registry.el (gnus-registry-wash-for-keywords): Bind `word'.
11652
11653 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11654
11655         * gnus-registry.el (gnus-registry-wash-for-keywords)
11656         (gnus-registry-find-keywords): New functions to allow easy searching of
11657         articles that are in the registry.
11658
11659 2006-10-16  Teodor Zlatanov  <tzz@lifelogs.com>
11660
11661         * spam.el (spam-check-BBDB, spam-enter-ham-BBDB, spam-parse-list):
11662         Use ietf-drums-parse-address instead of gnus-extract-address-components.
11663         Reported by Damien Elmes <damien@repose.cx>.
11664
11665 2006-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
11666
11667         * gnus.el (gnus-mime): Remove unused custom group.
11668
11669 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11670
11671         * mm-uu.el (mm-uu-pgp-signed-extract-1): Use RFC 2440 definition of
11672         "blank line" when searching for end of armor headers.
11673
11674 2006-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
11675
11676         * gmm-utils.el (gmm-write-region): Fix variable name.
11677
11678 2006-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
11679
11680         * gmm-utils.el (gmm-write-region): New function based on compatibility
11681         code from `mm-make-temp-file'.
11682
11683         * mm-util.el (mm-make-temp-file): Use `gmm-write-region'.
11684
11685         * nnmaildir.el (nnmaildir--update-nov)
11686         (nnmaildir-request-replace-article, nnmaildir-request-accept-article):
11687         Use `gmm-write-region'.
11688
11689 2006-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
11690
11691         * mm-util.el (mm-charset-synonym-alist, mm-charset-override-alist):
11692         Add iso-8859-8/windows-1255 and iso-8859-9/windows-1254.
11693
11694         * nnheader.el (nnheader-find-file-noselect): Inhibit version-control.
11695
11696         * message.el (message-replacement-char): New variable.
11697         (message-fix-before-sending): Use it.
11698         (message-simplify-subject): New function to remove duplicate code.
11699         (message-reply, message-followup): Use it.
11700
11701         * gnus-sum.el (gnus-summary-make-menu-bar):
11702         Clarify gnus-summary-limit-to-articles.
11703
11704 2006-10-03  Katsumi Yamaoka  <yamaoka@jpl.org>
11705
11706         * gnus-util.el (gnus-with-local-quit): New macro.
11707
11708         * gnus-demon.el (gnus-demon): Replace with-local-quit with it.
11709
11710 2006-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
11711
11712         * gnus-util.el (gnus-string-remove-all-properties): Another fix to
11713         ignore non-string data.
11714
11715 2006-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
11716
11717         * gnus-util.el (gnus-string-remove-all-properties): Fix to ignore
11718         non-string data (needs to be done in the registry too).
11719
11720 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11721
11722         * gnus-registry.el (gnus-registry-save, gnus-registry-cache-save)
11723         (gnus-registry-remove-alist-text-properties, gnus-registry-action)
11724         (gnus-registry-split-fancy-with-parent)
11725         (gnus-registry-fetch-simplified-message-subject-fast)
11726         (gnus-registry-fetch-sender-fast, gnus-registry-store-extra-entry):
11727         Remove text properties on ingress into the registry and when it's saved.
11728         (gnus-registry-clean-empty-function): Fix bug with cleaning the
11729         registry from entries with no groups.
11730
11731 2006-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
11732
11733         * gnus-util.el (gnus-string-remove-all-properties): Add utility
11734         function to remove string properties.
11735
11736 2006-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
11737
11738         * gmm-utils.el (gmm): Adjust custom version.
11739
11740         * mm-util.el (mm-charset-override-alist, mm-charset-eval-alist):
11741         Adjust custom version.
11742
11743         * gnus-draft.el (gnus-draft-mode): Don't call `mml-mode'.
11744
11745 2006-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
11746
11747         * gnus-art.el (gnus-insert-prev-page-button)
11748         (gnus-insert-next-page-button): Simplify.  Reformat.
11749
11750 2006-09-27  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11751
11752         * gnus-art.el (gnus-insert-prev-page-button)
11753         (gnus-insert-next-page-button): Apply gnus-article-button-face.
11754
11755 2006-09-25  Chong Yidong  <cyd@stupidchicken.com>
11756
11757         * gnus-demon.el (gnus-demon): Use with-local-quit to avoid hangs.
11758
11759 2006-09-20  Maxime Edouard Robert Froumentin  <max@lapin-bleu.net>
11760
11761         * gnus-art.el (gnus-insert-mime-button)
11762         (gnus-insert-mime-security-button):
11763         Apply gnus-article-button-face to MIME and security buttons.
11764
11765 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
11766
11767         * gnus-art.el (gnus-button-url-regexp): Try to make the value more
11768         readable.
11769
11770 2006-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
11771
11772         * dgnushack.el: Autoload browse-url-of-file for XEmacs.
11773
11774 2006-09-20  Steve Youngs  <steve@sxemacs.org>
11775
11776         * gnus-art.el (gnus-article-browse-html-parts): They're files, so use
11777         `browse-url-of-file' instead of `browse-url'.
11778
11779 2006-09-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11780
11781         * nnslashdot.el (nnslashdot-request-article): Update end-of-article
11782         regexp.  Articles containing quotation were cut prematurely.
11783
11784 2006-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
11785
11786         * message.el (message-cite-original-1): Use nobody by default for the
11787         value of From header.
11788         (message-reply): Ditto.
11789
11790 2006-09-11  Daiki Ueno  <ueno@unixuser.org>
11791
11792         * mml2015.el (mml2015-epg-clear-decrypt): Don't append verify results
11793         to the gnus-info.  This fixes a bug of inline-PGP message verification.
11794         Reported by Michael Piotrowski <mxp@dynalabs.de>.
11795
11796 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
11797
11798         * pop3.el (pop3-leave-mail-on-server): Mention problem of duplicate
11799         mails in the doc string.  Add some URLs in comment.
11800         (pop3-movemail): Warn about pop3-leave-mail-on-server.
11801
11802 2006-09-07  Katsumi Yamaoka  <yamaoka@jpl.org>
11803
11804         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings): Fix
11805         backslashes handling and the way to find boundaries of quoted strings.
11806
11807 2006-09-07  Daiki Ueno  <ueno@unixuser.org>
11808
11809         * mml1991.el (mml1991-epg-encrypt): Simply throw an error if
11810         mml1991-encrypt-to-self is set and mml1991-signers is not set.
11811         * mml2015.el (mml2015-epg-encrypt): Simply throw an error if
11812         mml2015-encrypt-to-self is set and mml2015-signers is not set.
11813
11814 2006-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
11815
11816         * gnus-art.el (gnus-button-marker-list): Move up.  Convert comment into
11817         doc string.
11818         (gnus-button-regexp, gnus-button-last): Remove unused variables.
11819
11820 2006-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
11821
11822         * lpath.el: Fbind epg-check-configuration.
11823
11824 2006-09-06  Simon Josefsson  <jas@extundo.com>
11825
11826         * mml2015.el (mml2015-use): Doc fix, mention epg.
11827
11828 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11829
11830         * mml2015.el (mml2015-use): Default to epg, if available.
11831
11832 2006-09-06  Daiki Ueno  <ueno@unixuser.org>
11833
11834         * mml1991.el (mml1991-epg-sign): Don't lookup a private key by
11835         message-sender.
11836         (mml1991-epg-encrypt): Ditto.
11837         * mml2015.el (mml2015-epg-sign): Don't lookup a private key by
11838         message-sender.
11839         (mml2015-epg-encrypt): Ditto.
11840
11841 2006-09-04  Chong Yidong  <cyd@stupidchicken.com>
11842
11843         * message.el (message-send-mail-with-sendmail): Look for sendmail in
11844         several common directories.
11845
11846 2006-09-05  Daiki Ueno  <ueno@unixuser.org>
11847
11848         * mml2015.el (mml2015-epg-encrypt): Expand group configuration.
11849         * mml1991.el (mml1991-epg-encrypt): Expand group configuration.
11850
11851 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11852
11853         * gnus-art.el (article-decode-encoded-words): Make it fast.
11854
11855 2006-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
11856
11857         * gnus-art.el (article-decode-encoded-words): Don't infloop in XEmacs.
11858
11859         * rfc2047.el (rfc2047-strip-backslashes-in-quoted-strings): Decode `\\'
11860         in quoted string into `\'.
11861
11862 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11863
11864         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11865         Use standard-syntax-table.
11866
11867 2006-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
11868
11869         * gnus-art.el (gnus-decode-address-function): New variable.
11870         (article-decode-encoded-words): Use it to decode headers which are
11871         assumed to contain addresses.
11872         (gnus-mime-delete-part): Remove useless `or'.
11873
11874         * gnus-sum.el (gnus-decode-encoded-address-function): New variable.
11875         (gnus-summary-from-or-to-or-newsgroups): Use it to decode To header.
11876         (gnus-nov-parse-line): Use it to decode From header.
11877         (gnus-get-newsgroup-headers): Ditto.
11878         (gnus-summary-enter-digest-group): Use it to decode `to-address'.
11879
11880         * mail-parse.el (mail-decode-encoded-address-region): New alias.
11881         (mail-decode-encoded-address-string): New alias.
11882
11883         * rfc2047.el (rfc2047-quote-special-characters-in-quoted-strings):
11884         New function.
11885         (rfc2047-encode-message-header, rfc2047-encode-region): Use it.
11886         (rfc2047-strip-backslashes-in-quoted-strings): New fnction.
11887         (rfc2047-decode-region): Use it; add optional argument `address-mime'.
11888         (rfc2047-decode-string): Ditto.
11889         (rfc2047-decode-address-region): New function.
11890         (rfc2047-decode-address-string): New function.
11891
11892 2006-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
11893
11894         * message.el (message-caesar-buffer-body): Allow rotating headers.
11895
11896         * gnus-sum.el (gnus-summary-caesar-message): Allow rotating headers.
11897
11898         * message.el (message-insert-formated-citation-line): Fix %f.
11899         Reported by Torsten Bronger <bronger@physik.rwth-aachen.de> .
11900
11901 2006-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
11902
11903         * gnus-bookmark.el (gnus-bookmark-file-coding-system): New variable.
11904         (gnus-bookmark-mouse-available-p): New macro.
11905         (gnus-bookmark-bmenu-list): Use it; use gnus-mouse-2.
11906         (gnus-bookmark-bmenu-show-infos): Use it.
11907         (gnus-bookmark-insert-details): Use it; use gnus-mouse-2.
11908         (gnus-bookmark-bmenu-hide-infos): Ditto.
11909         (gnus-bookmark-remove-properties): New function.
11910         (gnus-bookmark-set, gnus-bookmark-make-cell): Use it.
11911         (gnus-bookmark-set-bookmark-name): Don't use 2nd arg of split-string.
11912         (gnus-bookmark-write-file): Bind coding-system-for-write.
11913         (gnus-bookmark-insert-file-format-version-stamp): Add coding cookie.
11914         (gnus-bookmark-jump): Make completing-read work with XEmacs; activate
11915         group before selecting it.
11916         (gnus-bookmark-get-bookmark): Use assoc instead of assoc-string.
11917         (gnus-bookmark-bmenu-mode-map): Bind `q' to bury-buffer instead of
11918         quit-window if it is not available; use gnus-mouse-2 and bind it to
11919         gnus-bookmark-bmenu-select-by-mouse.
11920         (gnus-bookmark-show-details): Remove unused variable `details-list'.
11921         (gnus-bookmark-bmenu-select-by-mouse): New function.
11922
11923 2006-08-13  Romain Francoise  <romain@orebokech.com>
11924
11925         * mm-extern.el (mm-extern-mail-server): End `y-or-n-p' prompt with a
11926         space.
11927
11928 2006-08-10  Romain Francoise  <romain@orebokech.com>
11929
11930         * dns-mode.el: Alias `zone-mode' to `dns-mode'.
11931         (dns-mode-soa-auto-increment-serial): New user option.
11932         (dns-mode-soa-maybe-increment-serial): New function.
11933         (dns-mode): Add the latter to `write-contents-functions'.
11934
11935 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11936
11937         * compface.el (uncompface): Use binary rather than raw-text-unix.
11938
11939 2006-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
11940
11941         * compface.el (uncompface): Make sure the eol conversion doesn't take
11942         place when communicating with the external programs.
11943         Reported by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
11944
11945 2006-07-31  Katsumi Yamaoka  <yamaoka@jpl.org>
11946
11947         * nnheader.el (nnheader-insert-head): Fix typo in comment.
11948
11949 2006-07-31  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
11950
11951         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
11952         Make it more robust by parsing author and date independently.
11953
11954 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
11955
11956         * nnheader.el (nnheader-insert-head): Make it work with Mac as well.
11957
11958 2006-07-28  Daiki Ueno  <ueno@unixuser.org>
11959
11960         * mml2015.el (mml2015-epg-sign): If mml2015-signers is not set, use the
11961         first matching secret key.
11962         (mml2015-epg-encrypt): Ditto.
11963
11964         * mml1991.el (mml1991-epg-sign): If mml1991-signers is not set, use the
11965         first matching secret key.
11966         (mml1991-epg-encrypt): Ditto.
11967
11968         * mml2015.el (mml2015-encrypt-to-self): New user option.
11969         (mml2015-epg-encrypt): Append mml2015-signers to recipients list if
11970         mml2015-epg-encrypt-to-self is set.
11971
11972         * mml1991.el (mml1991-encrypt-to-self): New variable.
11973         (mml1991-epg-encrypt): Append mml1991-signers to recipients list if
11974         mml1991-epg-encrypt-to-self is set.
11975
11976         * mml2015.el (mml2015-signers): New user option.
11977         (mml2015-epg-sign): Reflect the value of mml2015-signers.
11978         (mml2015-epg-encrypt): Allow to select signing keys.
11979
11980         * mml1991.el (mml1991-signers): New variable.
11981         (mml1991-epg-sign): Reflect the value of mml1991-signers.
11982         (mml1991-epg-encrypt): Allow to select signing keys.
11983
11984 2006-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
11985
11986         * nnheader.el (nnheader-insert-head): Make it work even if the file
11987         uses CRLF for the line-break code.
11988
11989 2006-07-25  Daiki Ueno  <ueno@unixuser.org>
11990
11991         * mml2015.el: Require mml-sec instead of password.
11992         (mml2015-verbose): Inherit the default value from mml-secure-verbose.
11993         (mml2015-cache-passphrase): Inherit the default value from
11994         mml-secure-cache-passphrase.
11995         (mml2015-passphrase-cache-expiry): Inherit the default value from
11996         mml-secure-passphrase-cache-expiry.
11997
11998         * mml1991.el: Require mml-sec instead of password.
11999         (mml1991-verbose): Inherit the default value from mml-secure-verbose.
12000         (mml1991-cache-passphrase): Inherit the default value from
12001         mml-secure-cache-passphrase.
12002         (mml1991-passphrase-cache-expiry): Inherit the default value from
12003         mml-secure-passphrase-cache-expiry.
12004
12005         * mml-sec.el: Require password.
12006         (mml-secure-verbose): New user option.
12007         (mml-secure-cache-passphrase): New user option.
12008         (mml-secure-passphrase-cache-expiry): New user option.
12009
12010 2006-07-24  Daiki Ueno  <ueno@unixuser.org>
12011
12012         * pgg-def.el (pgg-truncate-key-identifier): Truncate the key ID to 8
12013         letters from the end.  Thanks to "David Smith" <davidsmith@acm.org> and
12014         andreas@altroot.de (Andreas Vögele).
12015
12016         FIXME: Use `tiny change'?
12017
12018 2006-07-19  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12019
12020         * mm-url.el (mm-url-insert-file-contents): Inhibit Connection: close
12021         workaround for the url package included with Emacs.
12022
12023         * nnweb.el (nnweb-google-create-mapping): Update regexp.
12024
12025 2006-07-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12026
12027         * gnus-sum.el (gnus-select-newsgroup): Setup the article buffer
12028         correctly.  This fixes a bug caused by the 2006-05-12 change.
12029
12030 2006-07-18  Karl Fogel  <kfogel@red-bean.com>
12031
12032         * nnmail.el (nnmail-article-group): If splitting raises an error, give
12033         some information about the error when saying that the `bogus' mail
12034         group will be used.
12035
12036 2006-07-17  Reiner Steib  <Reiner.Steib@gmx.de>
12037
12038         * gnus-sum.el (gnus-summary-delete-article): Don't use TAB in doc
12039         string.
12040
12041 2006-07-16  NAKAJI Hiroyuki  <nakaji@heimat.jp>  (tiny change)
12042
12043         * mm-util.el (mm-charset-synonym-alist): Map windows-31j to cp932.
12044
12045 2006-07-14  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12046
12047         * gnus-start.el (gnus-subscribe-options-newsgroup-method): Doc fix.
12048
12049 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12050
12051         * mml1991.el (mml1991-function-alist): Add epg.
12052         (mml1991-epg-passphrase-callback, mml1991-epg-sign)
12053         (mml1991-epg-encrypt): New functions.
12054
12055 2006-07-10  Daiki Ueno  <ueno@unixuser.org>
12056
12057         * mml2015.el (mml2015-verbose): New variable.
12058         (mml2015-cache-passphrase): Ditto.
12059         (mml2015-passphrase-cache-expiry): Ditto.
12060         (mml2015-function-alist): Add epg.
12061         (mml2015-epg-passphrase-callback, mml2015-epg-decrypt)
12062         (mml2015-epg-clear-decrypt, mml2015-epg-verify)
12063         (mml2015-epg-clear-verify, mml2015-epg-sign, mml2015-epg-encrypt):
12064         New functions.
12065
12066 2006-07-08  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12067
12068         * message.el (message-cite-original-1): Preserve region when removing
12069         quoted text due to X-No-Archive in order to avoid bogus attribution
12070         when citing multiple messages.
12071
12072 2006-06-27  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12073
12074         * gnus-group.el (gnus-group-sort-by-unread): Fix typo.
12075         Reported by Kenneth Jacker <khj@be.cs.appstate.edu>.
12076
12077 2006-06-26  Reiner Steib  <Reiner.Steib@gmx.de>
12078
12079         * gnus-diary.el (gnus-user-format-function-d)
12080         (gnus-user-format-function-D): Autoload.
12081
12082         * imap.el (Commentary): Fix typo.
12083
12084         * gnus-util.el (kill-empty-logs, gnus-byte-compile): Remove anonymous
12085         2006-04-22 contribution.
12086
12087 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12088
12089         * gnus.el (gnus-valid-select-methods): Revert last change for nnweb.
12090         It didn't really fix the bogosity I'm seeing with solid web groups.
12091
12092 2006-06-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12093
12094         * gnus.el (gnus-valid-select-methods): Declare nnweb with 'address.
12095         Since revision 6.95 (2003-01-05) of gnus-group.el, solid web groups are
12096         created using server names.  If we use the feature without declaring
12097         it, Gnus does not properly manage server and group state.
12098
12099         * nnweb.el (nnweb-google-search): Respect nnweb-max-hits as upper
12100         bound.
12101
12102 2006-06-25  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12103
12104         * gnus.el (gnus-find-method-for-group): On killed/unknown groups, try
12105         looking up the method using GROUP's prefix before inventing a new one.
12106         It is used on killed/unknown groups in various places where returning
12107         an all-new method isn't expected by the caller.
12108
12109         * gnus-util.el (gnus-group-server): Fix for empty virtual server names
12110         and match semantics of gnus-group-real-prefix.
12111
12112 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
12113
12114         * nnmail.el (nnmail-broken-references-mailers): New variable.
12115         (nnmail-ignore-broken-references): New function generalizing
12116         nnmail-fix-eudora-headers.
12117         (nnmail-fix-eudora-headers): Now obsolete.
12118
12119         * gnus-art.el (gnus-button-handle-custom):
12120         Support `customize-apropos*'.
12121
12122 2006-06-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12123
12124         * gnus-art.el (article-hide-headers): Inhibit read-only stuff.
12125
12126         * gnus-group.el (gnus-fetch-group): Document ARTICLES and select those
12127         articles.
12128
12129 2006-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
12130
12131         * message.el (message-cite-reply-above): New variable.
12132         (message-yank-original): Use it.
12133
12134 2006-06-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12135
12136         * rfc2231.el (rfc2231-parse-string): Allow `*'s in parameter values.
12137
12138 2006-06-20  Reiner Steib  <Reiner.Steib@gmx.de>
12139
12140         * gnus-bookmark.el (gnus-bookmark-jump): Don't mark unrelated articles
12141         as read.
12142
12143         * gnus-group.el (gnus-group-quick-select-group): Add GROUP argument.
12144
12145 2006-06-19  Reiner Steib  <Reiner.Steib@gmx.de>
12146
12147         * gnus-bookmark.el: Fix Copyright, keywords, whitespace, etc.
12148         (gnus-bookmark-default-file): Use gnus-directory.
12149         (gnus-bookmark-bmenu-file-column, gnus-bookmark-use-annotations):
12150         Remove "*" in doc string.
12151         (gnus-bookmark-write-file): Simplify.
12152         (gnus-bookmark-maybe-sort-alist): Use `when'.
12153         (gnus-bookmark-get-bookmark): Fix typo in doc string.
12154         (gnus-bookmark-set-bookmark-name, gnus-bookmark-get-bookmark):
12155         Add FIXME about Emacs 21 and XEmacs compatibility.
12156         (gnus-bookmark-set-bookmark-name): Use `gnus-replace-in-string' for
12157         compatibility.
12158         (gnus-bookmark-bmenu-mode): Use `gnus-run-mode-hooks' for
12159         compatibility.
12160         (gnus-bookmark-menu-heading): Fix version.
12161
12162 2006-06-19  Bastien Guerry  <bzg@altern.org>
12163
12164         * gnus-bookmark.el: New file.
12165
12166 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12167
12168         * message.el (message-syntax-checks): Doc fix.
12169
12170 2006-06-17  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12171
12172         * gnus-srvr.el (gnus-browse-unsubscribe-group): Don't subscribe
12173         unsubscribed groups as if they were killed ones.  It causes duplicate
12174         entries in gnus-newsrc-alist.
12175
12176 2006-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12177
12178         * message.el (message-syntax-checks): Doc fix.
12179         (message-send-mail): Add check for continuation headers.
12180         (message-check-news-header-syntax): Fix regexp used to check for
12181         continuation headers.
12182
12183 2006-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
12184
12185         * gnus-art.el (gnus-display-mime): Make sure body ends with newline.
12186
12187 2006-06-11  Reiner Steib  <Reiner.Steib@gmx.de>
12188
12189         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix code.
12190
12191 2006-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
12192
12193         * gnus-art.el (gnus-article-truncate-lines): Default to the value of
12194         default-truncate-lines.
12195
12196 2006-06-06  Katsumi Yamaoka  <yamaoka@jpl.org>
12197
12198         * mm-util.el (mm-mime-mule-charset-alist): Use unicode-precedence-list
12199         to fill the utf-8 entry.
12200
12201         * lpath.el: Fbind unicode-precedence-list.
12202
12203 2006-06-01  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12204
12205         * nnweb.el (nnweb-google-parse-1): Update regexp for author and date.
12206
12207 2006-05-30  Kevin Greiner  <kevin.greiner@compsol.cc>
12208
12209         * gnus-agent.el (directory-files-and-attributes): Move all the way
12210         forward (the third and final move).
12211         (gnus-agent-read-agentview): Trap reconstruction errors due to
12212         nonexistent directory.  Handle by returning nil.
12213
12214 2006-05-30  Didier Verna  <didier@xemacs.org>
12215
12216         * message.el (message-dont-reply-to-names): Update the custom type.
12217         * message.el (message-dont-reply-to-names): New defsubst: potentially
12218         convert a list of regexps into a single one.
12219         * message.el (message-get-reply-headers): Use it.
12220         * nnmail.el (nnmail-fancy-expiry-target): Ditto.
12221
12222 2006-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
12223
12224         * gnus-agent.el (directory-files-and-attributes): Move forward.
12225
12226 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12227
12228         * gnus-ml.el (gnus-mailing-list-subscribe)
12229         (gnus-mailing-list-unsubscribe, gnus-mailing-list-owner)
12230         (gnus-mailing-list-message): Fix doc strings.
12231
12232 2006-05-29  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12233
12234         * gnus-ml.el (gnus-mailing-list-message): Use gnus-url-mailto instead
12235         of doing it manually.
12236
12237 2006-05-29  Reiner Steib  <Reiner.Steib@gmx.de>
12238
12239         * gnus-art.el (gnus-article-toggle-truncate-lines): Fix typo in
12240         comment.
12241
12242 2006-05-29  Kevin Greiner  <kevin.greiner@compsol.cc>
12243
12244         * gnus-agent.el: Add gnus-agent-flush* to purge agent info.
12245         (gnus-agent-read-agentview): Fix handling of end-of-file error.
12246         (gnus-agent-read-local): All symbols allocated in my-obarray.
12247         (gnus-agent-set-local): Skip invalid entries (min and/or max is nil).
12248         (gnus-agent-regenerate-group): Check numeric names to see if they are
12249         messages or groups.
12250         (gnus-agent-total-fetched-for): Ignore 'dummy.group' (there should be a
12251         better way of do this...)
12252
12253         * gnus-cache.el (gnus-agent-total-fetched-for):
12254         Ignore 'dummy.group' (there should be a better way of do this...)
12255
12256 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
12257
12258         * gnus-art.el (gnus-save-all-headers): Mention it might be overridden.
12259         (gnus-saved-headers): Ditto.
12260         (gnus-default-article-saver): Mention functions may have properties.
12261         (gnus-article-save): Override gnus-save-all-headers and
12262         gnus-saved-headers by :headers property which saver function may have.
12263         (gnus-summary-save-in-file): Add :headers property.
12264         (gnus-summary-write-to-file): Ditto.
12265
12266         * gnus-sum.el (gnus-summary-save-article): Bind
12267         gnus-prompt-before-saving to t when saving many articles in a file;
12268         always show all headers.
12269
12270         * dgnushack.el: Autoload toggle-truncate-lines for XEmacs.
12271
12272 2006-05-26  Reiner Steib  <Reiner.Steib@gmx.de>
12273
12274         * deuglify.el (gnus-outlook-rearrange-article): Add missing citation
12275         marks.
12276
12277         * message.el (message-indent-citation): Add optional arguments to allow
12278         using it outside of message buffers.
12279
12280         * gnus-art.el (gnus-article-unfold-long-headers): New variable.
12281         (gnus-article-treat-unfold-headers): Use it.
12282         (gnus-article-truncate-lines): New variable.
12283         (gnus-article-mode): Use it.
12284         (gnus-article-toggle-truncate-lines): New function.
12285
12286         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
12287         Add gnus-article-toggle-truncate-lines.
12288
12289         * uudecode.el (uudecode-decode-region-external): nil isn't a valid
12290         coding system in XEmacs, use binary.
12291
12292 2006-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12293
12294         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Don't edit
12295         after-load-alist.
12296
12297         * gnus-art.el (gnus-summary-save-in-file): Use property to specify
12298         this function should save decoded articles.
12299         (gnus-summary-write-to-file): Use property to specify this function
12300         should save decoded articles and specify gnus-summary-save-in-file
12301         should be used to save articles other than the first one when saving
12302         many articles.
12303         (gnus-summary-save-body-in-file): Use property to specify this
12304         function should save decoded articles.
12305         (gnus-summary-write-body-to-file): Use property to specify this
12306         function should save decoded articles and specify
12307         gnus-summary-save-body-in-file should be used to save articles other
12308         than the first one when saving many articles.
12309
12310         * gnus-sum.el (gnus-summary-save-article): Simplify.
12311
12312 2006-05-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12313
12314         * gnus-art.el (gnus-default-article-saver):
12315         Add gnus-summary-write-body-to-file.
12316         (gnus-article-save-coding-system): Don't use coding system object
12317         in XEmacs.
12318         (gnus-read-save-file-name): Add optional `dir-var' argument which
12319         specifies directory in which files are saved; work even if optional
12320         `variable' argument is not specified.
12321         (gnus-summary-write-to-file): Read file name.
12322         (gnus-summary-save-body-in-file): Add optional `overwrite' argument.
12323         (gnus-summary-write-body-to-file): New function.
12324
12325         * gnus-sum.el (gnus-newsgroup-last-directory): New variable.
12326         (gnus-summary-local-variables): Add it.
12327         (gnus-summary-save-map): Add gnus-summary-write-article-body-file.
12328         (gnus-summary-save-article): Remove optional `decode' argument;
12329         determine whether to decode articles by the value of
12330         gnus-default-article-saver; when saving many files using
12331         gnus-summary-write-to-file or gnus-summary-write-body-to-file, use
12332         it first and use gnus-summary-save-in-file or
12333         gnus-summary-save-body-in-file thereafter unless
12334         gnus-prompt-before-saving is always; move point to article which
12335         will be saved.
12336         (gnus-summary-save-article-file): Revert.
12337         (gnus-summary-write-article-file): Revert.
12338         (gnus-summary-save-article-body-file): Revert.
12339         (gnus-summary-write-article-body-file): New function.
12340
12341 2006-05-24  Katsumi Yamaoka  <yamaoka@jpl.org>
12342
12343         * gnus-art.el (gnus-default-article-saver): Doc fix.
12344         (gnus-article-save-coding-system): Move from gnus-sum.el, rename
12345         from gnus-summary-save-article-coding-system, and default to a
12346         certain coding system.
12347         (gnus-output-to-file): Add coding cookie and encode text according
12348         to gnus-article-save-coding-system; don't use mm-append-to-file.
12349
12350         * gnus-sum.el (gnus-summary-save-article-coding-system): Move to
12351         gnus-art.el and rename to gnus-article-save-coding-system.
12352         (gnus-summary-save-article): Require gnus-art; don't show all
12353         headers if it decodes articles; don't add coding cookie here;
12354         don't bind mm-text-coding-system-for-write.
12355         (gnus-summary-save-article-file): Save decoded articles.
12356         (gnus-summary-write-article-file): When saving many files, use
12357         gnus-summary-write-to-file first and gnus-summary-save-in-file
12358         thereafter unless gnus-prompt-before-saving is always.
12359         (gnus-summary-save-article-body-file): Save decoded articles.
12360
12361         * lpath.el: Fbind select-safe-coding-system for XEmacs.
12362
12363 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12364
12365         * nnrss.el (nnrss-check-group): Bind hash-index.
12366
12367 2006-05-23  Michaël Cadilhac  <michael.cadilhac@lrde.org>
12368
12369         * nnrss.el (nnrss-check-group): Use the md5sum of the whole RSS item as
12370         its hash index.  Store this hash in `nnrss-group-data'.
12371         (nnrss-read-group-data): Update accordingly.
12372
12373 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12374
12375         * gnus-art.el (gnus-button-alist): Improve gnus-button-handle-symbol
12376         entry.
12377
12378         * gnus-sum.el (gnus-summary-make-menu-bar):
12379         Add gnus-article-browse-html-article.
12380
12381 2006-05-23  Hynek Schlawack  <hynek@ularx.de>
12382
12383         * gnus-sum.el (gnus-summary-mime-map):
12384         Add gnus-article-browse-html-article.
12385
12386         * gnus-art.el (gnus-article-browse-html-article): Remove comment.
12387
12388 2006-05-23  Reiner Steib  <Reiner.Steib@gmx.de>
12389
12390         * gnus-sum.el (gnus-summary-save-article-coding-system): Offer some
12391         suitable coding systems in customize.
12392
12393 2006-05-22  Reiner Steib  <Reiner.Steib@gmx.de>
12394
12395         * mail-source.el (mail-sources): Fix custom type.
12396
12397 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
12398
12399         * gnus-sum.el (gnus-summary-save-article-mail): Clarify doc string.
12400         (gnus-summary-expire-articles-now): Shorten prompt.
12401
12402         * gmm-utils.el (wid-edit): Require.
12403         (defun-gmm): Rename from `gmm-defun-compat'.
12404         (gmm-image-search-load-path): Use it.
12405         (gmm-image-load-path-for-library): Use it.  Sync with `mh-compat.el'.
12406
12407 2006-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
12408
12409         * gnus-sum.el (gnus-summary-save-article-coding-system):
12410         New variable.
12411         (gnus-summary-save-article): Add optional `decode' argument.
12412         If it is set and gnus-summary-save-article-coding-system is non-nil,
12413         save decoded article.
12414         (gnus-summary-write-article-file): Save decoded article if
12415         gnus-summary-save-article-coding-system is non-nil.
12416
12417         * ecomplete.el (ecomplete-database-file-coding-system): Fix custom
12418         type.
12419
12420 2006-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
12421
12422         * gnus-art.el (easy-menu-define): Use :active instead of :enable.
12423
12424 2006-05-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12425
12426         * gnus-art.el (gnus-article-setup-buffer): Go to summary buffer
12427         first to test gnus-single-article-buffer which may be buffer-local.
12428
12429         * gnus-sum.el (gnus-summary-setup-buffer):
12430         Make gnus-single-article-buffer buffer-local and nil in ephemeral
12431         group; make gnus-article-buffer, gnus-article-current, and
12432         gnus-original-article-buffer always buffer-local.
12433         (gnus-summary-exit): Kill article buffer belonging to ephemeral
12434         group.
12435         (gnus-handle-ephemeral-exit): Don't move to next summary line.
12436
12437 2006-05-08  Reiner Steib  <Reiner.Steib@gmx.de>
12438
12439         * nnml.el (nnml-request-compact-group): Compressed files might not
12440         have .gz extension.
12441
12442 2006-05-04  Stefan Monnier  <monnier@iro.umontreal.ca>
12443
12444         * mm-decode.el (mm-dissect-buffer): Remove spurious double assignment.
12445         (mm-copy-to-buffer): Use with-current-buffer.
12446         (mm-display-part): Simplify.
12447         (mm-inlinable-p): Add optional arg `type'.
12448
12449 2006-05-03  Stefan Monnier  <monnier@iro.umontreal.ca>
12450
12451         * gnus-art.el (gnus-mime-view-part-as-type): Add optional PRED arg.
12452         (gnus-mime-view-part-externally, gnus-mime-view-part-internally):
12453         Try harder to show the attachment internally or externally using
12454         gnus-mime-view-part-as-type.
12455
12456 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
12457
12458         * message.el (message-from-style, message-signature-separator)
12459         (message-user-organization-file, message-send-mail-function)
12460         (message-citation-line-function, message-yank-prefix)
12461         (message-indent-citation-function, message-signature)
12462         (message-signature-file, message-signature-insert-empty-line):
12463         Remove autoloads.
12464
12465         * gnus-art.el (gnus-buttonized-mime-types):
12466         Remove "multipart/signed".  Revert 2006-04-26 change.
12467
12468 2006-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12469
12470         * gnus.el (gnus-version-number): Bump version.
12471
12472 2006-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
12473
12474         * gnus.el: No Gnus v0.5 is released.
12475
12476 2006-04-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12477
12478         * nnweb.el (nnweb-request-article): Do proper xwfu encoding when
12479         fetching articles by message-id.
12480
12481 2006-04-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12482
12483         * message.el (hashcash): Require hashcash as normal.
12484
12485         * ecomplete.el (ecomplete-highlight-match-line):
12486         Use point-at-eol.
12487         (ecomplete-highlight-match-line): Use `highlight', because that
12488         face exists in both Emacs and XEmacs.
12489
12490         * message.el (message-display-abbrev): Use point-at-bol.
12491
12492         * mail-source.el: Don't require timer/timer-funcs.
12493
12494         * gnus-async.el: Ditto.
12495
12496         * password.el: Ditto.
12497
12498         * nnheaderxm.el (nnheader-cancel-timer): Ditto.
12499
12500         * mm-url.el: Ditto.
12501
12502         * gnus-xmas.el: Don't require timer-funcs.
12503
12504         * mm-util.el: Require timer/timer-funcs.
12505
12506 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12507
12508         * mm-url.el (mm-url-insert-file-contents): Don't set Connection:
12509         Close.
12510
12511 2006-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
12512
12513         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Assume buffer is made
12514         unibyte after clear-decrypt function runs.
12515
12516         * mml2015.el (mml2015-pgg-clear-decrypt): Treat data which pgg
12517         returns as a unibyte string.
12518
12519 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12520
12521         * lpath.el: Revert.
12522
12523         * pgg-gpg.el (pgg-string-to-multibyte): Remove.
12524         (pgg-gpg-process-sentinel): Revert.
12525
12526         * pgg-pgp.el (pgg-pgp-process-region): Revert.
12527         (pgg-pgp-lookup-key): Revert.
12528
12529         * pgg-pgp5.el (pgg-pgp5-process-region): Revert.
12530         (pgg-pgp5-lookup-key): Revert.
12531
12532         * pgg.el (pgg-fetch-key): Revert.
12533
12534 2006-04-27  Katsumi Yamaoka  <yamaoka@jpl.org>
12535
12536         * lpath.el: Fbind string-as-multibyte for XEmacs.
12537
12538         * mml1991.el (mml1991-pgg-sign): No need to load pgg.el, which is
12539         always loaded by way of gnus-art.el -> mm-uu.el -> mml2015.el.
12540         (mml1991-pgg-encrypt): Ditto.
12541
12542         * pgg-gpg.el (pgg-string-to-multibyte): New function.
12543         (pgg-gpg-process-sentinel): Make sure pgg-output-buffer is always
12544         a multibyte buffer.
12545
12546         * pgg-pgp.el (pgg-pgp-process-region): Ditto.
12547         (pgg-pgp-lookup-key): Ditto.
12548
12549         * pgg-pgp5.el (pgg-pgp5-process-region): Ditto.
12550         (pgg-pgp5-lookup-key): Ditto.
12551
12552         * pgg.el (pgg-fetch-key): Ditto.
12553
12554 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
12555
12556         * message.el (message-user-organization-file): Check several
12557         locations of the organization file.
12558
12559         * gnus-sum.el (gnus-summary-mime-map, gnus-summary-make-menu-bar):
12560         Add gnus-article-view-part-as-type.
12561
12562         * gnus-art.el (gnus-article-view-part-as-type): New function.
12563
12564         * message.el (message-valid-fqdn-regexp): Add TLDs .cat, jobs,
12565         .mobi and .travel.  Remove .nato, .bitnet and .uucp.
12566
12567         * mml.el: Simplify autoload.
12568         (mml-mode): defvar dnd-protocol-alist instead of using
12569         symbol-value.
12570         (mml-default-directory): New variable.
12571         (mml-minibuffer-read-file): Use it.
12572         (mml-dnd-protocol-alist, mml-dnd-attach-options): Adjust :version.
12573
12574         * message.el (message-citation-line-format): New variable.
12575         (message-insert-formated-citation-line): New function.
12576         (message-citation-line-function):
12577         Add `message-insert-formated-citation-line' to custom type.
12578
12579         * mm-decode.el (mm-verify-option): Add gnus-buttonized-mime-types
12580         to doc string.
12581
12582         * gnus-art.el (gnus-buttonized-mime-types): Add "multipart/signed"
12583         depending on mm-verify-option.
12584
12585 2006-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
12586
12587         * mml1991.el (mml1991-pgg-sign): Make sure to load pgg.el before
12588         binding pgg-* variables; reimplement the section which prevents
12589         MIME header from being signed.
12590         (mml1991-pgg-encrypt): Make sure to load pgg.el before binding
12591         pgg-text-mode; remove a blank line at the top of body.
12592
12593         * mm-uu.el (mm-uu-pgp-encrypted-extract-1): Don't remove blank
12594         lines at the top of body; use gnus-newsgroup-charset if there's no
12595         Charset header.
12596
12597 2006-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
12598
12599         * message.el (message-self-insert-commands): Doc fix.
12600
12601         * mm-uu.el (mm-uu-pgp-signed-test): Erase prompt.
12602         (mm-uu-pgp-encrypted-test): Ditto.
12603         (mm-uu-pgp-encrypted-extract-1): Make sure there's a blank line
12604         between header and body; return application/pgp-encrypted handle
12605         if decryption failed; decode decrypted body by charset.
12606
12607         * mm-decode.el (mm-automatic-display): Don't make application/pgp
12608         element match to application/pgp-*.
12609
12610 2006-04-23  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
12611
12612         * nnweb.el (nnweb-google-wash-article): Sync up to new Google
12613         HTML.
12614
12615 2006-04-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12616
12617         * mail-source.el (mail-source-call-script): Message the error
12618         string.
12619
12620 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12621
12622         * gnus-util.el (gnus-byte-compile): Use it.
12623
12624 2006-04-22  xyblor  <fake@invalid.email>  (tiny change)
12625
12626         * gnus-util.el (kill-empty-logs): New function.
12627
12628 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12629
12630         * message.el (message-mail-alias-type): Doc fix.
12631         (message-mail-alias-type-p): New function.
12632         (message-send): Use it.
12633         (message-mode): Ditto.
12634         (message-strip-forbidden-properties): Ditto.
12635
12636         * ecomplete.el (ecomplete-database-file-coding-system):
12637         New variable.
12638         (ecomplete-save): Use it.
12639         (ecomplete-setup): Use it.
12640
12641 2006-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
12642
12643         * message.el (message-self-insert-commands): New variable.
12644         (message-strip-forbidden-properties): Use it.
12645
12646 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12647
12648         * message.el (message-put-addresses-in-ecomplete): Use a regexp
12649         that doesn't make XEmacs choke.
12650
12651 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
12652
12653         * gnus-util.el (gnus-replace-in-string):
12654         Prefer replace-regexp-in-string over of replace-in-string.
12655
12656 2006-04-20  Katsumi Yamaoka  <yamaoka@jpl.org>
12657
12658         * gnus-util.el (gnus-select-frame-set-input-focus):
12659         Use select-frame-set-input-focus if it is available in XEmacs; use
12660         definition defined in Emacs 22 for old Emacsen.
12661
12662         * dgnushack.el: Autoload unmorse-region for XEmacs.
12663
12664         * lpath.el: Bind cursor-in-non-selected-windows and
12665         select-frame-set-input-focus for XEmacs.
12666
12667 2006-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
12668
12669         * mm-view.el (mm-inline-text): Use equal instead of equalp.
12670
12671 2006-04-18  Teodor Zlatanov  <tzz@lifelogs.com>
12672
12673         * gnus-registry.el (gnus-registry-cache-save): Remove text
12674         properties when saving via the temp buffer.
12675
12676 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12677
12678         * message.el (message-generate-hashcash): Honor custom type.
12679
12680 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12681
12682         * message.el (message-generate-hashcash): Default to non-nil when
12683         hashcash is found.
12684
12685         * gnus-sum.el (gnus-summary-expire-articles-now): Clarify prompt.
12686         (gnus-refer-thread-limit): Increase default to 500.
12687
12688         * mm-view.el (mm-inline-text): Supply delsp to flow-fill.
12689
12690         * flow-fill.el (fill-flowed): Allow delete-space.
12691
12692 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
12693
12694         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
12695         (gnus-outlook-deuglify-unwrap-max, gnus-outlook-display-hook):
12696         Remove autoloads.
12697
12698 2006-04-18  Simon Josefsson  <jas@extundo.com>
12699
12700         * message.el (message-generate-hashcash): Default to.
12701
12702 2006-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
12703
12704         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
12705         concatenating segments rather than before concatenating them.
12706
12707 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12708
12709         * gnus-group.el: Move comment to gnus-group-update-tool-bar.
12710
12711 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12712
12713         * rfc2231.el (rfc2231-parse-string): Sort the parameters first.
12714
12715         * message.el (message-forward-make-body-plain):
12716         Allow message-forward-ignored-headers to be a list.
12717         (message-remove-ignored-headers): Factor out into function.
12718         (message-forward-make-body-mml): Use it.
12719
12720         * imap.el (imap-quote-specials): New function.
12721         (imap-login-auth): Quote specials.
12722
12723         * rfc2231.el (rfc2231-parse-string): Remove dead code.
12724         (rfc2231-parse-string): Allow concatanation of parameters that
12725         aren't contiguous.  The test case is
12726           (mail-header-parse-content-type "message/external-body;
12727             name*0*=us-ascii''~%2ffoo%2fbar%2fbaz%2fxyzzy%2f;
12728             access-type=LOCAL-FILE;
12729             name*1*=plugh%2fhello-sailor%2fbing.pdf")
12730
12731 2006-04-17  Stefan Monnier  <monnier@iro.umontreal.ca>
12732
12733         * nntp.el (nntp-accept-process-output): Return the value of
12734         `nnheader-accept-process-output'.
12735
12736 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12737
12738         * gnus-art.el (gnus-article-treat-types): Add text/x-patch.
12739         (gnus-button-alist): Recognize more diff formats.
12740         (gnus-button-patch): Strip directory.
12741
12742 2006-04-17  Reiner Steib  <Reiner.Steib@gmx.de>
12743
12744         * gnus-util.el (gnus-select-frame-set-input-focus): Check for
12745         Emacs 22 when setting focus.
12746
12747 2006-04-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12748
12749         * gnus-art.el (gnus-article-treat-types): Do treatment of
12750         text/x-verbatim parts.
12751         (gnus-button-patch): New command.
12752
12753         * ietf-drums.el (ietf-drums-parse-address): Attempt parsing
12754         addresses that contain invalid characters.
12755
12756 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12757
12758         * message.el (message-put-addresses-in-ecomplete):
12759         Use gnus-replace-in-string.
12760         (message-is-yours-p): Use the more correct
12761         mail-header-parse-address instead of
12762         mail-extract-address-components.
12763         (message-put-addresses-in-ecomplete): Fix typo.
12764
12765         * gnus-sum.el (gnus-summary-limit-to-bodies): New command and
12766         keystroke.
12767
12768         * gnus-art.el (gnus-treatment-function-alist): Change order of
12769         newsgroups/generic header folding to avoid double-folding.
12770
12771         * message.el (message-hidden-headers): Add X-Draft-From.
12772
12773         * gnus-sum.el (gnus-summary-repeat-search-article-forward):
12774         New command.
12775         (gnus-summary-repeat-search-article-backward): New command.
12776
12777         * gnus-topic.el (gnus-topic-display-missing-topic): Skip past
12778         groups in the parent topic.
12779
12780 2006-04-16  João Cachopo  <joao.cachopo@inesc-id.pt>  (tiny change)
12781
12782         * spam.el (spam-necessary-extra-headers): Add X-CRM114-Status.
12783         (spam-extra-header-to-number): Return the CRM114 number as a
12784         number instead of a string.
12785
12786 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12787
12788         * gnus-art.el (gnus-face-properties-alist): Move here from
12789         gnus-fun.
12790
12791         * gnus-fun.el (gnus-face-properties-alist): Move to gnus-art.
12792
12793 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12794
12795         * message.el (message-strip-forbidden-properties): Only display on
12796         self-insert-command.
12797
12798         * hashcash.el (hashcash-insert-payment-async): Remove dead code;
12799         reindent.
12800         (hashcash-insert-payment-async-2): Make sure the buffer is alive.
12801
12802 2006-04-15  NAKAJI Hiroyuki  <nakaji@takamatsu-nct.ac.jp>  (tiny change)
12803
12804         * smiley.el (smiley-style): Fix typo.
12805
12806 2006-03-23  Kenichi Handa  <handa@m17n.org>
12807
12808         * rfc2231.el (rfc2231-encode-string): Use mm-disable-multibyte
12809         instead of set-buffer-multibyte.
12810
12811 2006-03-23  Kenichi Handa  <handa@m17n.org>
12812
12813         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12814         buffer and then decode the buffer text if necessary.
12815         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12816         first, and after mm-encode-body, change the buffer to unibyte.
12817
12818 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12819
12820         * hashcash.el (hashcash-insert-payment-async-2):
12821         Use message-goto-eoh instead of doing it manually.
12822         (mail-add-payment): Use message-narrow-to-header instead of trying
12823         to do the same itself.
12824
12825         * message.el (message-hidden-headers): Add Face.
12826
12827         * gnus-sum.el (gnus-summary-reparent-thread): Factor out
12828         reparenting code.
12829         (gnus-summary-reparent-children): Refactored out code.
12830         (gnus-summary-thread-map): New keystroke.
12831         (gnus-summary-reparent-children): Make into command.
12832
12833         * smiley.el (smiley-style): Default to `medium' if using a large
12834         font.
12835
12836         * gnus-sum.el (unmorse-region): Remove autoload, because morse.el
12837         does it itself.
12838
12839         * message.el (message-point-in-header-p): Simplify definition.
12840
12841 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12842
12843         * nnagent.el (nnagent-request-set-mark): Silence log file
12844         writing.
12845         (nnagent-request-set-mark): Use write-region instead of
12846         append-to-file.
12847
12848         * gnus-sum.el (gnus-read-header): Fudge article number if using a
12849         strange select method.
12850
12851         * ecomplete.el (ecomplete-display-matches): Get highlightling
12852         right.
12853         (ecomplete-display-matches): Use literals.
12854         (ecomplete-display-matches): Disable message logging.
12855
12856         * message.el (message-display-abbrev): Small optimization.
12857
12858         * ecomplete.el (ecomplete-display-matches): Allow automatic
12859         display.
12860
12861         * message.el (message-strip-forbidden-properties):
12862         Display abbrevs.
12863         (message-display-abbrev): Get automatic display right.
12864
12865         * ecomplete.el (ecomplete-display-matches): Use M-n/M-p
12866         keystrokes.
12867
12868 2006-04-13  Romain Francoise  <romain@orebokech.com>
12869
12870         TODO: Backport to v5-10!
12871
12872         * gnus-util.el (gnus-alist-to-hashtable, gnus-hashtable-to-alist):
12873         Move here (and rename) from gnus-registry.el.
12874
12875         * gnus-registry.el: Require gnus-util.
12876         Use `gnus-alist-to-hashtable' and `gnus-hashtable-to-alist'.
12877
12878 2006-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12879
12880         * gnus-group.el (gnus-group-catchup-current):
12881         Change if-then-else-if-then-else into cond.
12882         (gnus-group-catchup): Indent.
12883         (group-name-at-point): New function.
12884         (gnus-fetch-group): Provide default from thing at point.
12885
12886 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12887
12888         * message.el (message-display-abbrev): Fix regexp.
12889
12890         * ecomplete.el (ecomplete-highlight-match-line):
12891         Reimplement choosing.
12892         (ecomplete-highlight-match-line): Fix up code rewrite, remove
12893         dead variables.
12894
12895         * message.el (message-newline-and-indent): Remove debugging.
12896         (message-display-abbrev): Use new implementation.
12897
12898 2006-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
12899
12900         * gnus-art.el (gnus-article-mode):
12901         Set cursor-in-non-selected-windows to nil.
12902
12903         * smiley.el: Revert previous change.
12904         (smiley-data-directory): defvar it before using it in the
12905         defcustom of `smiley-style'.
12906
12907 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12908
12909         * message.el (message-newline-and-indent): New function.
12910
12911         * ecomplete.el: Implement more bits.
12912
12913         * message.el (message-put-addresses-in-ecomplete): Clean up the
12914         string.
12915
12916         * ecomplete.el (ecomplete-add-item): Chop off decimals.
12917
12918         * gnus-sum.el (gnus-summary-save-parts):
12919         Bind gnus-summary-save-parts-counter and use it to make unique file
12920         names.
12921
12922         * gnus-art.el (gnus-ignored-headers): Add some more headers.
12923
12924         * ietf-drums.el (ietf-drums-parse-addresses): Take a RAWP
12925         parameter to say whether to actually parse the individual
12926         addresses.
12927
12928         * message.el (message-put-addresses-in-ecomplete): New function.
12929         (ecomplete): Require.
12930         (message-mail-alias-type): Add ecomplete as an option.
12931
12932 2006-04-12  Ralf Angeli  <angeli@iwi.uni-sb.de>
12933
12934         * flow-fill.el (fill-flowed): Remove trailing space from blank
12935         quoted lines.
12936
12937 2006-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12938
12939         * smiley.el (smiley-style): Move definition later to avoid a
12940         compilation warning.
12941
12942 2006-04-12  Kenichi Handa  <handa@m17n.org>
12943
12944         * rfc2231.el (rfc2231-decode-encoded-string): Work on unibyte
12945         buffer and then decode the buffer text if necessary.
12946         (rfc2231-encode-string): Be sure to work on multibyte buffer at
12947         first, and after mm-encode-body, change the buffer to unibyte.
12948         Use mm-disable-multibyte instead of set-buffer-multibyte.
12949
12950 2006-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
12951
12952         * gnus-art.el (gnus-mime-copy-part): Find name parameter in
12953         Content-Type header instead of Content-Disposition header.
12954         (gnus-mime-inline-part): Ditto.
12955         (gnus-mime-view-part-as-charset): Ignore charset that the part
12956         specifies.
12957
12958         * mm-decode.el (mm-display-part): Work with external parts and
12959         usual parts similarly.
12960
12961         * mm-extern.el (mm-inline-external-body): Use mm-display-part
12962         instead of gnus-display-mime.
12963
12964         * mm-util.el (mm-decompress-buffer): Use mm-with-unibyte-buffer
12965         instead of with-temp-buffer.
12966
12967         * gnus-uu.el (gnus-uu-save-article): Put mml tags instead of part
12968         tag to summarized topics part in order to encode non-ASCII text.
12969
12970 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12971
12972         * smiley.el (smiley-style): New variable.
12973         (smiley-directory): New function.
12974         (smiley-data-directory): Derive from `smiley-style' using
12975         `smiley-directory'.
12976         (smiley-regexp-alist): Add new entries.
12977
12978         * gnus-art.el (gnus-button-valid-localpart-regexp): Exclude `@'.
12979         (gnus-article-browse-delete-temp): Add :version.
12980
12981 2006-04-11  Arne Jørgensen  <arne@arnested.dk>
12982
12983         * gnus-sieve.el (gnus-sieve-generate): Delete from the start of
12984         the sieve region.
12985
12986 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12987
12988         * gnus.el (gnus-version-number): Bump version.
12989
12990 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
12991
12992         * gnus.el: No Gnus v0.4 is released.
12993
12994 2006-04-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
12995
12996         * nnslashdot.el (nnslashdot-retrieve-headers-1): Fix up to new
12997         layout.
12998
12999         * rfc2047.el (rfc2047-decode-encoded-words): Don't message about
13000         unknown charset.
13001
13002         * message.el (message-header-synonyms): Add Original-To to the
13003         default.
13004
13005         * gnus-sum.el (gnus-get-newsgroup-headers-xover): group is an
13006         optional parameter.
13007
13008 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
13009
13010         * gnus-fun.el (gnus): Require it for gnus-directory.
13011
13012 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13013
13014         * gnus-fun.el (gnus-face-properties-alist): Add :version.
13015
13016 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13017
13018         * pgg-gpg.el (pgg-gpg-process-filter): Fix.
13019
13020 2006-04-05  Simon Josefsson  <jas@extundo.com>
13021
13022         * password.el (password-reset): New function.
13023
13024 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
13025
13026         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
13027         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
13028
13029 2006-04-04  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13030
13031         * nnweb.el (nnweb-google-create-mapping): Update regexp.
13032         Some whitespace was matched into the url, which broke browsing hits
13033         > 100 when mm-url-use-external was nil.
13034
13035 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
13036
13037         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13038         Check gnus-extra-headers for 'Newsgroups.
13039
13040         * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is
13041         bound.
13042
13043 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
13044
13045         * pgg-gpg.el: Clean up process buffers every time gpg processes
13046         complete.
13047
13048 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
13049
13050         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
13051         doc string.
13052
13053 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
13054
13055         * pgg-gpg.el (pgg-gpg-process-filter)
13056         (pgg-gpg-wait-for-completion): Check if buffer is alive.
13057
13058         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
13059         lines, temporary fix.
13060
13061 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
13062
13063         * gnus-group.el (gnus-group-update-tool-bar): Add :initialize and :set.
13064
13065 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
13066
13067         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
13068         default-enable-multibyte-characters.  This reverts the change from
13069         revision 6.17 which is no longer necessary because the passphrase
13070         is sent separately now.  GnuPG messages are unreadable under
13071         multibyte locales with default-enable-multibyte-characters set to
13072         nil.
13073
13074 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
13075
13076         * message.el (message-tool-bar-gnome): Move "spell".
13077
13078 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
13079
13080         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Don't use
13081         XEmacs-only `replace-in-string'.  Use `gnus-group-real-name'
13082         instead.
13083
13084 2006-03-27  Karl Kleinpaste  <karl@charcoal.com>
13085
13086         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
13087         Improve newsgroups handling for NNTP overviews which don't include
13088         Newsgroups.
13089
13090 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13091
13092         * message.el (message-resend): Bind message-generate-hashcash to nil.
13093
13094 2006-03-26  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13095
13096         * hashcash.el (hashcash-already-paid-p): Bind case-fold-search
13097         when searching for already-paid recipients.
13098
13099 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
13100
13101         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
13102         passphrases when it is not needed.
13103         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
13104         passphrase stuff from gpg, should only be necessary when you use
13105         gpg with a smartcard.
13106
13107 2006-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13108
13109         * mml.el (mml-insert-mime): Ignore cached contents of
13110         message/external-body part.
13111
13112         * mm-decode.el (mm-get-part): Add optional 'no-cache' argument.
13113         (mm-insert-part): Ditto.
13114
13115 2006-03-23  Simon Josefsson  <jas@extundo.com>
13116
13117         * pgg-gpg.el (pgg-gpg-update-agent): Add again, with fixes from
13118         Reiner.
13119         (pgg-gpg-use-agent-p): Use it again.
13120
13121 2006-03-23  Simon Josefsson  <jas@extundo.com>
13122
13123         * pgg-gpg.el (pgg-gpg-update-agent): Remove, doesn't work with
13124         older emacsen.
13125         (pgg-gpg-use-agent-p): Don't use it.
13126
13127 2006-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
13128
13129         * pgg-gpg.el (pgg-gpg-update-agent): Only use make-network-process
13130         if we can.
13131
13132 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
13133
13134         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
13135         (pgg-gpg-update-agent): New function.
13136         (pgg-gpg-use-agent-p): New function.
13137         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
13138         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
13139         (pgg-gpg-sign-region): Use it.
13140
13141 2006-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13142
13143         * gnus-sum.el (gnus-map-articles): Don't funcall symbol macro.
13144         Reported by Ralf Wachinger <rwachinger@gmx.de>.
13145
13146 2006-03-21  Simon Josefsson  <jas@extundo.com>
13147
13148         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
13149         <wilde@sha-bang.de>.
13150         (pgg-gpg-use-agent): New variable.
13151         (pgg-gpg-process-region): Use it.
13152         (pgg-gpg-encrypt-region): Likewise.
13153         (pgg-gpg-encrypt-symmetric-region): Likewise.
13154         (pgg-gpg-decrypt-region): Likewise.
13155         (pgg-gpg-sign-region): Likewise.
13156         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
13157
13158 2006-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
13159
13160         * gnus-agent.el (gnus-agent-queue-mail): Fix custom tag for `t'.
13161
13162         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
13163         Add comment on version.
13164
13165 2006-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
13166
13167         * smiley.el: Add missing test smiley.
13168
13169 2006-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13170
13171         * mm-decode.el (mm-with-part): New macro.
13172         (mm-get-part): Use it; work with message/external-body as well.
13173         (mm-save-part): Treat name and filename equally.
13174
13175         * mm-extern.el (mm-extern-cache-contents): New function.
13176         (mm-inline-external-body): Use it; force the part to be displayed;
13177         move undisplayer added to the cached handle to the parent.
13178
13179         * gnus-art.el (gnus-mime-save-part-and-strip): Add name parameter.
13180         (gnus-mime-view-part-as-type): Work with message/external-body.
13181
13182         * gnus-util.el (gnus-tool-bar-update): Bind tool-bar-mode.
13183
13184 2006-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
13185
13186         * gmm-utils.el (gmm-image-load-path-for-library): Prefer user's
13187         images in image-load-path.  [Sync with image.el, revision 1.60, in
13188         Emacs.]
13189
13190 2006-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
13191
13192         * gmm-utils.el (gmm-image-load-path-for-library): Pass value of
13193         path rather than symbol.  Always return list of directories.
13194         Guarantee that image directory comes first.  [Sync with image.el,
13195         revision 1.59, in Emacs.]
13196
13197         * message.el (message-make-tool-bar): Adjust to new API of
13198         `gmm-image-load-path-for-library'.
13199
13200         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13201
13202         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13203
13204 2006-03-15  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13205
13206         * gnus-art.el (gnus-article-only-boring-p):
13207         Bind inhibit-point-motion-hooks to avoid infinite loop when entering
13208         intangible text.
13209         Reported by Ralf Wachinger <rwnewsmampfer@geekmail.de>.
13210
13211 2006-03-14  Reiner Steib  <Reiner.Steib@gmx.de>
13212
13213         * gmm-utils.el (gmm-image-load-path-for-library): Fix typo.
13214         Use `defun' instead of `gmm-defun-compat'.
13215
13216 2006-03-14  Simon Josefsson  <jas@extundo.com>
13217
13218         * message.el (message-unique-id): Don't use message-number-base36
13219         if (user-uid) is a float.
13220         Reported by Bjorn Solberg <bjorn_ding1@hekneby.org>.
13221
13222 2006-03-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13223
13224         * mm-uu.el (mm-uu-dissect): Dissect all parts correctly.
13225
13226         * gnus-art.el (gnus-mime-display-single): Make sure there is an
13227         empty line between a part and a message part.
13228
13229 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
13230
13231         * smiley.el: Add more test smileys.
13232         (smiley-data-directory, smiley-regexp-alist)
13233         (gnus-smiley-file-types): Fix doc strings.
13234         (smiley-update-cache): Clear smiley-cached-regexp-alist before
13235         adding new elements.
13236         (smiley-mouse-map): Unused code.  Make it a comment.
13237
13238 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
13239
13240         * gnus-nocem.el (gnus-nocem-scan-groups): Add autoload cookie;
13241         scan latest NoCeM messages instead of old ones.
13242         (gnus-nocem-check-article): Fix regexps so as to match to PGP
13243         delimiters that are recently used.
13244         (gnus-nocem-load-cache): Add autoload cookie.
13245
13246         * gnus.el (gnus-use-nocem): Enable it to be set to also a number.
13247
13248         * gnus-start.el (gnus-setup-news): Scan NoCeM messages if a group
13249         level which is larger than gnus-use-nocem is specified.
13250
13251         * gnus-group.el (gnus-group-get-new-news): Ditto.
13252
13253 2006-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
13254
13255         * gnus-util.el (gnus-tool-bar-update): New function.
13256
13257         * gnus-group.el (gnus-group-update-tool-bar): New variable.
13258         (gnus-group-insert-group-line): Add gnus-tool-bar-update.
13259
13260         * gnus-topic.el (gnus-topic-prepare-topic): Add gnus-tool-bar-update.
13261
13262         * gnus-group.el (gnus-group-redraw-when-idle)
13263         (gnus-group-redraw-check): Remove.
13264         (gnus-group-make-tool-bar): Remove gnus-group-redraw-check.
13265
13266 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13267
13268         * nnmail.el (nnmail-split-it): Invert match-partial-words behavior
13269         if optional last element is specified in splits (FIELD VALUE...).
13270
13271 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
13272
13273         * message.el (message-make-tool-bar): Rename gmm-image-load-path
13274         to gmm-image-load-path-for-library.  Call with no-error argument.
13275         (message-tool-bar-gnome): Rename "mail/attach" to "attach".
13276
13277         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13278
13279         * gnus-group.el (gnus-group-make-tool-bar): Ditto.
13280
13281         * gmm-utils.el (gmm-image-load-path): Remove alias.
13282
13283 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
13284
13285         * gmm-utils.el (gmm-image-load-path): Add alias.
13286
13287         * nnml.el (nnml-generate-nov-databases-directory): Rename from
13288         nnml-generate-nov-databases-1.
13289         (nnml-generate-nov-databases): Use it.
13290         (nnml-generate-nov-databases-directory): Document no-active
13291         argument.
13292
13293         * gmm-utils.el (gmm-image-load-path-for-library): Return single
13294         directory if path is t.  Add no-error.
13295
13296         * gnus-group.el (gnus-group-make-tool-bar): Use add-hook.
13297         Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13298
13299         * gnus-art.el (gnus-article-browse-delete-temp-files):
13300         Simplify resetting gnus-article-browse-html-temp-list.
13301
13302         * gmm-utils.el (gmm-image-load-path-for-library): Sync with
13303         mh-compat.el revision 1.9 in Emacs.  Rename `gmm-image-load-path'.
13304         Add example to docstring.  Rename local variables.  Move error
13305         checks to default case in cond and simplify.
13306
13307 2006-03-06  Katsumi Yamaoka  <yamaoka@jpl.org>
13308
13309         * mm-view.el (mm-w3m-cid-retrieve-1): Check carefully whether
13310         handle is multipart when calling it recursively.
13311         (mm-w3m-cid-retrieve): Display warning if retrieving fails.
13312
13313 2006-03-03  Daniel Pittman  <daniel@rimspace.net>
13314
13315         * nnimap.el (nnimap-request-update-info-internal): Optimize.
13316         Don't `gnus-uncompress-range' to avoid excessive memory usage.
13317
13318 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13319
13320         * gnus-group.el (gnus-group-tool-bar-gnome): Check if gnus-topic.el
13321         is loaded.
13322
13323         * gnus-sum.el (gnus-summary-tool-bar-gnome): Check if spam.el is
13324         loaded.
13325
13326 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
13327
13328         * mm-util.el (mm-with-unibyte-current-buffer): Change "Emacs 23"
13329         to "Emacs 23 (unicode)" in doc string.
13330
13331         * gnus-sum.el (gnus-summary-set-display-table): Change "Emacs 23" to
13332         "Emacs 23 (unicode)" in comment.
13333
13334 2006-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13335
13336         * mm-decode.el (mm-get-part): Don't use mm-with-unibyte-current-buffer.
13337
13338         * gnus-sum.el (gnus-summary-set-display-table): Don't nix out
13339         characters 160 through 255 in Emacs 23.
13340
13341 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13342
13343         * gnus-art.el (gnus-article-browse-html-temp-list): Rename from
13344         gnus-article-browse-html-temp.
13345         (gnus-article-browse-delete-temp): Make it customizable.
13346         Add `file'.  Adjust doc string.
13347         (gnus-article-browse-delete-temp-files): Add argument.
13348         Allow query for each file.  Adjust doc string.
13349         (gnus-article-browse-html-parts):
13350         Add `gnus-article-browse-delete-temp-files' to
13351         `gnus-summary-prepare-exit-hook' and `gnus-exit-gnus-hook'.
13352
13353 2006-03-02  Hynek Schlawack  <hynek@ularx.de>
13354
13355         * gnus-art.el (gnus-article-browse-html-temp)
13356         (gnus-article-browse-delete-temp): New variables.
13357         (gnus-article-browse-delete-temp-files): New function.
13358         (gnus-article-browse-html-parts): Use it.
13359
13360 2006-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
13361
13362         * gnus-group.el (gnus-group-redraw-check): Remove redundant tests.
13363
13364         * gmm-utils.el (gmm-image-load-path): Mention ../etc search in doc
13365         string.
13366
13367         * gnus-sum.el (gnus-summary-tool-bar-gnome): Don't use
13368         gnus-summary-insert-new-articles when unplugged.
13369         Remove gnus-summary-search-article-forward.
13370
13371         * gmm-utils.el (gmm-tool-bar-style): Test tool-bar-mode and
13372         display-visual-class instead of display-color-cells.
13373
13374 2006-03-02  Katsumi Yamaoka  <yamaoka@jpl.org>
13375
13376         * dgnushack.el: Autoload customize-group for XEmacs.
13377
13378         * mml.el (mml-generate-mime-1): Encode parts other than text/* or
13379         message/* containing non-ASCII text properly.
13380
13381 2006-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
13382
13383         * message.el: Require gmm-utils, remove autoloads.
13384         (message-tool-bar): Set default based on
13385         gmm-tool-bar-style.
13386         (message-tool-bar-gnome): Add gmm-customize-mode.
13387
13388         * gnus-sum.el (gnus-summary-tool-bar): Set default based on
13389         gmm-tool-bar-style.
13390         (gnus-summary-tool-bar-gnome): Add gmm-customize-mode.
13391
13392         * gnus-group.el (gnus-group-tool-bar): Set default based on
13393         gmm-tool-bar-style.
13394         (gnus-group-tool-bar-gnome): Add gmm-customize-mode.
13395
13396         * gmm-utils.el (gmm-image-directory): Rename variable from
13397         gmm-image-load-path.
13398         (gmm-image-load-path): Use gmm-image-directory.
13399         (gmm-customize-mode): New function.
13400         (gmm-tool-bar-style): New variable.
13401
13402         * gnus-group.el (gnus-group-redraw-when-idle): Rename from
13403         gnus-group-redraw-line-number.
13404         (gnus-group-redraw-check): Simplify.
13405         (gnus-group-tool-bar-update): Remove redraw check.
13406         (gnus-group-make-tool-bar): Add redraw check.
13407
13408 2006-03-01  Michael Piotrowski  <mxp@dynalabs.de>  (tiny change)
13409
13410         * gnus-art.el (gnus-button): Add missing parentheses.
13411
13412 2006-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
13413
13414         * lpath.el: Fbind line-number-at-pos.
13415
13416 2006-02-28  Katsumi Yamaoka  <yamaoka@jpl.org>
13417
13418         * mm-util.el (mm-with-unibyte-current-buffer): Add note.
13419
13420 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13421
13422         * gnus-art.el (gnus-button): New face.
13423         (gnus-article-button-face): Use it.
13424
13425         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13426         Add gnus-summary-next-page.  Re-order.
13427
13428         * gnus-group.el (gnus-group-tool-bar-gnome): prev-node and
13429         next-node are now included.
13430         (gnus-group-redraw-line-number): New internal variable.
13431         (gnus-group-redraw-check): Helper function for updating the tool
13432         bar.
13433         (gnus-group-tool-bar-update): Add gnus-group-redraw-check.
13434
13435         * gmm-utils.el (gmm-tool-bar-item): Add TODO about modifiers.
13436
13437         * spam.el (spam-spamassassin-score-regexp): New internal variable.
13438         (spam-extra-header-to-number, spam-check-spamassassin-headers):
13439         Use it to match format of Spamassassin 3.0 and later.
13440         Reported by IRIE Tetsuya <irie@t.email.ne.jp>.
13441         (spam-check-bogofilter)
13442         (spam-bogofilter-register-with-bogofilter): Fix args of
13443         `gnus-error' calls.
13444
13445 2006-02-28  Reiner Steib  <Reiner.Steib@gmx.de>
13446
13447         * gnus-draft.el (gnus-draft-send): Bind message-signature to avoid
13448         unnecessary interaction when sending queued mails.
13449         Reported by TAKAHASHI Yoshio <tkh@jp.fujitsu.com>.
13450
13451 2006-02-27  Reiner Steib  <Reiner.Steib@gmx.de>
13452
13453         * gnus-sum.el (gnus-sequence-of-unread-articles): Return nil if
13454         first or last are nil.
13455
13456 2006-02-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
13457
13458         * nnweb.el (nnweb-gmane-create-mapping): Don't choke on ^M.
13459
13460 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13461
13462         * gnus-int.el (gnus-open-server): Respect gnus-batch-mode.
13463
13464 2006-02-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
13465
13466         * dns.el (query-dns): Protect more against buggy tcp output.
13467
13468 2006-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
13469
13470         * nnweb.el (nnweb-type-definition, nnweb-gmane-search): Use new
13471         nov.php.
13472
13473 2006-02-24  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13474
13475         * nnweb.el (nnweb-type-definition, nnweb-gmane-create-mapping)
13476         (nnweb-gmane-wash-article, nnweb-gmane-search): Fix Gmane web
13477         groups.  Kudos to Olly Betts <olly@survex.com> for providing NOV
13478         output on the server side.
13479         (nnweb-google-create-mapping): Update regexps and add some
13480         progress indication.
13481
13482 2006-02-23  Reiner Steib  <Reiner.Steib@gmx.de>
13483
13484         * gnus-group.el (gnus-group-tool-bar-gnome):
13485         Fix gnus-agent-toggle-plugged.  Re-order icons.
13486         (gnus-group-tool-bar-gnome):
13487         Add gnus-group-{prev,next}-unread-group.
13488         (gnus-group-tool-bar-gnome): Re-order icons.
13489
13490         * gnus-sum.el (gnus-summary-tool-bar-gnome):
13491         Move gnus-summary-insert-new-articles.
13492
13493         * message.el (message-tool-bar-gnome, message-tool-bar-retro):
13494         Fix comments.
13495
13496         * utf7.el (utf7-utf-16-coding-system): Fix comment.  utf-16-be is
13497         also available in Emacs 21.3.
13498
13499         * message.el (message-fix-before-sending): Change "Emacs 22" to
13500         "Emacs 23 (unicode)" in comment.
13501
13502         * qp.el (quoted-printable-encode-region): Change "Emacs 22" to
13503         "Emacs 23 (unicode)" in comment.
13504
13505         * mm-util.el: Change "Emacs 22" to "Emacs 23 (unicode)" in
13506         comment.
13507         (mm-coding-system-p): Add comment about no-MULE XEmacs.
13508
13509         * mm-view.el (mm-fill-flowed): Add :version.
13510
13511 2006-02-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13512
13513         * gmm-utils.el (gmm-image-load-path): Don't modify image-load-path
13514         and load-path.
13515
13516 2006-02-22  Reiner Steib  <Reiner.Steib@gmx.de>
13517
13518         * message.el: Autoload gmm-image-load-path.
13519         (message-tool-bar-retro): Prepend "gnus/" subdirectory to some
13520         icon file names.  Use old Emacs 21 "mail_send.xpm" icon for
13521         consitency.
13522
13523         * gmm-utils.el (gmm-image-load-path): Also search in
13524         "../etc/images".  Don't set gmm-image-load-path if we don't find
13525         the image.
13526
13527 2006-02-22  Katsumi Yamaoka  <yamaoka@jpl.org>
13528
13529         * gmm-utils.el (gmm-image-load-path): Don't make
13530         `gmm-image-load-path' include subdirectories which the second arg
13531         `image' might specify.
13532
13533         * gnus-group.el (gnus-group-tool-bar-retro): Prepend the "gnus/"
13534         subdirectory to icon file names.
13535
13536         * gnus-sum.el (gnus-summary-tool-bar-retro): Ditto.
13537
13538 2006-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
13539
13540         * gnus-group.el (gnus-group-make-tool-bar): Add IMAGE argument to
13541         gmm-image-load-path calls.
13542
13543         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13544
13545         * message.el (message-make-tool-bar): Ditto.
13546
13547         * mml.el (mml-preview): Add comment concerning tool bar icons.
13548
13549         * gnus-group.el (gnus-group-tool-bar-gnome): Use new icon names.
13550         (gnus-group-make-tool-bar): Use `gmm-image-load-path'.
13551
13552         * gnus-sum.el (gnus-summary-tool-bar-gnome): Use new icon names.
13553         (gnus-summary-make-tool-bar): Use `gmm-image-load-path'.
13554
13555         * message.el (message-tool-bar-gnome): Use new icon names.
13556         (message-make-tool-bar): Use `gmm-image-load-path'.
13557
13558         * gmm-utils.el (gmm-defun-compat, gmm-image-search-load-path):
13559         New functions from MH-E.
13560         (gmm-image-load-path): New variable from MH-E.
13561         (gmm-image-load-path): New function from MH-E.  Add arguments
13562         LIBRARY, IMAGE and PATH.  Don't modify paths.  Don't use
13563         *-image-load-path-called-flag.
13564
13565 2006-02-21  Milan Zamazal  <pdm@brailcom.org>
13566
13567         * mm-view.el (mm-view-pkcs7-verify): Implement using smime.el.
13568
13569 2006-02-21  Wolfram Fenske  <wolfram.fenske@student.uni-magdeburg.de>  (tiny change)
13570
13571         * nnimap.el (nnimap-request-move-article): Change folder back to
13572         source group before deleting.
13573
13574 2006-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
13575
13576         * mm-util.el (mm-charset-override-alist): Fix type in doc string.
13577
13578         * gnus-art.el (mm-url-insert-file-contents-external):
13579         Autoload mm-url.
13580
13581         * mm-uu.el (mm-uu-type-alist): Improve `LaTeX'.
13582
13583 2006-02-20  Katsumi Yamaoka  <yamaoka@jpl.org>
13584
13585         * rfc2047.el (rfc2047-charset-to-coding-system): Don't check the
13586         coding system which mm-charset-to-coding-system returns for a
13587         given charset is valid.
13588
13589 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
13590
13591         * html2text.el (html2text-remove-tag-list):
13592         * spam-stat.el (spam-stat-buffer-words): Fix typo in docstring.
13593
13594 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
13595
13596         * gnus-cus.el: Revert 2005-10-17 change.
13597
13598 2006-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
13599
13600         * gnus-art.el (article-strip-banner):
13601         Call article-really-strip-banner only when the regexp match is made.
13602
13603 2006-02-16  Katsumi Yamaoka  <yamaoka@jpl.org>
13604
13605         * gnus-art.el (article-strip-banner):
13606         Use gnus-extract-address-components instead of
13607         mail-header-parse-addresses to make it work with non-ASCII text;
13608         remove mail-encode-encoded-word-string.
13609
13610         * rfc2231.el (rfc2231-parse-string): Attempt to parse parameter
13611         values which are surrounded with \"...\"; make it never cause a
13612         Lisp error; give up parsing of parameters if it failed in
13613         extracting type.
13614
13615 2006-02-14  Arne Jørgensen  <arne@arnested.dk>
13616
13617         * smime.el (smime-cert-by-ldap-1): Fix bug where
13618         `smime-ldap-search' returns results without userCertificates.
13619
13620 2006-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
13621
13622         * mm-util.el (mm-make-temp-file): Don't catch file-error in Emacs.
13623
13624 2006-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
13625
13626         * spam.el (spam-check-spamassassin-headers): Adapt format for
13627         Spamassassin 3.0 or later.  Reported by ARISAWA Akihiro
13628         <ari@mbf.ocn.ne.jp>.
13629         (spam-list-of-processors): Add spam-use-gmane.
13630
13631 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13632
13633         * mm-util.el (mm-make-temp-file): Import the Emacs 22 version of
13634         make-temp-file; make it work with XEmacs as well.
13635
13636         * gnus-art.el (gnus-article-browse-html-parts): Use the 3rd arg of
13637         mm-make-temp-file.
13638
13639         * mm-decode.el (mm-display-external): Use the 3rd arg of
13640         mm-make-temp-file.
13641         (mm-create-image-xemacs): Ditto.
13642
13643 2006-02-14  Katsumi Yamaoka  <yamaoka@jpl.org>
13644
13645         * gnus-draft.el (gnus-draft-send): Replace message-narrow-to-head
13646         with message-narrow-to-headers.
13647         (gnus-draft-setup): Narrow to header to run message-fetch-field.
13648         (gnus-draft-check-draft-articles): New function.
13649         (gnus-draft-edit-message, gnus-draft-send-message): Use it.
13650
13651 2006-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
13652
13653         * gnus-art.el (gnus-article-browse-html-parts):
13654         `hs-show-html-list' should read `gnus-article-browse-html-parts'.
13655         Don't use suffix argument for mm-make-temp-file for Emacs 21
13656         compatibility.  Remove useless `format'.
13657
13658 2006-02-13  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13659
13660         * nnweb.el (nnweb-google-wash-article): Update regexps.
13661         (nnweb-group-alist): Use defvoo instead of defvar.
13662
13663 2006-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
13664
13665         * nnoo.el (nnoo-declare): Don't generate duplicate entries when
13666         re-loading nn* modules.
13667
13668 2006-02-10  Reiner Steib  <Reiner.Steib@gmx.de>
13669
13670         * gnus-group.el (gnus-group-make-tool-bar): Remove duplicate check
13671         for `tool-bar-mode' and don't check it's default-value.
13672
13673         * gnus-sum.el (gnus-summary-make-tool-bar): Ditto.
13674
13675         * message.el (message-make-tool-bar): Ditto.
13676
13677         * gnus-art.el (gnus-article-browse-html-parts): Remove useless
13678         `substring'.  Shorten tmp-file name.
13679
13680         * gnus.el: Remove bogus comment.
13681
13682 2006-02-10  Hynek Schlawack  <hynek@ularx.de>
13683
13684         * gnus-art.el (gnus-article-browse-html-parts): New function.
13685         (gnus-article-browse-html-article): New function for viewing html
13686         articles with a browser.
13687
13688 2006-02-09  Daiki Ueno  <ueno@unixuser.org>
13689
13690         * pgg-gpg.el (pgg-gpg-encrypt-region): Don't convert line-endings
13691         in elisp.
13692         (pgg-gpg-encrypt-symmetric-region): Ditto.
13693         (pgg-gpg-sign-region): Ditto.
13694
13695         * pgg-def.el (pgg-text-mode): New variable.
13696
13697         * mml2015.el (mml2015-pgg-sign): Enable pgg-text-mode.
13698         (mml2015-pgg-encrypt): Ditto.
13699
13700         * mml1991.el (mml1991-pgg-sign): Enable pgg-text-mode.
13701         (mml1991-pgg-encrypt): Ditto.
13702
13703 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13704
13705         * nnfolder.el (nnfolder-insert-newsgroup-line):
13706         Use message-make-date instead of current-time-string.
13707
13708         * mm-view.el (mm-inline-message): Don't set gnus-newsgroup-charset
13709         to gnus-decoded which mm-uu might set.
13710
13711 2006-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
13712
13713         * rfc2231.el (rfc2231-parse-string): Sort segmented parameters;
13714         don't decode quoted parameters; remove misimported Emacs code.
13715         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13716         (rfc2231-decode-encoded-string): Don't use split-string which
13717         behaves differently according to Emacs version; use
13718         mm-decode-coding-region to convert charset to coding-system.
13719         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13720         (rfc2231-encode-string): Remove misimported Emacs code.
13721
13722 2006-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
13723
13724         * gnus-art.el (article-decode-charset): Don't use ignore-errors
13725         when calling mail-header-parse-content-type.
13726         (article-de-quoted-unreadable): Ditto.
13727         (article-de-base64-unreadable): Ditto.
13728         (article-wash-html): Ditto.
13729
13730         * mm-decode.el (mm-dissect-buffer): Don't use ignore-errors when
13731         calling mail-header-parse-content-type and
13732         mail-header-parse-content-disposition.
13733         (mm-find-raw-part-by-type): Don't use ignore-errors when calling
13734         mail-header-parse-content-type.
13735
13736         * mml.el (mml-insert-mime-headers): Use mml-insert-parameter to
13737         insert charset and format parameters; encode description after
13738         inserting it to buffer.
13739         (mml-insert-parameter): Fold lines properly even if a parameter is
13740         segmented into two or more lines; change the max column to 76.
13741
13742         * rfc1843.el (rfc1843-decode-article-body): Don't use
13743         ignore-errors when calling mail-header-parse-content-type.
13744
13745         * rfc2231.el (rfc2231-parse-string): Return at least type if
13746         possible; don't cause an error even if it fails in parsing of
13747         parameters.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13748         (rfc2231-encode-string): Don't break lines at the beginning, leave
13749         it to mml-insert-parameter.
13750
13751         * webmail.el (webmail-yahoo-article): Don't use ignore-errors when
13752         calling mail-header-parse-content-type.
13753
13754 2006-02-06  Reiner Steib  <Reiner.Steib@gmx.de>
13755
13756         * spam-report.el (spam-report-gmane-use-article-number):
13757         Improve doc string.
13758         (spam-report-gmane-internal): Check if a suitable header was found
13759         in the article.
13760
13761 2006-02-04  Katsumi Yamaoka  <yamaoka@jpl.org>
13762
13763         * rfc2231.el (rfc2231-parse-string): Revert 2006-02-03 change.
13764         (rfc2231-encode-string): Make param*=value always begin with LWSP.
13765
13766 2006-02-05  Romain Francoise  <romain@orebokech.com>
13767
13768         Update copyright notices of all files in the gnus directory.
13769
13770 2006-02-03  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13771
13772         * nnweb.el (nnweb-request-group): Avoid growing overview files.
13773
13774 2006-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
13775
13776         * rfc2231.el (rfc2231-parse-string): Add missing semicolons to
13777         segmented lines of parameter value to cope with Thunderbird 1.5
13778         bug (cf. https://bugzilla.mozilla.org/show_bug.cgi?id=323318).
13779         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
13780         (rfc2231-encode-string): Don't make lines exceeding 76 column.
13781
13782 2006-02-01  Max Froumentin  <max@lapin-bleu.net>  (tiny change)
13783
13784         * mml.el (mml-generate-mime-1): Correct the order of inline signed
13785         parts.
13786
13787 2006-01-31  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13788
13789         * nnweb.el (nnweb-group-alist): Use defvar instead of defvoo,
13790         there's only one active file for all servers.
13791         (nnweb-request-scan): Make sure nnweb-articles is initialized on
13792         solid groups.  Gnus might have used a FAST request to select the group.
13793         (nnweb-request-group, nnweb-google-parse-1): Don't keep nnweb-type
13794         and nnweb-search redundantly in the active file.
13795         (nnweb-request-list): Don't list bogus groups.  There can only be one.
13796         (nnweb-request-create-group): Don't use ARGS.
13797         (nnweb-possibly-change-server, nnweb-request-group): Remove some
13798         initialisations.  Let nnoo do the work.
13799
13800 2006-01-31  Katsumi Yamaoka  <yamaoka@jpl.org>
13801
13802         * mm-uu.el (mm-uu-emacs-sources-extract, mm-uu-diff-extract):
13803         Say the part has been decoded.
13804
13805         * mm-view.el (mm-display-inline-fontify): Get decoded part rightly.
13806
13807 2006-01-31  Kevin Ryde  <user42@zip.com.au>
13808
13809         * mailcap.el (mailcap-viewer-passes-test): Don't put "(nil t)" into
13810         mailcap-viewer-test-cache when there's no 'test clause, since that
13811         will invert the meaning of a "nil" test previously determined by
13812         mailcap-mailcap-entry-passes-test.
13813
13814 2006-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
13815
13816         * gnus-group.el: Bind tool-bar-mode instead of tool-bar-map when
13817         compiling.
13818
13819         * gnus-sum.el: Ditto.
13820
13821         * message.el: Don't bind tool-bar-map when compiling.
13822
13823 2006-01-30  Reiner Steib  <Reiner.Steib@gmx.de>
13824
13825         * nnweb.el (nnweb-google-parse-1): Clarify some comments.
13826
13827 2006-01-30  Andreas Seltenreich  <uwi7@stud.uni-karlsruhe.de>
13828
13829         * nnweb.el (nnweb-type-definition, nnweb-google-parse-1)
13830         (nnweb-google-create-mapping, nnweb-google-search): Adapt to
13831         current Google Groups.
13832
13833 2006-01-26  Reiner Steib  <Reiner.Steib@gmx.de>
13834
13835         * gnus-sum.el (gnus-summary-make-tool-bar): Add checks for XEmacs
13836         and tool-bar-mode.
13837
13838         * gnus-group.el (gnus-group-make-tool-bar): Add checks for XEmacs
13839         and tool-bar-mode.
13840
13841         * message.el (message-tool-bar-update): Simplify.
13842         (message-make-tool-bar): Add checks for XEmacs and tool-bar-mode.
13843
13844         * gnus-sum.el (gnus-summary-tool-bar-update): Check for
13845         gnus-summary-buffer.
13846         (gnus-summary-tool-bar-gnome): Use "reply-author" icon for
13847         gnus-summary-reply.
13848
13849         * gmm-utils.el (gmm): Add :version.
13850
13851 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13852
13853         * Makefile.in (clean): New rule.
13854         (distclean): Use it.
13855
13856 2006-01-26  Steve Youngs  <steve@sxemacs.org>
13857
13858         * gmm-utils.el (gmm-tool-bar-item, gmm-tool-bar-zap-list):
13859         Don't autoload.
13860
13861 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
13862
13863         * gmm-utils.el (gmm-verbose): Add :group.
13864
13865 2006-01-25  Reiner Steib  <Reiner.Steib@gmx.de>
13866
13867         * message.el: Change some comments WRT tool-bars.
13868
13869         * gnus-sum.el (gnus-summary-tool-bar)
13870         (gnus-summary-tool-bar-gnome, gnus-summary-tool-bar-retro)
13871         (gnus-summary-tool-bar-zap-list): New variables.
13872         (gnus-summary-make-tool-bar): Complete rewrite using
13873         `gmm-tool-bar-from-list'.
13874
13875         * gnus-group.el (gnus-group-tool-bar, gnus-group-tool-bar-gnome)
13876         (gnus-group-tool-bar-retro, gnus-group-tool-bar-zap-list):
13877         New variables.
13878         (gnus-group-make-tool-bar): Complete rewrite using
13879         `gmm-tool-bar-from-list'.
13880         (gnus-group-tool-bar-update): New function.
13881
13882         * message.el (message-mode-field-menu): Add "Show hidden Headers".
13883
13884 2006-01-25  Katsumi Yamaoka  <yamaoka@jpl.org>
13885
13886         * mm-uu.el (mm-uu-dissect-text-parts): Ignore it if a given part
13887         is dissected into a single part of which the type is the same as
13888         the given one; decode charset.
13889
13890 2006-01-21  Kevin Ryde  <user42@zip.com.au>
13891
13892         * mailcap.el (mailcap-parse-mailcap-extras): "test" key must go
13893         into alists as symbol not string, since that's what
13894         mailcap-viewer-passes-test and mailcap-mailcap-entry-passes-test
13895         look for.
13896
13897 2006-01-24  Reiner Steib  <Reiner.Steib@gmx.de>
13898
13899         * gmm-utils.el (gmm-tool-bar-item): Add "Separator".
13900         (gmm-tool-bar-from-list): Suppress tooltip for `gmm-ignore'.
13901
13902         * message.el (message-tool-bar-gnome): Use gmm-ignore.
13903
13904 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13905
13906         * gnus-xmas.el (gnus-mime-security-button-menu): New alias.
13907         (gnus-xmas-mime-security-button-menu): New function.
13908
13909         * gnus-art.el (gnus-mime-security-button-commands): New variable.
13910         (gnus-mime-security-button-menu): New definition.
13911         (gnus-mime-security-button-map): Use them.
13912         (gnus-mime-security-button-menu): New function.
13913         (gnus-insert-mime-security-button): Addition to help echo.
13914         (gnus-mime-security-run-function, gnus-mime-security-save-part)
13915         (gnus-mime-security-pipe-part): New functions.
13916
13917         * mm-uu.el (mm-uu-buttonize-original-text-parts): Remove.
13918         (mm-uu-dissect-text-parts): Revert a part of 2006-01-23 change.
13919
13920         * mm-decode.el (mm-handle-set-disposition): Remove.
13921         (mm-handle-set-description): Remove.
13922
13923 2006-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
13924
13925         * mm-view.el (mm-w3m-standalone-supports-m17n-p): New variable.
13926         (mm-w3m-standalone-supports-m17n-p): New function.
13927         (mm-inline-text-html-render-with-w3m-standalone): Use it to alter
13928         w3m usage.
13929
13930         * gnus-art.el (gnus-article-wash-html-with-w3m-standalone):
13931         Use mm-w3m-standalone-supports-m17n-p to alter w3m usage.
13932
13933 2006-01-23  Reiner Steib  <Reiner.Steib@gmx.de>
13934
13935         * message.el (message-tool-bar-zap-list):
13936         Use gmm-tool-bar-zap-list as custom type.
13937         (message-tool-bar-update): New function.
13938         (message-tool-bar, message-tool-bar-gnome)
13939         (message-tool-bar-retro): Add message-tool-bar-update.
13940         (message-tool-bar-gnome): Add flyspell-buffer.
13941
13942         * gnus-util.el (gnus-error): Describe `args'.
13943
13944         * gmm-utils.el (gmm-error): Describe `args'.
13945         (gmm-tool-bar-zap-list): New widget.
13946         (gmm-tool-bar-from-list): Improve description of `zap-list'.
13947
13948 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13949
13950         * mm-uu.el (mm-uu-buttonize-original-text-parts): New variable.
13951         (mm-uu-dissect-text-parts): Buttonize original text parts; reduce
13952         the number of recursive calls.
13953
13954         * mm-decode.el (mm-handle-set-disposition): New macro.
13955         (mm-handle-set-description): New macro.
13956
13957 2006-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
13958
13959         * mm-uu.el (mm-uu-dissect-text-parts): Decode content transfer
13960         encoding.
13961
13962 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13963
13964         * message.el (message-tool-bar-zap-list, message-tool-bar)
13965         (message-tool-bar-gnome, message-tool-bar-retro): New variables.
13966         (message-tool-bar-local-item-from-menu): Remove.
13967         (message-tool-bar-map): Replace by `message-make-tool-bar'.
13968         (message-make-tool-bar): New function.
13969         (message-mode): Use `message-make-tool-bar'.
13970
13971         * gmm-utils.el: New file.
13972         (gmm-verbose, gmm-message, gmm-error): From gnus-utils.el.
13973         (gmm-lazy): New widget copied from `nnmail.el'.
13974         (gmm-tool-bar-from-list): New function for creating customizable
13975         tool bars.
13976         (gmm-tool-bar-from-list): Fix typos in doc string.  Remove debug
13977         output.
13978         (gmm): Add :prefix to defgroup.
13979
13980 2006-01-20  Per Abrahamsen  <abraham@dina.kvl.dk>
13981
13982         * gmm-utils.el (gmm-widget-p): New function.
13983
13984 2006-01-20  Reiner Steib  <Reiner.Steib@gmx.de>
13985
13986         * mml.el (mml-attach-file): Describe `description' in doc string.
13987         (mml-menu): Add Emacs MIME manual and PGG manual.
13988
13989 2006-01-20  Richard M. Stallman  <rms@gnu.org>
13990
13991         * mm-url.el (mm-url-load-url): Require url-parse and url-vars.
13992
13993 2006-01-20  Kevin Greiner  <kevin.greiner@compsol.cc>
13994
13995         * nntp.el (nntp-end-of-line): Doc fix.
13996
13997 2006-01-20  Chong Yidong  <cyd@stupidchicken.com>
13998
13999         * imap.el (imap-open): Handle case where buffer is a buffer
14000         object.
14001
14002 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
14003
14004         * gnus-delay.el (gnus-delay): Don't autoload.
14005         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14006         to be re-loaded when customizing the `gnus-delay' group.
14007
14008 2005-01-20  Chong Yidong  <cyd@stupidchicken.com>
14009
14010         * message.el (message-insert-citation-line): Use newlines.
14011
14012 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14013
14014         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
14015         (pgg-pgp-sign-region): Add optional 'passphrase' argument to all
14016         these routines, so the passphrase can be managed externally and
14017         passed in to the system.
14018         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
14019         pgg-add-passphrase-to-cache function.
14020
14021         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
14022         (pgg-pgp5-sign-region): Add optional 'passphrase' argument to all
14023         these routines, so the passphrase can be managed externally and
14024         passed in to the system.
14025         (pgg-pgp5-sign-region): Use new name of
14026         pgg-add-passphrase-to-cache function.
14027
14028 2006-01-19  Ken Manheimer  <ken.manheimer@gmail.com>
14029
14030         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
14031         part of the decoded armor to find the key-identifier.
14032         (pgg-gpg-lookup-key-owner): New function to return the
14033         human-readable identifier of a key owner.
14034         (pgg-gpg-key-id-from-key-owner): Make it easy to identify the key
14035         itself.
14036         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
14037         the key value) if we have a key and can match it against a secret
14038         key.  Also, added a note pointing out fact that the prompt only
14039         indicates the first matching key.
14040
14041         * pgg.el (pgg-decrypt): Passing along 'passphrase' in call to
14042         pgg-decrypt-region.
14043         (pgg-add-passphrase-to-cache): Rename from
14044         `pgg-add-passphrase-cache' to reduce confusion (all callers
14045         changed).
14046         (pgg-remove-passphrase-from-cache): Rename from
14047         `pgg-remove-passphrase-cache' to reduce confusion (all callers
14048         changed).
14049         (pgg-read-passphrase, pgg-add-passphrase-cache)
14050         (pgg-remove-passphrase-cache): Add informative docstrings.
14051         (pgg-decrypt): Convey provided passphrase in subordinate call to
14052         pgg-decrypt-region.
14053
14054 2006-01-19  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
14055
14056         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
14057         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
14058         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
14059         'passphrase' argument, so the passphrase can be managed externally
14060         and then passed in to the system.
14061
14062         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
14063         (pgg-remove-passphrase-cache): Add optional 'notruncate' argument,
14064         so the passphrase cache can be used reliably with identifiers
14065         besides a pgp packet's key id.
14066
14067         * pgg-gpg.el (pgg-gpg-encrypt-region)
14068         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
14069         (pgg-gpg-sign-region): Add optional 'passphrase' argument to all
14070         these routines, so the passphrase can be managed externally and
14071         passed in to the system.
14072
14073         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
14074         'notruncate' argument, so the passphrase cache can be used
14075         reliably with identifiers besides a pgp packet's key id.
14076
14077 2006-01-19  Sascha Wilde  <swilde@sha-bang.de>
14078
14079         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
14080         symmetric encryption.
14081         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
14082         encrypted session key.
14083         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
14084         message ask for the passphrase in a proper way.
14085
14086         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
14087         New user commands for symmetric encryption.
14088
14089 2006-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14090
14091         * mm-bodies.el (mm-decode-body): Don't decode decoded body.
14092
14093         * mm-uu.el (mm-uu-dissect-text-parts): Dissect dissected parts.
14094
14095 2006-01-19  Mark D. Baushke  <mdb@gnu.org>
14096
14097         * pgg-gpg.el (pgg-gpg-encrypt-region): Add --textmode to gpg args.
14098
14099 2006-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
14100
14101         * mm-decode.el (mm-inlined-types): Add application/pgp.
14102         (mm-automatic-display): Ditto.
14103
14104         * mm-uu.el (mm-uu-dissect-text-parts): Recognize application/pgp
14105         part as text.
14106
14107 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14108
14109         * nnrss.el: Update copyright.
14110         (nnrss-opml-import): Query whether to subscribe to each entry.
14111
14112         * gnus-art.el:
14113         * gnus-sum.el:
14114         * gnus-xmas.el:
14115         * messagexmas.el:
14116         * mm-uu.el:
14117         * mm-view.el: Update copyright.
14118
14119 2006-01-16  Reiner Steib  <Reiner.Steib@gmx.de>
14120
14121         * message.el (message-info): New function.
14122         (message-mode-menu): Add it.
14123         Update copyright.
14124
14125         * ChangeLog: Fix and update copyright.
14126
14127 2006-01-13  Romain Francoise  <romain@orebokech.com>
14128
14129         * message.el (message-forward-subject-name-subject): Prefer the
14130         address to 'nowhere' if the sender has no name.
14131         Fix typo.  Update copyright year.
14132
14133 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14134
14135         * gnus-art.el (article-wash-html):
14136         Use gnus-summary-show-article-charset-alist if a numeric arg is given.
14137         (gnus-article-wash-html-with-w3m-standalone): New function.
14138
14139         * mm-view.el (mm-text-html-renderer-alist): Map w3m-standalone to
14140         mm-inline-text-html-render-with-w3m-standalone.
14141         (mm-text-html-washer-alist): Map w3m-standalone to
14142         gnus-article-wash-html-with-w3m-standalone.
14143         (mm-inline-text-html-render-with-w3m-standalone): New function.
14144
14145 2006-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
14146
14147         * mm-uu.el (mm-uu-type-alist): Fix previous message-marks commit.
14148         Improve LaTeX.
14149
14150 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14151
14152         * nnrss.el (nnrss-wash-html-in-text-plain-parts): New variable.
14153         (nnrss-request-article): Render text/plain parts as HTML.
14154
14155         * gnus-art.el (gnus-article-wash-html-with-w3m): No need to narrow
14156         the buffer.
14157
14158 2006-01-08  Reiner Steib  <Reiner.Steib@gmx.de>
14159
14160         * gnus-cus.el (gnus-group-parameters): Sync posting-style with
14161         custom definition of `gnus-posting-styles'.
14162
14163         * gnus-start.el (gnus-gnus-to-quick-newsrc-format):
14164         Bind print-circle.  Suggested by Kalle Olavi Niemitalo <kon@iki.fi>.
14165
14166 2006-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
14167
14168         * gnus-group.el (gnus-useful-groups): Use Gmane for ding.
14169         Use nntp for bug archive.
14170
14171 2006-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
14172
14173         * nnrss.el (nnrss-request-article): Fix the way to fill text/plain
14174         parts.
14175         (nnrss-normalize-date): New function converts ISO 8601 date into
14176         RFC822 style.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14177         (nnrss-check-group): Use it.
14178
14179 2006-01-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14180
14181         * gnus-sum.el (gnus-summary-work-articles): Remove useless `min'.
14182
14183         * nnrss.el (nnrss-fetch): Make it fail gracefully when it can't
14184         fetch a feed.  Suggested by Mark Plaksin <happy@mcplaksin.org>.
14185         (nnrss-insert-w3): Ditto.
14186
14187 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14188
14189         * gnus-uu.el (gnus-uu-digest-mail-forward): Reverse the order of
14190         the articles to be forwarded including the case where neither a
14191         number of articles nor a region is specified.
14192
14193 2005-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
14194
14195         * nnrss.el (nnrss-request-article): Fix last change; fill
14196         text/plain parts.
14197
14198 2005-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14199
14200         * nnrss.el (nnrss-request-article): Replace <br />s with newlines
14201         in text/plain part.
14202         (nnrss-check-group): Don't add excessive newline to dc:subject.
14203
14204 2005-12-19  Mark Plaksin  <happy@mcplaksin.org>  (tiny change)
14205
14206         * nnrss.el (nnrss-check-group): Put the RSS dc:subject in the
14207         article.
14208
14209 2005-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
14210
14211         * nnml.el: Don't require gnus-bcklg.  Autoload it.
14212         (nnml-use-compressed-files, nnml-save-mail): Support other
14213         comression programs such as bzip2.
14214
14215 2005-12-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14216
14217         * dns.el (query-dns): Make sure we check the buffer size before
14218         removing tcp headers.
14219
14220 2005-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
14221
14222         * gnus-art.el (gnus-article-delete-text-of-type): Enable it to
14223         remove MIME buttons associated with multipart/alternative parts.
14224         (gnus-mime-display-alternative): Tag buttons using `article-type'
14225         text property.
14226
14227         * gnus-msg.el (gnus-copy-article-buffer): Remove MIME buttons
14228         associated with multipart/alternative parts.
14229
14230         * gnus-art.el (gnus-signature-separator): Fix custom type.
14231
14232         * mm-decode.el (mm-inlined-types): Fix custom type.
14233         (mm-keep-viewer-alive-types): Ditto.
14234         (mm-automatic-display): Ditto.
14235         (mm-attachment-override-types): Ditto.
14236         (mm-inline-override-types): Ditto.
14237         (mm-automatic-external-display): Ditto.
14238
14239 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
14240
14241         * spam-report.el (spam-report-user-mail-address)
14242         (spam-report-user-agent): New variables.
14243         (spam-report-url-ping-plain): Use spam-report-user-agent.
14244
14245 2005-12-14  Ralf Angeli  <angeli@iwi.uni-sb.de>
14246
14247         * gnus-art.el (gnus-button-handle-custom): Do not just use
14248         `customize-apropos' for any "M-x customize-*" button but the
14249         function called for.  Accept both the function name and its
14250         argument in order to achieve this.
14251         (gnus-button-alist): Remove support for "custom:" URL's.
14252         Pass function name to `gnus-button-handle-custom' in case of "M-x
14253         customize-*" buttons.
14254
14255 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14256
14257         * gnus-art.el (gnus-buttonized-mime-types): Mention addition of
14258         multipart/alternative and add xref to mm-discouraged-alternatives
14259         in doc string.
14260
14261         * mm-decode.el (mm-discouraged-alternatives): Add xref to
14262         gnus-buttonized-mime-types in doc string.
14263
14264 2005-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
14265
14266         * mm-decode.el (mm-discouraged-alternatives): Fix custom type.
14267         Suggest image/.* in the doc string.
14268
14269 2005-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
14270
14271         * mm-uu.el (mm-uu-type-alist): Don't depend on message.el for
14272         message-marks (Debian bug #342521).
14273
14274 2005-12-12  Simon Josefsson  <jas@extundo.com>
14275
14276         * password.el (password-read-from-cache): Add.
14277         (password-read): Use it.
14278
14279 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
14280
14281         * rfc2047.el (rfc2047-charset-to-coding-system):
14282         Recognize us-ascii as a MIME charset.
14283
14284         * mm-bodies.el (mm-decode-content-transfer-encoding):
14285         Protect against the case where the 2nd arg TYPE is nil.
14286
14287 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14288
14289         * pop3.el (pop3-stream-type): Fix custom version.
14290
14291         * mm-uu.el (mm-uu-type-alist): Simplify uu regexp.
14292
14293 2005-12-09  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14294
14295         * mm-decode.el (mm-display-external): Add missing cdr.
14296
14297 2005-12-07  Katsumi Yamaoka  <yamaoka@jpl.org>
14298
14299         * mm-decode.el (mm-display-external): Use nametemplate (defined in
14300         RFC1524) if it is in mailcap or add a suffix according to
14301         mailcap-mime-extensions when generating a temp filename; postpone
14302         deleting a temp file for 2 seconds for some wrappers, shell
14303         scripts, and so on, which might exit right after having started a
14304         viewer command as a background job.
14305
14306 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14307
14308         * nntp.el (nntp-marks-directory): Fix custom group.
14309
14310         * gnus-fun.el (gnus-face-from-file): Decrease quant in smaller
14311         steps when < 10.
14312
14313         * gnus-start.el (gnus-no-server-1):
14314         Mention `gnus-level-default-subscribed' in doc string.
14315
14316 2005-12-02  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
14317
14318         * mm-view.el (mm-inline-text-html-render-with-w3m): Fix misplaced
14319         parens.
14320
14321 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14322
14323         * gnus-xmas.el (gnus-use-toolbar): Revert.
14324         (gnus-xmas-setup-toolbar): Use global default-toolbar if
14325         gnus-use-toolbar is default.
14326
14327         * messagexmas.el (message-use-toolbar): Revert.
14328         (message-setup-toolbar): Use global default-toolbar if
14329         message-use-toolbar is default.
14330
14331 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14332
14333         * gnus-xmas.el (gnus-use-toolbar): Determine the default value
14334         according to default-toolbar-visible-p.
14335
14336         * messagexmas.el (message-use-toolbar): Ditto.
14337
14338 2005-11-26  Dave Love  <fx@gnu.org>
14339
14340         * tls.el (open-tls-stream): Rename arg SERVICE to PORT.
14341         (tls-program, tls-success): Provide openssl alternative.
14342
14343         * starttls.el: Doc fixes.
14344         (starttls-open-stream-gnutls, starttls-open-stream): Rename arg
14345         SERVICE to PORT.
14346
14347         * pop3.el (pop3-open-server) <ssl>: Clarify a loop.  Deal with
14348         port null or service name.
14349         (starttls-negotiate): Autoload.
14350
14351 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
14352
14353         * message.el (message-kill-to-signature): Fix interactive spec.
14354
14355 2005-11-24  Katsumi Yamaoka  <yamaoka@jpl.org>
14356
14357         * pop3.el (pop3-open-server): Recognize a string as a service name.
14358
14359 2005-11-24  Pascal Rigaux  <pixel@mandriva.com>  (tiny change)
14360
14361         * rfc2231.el (rfc2231-parse-string): Support non-ascii chars.
14362
14363 2005-11-23  Dave Love  <fx@gnu.org>
14364
14365         Add pop3s, pop3/starttls.
14366
14367         * pop3.el (pop3-authentication-scheme): Clarify doc.
14368         (open-tls-stream, starttls-open-stream): Autoload.
14369         (pop3-stream-type): New.
14370         (pop3-open-server): Use it.
14371
14372         * mail-source.el (mail-sources): Fix some :types.  Add stream type
14373         for POP.
14374         (mail-source-keyword-map): Add :stream for POP.
14375         (mail-source-fetch-pop): Use pop3-stream-type.
14376
14377 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
14378
14379         * nnmail.el (nnmail-fancy-expiry-target): Use current-time instead
14380         of current-time-string.
14381
14382 2005-11-20  Stefan Schimanski  <schimmi@debian.org>  (tiny change)
14383
14384         * nnmail.el (nnmail-fancy-expiry-target): Protect against invalid
14385         date header.
14386
14387 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14388
14389         * gnus-sum.el (gnus-fetch-old-headers): Updated docs to warn that
14390         it can seriously impact performance as it bypasses the agent's
14391         local caches.
14392
14393 2005-11-19  Kevin Greiner  <kevin.greiner@compsol.cc>
14394
14395         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): A server
14396         must be explicitly online rather than "not explicitly offline" for
14397         its flags to be synchronized.
14398
14399         * gnus-sum.el (gnus-summary-remove-process-mark): Always return t so
14400         that gnus-uu-unmark-thread will function correctly.
14401
14402         * gnus-group.el (gnus-total-fetched-for): Reduced cutoff so that
14403         1024K is instead displayed as 1M.
14404
14405 2005-11-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14406
14407         * flow-fill.el (fill-flowed): Bind adaptive-fill-mode to nil.
14408
14409 2005-11-16  Boris Samorodov  <bsam@ipt.ru>  (tiny change)
14410
14411         * imap.el (imap-kerberos4-open): Ignore SSL stuff.
14412
14413 2005-11-13  Kevin Greiner  <kevin.greiner@compsol.cc>
14414
14415         * gnus-agent.el (gnus-agent-read-local): Trivial fix to format of
14416         error message to display actual error condition.
14417         (gnus-agent-save-local): Avoid saving symbols that are bound to
14418         nil as they simply result in a warning message in
14419         gnus-agent-read-local.
14420
14421 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14422
14423         * gnus-start.el (gnus-dribble-read-file): Use make-local-variable
14424         rather than make-variable-buffer-local for file-precious-flag.
14425
14426 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14427
14428         * gnus-agent.el (gnus-agent-braid-nov): Now tests new nov entries
14429         for duplicates which are removed.  The invalid sort check then
14430         triggers a rescan after the sort as sorting may have moved
14431         duplicate entries such that they can be cheaply detected.
14432
14433 2005-11-13  Katsumi Yamaoka  <yamaoka@jpl.org>
14434
14435         * gnus-start.el (gnus-dribble-read-file): Quote file-precious-flag.
14436
14437 2005-11-12  Kevin Greiner  <kevin.greiner@compsol.cc>
14438
14439         * gnus-agent.el (gnus-agent-article-alist-save-format):
14440         Change internal variable to a custom variable.  Change default value
14441         from compressed(2) to uncompressed(1).
14442         (gnus-agent-read-agentview): Reversed revision 7.8 to restore
14443         support for uncompressed agentview files.  Taken together, reading
14444         the agentview file should now be 6-7 times faster.
14445
14446 2005-11-11  Jan Nieuwenhuizen  <janneke@gnu.org>
14447
14448         * gnus-start.el (gnus-dribble-read-file): Set file-precious-flag,
14449         as a buffer-local variable.  This avoids creating truncated
14450         dribble files as a result of a hang up, eg.
14451
14452 2006-01-03  Rodrigo Ventura  <yoda@isr.ist.utl.pt>  (tiny change)
14453
14454         * gnus-xmas.el (gnus-xmas-group-startup-message): Typo
14455         gnus-splash-face -> gnus-splash.  Fixes starting from a TTY in
14456         XEmacs.
14457
14458 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
14459
14460         * gnus-start.el (gnus-start-draft-setup):
14461         Enforce `gnus-draft-mode' for nndraft:drafts at startup.
14462
14463         * gnus.el (gnus-splash): Change custom group.
14464         (gnus-group-get-parameter, gnus-group-parameter-value):
14465         Describe allow-list argument.
14466
14467         * gnus-agent.el (gnus-agent-article-alist-save-format): Format doc
14468         string.
14469
14470 2005-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
14471
14472         * gnus-art.el (gnus-default-article-saver): Add user-defined
14473         `function' to custom type.
14474
14475 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14476
14477         * imap.el (imap-open): Handle case where buffer is a buffer
14478         object.
14479
14480 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
14481
14482         * gnus-cache.el (gnus-cache-rename-group): Wrap doc strings and
14483         long lines.
14484         (gnus-cache-delete-group): Wrap doc strings.
14485
14486         * gnus-agent.el (gnus-agent-rename-group)
14487         (gnus-agent-delete-group): Wrap doc strings.
14488
14489 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14490
14491         * messagexmas.el (message-use-toolbar): Change the valid values
14492         into default, top, bottom, left, and right.
14493         (message-toolbar-thickness): New variable.
14494         (message-xmas-setup-toolbar): Locate gnus-xmas-glyph-directory as
14495         well.
14496         (message-setup-toolbar): Make it work.
14497
14498         * gnus-xmas.el (gnus-xmas-update-toolbars): New function.
14499         (gnus-use-toolbar): Change the valid values into default, top,
14500         bottom, left, and right.
14501         (gnus-toolbar-thickness): New variable.
14502         (gnus-xmas-setup-toolbar): New function.
14503         (gnus-xmas-setup-group-toolbar): Use it.
14504         (gnus-xmas-setup-summary-toolbar): Use it.
14505
14506 2005-11-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14507
14508         * gnus-start.el (gnus-1): Add "native" to
14509         gnus-predefined-server-alist.
14510
14511         * gnus.el (gnus-method-to-server): Don't add "native" to the
14512         lists here, because that leads to problems when
14513         gnus-select-method is bound.
14514
14515 2005-11-09  Simon Josefsson  <jas@extundo.com>
14516
14517         * gnus-sum.el (gnus-article-sort-by-date-reverse): Remove,
14518         use (not sort-by-date) instead.
14519
14520 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14521
14522         * gnus-delay.el (gnus-delay-group): Don't autoload.
14523         It's useless and could trigger a bug in cus-dep.el causing ldefs-boot
14524         to be re-loaded when customizing the `gnus-delay' group.
14525
14526 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
14527
14528         * message.el: Revert last changes.
14529         (message-insert-citation-line): Use newlines.
14530
14531 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
14532
14533         * message.el (message-courtesy-message)
14534         (message-mark-insert-begin, message-mark-insert-end)
14535         (message-elide-ellipsis, message-cancel-message)
14536         (message-add-header, message-change-subject)
14537         (message-cross-post-followup-to-header)
14538         (message-cross-post-insert-note, message-reduce-to-to-cc)
14539         (message-widen-reply, message-delete-not-region)
14540         (message-kill-to-signature, message-insert-signature)
14541         (message-insert-importance-high, message-insert-importance-low)
14542         (message-insert-or-toggle-importance)
14543         (message-insert-disposition-notification-to)
14544         (message-indent-citation, message-yank-original)
14545         (message-cite-original-without-signature, message-cite-original)
14546         (message-insert-citation-line, message-position-on-field)
14547         (message-fix-before-sending, message-send-mail-partially)
14548         (message-send-mail, message-send-mail-with-sendmail)
14549         (message-send-mail-with-qmail, message-send-news)
14550         (message-check-news-header-syntax, message-generate-headers)
14551         (message-insert-courtesy-copy, message-fill-address)
14552         (message-fill-header, message-shorten-references)
14553         (message-setup-1, message-cancel-news)
14554         (message-forward-make-body-plain, message-forward-make-body-mime)
14555         (message-forward-make-body-mml, message-encode-message-body)
14556         (message-forward-make-body-digest-plain)
14557         (message-forward-make-body-digest-mime)
14558         (message-use-alternative-email-as-from): Insert `hard-newline'
14559         instead of ordinary newlines.
14560
14561 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
14562
14563         * message.el (message-generate-headers): Downcase the argument
14564         given to message-check-element.
14565
14566 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
14567
14568         * nntp.el (nntp-authinfo-rejected): New error condition.
14569         (nntp-wait-for): Use new error condition to signal authentication
14570         error.
14571         (nntp-retrieve-data): Rethrow new error condition to break out of
14572         recursive call to nntp-send-authinfo.
14573
14574 2005-11-08  Romain Francoise  <romain@orebokech.com>
14575
14576         * gnus-sum.el (gnus-summary-catchup-and-goto-prev-group): New function.
14577         (gnus-summary-exit-map): Bind to `Z p'.
14578         (gnus-summary-make-menu-bar): Add menu item.
14579
14580 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
14581
14582         * gnus-art.el (gnus-article-treat-custom): Add `first'.
14583         (gnus-treat-*): Add `first' in all doc strings.
14584
14585         * gnus-group.el (gnus-group-compact-group): Fix typo.
14586
14587 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
14588
14589         * gnus.el (gnus-parameters-case-fold-search): New variable.
14590         (gnus-parameters-get-parameter): Use it.
14591
14592         * gnus-score.el (gnus-home-score-file): Doc fix.
14593
14594 2005-11-01  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
14595
14596         * gnus-score.el (gnus-update-score-entry-dates): Doc fix.
14597
14598 2005-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
14599
14600         * mm-util.el (mm-special-display-p): New function.
14601
14602         * mml.el (mml-preview): Use it; doc fix.
14603
14604 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
14605
14606         * imap.el (imap-open): Handle case where buffer is a buffer object.
14607
14608 2005-10-29  Romain Francoise  <romain@orebokech.com>
14609
14610         * message.el (message-fix-before-sending): Fix comment.
14611
14612 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14613
14614         * gnus-sum.el (gnus-article-sort-by-date-reverse): New function.
14615
14616 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
14617
14618         * score-mode.el (gnus-score-edit-done-hook): Introduce variable.
14619         Used in gnus-score.el.
14620
14621 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
14622
14623         * mm-util.el (mm-codepage-setup): Remove bogus alias test.
14624
14625 2005-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
14626
14627         * flow-fill.el (fill-flowed-encode-tests): Restore trailing
14628         whitespace removed in revision 7.8.  Use concatenated string to
14629         protect trailing whitespace.
14630
14631 2005-10-27  Jouni K. Seppänen  <jks@iki.fi>
14632
14633         * nnimap.el (nnimap-search-uids-not-since-is-evil): Add variable.
14634         (nnimap-request-expire-articles): Use it to avoid sending 'UID
14635         SEARCH UID ... NOT SINCE' queries, for inefficient servers like
14636         Courier IMAP ("some version from 2004").  Mostly based on similar
14637         code in the same function.
14638
14639 2005-10-26  Didier Verna  <didier@xemacs.org>
14640
14641         * gnus-group.el (gnus-group-compact-group): Invalidate original
14642         article buffer.
14643         * gnus-srvr.el (gnus-server-compact-server): Ditto.
14644         * nnml.el (nnml-request-compact-group): Handle self Xref: field in
14645         NOV database and in article itself.
14646         Invalidate article backlog.
14647
14648 2005-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
14649
14650         * mm-uu.el (mm-uu-hide-markers): Fix XEmacs case.
14651
14652 2005-10-26  Simon Josefsson  <jas@extundo.com>
14653
14654         * flow-fill.el (fill-flowed): Flow-fill unquoted lines too, revert
14655         part of 2004-07-25 change.
14656
14657 2005-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
14658
14659         * message.el (message-display-completion-list): New function.
14660         (message-expand-group): Use it; make sure the Completions buffer
14661         is modifiable.
14662 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
14663
14664         * gnus-sum.el (gnus-ignored-from-addresses): Handle case where
14665         user-mail-name is an empty string.
14666
14667 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
14668
14669         * gnus-score.el (gnus-default-adaptive-score-alist): Set defaults
14670         depending on gnus-score-decay-constant.
14671
14672         * encrypt.el (encrypt-insert-file-contents)
14673         (encrypt-write-file-contents): Don't use `gnus-message'.
14674
14675         * mm-uu.el (mm-uu-verbatim-marks-extract): Add four start and end
14676         arguments.
14677         (mm-uu-type-alist): Add message-marks and insert-marks.
14678         Pass arguments to mm-uu-verbatim-marks-extract.
14679         (mm-uu-hide-markers): New variable.
14680         (mm-uu-extract): Use face similar to `gnus-cite-3'.
14681
14682         * gnus-fun.el (gnus-convert-image-to-x-face-command)
14683         (gnus-convert-image-to-face-command): Use "convert" by default to
14684         allow other input image formats.
14685         (gnus-x-face-from-file, gnus-face-from-file): Adjust doc strings
14686         accordingly.
14687
14688 2005-10-23  Simon Josefsson  <jas@extundo.com>
14689
14690         * imap.el (imap-gssapi-program): Align command line parameters
14691         with latest GNU SASL.
14692         (imap-gssapi-open): Ignore 'Trying ...' messages from GNU SASL.
14693
14694 2005-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
14695
14696         * nnslashdot.el (nnslashdot-retrieve-headers-1): Update to new
14697         HTML.
14698         (nnslashdot-request-article): Ditto.
14699
14700         * lpath.el (featurep): Add nobreak-char-display.
14701
14702 2005-10-20  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
14703
14704         * mail-source.el (mail-source-fetch-pop): Require pop3.
14705         (mail-source-check-pop): Ditto.
14706
14707 2005-10-20  Katsumi Yamaoka  <yamaoka@jpl.org>
14708
14709         * rfc2047.el (rfc2047-decode-encoded-words): Fix the handling of
14710         errors.
14711
14712 2005-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
14713
14714         * gnus-art.el (gnus-treat-strip-trailing-blank-lines)
14715         (gnus-treat-strip-leading-blank-lines): Improve doc string.
14716
14717         * message.el (message-tool-bar-local-item-from-menu): Fix comment.
14718
14719         * mm-bodies.el (mm-decode-string):
14720         Call `mm-charset-to-coding-system' with allow-override argument.
14721
14722 2005-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
14723
14724         * rfc2047.el (rfc2047-allow-incomplete-encoded-text): New variable.
14725         (rfc2047-charset-to-coding-system): New function.
14726         (rfc2047-decode-encoded-words): New function.
14727         (rfc2047-decode-region): Use them.
14728         (rfc2047-decode-cte): Remove.
14729         (rfc2047-parse-and-decode): Remove.
14730         (rfc2047-decode): Remove.
14731
14732 2005-10-15  Kenichi Handa  <handa@m17n.org>
14733
14734         * rfc2047.el (rfc2047-decode-cte): New function.
14735         (rfc2047-decode-region): Change the way to decode successive
14736         encoded-words: decode B- or Q-encoding in each encoded-word,
14737         concatenate them, and decode it as charset.
14738
14739 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
14740
14741         * lpath.el: Fbind codepage-setup for XEmacs.
14742
14743 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
14744
14745         * gnus-cus.el (gnus-custom-map): New variable.  Bind mouse-1 to
14746         widget-move-and-invoke.
14747         (gnus-custom-mode): Use gnus-custom-map.
14748
14749 2005-10-15  Bill Wohler  <wohler@newt.com>
14750
14751         * message.el (message-tool-bar-map): Rename image file from
14752         mail_send to mail/send.
14753
14754 2005-10-16  Masatake YAMATO  <jet@gyve.org>
14755
14756         * message.el (message-expand-group): Pass the common
14757         prefix substring of completion to `display-completion-list'.
14758
14759 2005-10-13  Reiner Steib  <Reiner.Steib@gmx.de>
14760
14761         * mml-sec.el (mml-secure-method): New internal variable.
14762         (mml-secure-sign, mml-secure-encrypt, mml-secure-message-sign)
14763         (mml-secure-message-sign-encrypt, mml-secure-message-encrypt):
14764         New functions using mml-secure-method.
14765
14766         * mml.el (mml-mode-map): Add key bindings for those functions.
14767         (mml-menu): Simplify security menu entries.  Suggested by Jesper
14768         Harder <harder@myrealbox.com>.
14769         (mml-attach-file, mml-attach-buffer, mml-attach-external):
14770         Goto end of message if point is the headers of the message.
14771
14772         * message.el (message-in-body-p): New function.
14773
14774         * assistant.el: Autoload gnus-util and netrc.
14775
14776         * mm-util.el (mm-charset-to-coding-system): Add allow-override.
14777         Use `mm-charset-override-alist' only when decoding.
14778
14779         * mm-bodies.el (mm-decode-body):
14780         Call `mm-charset-to-coding-system' with allow-override argument.
14781
14782         * gnus-art.el (gnus-mime-view-part-as-type-internal): Try to fetch
14783         `filename' from Content-Disposition if Content-Type doesn't
14784         provide `name'.
14785         (gnus-mime-view-part-as-type): Set default instead of
14786         initial-input.
14787
14788 2005-10-09  Daniel Brockman  <daniel@brockman.se>
14789
14790         * format-spec.el (format-spec): Propagate text properties of % spec.
14791
14792 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
14793
14794         * gnus-art.el (gnus-treat-predicate): Add `first'.
14795
14796 2005-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
14797
14798         * mm-util.el (mm-charset-synonym-alist): Improve doc string.
14799         (mm-charset-override-alist): New variable.
14800         (mm-charset-to-coding-system): Use it.
14801         (mm-codepage-setup): New helper function.
14802         (mm-charset-eval-alist): New variable.
14803         (mm-charset-to-coding-system): Use mm-charset-eval-alist.
14804         Warn about unknown charsets.
14805
14806         * dgnushack.el (with-syntax-table): Add some URLs WRT the XEmacs bug.
14807
14808 2005-10-04  David Hansen  <david.hansen@gmx.net>
14809
14810         * nnrss.el (nnrss-request-article): Add support for the comments tag.
14811         (nnrss-check-group): Ditto.
14812
14813 2005-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
14814
14815         * mm-uu.el (mm-uu-verbatim-marks-extract, mm-uu-latex-extract):
14816         Rename x-gnus-verbatim to x-verbatim.
14817         (mm-uu-type-alist): Fix regexp for verbatim-marks.
14818
14819         * mm-decode.el (mm-automatic-display): Rename x-gnus-verbatim to
14820         x-verbatim.
14821
14822         * mm-url.el (mm-url-predefined-programs): Add switches for curl.
14823
14824         * gnus-util.el (gnus-remove-duplicates): Remove.
14825
14826         * nnmail.el (nnmail-article-group): Use mm-delete-duplicates
14827         instead of gnus-remove-duplicates.
14828
14829         * message.el (message-remove-duplicates): Remove.
14830         (message-idna-to-ascii-rhs-1): Use mm-delete-duplicates instead of
14831         message-remove-duplicates.
14832
14833         * mm-util.el (mm-delete-duplicates): Use `delete-dups' if
14834         available, else use implementation from `delete-dups'.
14835
14836         * message.el (message-insert-expires): New function.
14837         (message-mode-map): Add key binding.
14838         (message-mode-field-menu): Add menu entry.
14839         (message-mode): Document it.
14840         (message-make-expires-date): Use `message-make-date'.
14841
14842 2005-10-04  Josh Huber  <huber@alum.wpi.edu>
14843
14844         * message.el (message-make-expires-date): New function.
14845
14846 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
14847
14848         * Makefile.in (list-installed-shadows): New entry.
14849         (install): Use it.
14850         (remove-installed-shadows): New entry.
14851
14852         * dgnushack.el (dgnushack-default-load-path): New variable.
14853         (dgnushack-find-lisp-shadows): New function.
14854         (dgnushack-remove-lisp-shadows): New function.
14855
14856 2005-10-02  Katsumi Yamaoka  <yamaoka@jpl.org>
14857
14858         * Makefile.in (install-el-elc): New entry.
14859         (install): Use it so that .el files are necessarily installed.
14860
14861 2005-09-30  Katsumi Yamaoka  <yamaoka@jpl.org>
14862
14863         * time-date.el: Autoload parse-time-string, XEmacs needs it.
14864
14865 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14866
14867         * mm-decode.el (mm-inline-media-tests): Check presence of the diff-mode
14868         function rather than the diff-mode.el package.
14869         (mm-display-external): Use with-current-buffer.
14870         (mm-viewer-completion-map, mm-viewer-completion-map):
14871         Move initialization inside declaration.
14872
14873 2005-09-29  Simon Josefsson  <jas@extundo.com>
14874
14875         * spam.el: Load hashcash when compiling, to avoid warnings.
14876         Don't autoload mail-check-payment.
14877         (spam-check-hashcash): Define unconditionally, since hashcash.el
14878         is part of Gnus now.  Ignore errors from payment checking.
14879
14880 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
14881
14882         * message.el (message-bold-region, message-unbold-region):
14883         Rename from `bold-region' and `unbold-region'.
14884
14885         * message.el: Remove useless autoloads.
14886
14887 2005-09-28  Simon Josefsson  <jas@extundo.com>
14888
14889         * message.el (message-use-idna): Default to t.
14890         (message-use-idna): Test whether encoding works too.  Doc fix.
14891
14892 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
14893
14894         * nntp.el (nntp-warn-about-losing-connection): Remove.
14895
14896 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
14897
14898         * mm-uu.el (mm-uu-emacs-sources-regexp): Make variable
14899         customizable.  Change default value.
14900         (mm-uu-diff-groups-regexp): Change default value.
14901         (mm-uu-type-alist): Add doc string.
14902         (mm-uu-configure): Add doc string.  Make it interactive.
14903         (mm-uu-tex-groups-regexp): New variable.
14904         (mm-uu-latex-extract, mm-uu-latex-test): New functions.
14905         (mm-uu-type-alist): Add LaTeX documents.
14906         (mm-uu-verbatim-marks-extract): Use "text/x-gnus-verbatim" instead
14907         of "text/verbatim".
14908         (mm-uu-diff-groups-regexp): Fix missing quotes from previous commit.
14909
14910         * mm-decode.el (mm-automatic-display): Use "text/x-gnus-verbatim"
14911         instead of "text/verbatim".
14912
14913         * message.el (message-mark-inserted-region)
14914         (message-mark-insert-file): Use slrn style marks when called with
14915         prefix argument.
14916
14917 2005-09-27  Simon Josefsson  <jas@extundo.com>
14918
14919         * message.el (message-idna-to-ascii-rhs-1): Reformat.
14920
14921 2005-09-27  Arne Jørgensen  <arne@arnested.dk>
14922
14923         * message.el (message-remove-duplicates): New function.
14924         Implementation borrowed from `gnus-remove-duplicates'.
14925         (message-idna-to-ascii-rhs): Also encode idna addresses in
14926         Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14927         (message-idna-to-ascii-rhs-1): When `message-use-idna' is 'ask
14928         only ask about the same idna domain once per header and also tell
14929         in what header to replace the idna domain.
14930
14931         * gnus-art.el (article-decode-idna-rhs): Also decode idna
14932         addresses in Reply-To:, Mail-Reply-To: and Mail-Followup-To:.
14933         (article-decode-idna-rhs): Fix regexp so that all idna-address in
14934         a header is decoded and not just the last one.
14935
14936 2005-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
14937
14938         * gnus-art.el (gnus-mime-display-single): Don't modify text if it
14939         has been decoded.
14940
14941         * mm-decode.el (mm-automatic-display): Add text/verbatim.
14942         (mm-insert-part): Don't modify text if it has been decoded.
14943
14944         * mm-uu.el (mm-uu-verbatim-marks-extract): Say text has been
14945         decoded.
14946
14947         * mm-view.el (mm-inline-text): Don't strip text props unless
14948         decoding enriched or richtext parts.
14949
14950 2005-09-25  Romain Francoise  <romain@orebokech.com>
14951
14952         * gnus-agent.el (gnus-agent-expire-group, gnus-agent-expire):
14953         * gnus-start.el (gnus-subscribe-interactively):
14954         * gnus-uu.el (gnus-uu-grab-articles):
14955         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and
14956         space.
14957
14958 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
14959
14960         * smime.el (smime-sign-buffer, smime-decrypt-buffer):
14961         * mm-view.el (mm-view-pkcs7-decrypt):
14962         * gnus-sum.el (gnus-summary-limit-to-extra)
14963         (gnus-summary-respool-article, gnus-read-move-group-name):
14964         * gnus-score.el (gnus-summary-increase-score):
14965         * gnus-util.el (gnus-completing-read-with-default):
14966         * gnus-art.el (gnus-read-save-file-name)
14967         (gnus-summary-save-in-rmail, gnus-summary-save-in-mail)
14968         (gnus-summary-save-in-file, gnus-summary-save-body-in-file):
14969         * message.el (message-check-news-header-syntax):
14970         Follow convention for reading with the minibuffer.
14971
14972 2005-09-22  Reiner Steib  <Reiner.Steib@gmx.de>
14973
14974         * spam-report.el (spam-report-url-ping-plain):
14975         Use gnus-extended-version as User-Agent.
14976
14977         * gnus-agent.el (gnus-agent-synchronize-flags): Explain why the
14978         default value is nil.
14979
14980         * mm-uu.el (mm-uu-type-alist): Add slrn style verbatim-marks.
14981         (mm-uu-verbatim-marks-extract): New function.
14982         (mm-uu-extract): New face.
14983         (mm-uu-copy-to-buffer): Use it.
14984
14985         * spam-report.el (spam-report-gmane-ham): Rename from
14986         `spam-report-gmane-unspam'.
14987         (spam-report-gmane-internal): Rename from `spam-report-gmane'.
14988         Simplify use of UNSPAM argument.  Fetch "X-Report-Unspam" header.
14989
14990         * spam.el (spam-report-gmane-spam, spam-report-gmane-ham):
14991         Autoload.
14992         (spam-report-gmane-unregister-routine):
14993         Rename `spam-report-gmane-unspam' to `spam-report-gmane-ham'.
14994
14995 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
14996
14997         * spam.el (spam-use-gmane, spam-report-gmane-register-routine)
14998         (spam-report-gmane-unregister-routine): Add support for gmane
14999         unregistration.
15000
15001         * spam-report.el (spam-report-gmane-unspam)
15002         (spam-report-gmane-spam): Add new wrappers around spam-report-gmane.
15003         (spam-report-gmane): Change to take a single article and do unspam
15004         registration.
15005
15006 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15007
15008         * mm-url.el (mm-url-decode-entities): Fix regexp.
15009
15010 2005-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15011
15012         * gnus-agent.el (gnus-agent-synchronize-flags): Switch the
15013         default to nil, to be able to use Gnus at all.  If the default
15014         switches to something else, then the function should be fixed not
15015         be exceedingly slow.
15016
15017 2005-09-20  Teodor Zlatanov  <tzz@lifelogs.com>
15018
15019         * gnus-start.el (gnus-activate-group): If the server is nil, don't
15020         fail hard.
15021
15022         * spam-report.el: Add better Keywords line.
15023
15024         * spam.el: Add Maintainer and better Keywords line.
15025
15026 2005-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
15027
15028         * gnus-art.el (gnus-article-replace-part)
15029         (gnus-mime-replace-part): New functions.
15030         (gnus-mime-action-alist, gnus-mime-button-commands)
15031         (gnus-mime-save-part-and-strip): Add file argument.
15032         (gnus-article-part-wrapper): Add interactive argument.
15033
15034         * gnus-sum.el (gnus-summary-mime-map):
15035         Add `gnus-article-replace-part'.
15036
15037 2005-09-19  Didier Verna  <didier@xemacs.org>
15038
15039         The nnml compaction feature:
15040         * nnml.el (nnml-request-compact-group): New function.
15041         * nnml.el (nnml-request-compact): New function.
15042         * gnus-int.el (gnus-request-compact-group): New function.
15043         * gnus-int.el (gnus-request-compact): New function.
15044         * gnus-group.el (gnus-group-compact-group): New function.
15045         * gnus-group.el (gnus-group-group-map): Bind it to 'G z'.
15046         * gnus-group.el (gnus-group-make-menu-bar): Add an entry for it.
15047         * gnus-srvr.el (gnus-server-compact-server): New function.
15048         * gnus-srvr.el (gnus-server-mode-map): Bind it to 'z'.
15049         * gnus-srvr.el (gnus-server-make-menu-bar): Add an entry for it.
15050
15051 2005-09-18  Deepak Goel  <deego@gnufans.org>
15052
15053         * sieve.el (sieve-help): Fix `message' call: first arg should be a
15054         format spec.
15055
15056 2005-09-16  Katsumi Yamaoka  <yamaoka@jpl.org>
15057
15058         * gnus.el (gnus-group-startup-message): Bind image-load-path.
15059
15060 2005-09-15  Romain Francoise  <romain@orebokech.com>
15061
15062         * message.el (message-fill-paragraph): Clarify docstring.
15063
15064 2005-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15065
15066         * gnus-art.el (gnus-mime-display-part): Protect against broken
15067         MIME messages.
15068
15069 2005-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15070
15071         * gnus-sum.el (gnus-summary-edit-article-done): Remove text props
15072         before parsing header.
15073
15074 2005-09-11  Jari Aalto  <jari.aalto@cante.net>
15075
15076         * html2text.el (html2text-replace-list): Add new entities.
15077
15078 2005-09-11  Romain Francoise  <romain@orebokech.com>
15079
15080         * message.el (message-alternative-emails): Improve docstring.
15081         (message-setup-1): Call `message-use-alternative-email-as-from'
15082         after `message-setup-hook' to give it precedence over posting
15083         styles, etc.
15084         (message-use-alternative-email-as-from): Add docstring.
15085         Remove the original From header if present.
15086
15087         * nnml.el (nnml-compressed-files-size-threshold): New variable.
15088         (nnml-save-mail): Use it.
15089
15090         * gnus-uu.el (gnus-uu-mark-series): Return number of marked
15091         articles.  Add new argument `silent'.
15092         (gnus-uu-mark-all): Report the total number of marked articles.
15093
15094 2005-09-10  Romain Francoise  <romain@orebokech.com>
15095
15096         * gnus-uu.el (gnus-message-process-mark): Use gnus-message.
15097         (gnus-uu-mark-series): Likewise.
15098
15099 2005-09-10  Reiner Steib  <Reiner.Steib@gmx.de>
15100
15101         * spam-report.el (spam-report-gmane): Fix generation of spam
15102         report URL.
15103
15104 2005-09-10  Simon Josefsson  <jas@extundo.com>
15105
15106         * gnus-agent.el (gnus-agent-synchronize-flags): Make the default
15107         t, based on discussion on the ding list with Robert Epprecht
15108         <epprecht@solnet.ch>.
15109
15110 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
15111
15112         * spam-report.el (spam-report-gmane): Make it work without
15113         X-Report-Spam header.  Gmane now only provides Archived-At.
15114         This is only used if `spam-report-gmane-use-article-number' is nil.
15115         (spam-report-gmane-spam-header): Remove.  Not used anymore.
15116
15117         * gnus-sum.el (gnus-thread-sort-by-recipient): New function to
15118         make `gnus-summary-sort-by-recipient' work with threading.
15119
15120         * nnweb.el (nnweb-google-wash-article): Print a message if article
15121         is not available.
15122
15123 2005-09-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
15124
15125         * gnus-art.el (gnus-mime-display-single): Revert 2004-10-07
15126         change.  Decode text/* parts content before displaying.
15127
15128 2005-09-06  Reiner Steib  <Reiner.Steib@gmx.de>
15129
15130         * mml-smime.el: Remove defvar of gnus-extract-address-components.
15131
15132 2005-09-06  Katsumi Yamaoka  <yamaoka@jpl.org>
15133
15134         * mm-view.el (mm-display-inline-fontify): Disable support modes.
15135
15136         * lpath.el: Don't bind mc-pgp-always-sign, url-current-object,
15137         url-package-name, url-package-version,
15138         w3m-cid-retrieve-function-alist, w3m-current-buffer,
15139         w3m-display-inline-images, and w3m-minor-mode-map.
15140
15141 2005-09-05  Reiner Steib  <Reiner.Steib@gmx.de>
15142
15143         * message.el (message-tab-body-function): Fix mismatched custom type.
15144
15145         * gnus.el (gnus-group-change-level-function): Ditto.
15146
15147         * gnus-msg.el (gnus-outgoing-message-group): Ditto.
15148
15149         * gnus-art.el (gnus-signature-limit)
15150         (gnus-article-mime-part-function): Ditto.
15151
15152 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15153
15154         * mml.el (mml-mode): Silence the byte compiler.
15155
15156         * gnus-art.el (gnus-article-jump-to-part): Redisplay the article
15157         using `(sit-for 0)' before moving the point to the specified part;
15158         skip unbuttonized parts.
15159         (gnus-article-part-wrapper): Don't use save-window-excursion; don't
15160         return to the summary window if gnus-auto-select-part is non-nil.
15161
15162 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
15163
15164         * mml.el (mml-dnd-protocol-alist, mml-dnd-attach-options):
15165         New variables.
15166         (mml-dnd-attach-file, mml-mode): Use them.
15167
15168         * nnweb.el (nnweb-type-definition, nnweb-google-wash-article):
15169         Make fetching article by MID work again for Google Groups.
15170         Add FIXME concerning gnus-group-make-web-group.
15171
15172         * mml-smime.el (mml-smime-sign-query, mml-smime-get-dns-cert):
15173         Don't depend on Gnus by using mail-extract-address-components if
15174         gnus-extract-address-components is not bound.
15175
15176 2005-09-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15177
15178         * gnus-art.el (gnus-mime-display-security): Don't display the
15179         signature, but only the signed part.
15180
15181 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15182
15183         * gnus-sum.el (gnus-thread-hide-subtree): Doc fix.
15184
15185         * gnus-msg.el (gnus-inews-insert-gcc): Fix the mistake of using
15186         list, not listp.
15187
15188 2005-09-02  Hrvoje Niksic  <hniksic@xemacs.org>
15189
15190         * mm-encode.el (mm-encode-content-transfer-encoding):
15191         Likewise when encoding.
15192
15193         * mm-bodies.el (mm-decode-content-transfer-encoding):
15194         De-canonicalize CRLF for all text content types, not just
15195         text/plain.
15196
15197 2005-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15198
15199         * gnus-art.el (gnus-article-part-wrapper): Error if there's no
15200         valid article; point arrow and cursor at the MIME button.
15201
15202 2005-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15203
15204         * gnus-art.el (gnus-mime-save-part-and-strip): Clarify prompt.
15205         Suggested by Dan Christensen <jdc@uwo.ca>.
15206
15207         * mm-decode.el (mm-save-part): Enable change of prompt.
15208
15209 2005-08-29  Jari Aalto  <jari.aalto@cante.net>
15210
15211         * gnus-msg.el (gnus-inews-add-send-actions):
15212         Make `message-post-method' lambda parameter ARG `&optional'.
15213
15214 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15215
15216         * gnus-sum.el (gnus-summary-mime-map):
15217         Add gnus-article-save-part-and-strip, gnus-article-delete-part and
15218         gnus-article-jump-to-part.
15219
15220         * gnus-art.el (gnus-article-edit-article): Add quiet argument.
15221         (gnus-article-edit-part): Use it.
15222         (gnus-article-part-wrapper): Add no-handle argument.
15223         (gnus-article-save-part-and-strip, gnus-article-delete-part):
15224         New functions.
15225
15226 2005-08-29  Romain Francoise  <romain@orebokech.com>
15227
15228         * gnus-fun.el (gnus-convert-image-to-face-command): Fix typo in
15229         docstring.
15230         (gnus-face-from-file): Likewise.
15231
15232 2005-08-29  Reiner Steib  <Reiner.Steib@gmx.de>
15233
15234         * gnus-art.el (gnus-mime-save-part-and-strip): Don't prompt.
15235         (gnus-mime-delete-part): Don't prompt if `gnus-expert-user' is
15236         non-nil.
15237         (gnus-auto-select-part): New variable.
15238         (gnus-article-jump-to-part): New function.
15239         (gnus-article-edit-part, gnus-mime-save-part-and-strip)
15240         (gnus-mime-delete-part): Allow selecting specified part after
15241         deleting or stripping parts.
15242         (gnus-article-jump-to-part): Don't use `read-number'.  Use last
15243         part if argument is bogus.
15244
15245 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
15246
15247         * gnus-art.el (w3m-minor-mode-map):
15248         * gnus-spec.el (gnus-newsrc-file-version):
15249         * gnus-util.el (nnmail-active-file-coding-system)
15250         (gnus-original-article-buffer, gnus-user-agent):
15251         * gnus.el (gnus-ham-process-destinations)
15252         (gnus-parameter-ham-marks-alist)
15253         (gnus-parameter-spam-marks-alist, gnus-spam-autodetect)
15254         (gnus-spam-autodetect-methods, gnus-spam-newsgroup-contents)
15255         (gnus-spam-process-destinations, gnus-spam-process-newsgroups):
15256         * mm-decode.el (gnus-current-window-configuration):
15257         * mm-extern.el (gnus-article-mime-handles):
15258         * mm-url.el (url-current-object, url-package-name)
15259         (url-package-version):
15260         * mm-view.el (gnus-article-mime-handles, gnus-newsgroup-charset)
15261         (smime-keys, w3m-cid-retrieve-function-alist)
15262         (w3m-current-buffer, w3m-display-inline-images)
15263         (w3m-minor-mode-map):
15264         * mml-smime.el (gnus-extract-address-components):
15265         * mml.el (gnus-article-mime-handles, gnus-mouse-2)
15266         (gnus-newsrc-hashtb, message-default-charset)
15267         (message-deletable-headers, message-options)
15268         (message-posting-charset, message-required-mail-headers)
15269         (message-required-news-headers):
15270         * mml1991.el (mc-pgp-always-sign):
15271         * mml2015.el (mc-pgp-always-sign):
15272         * nnheader.el (nnmail-extra-headers):
15273         * rfc1843.el (gnus-decode-encoded-word-function)
15274         (gnus-decode-header-function, gnus-newsgroup-name):
15275         * spam-stat.el (gnus-original-article-buffer): Add defvars.
15276
15277 2005-08-22  Karl Chen  <quarl@cs.berkeley.edu>
15278
15279         * gnus-art.el (gnus-treatment-function-alist): Move date-lapsed to
15280         the end of the date treatments.
15281
15282 2005-08-15  Simon Josefsson  <jas@extundo.com>
15283
15284         * pgg.el (url-insert-file-contents): Don't autoload it, Emacs has
15285         it in url-handlers.el and XEmacs in url.el.  Reported by Luca
15286         Capello and Romain Francoise.
15287         (pgg-fetch-key-function): Remove, not used?
15288         (pgg-insert-url-with-w3): Require url, to get
15289         url-insert-file-contents regardless of where it is defined.
15290
15291 2005-08-13  Romain Francoise  <romain@orebokech.com>
15292
15293         * message.el (message-cite-original-1): New function.
15294         (message-cite-original): Use it.
15295         (message-cite-original-without-signature): Ditto.
15296
15297 2005-08-08  Romain Francoise  <romain@orebokech.com>
15298
15299         * message.el (message-yank-empty-prefix): New variable.
15300         (message-indent-citation): Use it.
15301         (message-cite-original-without-signature): Respect X-No-Archive.
15302
15303 2005-08-08  Simon Josefsson  <jas@extundo.com>
15304
15305         * pgg.el: Autoload url-insert-file-contents instead of loading
15306         w3/url.
15307         (pgg-insert-url-with-w3): Don't load url here.
15308
15309 2005-08-07  Jesper Harder  <harder@phys.au.dk>
15310
15311         * message.el (message-kill-to-signature): Don't insert newline at
15312         bol.
15313         (message-newline-and-reformat): Bind fill-paragraph-function to nil.
15314
15315 2005-08-06  Romain Francoise  <romain@orebokech.com>
15316
15317         * message.el (message-user-fqdn): Fix typo in docstring.
15318
15319 2005-08-05  Daiki Ueno  <ueno@unixuser.org>
15320
15321         * mml2015.el (mml2015-pgg-sign): Make sure micalg is correct.
15322
15323         * pgg-parse.el (pgg-parse-hash-algorithm-alist): Add SHA-2.
15324
15325 2005-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
15326
15327         * mm-bodies.el (mm-encode-body): Use coding system rather than
15328         charset to encode text.
15329
15330         * mm-util.el (mm-find-mime-charset-region): Attempt to reduce the
15331         number of charsets if utf-8 is available (XEmacs).
15332
15333 2005-08-04  Reiner Steib  <Reiner.Steib@gmx.de>
15334
15335         * gnus-art.el (gnus-button-valid-localpart-regexp): New variable
15336         taken from `gnus-button-mid-or-mail-regexp'.
15337         (gnus-button-mid-or-mail-regexp, gnus-button-alist): Use it.
15338         (gnus-button-alist): Improve regexp for domain part of the MIDs
15339         for news:localpart@domain buttons.
15340         (gnus-button-ctan-directory-regexp): Update.
15341
15342 2005-08-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15343
15344         * sieve-manage.el (sieve-manage-interactive-login):
15345         Use make-local-variable rather than make-variable-buffer-local.
15346         (sieve-manage-open): Ditto.
15347         (sieve-manage-authenticate): Ditto.
15348
15349         * mml.el (mml-generate-mime-1): Make the content type default to
15350         text/plain if the filename is not specified.
15351
15352 2005-08-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15353
15354         * gnus-uu.el (gnus-uu-save-article): Use insert-buffer-substring
15355         instead of insert-buffer.
15356
15357         * message.el (message-yank-original): Ditto; set the mark at the
15358         end of the yanked message.
15359
15360 2005-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15361
15362         * gnus-art.el (gnus-article-next-page-1): Reduce the number of
15363         lines to scroll rather than to stop it.
15364
15365         * mml.el (mml-generate-default-type): Add doc string.
15366         (mml-generate-mime-1): Use mm-default-file-encoding or make it
15367         default to application/octet-stream when determining the content
15368         type if it is not specified for the part or the mml contents; add
15369         a comment about mml-generate-default-type.
15370
15371 2005-07-29  Reiner Steib  <Reiner.Steib@gmx.de>
15372
15373         * mml.el (mml-generate-mime-1): Use mm-default-file-encoding or
15374         make it default to application/octet-stream when determining the
15375         content type if it is not specified for the external contents.
15376
15377 2005-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
15378
15379         * rfc2231.el (rfc2231-parse-string): Take care that not only a
15380         segmented parameter but also other parameters might be there.
15381
15382 2005-07-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15383
15384         * mm-decode.el (mm-display-external): Delete temp file, directory
15385         and buffer immediately if the external process is exited.
15386
15387 2005-07-26  Katsumi Yamaoka  <yamaoka@jpl.org>
15388
15389         * gnus-art.el (gnus-article-next-page-1): Don't scroll if there're
15390         fewer lines than that of scroll-margin.
15391         (gnus-article-prev-page): Narrow the range to bind scroll-in-place.
15392
15393 2005-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
15394
15395         * gnus-art.el (gnus-article-next-page): Revert.
15396         (gnus-article-beginning-of-window): New macro.
15397         (gnus-article-next-page-1): Use it.
15398         (gnus-article-prev-page): Ditto.
15399         (gnus-article-edit-part): Use insert-buffer-substring instead of
15400         insert-buffer.
15401         (gnus-article-edit-exit): Ditto.
15402
15403         * gnus-util.el (gnus-beginning-of-window): Remove.
15404         (gnus-end-of-window): Remove.
15405
15406         * lpath.el: Don't bind header-line-format and scroll-margin.
15407
15408 2005-07-25  Simon Josefsson  <jas@extundo.com>
15409
15410         * pgg.el (pgg-insert-url-with-w3): Don't load w3, it is possible
15411         to have the url package without w3.  Reported by Daiki Ueno
15412         <ueno@unixuser.org> and Luigi Panzeri <matley@muppetslab.org>.
15413
15414 2005-07-20  Didier Verna  <didier@xemacs.org>
15415
15416         * gnus-diary.el: Remove the description comment (nndiary is now
15417         properly documented in the Gnus manual).
15418         Fix the spelling of "Back End".
15419         * nndiary.el: Ditto.
15420         Fix the copyright notice.
15421
15422 2005-07-18  Romain Francoise  <romain@orebokech.com>
15423
15424         * gnus-sum.el (gnus-summary-to-prefix)
15425         (gnus-summary-newsgroup-prefix): New variables.
15426         (gnus-summary-from-or-to-or-newsgroups): Use them.
15427
15428 2005-07-17  Romain Francoise  <romain@orebokech.com>
15429
15430         * mml2015.el (mml2015-clean-buffer): Prefix buffer name with a
15431         space as it's generally not especially interesting to the user.
15432
15433 2005-07-16  Romain Francoise  <romain@orebokech.com>
15434
15435         * nnfolder.el (nnfolder-save-buffer): Bind `copyright-update' to
15436         nil to avoid prompting and file modification if one of the
15437         messages at the top of the nnfolder file contains a copyright
15438         notice.
15439         Update copyright notice.
15440
15441         * gnus-uu.el (gnus-uu-save-article): Use `message-make-date'
15442         instead of `current-time-string' as the latter creates a time
15443         string that is not RFC 2822 compliant (it lacks the zone).
15444         Update copyright notice.
15445
15446 2005-07-21  Stefan Monnier  <monnier@iro.umontreal.ca>
15447
15448         * mml.el (mml-minibuffer-read-disposition): Don't use inline by default
15449         for text/rtf.  Display default in prompt.  Pass default for M-n.
15450
15451         * mm-uu.el (mm-uu-copy-to-buffer): Use with-current-buffer.
15452
15453 2005-07-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15454
15455         * gnus-msg.el (gnus-button-mailto):
15456         Remove save-selected-window-window hackery because it relies on
15457         save-selected-window internals.
15458
15459 2005-07-15  Katsumi Yamaoka  <yamaoka@jpl.org>
15460
15461         * gnus-art.el (gnus-article-next-page): Use gnus-end-of-window.
15462         (gnus-article-next-page-1): Use gnus-beginning-of-window.
15463         (gnus-article-prev-page): Ditto.
15464
15465         * gnus-util.el (gnus-beginning-of-window): New function.
15466         (gnus-end-of-window): New function.
15467
15468         * lpath.el: Bind header-line-format and scroll-margin for XEmacs.
15469
15470 2005-07-14  Hiroshi Fujishima  <hiroshi.fujishima@gmail.com>  (tiny change)
15471
15472         * gnus-score.el (gnus-score-edit-all-score):
15473         Set gnus-score-edit-exit-function to gnus-score-edit-done and call
15474         gnus-message.
15475
15476 2005-07-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15477
15478         * gnus-msg.el (gnus-button-mailto):
15479         Remove save-selected-window-window hackery because it relies on
15480         save-selected-window internals.
15481
15482 2005-07-13  Katsumi Yamaoka  <yamaoka@jpl.org>
15483
15484         * gnus-salt.el (gnus-pick-mode): Remove the 5th arg of
15485         add-minor-mode.
15486         (gnus-binary-mode): Ditto.
15487
15488         * gnus-topic.el (gnus-topic-mode): Ditto.
15489
15490 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>
15491
15492         * gnus-art.el (gnus-article-next-page, gnus-article-next-page-1)
15493         (gnus-article-prev-page): Take scroll-margin into consideration.
15494
15495 2005-07-04  Lute Kamstra  <lute@gnu.org>
15496
15497         Update FSF's address in GPL notices.
15498
15499 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
15500
15501         * gnus.el (gnus-exit):
15502         * gnus-group.el (gnus-group-icons):
15503         * nnmail.el (nnmail-prepare): Fix typos in docstrings.
15504
15505         * gnus-nocem.el (gnus-nocem):
15506         * message.el (message-various, message-buffers, message-sending)
15507         (message-interface, message-forwarding, message-insertion)
15508         (message-headers, message-news, message-mail):
15509         * pgg-gpg.el (pgg-gpg):
15510         * pgg-parse.el (pgg-parse):
15511         * pgg-pgp.el (pgg-pgp):
15512         * pgg-pgp5.el (pgg-pgp5):
15513         * pop3.el (pop3): Finish `defgroup' description with period.
15514
15515 2005-07-01  Katsumi Yamaoka  <yamaoka@jpl.org>
15516
15517         * gnus-art.el (article-display-face): Improve the efficiency.
15518         (article-display-x-face): Ditto; remove grey x-face stuff.
15519
15520 2005-06-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15521
15522         * gnus-art.el (article-display-face): Correct the position in
15523         which Faces are inserted.
15524
15525 2005-06-29  Didier Verna  <didier@xemacs.org>
15526
15527         * gnus-art.el (article-display-face): Display faces in correct
15528         order.
15529
15530 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
15531
15532         * gnus-nocem.el (gnus-nocem-verifyer): Default to pgg-verify.
15533         (gnus-fill-real-hashtb): Use hash table instead of obarray.
15534         (gnus-nocem-check-article): Fetch the Type header.
15535         (gnus-nocem-message-wanted-p): Fix the way to examine types.
15536         (gnus-nocem-verify-issuer): Use functionp instead of fboundp.
15537         (gnus-nocem-enter-article): Use hash tables rather than obarrays;
15538         make sure gnus-nocem-hashtb is initialized.
15539         (gnus-nocem-alist-to-hashtb): Use hash table instead of obarray.
15540         (gnus-nocem-unwanted-article-p): Ditto.
15541
15542         * pgg.el (pgg-verify): Return the verification result.
15543
15544 2005-06-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15545
15546         * gnus-art.el (gnus-mime-copy-part): Check whether coding-system
15547         is ascii.
15548
15549 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15550
15551         * gnus-art.el (gnus-article-mode): Set `nobreak-char-display', not
15552         `show-nonbreak-escape'.
15553
15554 2005-06-23  Lute Kamstra  <lute@gnu.org>
15555
15556         * gnus-art.el (gnus-article-mode): Use kill-all-local-variables.
15557
15558         * dig.el (dig-mode):
15559         * smime.el (smime-mode): Use gnus-run-mode-hooks.
15560
15561 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15562
15563         * nnimap.el (nnimap-split-download-body): Fix spellings.
15564
15565 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15566
15567         * gnus-art.el (gnus-article-encrypt-body):
15568         * gnus-cus.el (gnus-score-customize):
15569         * mm-extern.el (mm-extern-local-file, mm-inline-external-body):
15570         * pop3.el (pop3-user): Don't use `format' on `error' arguments.
15571
15572 2005-06-16  Arne Jørgensen  <arne@arnested.dk>
15573
15574         * smime.el (smime-cert-by-ldap-1): Detect PEM format without
15575         header by looking for magic "MII" at the beginnig.
15576
15577 2005-06-16  Miles Bader  <miles@gnu.org>
15578
15579         * gnus-xmas.el (gnus-xmas-group-startup-message):
15580         Use renamed gnus-splash face.
15581
15582         * assistant.el (assistant-field): Remove "-face" suffix from face name.
15583         (assistant-field-face): New backward-compatibility alias for renamed
15584         face.
15585         (assistant-render-text): Use renamed assistant-field face.
15586
15587         * spam.el (spam): Remove "-face" suffix from face name.
15588         (spam-face): New backward-compatibility alias for renamed face.
15589         (spam-face, spam-initialize): Use renamed spam face.
15590
15591         * message.el (message-header-to, message-header-cc)
15592         (message-header-subject, message-header-newsgroups)
15593         (message-header-other, message-header-name)
15594         (message-header-xheader, message-separator, message-cited-text)
15595         (message-mml): Remove "-face" suffix from face names.
15596         (message-header-to-face, message-header-cc-face)
15597         (message-header-subject-face, message-header-newsgroups-face)
15598         (message-header-other-face, message-header-name-face)
15599         (message-header-xheader-face, message-separator-face)
15600         (message-cited-text-face, message-mml-face):
15601         New backward-compatibility aliases for renamed faces.
15602         (message-font-lock-keywords): Use renamed message faces.
15603
15604         * sieve-mode.el (sieve-control-commands, sieve-action-commands)
15605         (sieve-test-commands, sieve-tagged-arguments):
15606         Remove "-face" suffix from face names.
15607         (sieve-control-commands-face, sieve-action-commands-face)
15608         (sieve-test-commands-face, sieve-tagged-arguments-face):
15609         New backward-compatibility aliases for renamed faces.
15610         (sieve-control-commands-face, sieve-action-commands-face)
15611         (sieve-test-commands-face, sieve-tagged-arguments-face):
15612         Use renamed sieve faces.
15613
15614         * gnus.el (gnus-group-news-1, gnus-group-news-1-empty)
15615         (gnus-group-news-2, gnus-group-news-2-empty, gnus-group-news-3)
15616         (gnus-group-news-3-empty, gnus-group-news-4)
15617         (gnus-group-news-4-empty, gnus-group-news-5)
15618         (gnus-group-news-5-empty, gnus-group-news-6)
15619         (gnus-group-news-6-empty, gnus-group-news-low)
15620         (gnus-group-news-low-empty, gnus-group-mail-1)
15621         (gnus-group-mail-1-empty, gnus-group-mail-2)
15622         (gnus-group-mail-2-empty, gnus-group-mail-3)
15623         (gnus-group-mail-3-empty, gnus-group-mail-low)
15624         (gnus-group-mail-low-empty, gnus-summary-selected)
15625         (gnus-summary-cancelled, gnus-summary-high-ticked)
15626         (gnus-summary-low-ticked, gnus-summary-normal-ticked)
15627         (gnus-summary-high-ancient, gnus-summary-low-ancient)
15628         (gnus-summary-normal-ancient, gnus-summary-high-undownloaded)
15629         (gnus-summary-low-undownloaded)
15630         (gnus-summary-normal-undownloaded, gnus-summary-high-unread)
15631         (gnus-summary-low-unread, gnus-summary-normal-unread)
15632         (gnus-summary-high-read, gnus-summary-low-read)
15633         (gnus-summary-normal-read, gnus-splash):
15634         Remove "-face" suffix from face names.
15635         (gnus-group-news-1-face, gnus-group-news-1-empty-face)
15636         (gnus-group-news-2-face, gnus-group-news-2-empty-face)
15637         (gnus-group-news-3-face, gnus-group-news-3-empty-face)
15638         (gnus-group-news-4-face, gnus-group-news-4-empty-face)
15639         (gnus-group-news-5-face, gnus-group-news-5-empty-face)
15640         (gnus-group-news-6-face, gnus-group-news-6-empty-face)
15641         (gnus-group-news-low-face, gnus-group-news-low-empty-face)
15642         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face)
15643         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face)
15644         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face)
15645         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face)
15646         (gnus-summary-selected-face, gnus-summary-cancelled-face)
15647         (gnus-summary-high-ticked-face, gnus-summary-low-ticked-face)
15648         (gnus-summary-normal-ticked-face)
15649         (gnus-summary-high-ancient-face, gnus-summary-low-ancient-face)
15650         (gnus-summary-normal-ancient-face)
15651         (gnus-summary-high-undownloaded-face)
15652         (gnus-summary-low-undownloaded-face)
15653         (gnus-summary-normal-undownloaded-face)
15654         (gnus-summary-high-unread-face, gnus-summary-low-unread-face)
15655         (gnus-summary-normal-unread-face, gnus-summary-high-read-face)
15656         (gnus-summary-low-read-face, gnus-summary-normal-read-face)
15657         (gnus-splash-face):
15658         New backward-compatibility aliases for renamed faces.
15659         (gnus-group-startup-message): Use renamed gnus faces.
15660
15661         * gnus-srvr.el (gnus-server-agent, gnus-server-opened)
15662         (gnus-server-closed, gnus-server-denied, gnus-server-offline)
15663         (gnus-server-agent): Remove "-face" suffix from face names.
15664         (gnus-server-agent-face, gnus-server-opened-face)
15665         (gnus-server-closed-face, gnus-server-denied-face)
15666         (gnus-server-offline-face):
15667         New backward-compatibility aliases for renamed faces.
15668         (gnus-server-agent-face, gnus-server-opened-face)
15669         (gnus-server-closed-face, gnus-server-denied-face)
15670         (gnus-server-offline-face): Use renamed gnus faces.
15671
15672         * gnus-picon.el (gnus-picon-xbm, gnus-picon):
15673         Remove "-face" suffix from face names.
15674         (gnus-picon-xbm-face, gnus-picon-face):
15675         New backward-compatibility aliases for renamed faces.
15676
15677         * gnus-cite.el (gnus-cite-attribution, gnus-cite-1, gnus-cite-2)
15678         (gnus-cite-3, gnus-cite-4, gnus-cite-5, gnus-cite-6)
15679         (gnus-cite-7, gnus-cite-8, gnus-cite-9, gnus-cite-10)
15680         (gnus-cite-11): Remove "-face" suffix from face names.
15681         (gnus-cite-attribution-face, gnus-cite-face-1, gnus-cite-face-2)
15682         (gnus-cite-face-3, gnus-cite-face-4, gnus-cite-face-5)
15683         (gnus-cite-face-6, gnus-cite-face-7, gnus-cite-face-8)
15684         (gnus-cite-face-9, gnus-cite-face-10, gnus-cite-face-11):
15685         New backward-compatibility aliases for renamed faces.
15686         (gnus-cite-attribution-face, gnus-cite-face-list)
15687         (gnus-article-boring-faces): Use renamed gnus faces.
15688
15689         * gnus-art.el (gnus-signature, gnus-header-from)
15690         (gnus-header-subject, gnus-header-newsgroups, gnus-header-name)
15691         (gnus-header-content): Remove "-face" suffix from face names.
15692         (gnus-signature-face, gnus-header-from-face)
15693         (gnus-header-subject-face, gnus-header-newsgroups-face)
15694         (gnus-header-name-face, gnus-header-content-face):
15695         New backward-compatibility aliases for renamed faces.
15696         (gnus-signature-face, gnus-header-face-alist): Use renamed gnus faces.
15697
15698         * gnus-sum.el (gnus-summary-selected-face)
15699         (gnus-summary-highlight): Use renamed gnus faces.
15700         * gnus-group.el (gnus-group-highlight): Likewise.
15701
15702 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15703
15704         * gnus-sieve.el (gnus-sieve-article-add-rule):
15705         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days):
15706         * spam-stat.el (spam-stat-buffer-change-to-spam)
15707         (spam-stat-buffer-change-to-non-spam): Follow error conventions.
15708
15709         * message.el (message-is-yours-p):
15710         * gnus-sum.el (gnus-auto-select-subject): Fix quoting in docstring.
15711
15712 2005-06-14  Katsumi Yamaoka  <yamaoka@jpl.org>
15713
15714         * mm-view.el (mm-inline-text): Withdraw the last change.
15715
15716 2005-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
15717
15718         * mm-view.el (mm-inline-text): Turn off adaptive-fill-mode while
15719         executing enriched-decode.
15720
15721 2005-06-07  Katsumi Yamaoka  <yamaoka@jpl.org>
15722
15723         * mm-util.el (mm-find-buffer-file-coding-system): Don't examine
15724         charset of tar files.
15725
15726 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
15727
15728         * gnus-art.el (article-update-date-lapsed): Use `save-match-data'.
15729
15730 2005-06-04  Lute Kamstra  <lute@gnu.org>
15731
15732         * nnfolder.el (nnfolder-read-folder): Make sure that undo
15733         information is never recorded.
15734
15735 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
15736
15737         * gnus-art.el (gnus-emphasis-alist): Disable the strikethru thingy.
15738
15739 2005-06-02  Katsumi Yamaoka  <yamaoka@jpl.org>
15740
15741         * pop3.el (pop3-apop): Run md5 in the binary mode.
15742
15743         * starttls.el (starttls-set-process-query-on-exit-flag):
15744         Use eval-and-compile.
15745
15746 2005-05-31  Simon Josefsson  <jas@extundo.com>
15747
15748         * smime.el (smime-replace-in-string): Define.
15749         (smime-cert-by-ldap-1): Use it.
15750
15751 2005-05-31  Katsumi Yamaoka  <yamaoka@jpl.org>
15752
15753         * gnus-art.el (article-display-x-face): Replace
15754         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15755
15756         * gnus-util.el (gnus-set-process-query-on-exit-flag): Alias to
15757         set-process-query-on-exit-flag or process-kill-without-query.
15758
15759         * html2text.el (html2text-fix-paragraphs): Use `while - re-search'
15760         loop instead of replace-regexp.
15761
15762         * imap.el (imap-ssl-open): Use set-process-query-on-exit-flag
15763         instead of process-kill-without-query if it is available.
15764
15765         * lpath.el: Fbind ldap-search-entries.
15766
15767         * mm-util.el (mm-insert-file-contents): Bind find-file-hook
15768         instead of find-file-hooks if it is available.
15769
15770         * mml1991.el: Bind pgg-default-user-id when compiling.
15771
15772         * mml2015.el: Bind pgg-default-user-id when compiling.
15773
15774         * nndraft.el (nndraft-request-associate-buffer):
15775         Use write-contents-functions instead of write-contents-hooks if it is
15776         available.
15777
15778         * nnheader.el (nnheader-find-file-noselect): Bind find-file-hook
15779         instead of find-file-hooks if it is available.
15780
15781         * nntp.el (nntp-open-connection): Replace
15782         process-kill-without-query by gnus-set-process-query-on-exit-flag.
15783         (nntp-open-ssl-stream): Ditto.
15784         (nntp-open-tls-stream): Ditto.
15785
15786         * starttls.el (starttls-set-process-query-on-exit-flag): Alias to
15787         set-process-query-on-exit-flag or process-kill-without-query.
15788         (starttls-open-stream-gnutls): Use it instead of
15789         process-kill-without-query.
15790         (starttls-open-stream): Ditto.
15791
15792 2005-05-31  Ulf Stegemann  <ulf@zeitform.de>  (tiny change)
15793
15794         * smime.el (smime-cert-by-ldap-1): Don't use
15795         replace-regexp-in-string.
15796
15797 2005-05-31  Arne Jørgensen  <arne@arnested.dk>
15798
15799         * smime-ldap.el (smime-ldap-search): Add compatibility for XEmacs.
15800
15801         * smime.el (smime-cert-by-ldap-1): Handle certificates distributed
15802         in PEM format.  Adjust to the XEmacs compability.
15803
15804 2005-05-30  Reiner Steib  <Reiner.Steib@gmx.de>
15805
15806         * encrypt.el (encrypt-xor-process-buffer): Replace `string-to-int'
15807         by `string-to-number'.
15808         * gnus-agent.el (gnus-agent-regenerate-group)
15809         (gnus-agent-fetch-articles): Ditto.
15810         * gnus-art.el (gnus-button-fetch-group): Ditto.
15811         * gnus-cache.el (gnus-cache-generate-active)
15812         (gnus-cache-articles-in-group): Ditto.
15813         * gnus-group.el (gnus-group-set-current-level)
15814         (gnus-group-insert-group-line): Ditto.
15815         * gnus-score.el (gnus-score-set-expunge-below)
15816         (gnus-score-set-mark-below, gnus-summary-score-effect)
15817         (gnus-summary-score-entry): Ditto.
15818         * gnus-soup.el (gnus-soup-send-packet, gnus-soup-parse-areas)
15819         (gnus-soup-pack): Ditto.
15820         * gnus-spec.el (gnus-xmas-format): Ditto.
15821         * gnus-start.el (gnus-newsrc-to-gnus-format): Ditto.
15822         * gnus-sum.el (gnus-create-xref-hashtb): Ditto.
15823         * gnus-uu.el (gnus-uu-expand-numbers): Ditto.
15824         * nnbabyl.el (nnbabyl-article-group-number): Ditto.
15825         * nndb.el (nndb-get-remote-expire-response): Ditto.
15826         * nndiary.el (nndiary-parse-schedule-value)
15827         (nndiary-string-to-number, nndiary-request-replace-article)
15828         (nndiary-request-article): Ditto.
15829         * nndoc.el (nndoc-rnews-body-end, nndoc-mbox-body-end): Ditto.
15830         * nndraft.el (nndraft-articles, nndraft-request-group): Ditto.
15831         * nneething.el (nneething-make-head): Ditto.
15832         * nnfolder.el (nnfolder-request-article)
15833         (nnfolder-retrieve-headers): Ditto.
15834         * nnheader.el (nnheader-file-to-number): Ditto.
15835         * nnkiboze.el (nnkiboze-request-article): Ditto.
15836         * nnmail.el (nnmail-process-unix-mail-format)
15837         (nnmail-process-babyl-mail-format): Ditto.
15838         * nnmbox.el (nnmbox-read-mbox, nnmbox-article-group-number): Ditto.
15839         * nnmh.el (nnmh-update-gnus-unreads, nnmh-active-number)
15840         (nnmh-request-create-group, nnmh-request-list-1)
15841         (nnmh-request-group, nnmh-request-article): Ditto.
15842         * nnml.el (nnml-request-replace-article, nnml-request-article): Ditto.
15843         * nnrss.el (nnrss-find-rss-via-syndic8): Ditto.
15844         * nnsoup.el (nnsoup-make-active): Ditto.
15845         * nnspool.el (nnspool-find-id, nnspool-request-group): Ditto.
15846         * nntp.el (nntp-find-group-and-number)
15847         (nntp-retrieve-headers-with-xover): Ditto.
15848         * pgg-gpg.el (pgg-gpg-snarf-keys-region): Ditto.
15849         * pgg-parse.el (pgg-read-body, pgg-read-bytes)
15850         (pgg-format-key-identifier): Ditto.
15851         * pop3.el (pop3-last, pop3-stat): Ditto.
15852         * qp.el (quoted-printable-decode-region): Ditto.
15853
15854         * spam-report.el (spam-report-url-ping-mm-url): Use format instead
15855         of concat.
15856
15857 2005-05-30  Katsumi Yamaoka  <yamaoka@jpl.org>
15858
15859         * gnus-agent.el (gnus-category-mode): Use gnus-run-mode-hooks.
15860
15861         * gnus-art.el (gnus-article-mode): Use gnus-run-mode-hooks.
15862
15863         * gnus-cus.el (gnus-custom-mode): Use gnus-run-mode-hooks.
15864
15865         * gnus-eform.el (gnus-edit-form-mode): Use gnus-run-mode-hooks.
15866
15867         * gnus-group.el (gnus-group-mode): Use gnus-run-mode-hooks.
15868
15869         * gnus-kill.el (gnus-kill-file-mode): Use gnus-run-mode-hooks.
15870
15871         * gnus-salt.el (gnus-tree-mode): Use gnus-run-mode-hooks.
15872         (gnus-carpal-mode): Ditto.
15873
15874         * gnus-srvr.el (gnus-server-mode): Use gnus-run-mode-hooks.
15875         (gnus-browse-mode): Ditto.
15876
15877         * gnus-sum.el (gnus-summary-mode): Use gnus-run-mode-hooks.
15878
15879         * gnus-util.el (gnus-run-mode-hooks): Save current buffer.
15880
15881 2005-05-29  Richard M. Stallman  <rms@gnu.org>
15882
15883         * gnus-cite.el (gnus-cite-add-face): Set overlay's evaporate property.
15884
15885 2005-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
15886
15887         * gnus-util.el (gnus-run-mode-hooks): New function.
15888
15889         * score-mode.el (gnus-score-mode): Use gnus-run-mode-hooks.
15890
15891         * dgnushack.el: Advise byte-optimize-form-code-walker to avoid the
15892         ``...called for effect'' warnings for Emacs 21.4 as well as 21.3.
15893
15894 2005-05-27  Lute Kamstra  <lute@gnu.org>
15895
15896         * dns-mode.el (dns-mode): Specify customization group.
15897
15898 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
15899
15900         * gnus-agent.el (gnus-agent-make-mode-line-string):
15901         Use mode-line-highlight as mouse-face.
15902
15903 2005-05-17  Katsumi Yamaoka  <yamaoka@jpl.org>
15904
15905         * canlock.el (canlock): Change the parent group to news.
15906
15907         * deuglify.el (gnus-outlook-deuglify): Add :group.
15908
15909         * dig.el (dig): Add :group.
15910
15911         * dns-mode.el (dns-mode): Add :group.
15912
15913         * encrypt.el (encrypt): Add :group.
15914
15915         * gnus-cite.el (gnus-cite-attribution-face): Add :group.
15916         (gnus-cite-face-1, gnus-cite-face-2, gnus-cite-face-3): Ditto.
15917         (gnus-cite-face-4, gnus-cite-face-5, gnus-cite-face-6): Ditto.
15918         (gnus-cite-face-7, gnus-cite-face-8, gnus-cite-face-9): Ditto.
15919         (gnus-cite-face-10, gnus-cite-face-11): Ditto.
15920
15921         * gnus-diary.el (gnus-diary): Add :group.
15922
15923         * gnus.el (gnus-group-news-1-face): Add :group.
15924         (gnus-group-news-1-empty-face): Ditto.
15925         (gnus-group-news-2-face, gnus-group-news-2-empty-face): Ditto.
15926         (gnus-group-news-3-face, gnus-group-news-3-empty-face): Ditto.
15927         (gnus-group-news-4-face, gnus-group-news-4-empty-face): Ditto.
15928         (gnus-group-news-5-face, gnus-group-news-5-empty-face): Ditto.
15929         (gnus-group-news-6-face, gnus-group-news-6-empty-face): Ditto.
15930         (gnus-group-news-low-face, gnus-group-news-low-empty-face): Ditto.
15931         (gnus-group-mail-1-face, gnus-group-mail-1-empty-face): Ditto.
15932         (gnus-group-mail-2-face, gnus-group-mail-2-empty-face): Ditto.
15933         (gnus-group-mail-3-face, gnus-group-mail-3-empty-face): Ditto.
15934         (gnus-group-mail-low-face, gnus-group-mail-low-empty-face): Ditto.
15935         (gnus-summary-selected-face, gnus-summary-cancelled-face): Ditto.
15936         (gnus-summary-high-ticked-face): Ditto.
15937         (gnus-summary-low-ticked-face): Ditto.
15938         (gnus-summary-normal-ticked-face): Ditto.
15939         (gnus-summary-high-ancient-face): Ditto.
15940         (gnus-summary-low-ancient-face): Ditto.
15941         (gnus-summary-normal-ancient-face): Ditto.
15942         (gnus-summary-high-undownloaded-face): Ditto.
15943         (gnus-summary-low-undownloaded-face): Ditto.
15944         (gnus-summary-normal-undownloaded-face): Ditto.
15945         (gnus-summary-high-unread-face): Ditto.
15946         (gnus-summary-low-unread-face): Ditto.
15947         (gnus-summary-normal-unread-face): Ditto.
15948         (gnus-summary-high-read-face, gnus-summary-low-read-face): Ditto.
15949         (gnus-summary-normal-read-face, gnus-splash-face): Ditto.
15950
15951         * hashcash.el (hashcash): New custom group.
15952         (hashcash-default-payment): Add :group.
15953         (hashcash-payment-alist): Ditto.
15954         (hashcash-default-accept-payment): Ditto.
15955         (hashcash-accept-resources): Ditto.
15956         (hashcash-path): Ditto.
15957         (hashcash-extra-generate-parameters): Ditto.
15958         (hashcash-double-spend-database): Ditto.
15959         (hashcash-in-news): Ditto.
15960
15961         * message.el (message-minibuffer-local-map): Add :group.
15962
15963         * netrc.el (netrc): Add :group.
15964
15965         * sieve-manage.el (sieve-manage-log): Add :group.
15966         (sieve-manage-default-user): Diito.
15967         (sieve-manage-server-eol, sieve-manage-client-eol): Ditto.
15968         (sieve-manage-streams, sieve-manage-stream-alist): Ditto.
15969         (sieve-manage-authenticators): Ditto.
15970         (sieve-manage-authenticator-alist): Ditto.
15971         (sieve-manage-default-port): Ditto.
15972
15973         * sieve-mode.el (sieve-control-commands-face): Add :group.
15974         (sieve-action-commands-face): Ditto.
15975         (sieve-test-commands-face): Ditto.
15976         (sieve-tagged-arguments-face): Ditto.
15977
15978         * smime.el (smime): Add :group.
15979
15980         * spam-report.el (spam-report): Add :group.
15981
15982         * spam.el (spam, spam-face): Add :group.
15983
15984 2005-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
15985
15986         * nntp.el (nntp-next-result-arrived-p): Some news servers may
15987         return \n.\n.\n at the end of articles.  Protect against that.
15988         (nntp-with-open-group): Allow debugging.
15989
15990         * nnheader.el (mail-header-set-extra): Make into a function
15991         because I just could't understand how to quote the list properly.
15992
15993         * dns.el (query-dns-cached): New function.
15994
15995 2005-05-26  Lute Kamstra  <lute@gnu.org>
15996
15997         * score-mode.el (gnus-score-mode): Use run-mode-hooks.
15998
15999 2005-05-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16000
16001         * dgnushack.el: Autoload mail-extract-address-components for XEmacs.
16002
16003         * gnus-art.el: Don't autoload mail-extract-address-components.
16004
16005         * gnus.el: Remove duplicated autoload for message-y-or-n-p; use
16006         eval-and-compile to evaluate it.
16007
16008         * hashcash.el: Don't autoload executable-find.
16009
16010         * nndb.el: Don't declare the nndb back end two or more times; don't
16011         autoload news-reply-mode, news-setup, cancel-timer and telnet.
16012
16013         * nntp.el: Autoload format-spec instead of format; use
16014         eval-and-compile to evaluate autoload forms.
16015
16016 2005-05-09  Georg C. F. Greve  <greve@gnu.org>  (tiny change)
16017
16018         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Fix PIN caching.
16019
16020 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16021
16022         * gnus.el (gnus-version-number): Bump version.
16023
16024 2005-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
16025
16026         * gnus.el: No Gnus v0.3 is released.
16027
16028 2005-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16029
16030         * lpath.el (featurep): Bind show-nonbreak-escape.
16031
16032 2005-04-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16033
16034         * gnus-art.el (gnus-article-edit-part): Disable undo.
16035
16036 2005-04-25  Katsumi Yamaoka  <yamaoka@jpl.org>
16037
16038         * gnus-art.el (article-date-ut): Don't delete X-Sent header when
16039         gnus-article-date-lapsed-new-header is t if date timer is active;
16040         skip headers in which the original date value is empty.
16041         (gnus-article-save-original-date): Redefine it as a macro.
16042         (gnus-display-mime): Use it.
16043
16044 2005-04-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16045
16046         * gnus-art.el (article-date-ut): Support converting date in
16047         forwarded parts as well.
16048         (gnus-article-save-original-date): New function.
16049         (gnus-display-mime): Use it.
16050
16051 2005-04-22  David Hansen  <david.hansen@physik.fu-berlin.de>
16052
16053         * nnrss.el (nnrss-check-group, nnrss-request-article): Support the
16054         enclosure element of <item>.
16055
16056 2005-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
16057
16058         * message.el (message-kill-buffer-query): Rename from
16059         `message-kill-buffer-query-if-modified'.  Add :version.
16060
16061 2005-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16062
16063         * mml.el (mml-preview): Bind gnus-message-buffer while setting the
16064         window layout.
16065
16066 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16067
16068         * mml.el: Autoload dnd when compiling.
16069
16070 2005-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
16071
16072         * mml.el (mml-mode, mml-dnd-attach-file): Use dnd-* instead of
16073         x-dnd-*.
16074
16075 2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>
16076
16077         * qp.el (quoted-printable-encode-region): Save excursion.
16078
16079 2005-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
16080
16081         * message.el (message-kill-buffer-query-if-modified): Add new variable
16082         so the user can kill a modified message buffer quickly.
16083         (message-kill-buffer): Use it.
16084
16085 2005-04-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16086
16087         * lpath.el: Fbind display-time-event-handler; don't fbind
16088         string-to-multibyte.
16089
16090         * qp.el (quoted-printable-encode-region): Use mm-string-to-multibyte.
16091
16092 2005-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16093
16094         * nnrss.el (nnrss-node-text): Replace CRLFs (which might be
16095         contained in text because xml.el decodes entities) with LFs.
16096
16097 2005-04-11  Lute Kamstra  <lute@gnu.org>
16098
16099         * nnimap.el (nnimap-date-days-ago): Handle byte-compiler warnings
16100         differently.
16101
16102 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16103
16104         * mm-util.el (mm-detect-coding-region): Typo.
16105
16106 2005-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
16107
16108         * gnus-art.el (gnus-article-read-summary-keys): Fix misplaced parens.
16109
16110 2005-04-06  Deepak Goel  <deego@gnufans.org>
16111
16112         * spam-stat.el (spam-stat-score-buffer): Add a call to a
16113         user-function allow user modifications of the scores.
16114         (spam-stat-score-buffer-user): New function, to allow
16115         user-computed modifications to the score.
16116         (spam-stat-score-buffer-user-functions): List of additional
16117         scoring functions.
16118         (spam-stat-error-holder): Global temporary error holder.
16119         (spam-stat-split-fancy): Use the new `spam-stat-error-holder'
16120         variable.
16121
16122 2005-04-06  Teodor Zlatanov  <tzz@lifelogs.com>
16123
16124         * gnus-registry.el (gnus-registry-clean-empty-function)
16125         (gnus-registry-trim, gnus-registry-fetch-groups)
16126         (gnus-registry-delete-group): Groups that match
16127         `gnus-registry-ignored-groups' are removed from the registry
16128         entries, not just ignored for splitting.  This helps clean up the
16129         registry.  Also, `gnus-registry-fetch-groups' is a convenient way
16130         to get all the groups a message ID is in.
16131
16132         * spam-stat.el (spam-stat-split-fancy-spam-threshold)
16133         (spam-stat-split-fancy): Change "threshhold" to "threshold".
16134         (spam-stat-score-buffer-user-functions): Add :number custom type.
16135
16136 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16137
16138         * mm-util.el (mm-coding-system-p): Don't return binary for the nil
16139         argument in XEmacs.
16140
16141         * nnrss.el (nnrss-compatible-encoding-alist): New variable.
16142         (nnrss-request-group): Decode group name first.
16143         (nnrss-request-article): Make a text/plain article if mml-to-mime
16144         failed.
16145         (nnrss-get-encoding): Return a compatible encoding according to
16146         nnrss-compatible-encoding-alist.
16147         (nnrss-find-el): Use consp instead of listp.
16148         (nnrss-opml-export, nnrss-order-hrefs, nnrss-find-el): Use dolist.
16149
16150 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16151
16152         * time-date.el (time-to-seconds): Don't use the #xhhhh syntax
16153         which Emacs 20 doesn't support.
16154         (seconds-to-time, days-to-time, time-subtract, time-add): Ditto.
16155
16156 2005-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
16157
16158         * nnimap.el (nnimap-date-days-ago): Add defvars in order to
16159         silence the byte compiler inside the defun.
16160
16161         * gnus-demon.el (parse-time-string): Add autoload.
16162
16163         * gnus-delay.el (parse-time-string): Add autoload.
16164
16165         * gnus-art.el (parse-time-string): Add autoload.
16166
16167         * nnultimate.el (parse-time): Require for `parse-time-string'.
16168
16169 2005-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
16170
16171         * gnus-art.el (gnus-copy-article-ignored-headers): Update :version.
16172
16173         * gnus-score.el (gnus-adaptive-pretty-print): Ditto.
16174
16175         * smime.el (smime-ldap-host-list): Add :version.
16176
16177 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
16178
16179         * gnus-srvr.el (gnus-browse-select-group): Add NUMBER argument and
16180         pass it to `gnus-browse-read-group'.
16181         (gnus-browse-read-group): Add NUMBER argument and pass it to
16182         `gnus-group-read-ephemeral-group'.
16183
16184         * gnus-group.el (gnus-group-read-ephemeral-group): Add NUMBER
16185         argument and pass it to `gnus-group-read-group'.
16186
16187 2005-03-19  Aidan Kehoe  <kehoea@parhasard.net>
16188
16189         * mm-util.el (mm-xemacs-find-mime-charset): Only call
16190         mm-xemacs-find-mime-charset-1 if we have the mule feature
16191         available at runtime.
16192
16193 2005-03-25  Werner Lemberg  <wl@gnu.org>
16194
16195         * nnmaildir.el: Replace `illegal' with `invalid'.
16196
16197 2005-03-23  Lute Kamstra  <lute@gnu.org>
16198
16199         * time-date.el: Add comment on time value formats.
16200         Don't require parse-time.
16201         (with-decoded-time-value): New macro.
16202         (encode-time-value): New function.
16203         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
16204         (days-to-time): Return a valid time value when arg is huge.
16205         (time-since): Use time-subtract.
16206         (time-to-number-of-days): Use time-to-seconds.
16207
16208 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16209
16210         * gnus-start.el (gnus-display-time-event-handler):
16211         Check display-time-timer at runtime rather than only at load time
16212         in case display-time-mode is turned off in the mean time.
16213
16214 2005-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
16215
16216         * nnimap.el (nnimap-open-connection): Print which authinfo file is
16217         used.
16218
16219         * nneething.el (nneething-map-file-directory): Derive from
16220         `gnus-directory'.
16221
16222         * gnus-art.el (gnus-header-button-alist): Use `gnus-msg-mail' for
16223         the To/Cc button.
16224
16225 2005-03-15  Reiner Steib  <Reiner.Steib@gmx.de>
16226
16227         * nnmaildir.el (nnmaildir-request-accept-article):
16228         Use `nnheader-cancel-timer' for compatibility with current XEmacs.
16229
16230 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16231
16232         * gnus-async.el: Require timer-funcs at compile time when in
16233         XEmacs for `run-with-idle-timer'.
16234
16235 2005-03-13  Andrey Slusar  <anrays@gmail.com>  (tiny change)
16236
16237         * gnus.el: Don't try and mark `gnus-agent-save-groups' as an
16238         autoloaded function.
16239
16240 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
16241
16242         * nnimap.el (nnimap-retrieve-headers-from-server): Fix last change.
16243
16244 2005-03-10  Arne Jørgensen  <arne@arnested.dk>  (tiny change)
16245
16246         * nnimap.el (nnimap-retrieve-headers-from-server): Fix off-by-one flaw.
16247
16248 2005-03-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16249
16250         * gnus-msg.el (gnus-confirm-mail-reply-to-news):
16251         Add gnus-expert-user to default.
16252
16253 2005-03-08  Juergen Kreileder  <jk@blackdown.de>  (tiny change)
16254
16255         * nnimap.el (nnimap-open-server): Ditto.
16256
16257         * imap.el (imap-authenticate): Fix typo.
16258
16259 2005-03-08  Bjorn Solberg  <bjorn_ding@hekneby.org>  (tiny change)
16260
16261         * nnimap.el (nnimap-retrieve-headers-from-server): Sort NOV
16262         buffer (since IMAP server might return FETCH response out of
16263         order, and the nntp buffer must be sorted).
16264
16265 2005-03-06  Kevin Greiner  <kevin.greiner@compsol.cc>
16266
16267         * gnus-start.el (gnus-convert-old-newsrc): Fix numeric
16268         comparison on string.
16269
16270         * gnus-agent.el (gnus-agent-long-article, gnus-agent-short-article)
16271         (gnus-agent-score): Rename category keywords to match gnus-cus.
16272         (gnus-agent-summary-fetch-series): Modify to protect against
16273         gnus-agent-summary-fetch-group clearing processable flags.
16274         (gnus-agent-synchronize-group-flags): Update live group buffer as
16275         synchronization may occur due to the user toggle the plugged
16276         status.
16277         (gnus-agent-fetch-group-1): Clear downloadable flag when article
16278         successfully downloaded.
16279         (gnus-agent-expire-group-1): Avoid using markers when the overview
16280         is in ascending order; greatly improves performance.
16281         (gnus-agent-regenerate-group):
16282         Use gnus-agent-synchronize-group-flags to reset read status in both
16283         gnus and server.
16284         (gnus-agent-update-files-total-fetched-for): Fix initial size.
16285
16286 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
16287
16288         * message.el: Don't autoload former message-utils variables.
16289         (message-strip-subject-trailing-was): Change doc string.
16290
16291         * nnweb.el: Fixes for `gnus-group-make-web-group'.
16292         (nnweb-type-definition): Don't add "hl=en" in `address'.  Add `base'.
16293         (nnweb-google-search): Add "hl=en" here.
16294         (nnweb-google-parse-1, nnweb-google-create-mapping):
16295         Don't hardcode URL.
16296
16297 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
16298
16299         * message.el (message-get-reply-headers, message-followup):
16300         Mention related variables `message-use-followup-to' and
16301         `message-use-mail-followup-to', in the information buffer.
16302
16303         * nnweb.el (nnweb-type-definition): Use groups.google.de instead
16304         of broken groups(-beta).google.com.
16305
16306 2005-03-03  Teodor Zlatanov  <tzz@lifelogs.com>
16307
16308         * gnus-sum.el (gnus-summary-move-article): Pass move-is-internal
16309         parameter to invoked gnus-request-move-article; remove the
16310         redundant gnus-sum-hint-move-is-internal variable; apply the marks
16311         all at once instead of once per article.
16312         (gnus-summary-remove-process-mark): Accept a list of articles as
16313         well as a single article for processing.
16314
16315         * gnus-int.el (gnus-request-move-article): Add move-is-internal
16316         parameter.
16317
16318         * nnml.el (nnml-request-move-article): Add move-is-internal parameter.
16319
16320         * nnmh.el (nnmh-request-move-article): Add move-is-internal parameter.
16321
16322         * nnmbox.el (nnmbox-request-move-article): Add move-is-internal
16323         parameter.
16324
16325         * nnmaildir.el (nnmaildir-request-move-article): Add move-is-internal
16326         parameter.
16327
16328         * nnimap.el (nnimap-request-move-article): Add move-is-internal
16329         parameter and remove the gnus-sum-hint-move-is-internal variable.
16330
16331         * nnfolder.el (nnfolder-request-move-article): Add move-is-internal
16332         parameter.
16333
16334         * nndraft.el (nndraft-request-move-article): Add move-is-internal
16335         parameter.
16336
16337         * nndiary.el (nndiary-request-move-article): Add move-is-internal
16338         parameter.
16339
16340         * nndb.el (nndb-request-move-article): Add move-is-internal parameter.
16341
16342         * nnbabyl.el (nnbabyl-request-move-article): Add move-is-internal
16343         parameter.
16344
16345         * nnagent.el (nnagent-request-move-article): Add move-is-internal
16346         parameter.
16347
16348 2005-03-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16349
16350         * gnus-sum.el (gnus-summary-exit): Undo last change and fix it in
16351         a more conservative way.
16352
16353 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
16354
16355         * gnus-sum.el (gnus-summary-exit): Move point after displaying the
16356         buffer, so it moves the window's cursor.
16357
16358 2005-02-26  Arne Jørgensen  <arne@arnested.dk>
16359
16360         * mm-decode.el (mm-dissect-buffer): Pass the from field on to
16361         `mm-dissect-multipart' and receive the from field as an (optional)
16362         argument from `mm-dissect-multipart'.
16363         (mm-dissect-multipart): Receive the from field as an argument and
16364         pass it on when we call `mm-dissect-buffer' on MIME parts.
16365         Fixes verification/decryption of signed/encrypted MIME parts.
16366
16367 2005-02-25  Teodor Zlatanov  <tzz@lifelogs.com>
16368
16369         * gnus-sum.el (gnus-summary-move-article):
16370         Set gnus-sum-hint-move-is-internal for gnus-request-move-article and
16371         whatever it calls (right now, only nnimap-request-move article
16372         respects it).
16373
16374         * nnimap.el (nnimap-request-move-article):
16375         When gnus-sum-hint-move-is-internal is set, don't do the extra
16376         nnimap-request-article.
16377
16378 2005-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
16379
16380         * nnheader.el (nnheader-find-file-noselect): Add doc string.
16381
16382         * nnfolder.el (nnfolder-read-folder): Use RAWFILE for
16383         `nnheader-find-file-noselect' to avoid `large-file-warning-threshold'.
16384
16385         * gnus-sum.el (gnus-summary-caesar-message):
16386         Apply `gnus-treat-article' after rotation.
16387
16388         * gnus-group.el (gnus-group-clear-data): Mention process/prefix in
16389         doc string.
16390
16391 2005-02-22  Simon Josefsson  <jas@extundo.com>
16392
16393         * encrypt.el (encrypt-password-cache-expiry): Remove (use
16394         `password-cache-expiry' instead).  Reported by Arne Jørgensen
16395         <arne@arnested.dk>.
16396         (encrypt): Add password-cache and password-cache-expiry as group
16397         members.
16398
16399 2005-02-22  Arne Jørgensen  <arne@arnested.dk>
16400
16401         * smime.el (smime-ldap-host-list): Doc fix.
16402         (smime-ask-passphrase): Use `password-read-and-add' to read (and
16403         cache) password.
16404         (smime-sign-region): Use it.
16405         (smime-decrypt-region): Use it.
16406         (smime-sign-buffer): Signal an error if `smime-sign-region' fails.
16407         (smime-encrypt-buffer): Signal an error if `smime-encrypt-region'
16408         fails.
16409         (smime-cert-by-ldap-1): Use `base64-encode-string' to convert
16410         certificate from DER to PEM format rather than calling openssl.
16411
16412         * mml-smime.el (mml-smime-encrypt-query): Remove obsolete comment.
16413
16414         * mml-sec.el (mml-secure-message): Insert keyfile/certfile tags
16415         for signing/encryption.
16416
16417         * mml.el (mml-parse-1): Use them.
16418
16419 2005-02-21  Arne Jørgensen  <arne@arnested.dk>
16420
16421         * nnrss.el (nnrss-verbose): Remove.
16422         (nnrss-request-group): Use `nnheader-message' instead.
16423
16424 2005-02-19  Mark Plaksin  <happy@usg.edu>  (tiny change)
16425
16426         * nnrss.el (nnrss-verbose): New variable.
16427         (nnrss-request-group): Make it say nnrss is requesting a group.
16428
16429 2005-02-21  Reiner Steib  <Reiner.Steib@gmx.de>
16430
16431         * gnus-art.el (gnus-parse-news-url, gnus-button-handle-news):
16432         Handle news URL with given port correctly.
16433
16434 2005-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
16435
16436         * gnus-msg.el (gnus-copy-article-buffer): Quote decoded words
16437         containing special characters.
16438
16439         * gnus-sum.el (gnus-summary-edit-article): Ditto.
16440
16441         * mml.el (mime-to-mml): Ditto.
16442
16443         * rfc2047.el (rfc2047-encode-parameter): Use ietf-drums-tspecials.
16444         (rfc2047-quote-decoded-words-containing-tspecials): New variable.
16445         (rfc2047-decode-region): Quote decoded words containing special
16446         characters when rfc2047-quote-decoded-words-containing-tspecials
16447         is non-nil.
16448
16449 2005-02-16  Teodor Zlatanov  <tzz@lifelogs.com>
16450
16451         * gnus-registry.el (gnus-registry-delete-group): Add minor bug fix.
16452
16453         * gnus.el (gnus-install-group-spam-parameters): Add minor doc fix.
16454
16455 2005-02-15  Simon Josefsson  <jas@extundo.com>
16456
16457         * nnimap.el (nnimap-debug): Doc fix.
16458
16459         * imap.el (imap-debug): Doc fix.
16460
16461 2005-02-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16462
16463         * gnus-art.el: Avoid "Recursive load suspected" error in Emacs 21.1.
16464
16465 2005-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
16466
16467         * gnus.el (spam-contents): Improve docs for spam-contents
16468         parameter in its variable incarnation.
16469
16470 2005-02-14  Simon Josefsson  <jas@extundo.com>
16471
16472         * smime-ldap.el: Use require instead of load-library for ldap.
16473         (smime-ldap-search): Indent.
16474         (smime-ldap-search-internal): Shorten line.
16475
16476         * smime.el (smime-cert-by-dns): Add doc-string.
16477         (smime-cert-by-ldap-1): Indent.
16478
16479         * mml-smime.el (mml-smime-get-ldap-cert): Rename from
16480         mml-smime-get-dns-ldap.
16481         (mml-smime-encrypt-query): Use new function.  Default to ldap.
16482
16483 2005-02-14  Arne Jørgensen  <arne@arnested.dk>
16484
16485         * smime.el: Require smime-ldap.
16486         (smime-ldap-host-list): New variable.
16487         (smime-cert-by-ldap, smime-cert-by-ldap-1): New functions.
16488
16489         * mml-smime.el (mml-smime-encrypt-query): New function.
16490         (mml-smime-encrypt-query): Use it.
16491
16492         * smime-ldap.el: New file.
16493
16494 2005-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16495
16496         * gnus-agent.el: Remove garbage made while merging the Emacs trunk.
16497
16498 2005-02-14  Reiner Steib  <Reiner.Steib@gmx.de>
16499
16500         * gnus-group.el (gnus-group-make-doc-group): Mention prefix
16501         argument in doc string.  Make query for type more clear.
16502
16503 2005-02-13  Reiner Steib  <Reiner.Steib@gmx.de>
16504
16505         * gnus.el (gnus-group-startup-message): Search for gnus images in
16506         etc/images/gnus.
16507         * mm-util.el (mm-image-load-path): Likewise.
16508         * smiley.el (smiley-data-directory): Search for smilies in
16509         etc/images/smilies.
16510
16511 2005-02-09  Kim F. Storm  <storm@cua.dk>
16512
16513         Change Emacs release version from 21.4 to 22.1 throughout.
16514         Change Emacs development version from 21.3.50 to 22.0.50.
16515
16516 2005-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16517
16518         * gnus-art.el (gnus-mime-copy-part): Don't decode compressed parts.
16519
16520         * mm-util.el (mm-coding-system-to-mime-charset): Make it work with
16521         non-Mule XEmacs as well.
16522         (mm-decompress-buffer): Signal an error intentionally if it does
16523         not decompress compressed data because auto-compression-mode is
16524         disabled.
16525
16526 2005-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
16527
16528         * gnus-registry.el (gnus-registry-delete-group): Fix bug: leaves
16529         an ID in the registry even if it has no groups.
16530
16531 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
16532
16533         * gnus-art.el (gnus-mime-jka-compr-maybe-uncompress): Remove;
16534         merge it into mm-decompress-buffer.
16535         (gnus-mime-copy-part): Use the MIME part charset, the value which
16536         a user specified or gnus-newsgroup-charset for decoding, like
16537         gnus-mime-inline-part does; set buffer-file-coding-system to tell
16538         save-buffer what was used.  Suggested by Kevin Ryde
16539         <user42@zip.com.au>.
16540         (gnus-mime-inline-part): Allow the name parameter as well as the
16541         filename parameter; force decompressing of compressed data; always
16542         display contents being not decoded as unibyte.
16543
16544         * mm-view.el (mm-display-inline-fontify): Allow the name parameter
16545         as well as the filename parameter.
16546
16547         * mm-util.el (mm-decompress-buffer):
16548         Merge gnus-mime-jka-compr-maybe-uncompress.
16549         (mm-find-buffer-file-coding-system): Doc fix; force decompressing
16550         of compressed data.
16551
16552 2005-02-08  Simon Josefsson  <jas@extundo.com>
16553
16554         * imap.el (imap-log): Doc fix.
16555
16556 2005-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
16557
16558         * gnus-art.el (gnus-mime-inline-part): Decode parts according to
16559         the coding cookies; decompress compressed parts.
16560
16561         * mml.el (mml-generate-mime-1): Add the charset parameter according
16562         to the value which a user specified manually or the coding cookie.
16563
16564         * mm-util.el (mm-string-to-multibyte): New function.
16565         (mm-detect-mime-charset-region): Work with Emacs 22 as well.
16566         (mm-coding-system-to-mime-charset): New function.
16567         (mm-decompress-buffer): New function.
16568         (mm-find-buffer-file-coding-system): New function.
16569
16570         * mm-view.el (mm-insert-inline): Make sure a part ends with a newline.
16571         (mm-display-inline-fontify): Rewrite for decoding and decompressing
16572         parts.
16573
16574 2005-02-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
16575
16576         * mm-view.el (mm-display-inline-fontify): Decode a part according
16577         to the charset parameter.
16578
16579 2005-02-03  Katsumi Yamaoka  <yamaoka@jpl.org>
16580
16581         * gnus-art.el (gnus-mime-inline-part): Show the raw contents if a
16582         prefix arg is neither nil nor a number, as info specifies.
16583
16584 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16585
16586         * nntp.el (nntp-marks-changed-p): Use time-less-p to compare the
16587         timestamps.
16588
16589 2005-02-02  Jari Aalto  <jari.aalto@cante.net>
16590
16591         * gnus-sum.el (gnus-list-of-unread-articles): Improve active
16592         groups error checking and notify user.
16593
16594 2005-02-02  Jari Aalto  <jari.aalto@poboxes.com>
16595
16596         * message.el (message-send-mail-function): Check existence of
16597         sendmail-program first before using default value
16598         `message-send-mail-with-sendmail'.  Otherwise use more generic
16599         `smtpmail-send-it'.
16600
16601 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
16602
16603         * nntp.el (nntp-request-update-info): Always return nil.
16604
16605 2005-01-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16606
16607         * gnus-art.el (gnus-article-mode): Turn off the "\ " non-break space.
16608
16609 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
16610
16611         * message.el (message-beginning-of-line): Change the behavior when
16612         invoked between BOL and : so that it first moves backward.
16613
16614 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16615
16616         * gnus-art.el (gnus-article-setup-buffer): Kill and re-create the
16617         article buffer when editing of the article is discarded.
16618         (gnus-article-prepare): Revert.
16619
16620 2005-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16621
16622         * gnus-art.el (gnus-article-prepare):
16623         Remove message-strip-forbidden-properties from the local hook.
16624
16625 2005-01-27  Simon Josefsson  <jas@extundo.com>
16626
16627         * password.el (password-cache-add): Only start one timer per key.
16628         Reported by Derek Atkins <warlord@MIT.EDU>.
16629
16630 2005-01-26  Steve Youngs  <steve@sxemacs.org>
16631
16632         * run-at-time.el: Remove.  It is no longer needed as
16633         timer-funcs.el in the xemacs-base package has a working version of
16634         `run-at-time'.
16635
16636         * gnus-xmas.el: Require timer-funcs instead of run-at-time.
16637
16638         * password.el: Require timer-funcs instead of run-at-time in
16639         XEmacs.
16640         Remove `password-run-at-time' macro.
16641         (password-cache-add): Use `run-at-time' instead of
16642         `password-run-at-time'.
16643
16644         * nnheaderxm.el: Require timer-funcs instead of run-at-time.
16645         Remove `nnheader-cancel-function-timers' alias,
16646         `cancel-function-timers' exists in XEmacs in timer-funcs.
16647
16648         * mail-source.el: Require timer-funcs instead of itimer in XEmacs
16649         for `run-with-idle-timer'.
16650
16651         * gnus-demon.el: Require timer-funcs instead of itimer in XEmacs
16652         for `run-at-time'.
16653
16654         * mm-url.el: Require timer-funcs at compile time when in XEmacs
16655         for `with-timeout'.
16656
16657         * dgnushack.el: Autoload the correct `setenv' for SXEmacs which is
16658         the same as for XEmacs 21.4.
16659         No need to ignore `run-with-idle-timer', this function exists in
16660         XEmacs now in timer-funcs.el in the xemacs-base package.
16661         (dgnushack-compile): No need to delete
16662         run-at-time.el from the list of files to compile because it
16663         doesn't exist anymore.
16664
16665 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
16666
16667         * mml.el (mml-generate-mime-1): Convert string into unibyte when
16668         inserting " *mml*" buffer's contents into a unibyte temp buffer.
16669
16670 2005-01-24  Harald Meland  <harald.meland@usit.uio.no>  (tiny change)
16671
16672         * mail-source.el (mail-source-fetch-imap): Search for ^From case
16673         sensitively.
16674
16675 2005-01-21  Derek Atkins  <warlord@MIT.EDU>  (tiny change)
16676
16677         * pgg-pgp.el (pgg-pgp-decrypt-region): Use passphrase cache.
16678
16679 2005-01-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16680
16681         * mm-decode.el (mm-insert-part): Switch the multibyteness of data
16682         which will be inserted according to the multibyteness of a buffer
16683         rather than the type of contents.  Suggested by ARISAWA Akihiro
16684         <ari@mbf.ocn.ne.jp>.
16685
16686         * nnrss.el (nnrss-find-el): Check carefully whether there's a list
16687         of string which old xml.el may return rather than a string.
16688
16689 2005-01-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16690
16691         * gnus-sum.el (gnus-summary-idna-message): Silence byte compiler.
16692
16693 2005-01-16  Simon Josefsson  <jas@extundo.com>
16694
16695         * gnus-sum.el (gnus-summary-idna-message): Fail gracefully if
16696         idn/idna.el isn't available.
16697         (gnus-summary-idna-message): Doc fix.  Suggested by Michael Cook
16698         <michael@waxrat.com>.
16699
16700         * hashcash.el: Remove non-FSF copyright header.
16701
16702         * hashcash.el (hashcash-extra-generate-parameters): New variable.
16703         (hashcash-generate-payment): Use it.
16704         (hashcash-generate-payment-async): Use it.
16705
16706 2005-01-15  Simon Josefsson  <jas@extundo.com>
16707
16708         * message.el (message-idna-to-ascii-rhs): Decode Reply-To too.
16709         Suggested by Raymond Scholz <ray-2005@zonix.de>.
16710
16711         * gnus-sum.el (gnus-summary-wash-map): Bind "W i" to
16712         gnus-summary-idna-message.
16713         (gnus-summary-make-menu-bar): Add De-IDNA menu entry.
16714         (gnus-summary-idna-message): New function.
16715
16716 2005-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
16717
16718         * gnus-msg.el (gnus-confirm-mail-reply-to-news): Change default to
16719         gnus-novice-user.
16720
16721 2005-01-12  Katsumi Yamaoka  <yamaoka@jpl.org>
16722
16723         * nnrss.el (nnrss-request-delete-group): Delete entries in
16724         nnrss-group-alist as well.
16725         (nnrss-save-server-data): Insert newline.
16726
16727 2005-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
16728
16729         * gnus.el (gnus-user-agent): Use list of symbols instead of
16730         symbols.  Display full version number for (S)XEmacs.
16731         Optionally display (S)XEmacs codename.
16732
16733         * gnus-util.el (gnus-emacs-version): Update for new
16734         `gnus-user-agent'.
16735
16736         * gnus-msg.el (gnus-extended-version): Make it possible to omit
16737         Gnus version.
16738
16739 2005-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
16740
16741         * spam.el (spam-face): New face.  Don't use `gnus-splash-face'
16742         which is unreadable in some setups.
16743
16744 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
16745
16746         * gnus-spec.el (gnus-update-format-specifications): Flush the
16747         group format spec cache if it doesn't support decoded group names.
16748
16749 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
16750
16751         * gnus-score.el (gnus-decay-scores, gnus-score-load-file):
16752         Allow to apply decay on score files matching a regexp.
16753
16754 2004-12-30  Katsumi Yamaoka  <yamaoka@jpl.org>
16755
16756         * gnus-group.el (gnus-group-line-format-alist): Keep the forward
16757         compatibility in %g and %c.
16758
16759 2004-12-29  Katsumi Yamaoka  <yamaoka@jpl.org>
16760
16761         * gnus-group.el (gnus-group-line-format-alist): Use decoded group
16762         name for only %g and %c.
16763         (gnus-group-insert-group-line): Bind gnus-tmp-decoded-group instead
16764         of gnus-tmp-group to decoded group name.
16765         (gnus-group-make-rss-group): Exclude `/'s from group names.
16766
16767 2004-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
16768
16769         * nnrss.el (nnrss-get-encoding): Fix regexp.
16770
16771 2004-12-27  Simon Josefsson  <jas@extundo.com>
16772
16773         * mm-bodies.el (mm-body-encoding): Don't permit 7-bit to be used when
16774         mm-use-ultra-safe-encoding is enabled (e.g., for PGP/MIME) and we have
16775         trailing white space.  Reported by Werner Koch <wk@gnupg.org>.
16776
16777 2004-12-17  Kim F. Storm  <storm@cua.dk>
16778
16779         * gnus-group.el (gnus-group-mode-map): Map follow-link to mouse-face.
16780
16781         * gnus-sum.el (gnus-summary-mode-map): Likewise.
16782
16783 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16784
16785         * gnus-sum.el (gnus-summary-walk-group-buffer): Decode group name.
16786
16787 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
16788
16789         * nnrss.el: Require rfc2047 and mml.
16790         (nnrss-file-coding-system): New variable.
16791         (nnrss-format-string): Redefine it as an inline function.
16792         (nnrss-decode-group-name): New function.
16793         (nnrss-string-as-multibyte): Remove.
16794         (nnrss-retrieve-headers): Decode group name; don't use
16795         nnrss-format-string.
16796         (nnrss-request-group): Decode group name.
16797         (nnrss-request-article): Decode group name; allow a Message-ID as
16798         well as an article number; don't use nnrss-format-string; encode a
16799         Message-ID string which may contain non-ASCII characters; use
16800         mml-to-mime to compose a MIME article.
16801         (nnrss-request-expire-articles): Decode group name.
16802         (nnrss-request-delete-group): Decode group name.
16803         (nnrss-fetch): Clarify error message.
16804         (nnrss-read-server-data): Use insert-file-contents instead of load;
16805         bind file-name-coding-system; use multibyte buffer.
16806         (nnrss-save-server-data): Bind coding-system-for-write to the
16807         value of nnrss-file-coding-system; bind file-name-coding-system;
16808         add coding cookie.
16809         (nnrss-read-group-data): Use insert-file-contents instead of load;
16810         bind file-name-coding-system; use multibyte buffer.
16811         (nnrss-save-group-data): Bind coding-system-for-write to the
16812         value of nnrss-file-coding-system; bind file-name-coding-system.
16813         (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string;
16814         make it work with non-ASCII text.
16815         (nnrss-find-el): Make it work with old xml.el as well.
16816
16817 2004-12-26  Tsuyoshi AKIHO  <akiho@kawachi.zaq.ne.jp>
16818
16819         * nnrss.el (nnrss-get-encoding): New function.
16820         (nnrss-fetch): Use unibyte buffer initially; bind
16821         coding-system-for-read while performing mm-url-insert; remove ^Ms;
16822         decode contents according to the encoding attribute.
16823         (nnrss-save-group-data): Add coding cookie.
16824         (nnrss-mime-encode-string): New function.
16825         (nnrss-check-group): Use it to encode subject and author.
16826
16827 2004-12-23  Teodor Zlatanov  <tzz@lifelogs.com>
16828
16829         * spam.el (spam-check-BBDB): Don't get the symbol-value of an
16830         imaginary variable.
16831
16832 2004-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
16833
16834         * gnus-spec.el (gnus-spec-tab): Make a Lisp form which works
16835         correctly even if there are wide characters.
16836
16837 2004-12-21  Teodor Zlatanov  <tzz@lifelogs.com>
16838
16839         * spam.el (spam-check-BBDB): Fix the BBDB caching code to use
16840         downcased symbol names; make a new cache instead of reusing
16841         bbdb-hashtable.
16842
16843 2004-12-21  Katsumi Yamaoka  <yamaoka@jpl.org>
16844
16845         * rfc2231.el (rfc2231-parse-string): Decode encoded value after
16846         concatenating segments rather than before concatenating them.
16847         Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
16848
16849         * message.el (message-get-reply-headers): Bind `extra'.
16850
16851 2004-12-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
16852
16853         * message.el (message-extra-wide-headers): New variable.
16854         (message-get-reply-headers): Use it.
16855
16856 2004-12-20  Katsumi Yamaoka  <yamaoka@jpl.org>
16857
16858         * gnus-agent.el (gnus-agent-group-path): Decode group name.
16859         (gnus-agent-group-pathname): Ditto.
16860
16861         * gnus-cache.el (gnus-cache-file-name): Decode group name.
16862
16863         * gnus-group.el (gnus-group-make-group): Decode group name.
16864         (gnus-group-make-rss-group): Register the group data after opening
16865         the nnrss group.
16866
16867 2004-12-17  Paul Jarc  <prj@po.cwru.edu>
16868
16869         * nnmaildir.el (nnmaildir-request-expire-articles): Articles moved
16870         by expiry now get marked as read.
16871
16872 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16873
16874         * mm-util.el (mm-xemacs-find-mime-charset): New macro.
16875
16876 2004-12-17  Aidan Kehoe  <kehoea@parhasard.net>
16877
16878         * mm-util.el (mm-xemacs-find-mime-charset-1): New function used to
16879         unify Latin characters in XEmacs.
16880         (mm-find-mime-charset-region): Use it.
16881
16882 2004-12-17  Katsumi Yamaoka  <yamaoka@jpl.org>
16883
16884         * gnus-util.el (gnus-delete-directory): New function.
16885
16886         * gnus-agent.el (gnus-agent-delete-group): Use it.
16887
16888         * gnus-cache.el (gnus-cache-delete-group): Use it.
16889
16890 2004-12-16  Katsumi Yamaoka  <yamaoka@jpl.org>
16891
16892         * gnus-group.el (gnus-group-make-rss-group): Unify non-ASCII group
16893         names.
16894
16895 2004-12-16  Simon Josefsson  <jas@extundo.com>
16896
16897         * hashcash.el (hashcash-payment-alist): Fix custom :type.
16898
16899 2004-12-15  Katsumi Yamaoka  <yamaoka@jpl.org>
16900
16901         * mm-url.el (mm-url-predefined-programs): Add --silent arg to curl.
16902
16903         * gnus-group.el (gnus-group-expire-articles-1): Decode group name.
16904         (gnus-group-set-current-level): Decode group name.
16905
16906 2004-12-15  Maciek Pasternacki  <maciekp@japhy.fnord.org>  (tiny change)
16907
16908         * nnrss.el (nnrss-fetch): Signal an error if w3-parse-buffer also
16909         failed.
16910
16911 2004-12-14  Katsumi Yamaoka  <yamaoka@jpl.org>
16912
16913         * gnus-group.el (gnus-group-delete-group): Decode group name.
16914         (gnus-group-make-rss-group): Encode group name.
16915         (gnus-group-catchup-current): Decode group name.
16916         (gnus-group-kill-group): Decode group name.
16917
16918 2004-12-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16919
16920         * gnus-art.el (gnus-narrow-to-page): Don't hardcode point-min.
16921
16922 2004-12-13  Katsumi Yamaoka  <yamaoka@jpl.org>
16923
16924         * gnus-group.el (gnus-group-make-rss-group):
16925         Use gnus-group-make-group instead of gnus-group-unsubscribe-group.
16926
16927         * gnus-start.el (gnus-setup-news): Honor user's setting to
16928         gnus-message-archive-method.  Suggested by Lute Kamstra
16929         <lute@gnu.org>.
16930
16931 2004-12-10  Arnaud Giersch  <arnaud.giersch@free.fr>  (tiny change)
16932
16933         * gnus-sum.el (gnus-summary-exit-no-update): Don't clear the
16934         global counterparts of the buffer-local variables.
16935
16936 2004-11-16  Romain Francoise  <romain@orebokech.com>
16937
16938         * gnus-sum.el (gnus-summary-exit): Don't clear the global
16939         counterparts of the buffer-local variables.
16940
16941 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16942
16943         * message.el (message-forbidden-properties): Fix typo in doc
16944         string.
16945
16946 2004-11-25  Reiner Steib  <Reiner.Steib@gmx.de>
16947
16948         * gnus-util.el (gnus-replace-in-string): Add doc string.
16949
16950         * nnmail.el (nnmail-split-header-length-limit): Increase to 2048
16951         to avoid problems when splitting mails with many recipients.
16952
16953 2004-11-22  Stefan Monnier  <monnier@iro.umontreal.ca>
16954
16955         * gnus-sum.el (gnus-summary-exit): Remove redundant and harmful
16956         pop-to-buffer, covered by the subsequent gnus-configure-windows.
16957
16958 2004-12-05  Nelson Ferreira  <nelson.ferreira@ieee.org>
16959
16960         * spam-stat.el (spam-stat-save): Load the hashtable from disk only
16961         if there is no hashtable in memory or file modification time is
16962         newer than cached timestamp.
16963
16964 2004-12-03  Reiner Steib  <Reiner.Steib@gmx.de>
16965
16966         * gnus-sum.el (gnus-summary-limit-to-recipient):
16967         Implement not-matching option.
16968
16969 2004-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
16970
16971         * gnus-sum.el (gnus-summary-limit-to-recipient): New function.
16972         Suggested David Mazieres in analogy to rmail-summary-by-recipients.
16973         (gnus-summary-limit-map, gnus-summary-make-menu-bar): Add it.
16974         (gnus-article-sort-by-recipient, gnus-summary-sort-by-recipient):
16975         New functions.  Suggested by Uwe Brauer <oub@mat.ucm.es>.
16976         (gnus-summary-mode-map, gnus-summary-make-menu-bar): Add it.
16977
16978 2004-12-02  Katsumi Yamaoka  <yamaoka@jpl.org>
16979
16980         * message.el (message-forward-make-body-mml): Remove headers
16981         according to message-forward-ignored-headers if a message is decoded.
16982
16983 2004-12-02  Romain Francoise  <romain@orebokech.com>
16984
16985         * message.el (message-forward-make-body-plain): Always remove
16986         headers according to message-forward-ignored-headers.
16987
16988 2004-12-01  Teodor Zlatanov  <tzz@lifelogs.com>
16989
16990         * spam.el (spam-summary-prepare-exit): Remove the
16991         gnus-summary-limit pop for now, it has problems with ham marks for
16992         me.
16993
16994 2004-11-29  Teodor Zlatanov  <tzz@lifelogs.com>
16995
16996         * spam.el (spam-summary-prepare-exit): Use gnus-summary-limit
16997         correctly.
16998
16999 2004-11-28  Carl Henrik Lunde  <chlunde+bugs+@ping.uio.no>  (tiny change)
17000
17001         * format-spec.el (format-spec): Message the char.
17002
17003 2004-11-26  Teodor Zlatanov  <tzz@lifelogs.com>
17004
17005         * gnus-art.el (gnus-split-methods): Reformat comments.
17006
17007         * spam.el (spam-summary-prepare-exit): Remove article limits
17008         before exiting the summary buffer.
17009
17010 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17011
17012         * lpath.el: Remove bbdb-create-internal, bbdb-records,
17013         spam-BBDB-register-routine and spam-enter-ham-BBDB.
17014
17015         * nnrss.el (nnrss-string-as-multibyte): Redefine it as a macro in
17016         order to silence the byte compiler.
17017
17018         * spam.el: Fix the way to silence the byte compiler, which
17019         complained about bbdb-buffer, bbdb-create-internal, bbdb-records,
17020         bbdb-search-simple, spam-BBDB-register-routine,
17021         spam-enter-ham-BBDB, spam-stat-buffer-change-to-non-spam,
17022         spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam,
17023         spam-stat-buffer-is-spam, spam-stat-load,
17024         spam-stat-register-ham-routine, spam-stat-register-spam-routine,
17025         spam-stat-save and spam-stat-split-fancy.
17026
17027 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17028
17029         * canlock.el (canlock-password): Remove `:size 0' or `:size 1'
17030         which may confuse users.
17031         (canlock-password-for-verify): Ditto.
17032
17033         * deuglify.el (gnus-outlook-deuglify-unwrap-stop-chars): Ditto.
17034
17035         * gnus-art.el (gnus-emphasis-alist): Ditto.
17036
17037         * gnus-registry.el (gnus-registry-max-entries): Ditto.
17038
17039         * gnus-score.el (gnus-adaptive-word-length-limit): Ditto.
17040
17041         * gnus-start.el (gnus-save-killed-list): Ditto.
17042
17043         * gnus-sum.el (gnus-thread-hide-subtree): Ditto.
17044         (gnus-sum-thread-tree-root): Ditto.
17045         (gnus-sum-thread-tree-false-root): Ditto.
17046         (gnus-sum-thread-tree-single-indent): Ditto.
17047
17048         * message.el (message-courtesy-message): Ditto.
17049         (message-archive-note): Ditto.
17050         (message-subscribed-address-file): Ditto.
17051         (message-user-fqdn): Ditto.
17052
17053         * spam-report.el (spam-report-gmane-regex): Ditto.
17054
17055         * spam.el (spam-blackhole-good-server-regex): Ditto.
17056
17057 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17058
17059         * mml.el (mml-preview): Widen the message buffer before copying
17060         the contents to the preview buffer; sort headers before previewing.
17061
17062         * message.el (message-hidden-headers): Fix the way to avoid a bug
17063         in the `repeat' widget in Emacs 21.3 or earlier.
17064
17065 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
17066
17067         * message.el (message-hidden-headers): Default to "^References:".
17068         Improve customization type.  Suggested by Reiner Steib
17069         <Reiner.Steib@gmx.de>.
17070
17071 2004-11-25  Romain Francoise  <romain@orebokech.com>
17072
17073         * message.el (message-strip-forbidden-properties): Remove check for
17074         obsolete `message-hidden' text property, hidden headers are not
17075         accessible in the buffer anymore.
17076
17077 2004-11-22  Romain Francoise  <romain@orebokech.com>
17078
17079         * message.el (message-header-format-alist): Add `From' in list
17080         so that it can be sorted.
17081         (message-fix-before-sending): Widen and sort headers before
17082         sending.
17083         (message-hide-headers): Use narrowing to hide headers by moving
17084         them to the top of the buffer and narrowing to the region
17085         underneath.
17086
17087 2004-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17088
17089         * message.el (message-strip-forbidden-properties):
17090         Bind buffer-read-only (etc) to nil.
17091
17092 2004-11-23  Katsumi Yamaoka  <yamaoka@jpl.org>
17093
17094         * rfc2047.el (rfc2047-header-encoding-alist): Add In-Reply-To to
17095         address-mime.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.ne.jp>.
17096
17097 2004-11-22  Marek Martin  <marek.martin@mum.pri.ee>  (tiny change)
17098
17099         * nnfolder.el (nnfolder-request-create-group): Save current buffer.
17100
17101 2004-11-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17102
17103         * dns.el (query-dns): Use sit-for to time instead of
17104         accept-process-output, since that doesn't seem to work on udp
17105         sockets.
17106
17107 2004-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
17108
17109         * rfc2047.el (rfc2047-encode-region): Encode bogus delimiters.
17110
17111 2004-11-15  Jesper Harder  <harder@ifa.au.dk>
17112
17113         * pop3.el (pop3-leave-mail-on-server): Don't quote nil in
17114         doc string.  Improve doc string.
17115
17116 2004-11-15  Katsumi Yamaoka  <yamaoka@jpl.org>
17117
17118         * nntp.el (nntp-request-update-info): Return nil if
17119         nntp-marks-is-evil is true so that gnus-get-unread-articles-in-group
17120         may not call gnus-activate-group which uselessly issues the GROUP
17121         commands for all nntp groups and wastes time.  Reported by Romain
17122         Francoise <romain@orebokech.com>.
17123
17124         * gnus-start.el (gnus-get-unread-articles): Remove redundant test.
17125
17126 2004-11-15  Simon Josefsson  <jas@extundo.com>
17127
17128         * gnus-art.el (gnus-header-button-alist): Handle URLs in OpenPGP:
17129         headers separately.
17130         (gnus-button-openpgp): New function, inspired by Jochen Küpper
17131         <jochen-+It19tn3Rl9sbm7dSapR3bNAH6kLmebB@public.gmane.org>.
17132
17133 2004-11-14  Reiner Steib  <Reiner.Steib@gmx.de>
17134
17135         * gnus-start.el (gnus-convert-old-newsrc):
17136         Assign legacy-gnus-agent to 5.10.7.
17137
17138 2004-11-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17139
17140         * gnus-art.el (article-unsplit-urls): Don't anchor urls to the
17141         start of the lines.
17142
17143 2004-11-14  Magnus Henoch  <mange@freemail.hu>
17144
17145         * hashcash.el (hashcash-default-payment): Change default to 20.
17146         (hashcash-default-accept-payment): Change default to 20.
17147         (hashcash-process-alist): New variable.
17148         (hashcash-generate-payment-async): Add.
17149         (hashcash-already-paid-p): Add.
17150         (hashcash-insert-payment): Don't generate payments twice.
17151         (hashcash-insert-payment-async): Add.
17152         (hashcash-insert-payment-async-2): Add.
17153         (hashcash-cancel-async): Add.
17154         (hashcash-wait-async): Add.
17155         (hashcash-processes-running-p): Add.
17156         (hashcash-wait-or-cancel): Add.
17157         (mail-add-payment): New optional argument.  Conditionally start
17158         asynchronous calculation.
17159         (mail-add-payment-async): Add.
17160
17161         * message.el (message-send-mail): Wait for asynchronous hashcash
17162         results.  Don't clobber existing X-Hashcash headers.
17163         (message-setup-1): Call mail-add-payment-async when
17164         message-generate-hashcash is non-nil.
17165
17166 2004-11-11  ARISAWA Akihiro  <ari@mbf.ocn.ne.jp>  (tiny change)
17167
17168         * message.el (message-use-alternative-email-as-from): Examine the
17169         From header as well; use message-make-from in order to include a
17170         user's full name.
17171
17172 2004-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
17173
17174         * gnus-art.el (gnus-emphasis-alist): Don't hide asterisks by
17175         default; improve customization type.
17176         (gnus-emphasis-custom-with-format): New macro.
17177         (gnus-emphasis-custom-value-to-external): New function.
17178         (gnus-emphasis-custom-value-to-internal): New function.
17179
17180 2004-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17181
17182         * dns.el (query-dns): Resolve reverse addresses.
17183
17184 2004-10-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17185
17186         * gnus-group.el (gnus-group-get-new-news): Use it.
17187
17188         * gnus-start.el (gnus-check-reasonable-setup): New function.
17189
17190 2004-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17191
17192         * gnus-msg.el (gnus-configure-posting-styles): Don't cause the
17193         "Args out of range" error.  Reported by Arnaud Giersch
17194         <arnaud.giersch@free.fr>.
17195
17196 2004-11-07  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
17197
17198         * gnus-sum.el (gnus-summary-clear-local-variables): Use symbolp.
17199
17200 2004-11-04  Richard M. Stallman  <rms@gnu.org>
17201
17202         * spam.el (spam group): Add :version.
17203
17204         * pgg-def.el (pgg group): Add :version.
17205
17206 2004-11-04  Katsumi Yamaoka  <yamaoka@jpl.org>
17207
17208         * gnus-art.el (gnus-article-edit-article): Don't associate the
17209         article buffer with a draft file.  This is a temporary measure
17210         against the 2004-08-22 change to gnus-article-edit-mode.
17211
17212 2004-11-02  Katsumi Yamaoka  <yamaoka@jpl.org>
17213
17214         * html2text.el (html2text-get-attr): Remove unused argument `tag'.
17215         (html2text-format-tags): Remove unused variable `attr'.
17216
17217 2004-11-01  Reiner Steib  <Reiner.Steib@gmx.de>
17218
17219         * gnus-msg.el (gnus-summary-resend-default-address): Add :version.
17220
17221         * tls.el (tls-process-connection-type, tls-success)
17222         (tls-certtool-program): Add :version.
17223
17224         * starttls.el (starttls-gnutls-program, starttls-use-gnutls)
17225         (starttls-extra-arguments, starttls-process-connection-type)
17226         (starttls-connect, starttls-failure, starttls-success): Add :version.
17227
17228         * spam-stat.el (spam-stat): Add :version.
17229
17230         * sieve.el (sieve): Add :version.
17231
17232         * sha1.el (sha1): Add :version.
17233         (sha1-use-external): Remove redundant version.
17234
17235         * nnmail.el (nnmail-split-fancy-with-parent-ignore-groups)
17236         (nnmail-cache-ignore-groups, nnmail-spool-hook)
17237         (nnmail-split-fancy-match-partial-words)
17238         (nnmail-split-lowercase-expanded): Add :version.
17239
17240         * nndiary.el (nndiary): Add :version.
17241
17242         * mml2015.el (mml2015-unabbrev-trust-alist): Add :version.
17243
17244         * mml-sec.el (mml-default-sign-method)
17245         (mml-default-encrypt-method, mml-signencrypt-style-alist):
17246         Add :version.
17247
17248         * mm-uu.el (mm-uu-diff-groups-regexp): Add :version.
17249
17250         * mm-url.el (mm-url-use-external, mm-url-program)
17251         (mm-url-arguments): Add :version.
17252
17253         * mm-decode.el (mm-inline-text-html-with-w3m-keymap)
17254         (mm-attachment-file-modes, mm-decrypt-option)
17255         (mm-w3m-safe-url-regexp): Add :version.
17256
17257         * message.el (message-cite-prefix-regexp)
17258         (message-sendmail-envelope-from, message-minibuffer-local-map)
17259         (message-user-fqdn, message-completion-alist): Add :version.
17260
17261         * gnus-win.el (gnus-configure-windows-hook)
17262         (gnus-use-frames-on-any-display): Add :version.
17263
17264         * gnus-art.el (gnus-article-address-banner-alist)
17265         (gnus-treat-unsplit-urls, gnus-treat-unfold-headers)
17266         (gnus-treat-from-picon, gnus-treat-mail-picon)
17267         (gnus-treat-x-pgp-sig): Add :version.
17268
17269         * gnus-sum.el (gnus-spam-mark, gnus-recent-mark)
17270         (gnus-undownloaded-mark, gnus-summary-article-move-hook)
17271         (gnus-summary-article-delete-hook)
17272         (gnus-summary-display-while-building): Add :version.
17273
17274         * gnus-start.el (gnus-subscribe-newsgroup-hooks)
17275         (gnus-get-top-new-news-hook): Add :version.
17276
17277         * gnus-srvr.el (gnus-server-agent-face, gnus-server-opened-face)
17278         (gnus-server-closed-face, gnus-server-denied-face): Add :version.
17279
17280         * gnus-registry.el (gnus-registry): Add :version.
17281
17282         * gnus-spec.el (gnus-use-correct-string-widths)
17283         (gnus-make-format-preserve-properties): Add :version.
17284
17285         * gnus.el (gnus-group-charter-alist)
17286         (gnus-group-fetch-control-use-browse-url)
17287         (gnus-install-group-spam-parameters): Add :version.
17288
17289         * gnus-diary.el (gnus-diary): Add :version.
17290
17291         * gnus-delay.el (gnus-delay): Add :version.
17292
17293         * gnus-cite.el (gnus-cite-unsightly-citation-regexp)
17294         (gnus-cite-ignore-quoted-from, gnus-cite-attribution-face)
17295         (gnus-cite-blank-line-after-header, gnus-article-boring-faces):
17296         Add :version.
17297
17298         * gnus-agent.el (gnus-agent-max-fetch-size)
17299         (gnus-agent-enable-expiration, gnus-agent-queue-mail)
17300         (gnus-agent-prompt-send-queue): Add :version.
17301
17302         * deuglify.el (gnus-outlook-deuglify): Add :version.
17303
17304         * html2text.el: Beautify code.  Improve doc strings.
17305         Some checkdoc cleanup.
17306         (html2text-get-attr, html2text-fix-paragraph): Simplify code.
17307
17308 2004-11-01  Alfred M. Szmidt  <ams@kemisten.nu>  (tiny change)
17309
17310         * html2text.el (html2text-format-tag-list): Add "strong" and "em".
17311
17312 2004-10-29  Teodor Zlatanov  <tzz@lifelogs.com>
17313
17314         * gnus-registry.el (gnus-registry-hashtb): Create the registry
17315         when package is loaded.
17316
17317         * spam.el (spam-summary-score-preferred-header): Add global preference
17318         for people who want to override the default SpamAssassin over
17319         Bogofilter preference (when both are set).
17320         (spam-necessary-extra-headers): Add spam-use-bogofilter as an option.
17321         (spam-user-format-function-S):
17322         Check spam-summary-score-preferred-header.
17323         (spam-extra-header-to-number): Add X-Bogosity header parsing.
17324         (spam-user-format-function-S): Format the score correctly.
17325
17326 2004-10-29  Katsumi Yamaoka  <yamaoka@jpl.org>
17327
17328         * gnus-msg.el (gnus-configure-posting-styles): Work with empty
17329         signature file.  Suggested by Manoj Srivastava
17330         <srivasta@golden-gryphon.com>.
17331
17332         * mm-util.el (mm-coding-system-priorities): Prefer iso-8859-1 than
17333         iso-2022-jp even in the Japanese language environment.
17334         Suggested by Jason Rumney <jasonr@gnu.org>.
17335
17336 2004-10-28  Katsumi Yamaoka  <yamaoka@jpl.org>
17337
17338         * gnus-sum.el (gnus-update-summary-mark-positions): Allow users to
17339         use the same characters as the dummy marks; make it free from
17340         getting affected by the language environment.
17341         (gnus-summary-read-group-1): Update mark positions only when the
17342         format spec is updated.
17343
17344         * gnus-spec.el (gnus-update-format-specifications): Return a list
17345         of updated types.
17346
17347 2004-10-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17348
17349         * gnus-start.el (gnus-check-reasonable-setup): Use fboundp instead
17350         of boundp to check if display-warning is available.
17351
17352 2004-10-26  Teodor Zlatanov  <tzz@lifelogs.com>
17353
17354         * nnimap.el (nnimap-open-connection): Fix prog1/prog2 bug.
17355
17356 2004-10-26  Katsumi Yamaoka  <yamaoka@jpl.org>
17357
17358         * nnspool.el (nnspool-spool-directory): Use news-path if the
17359         news-directory variable is not bound.
17360
17361         * gnus-start.el (gnus-check-reasonable-setup): Use an alternative
17362         function instead of display-warning if it is not available.
17363
17364 2004-10-26  Reiner Steib  <Reiner.Steib@gmx.de>
17365
17366         * gnus-agent.el (gnus-agent-expire-group-1): Fix last merge from
17367         v5-10: Use `point-at-bol'.
17368
17369 2004-10-26  Simon Josefsson  <jas@extundo.com>
17370
17371         * hashcash.el: Fix URL in comment, reported by Cheng Gao
17372         <chenggao@gmail.com>.
17373
17374 2004-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
17375
17376         * html2text.el (html2text-buffer-head): Remove.  Use `goto-char'
17377         instead.
17378
17379 2004-10-25  Teodor Zlatanov  <tzz@lifelogs.com>
17380
17381         * nnimap.el (nnimap-remove-server-from-buffer-alist): Add function
17382         to remove a server from the nnimap-server-buffer-alist.
17383         (nnimap-open-connection, nnimap-close-server): Use it.
17384
17385         * gnus-encrypt.el: Remove file in favor of encrypt.el.
17386
17387 2004-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17388
17389         * mm-view.el (mm-display-inline-fontify): Inhibit font-lock when
17390         running the major-mode function.
17391
17392 2004-10-19  Katsumi Yamaoka  <yamaoka@jpl.org>
17393
17394         * gnus-sum.el (gnus-update-summary-mark-positions): Search for
17395         dummy marks in the right way.
17396
17397 2004-10-18  David Edmondson  <dme@dme.org>
17398
17399         * mm-view.el (mm-w3m-cid-retrieve-1): Don't use recursive call
17400         excessively.
17401
17402 2004-10-18  Teodor Zlatanov  <tzz@lifelogs.com>
17403
17404         * gnus-util.el (gnus-split-references): Accept a nil references
17405         string and go on blissfully.
17406
17407         * gnus-registry.el (gnus-registry-split-fancy-with-parent): Catch
17408         cases where the references string is non-nil but has no references.
17409
17410         * encrypt.el: Add autoload tags.
17411
17412         * spam.el (spam-resolve-registrations-routine): Remove article
17413         from unregistration list too.  Reported by David Hanak
17414         <dhanak@isis.vanderbilt.edu>
17415
17416 2004-10-18  Reiner Steib  <Reiner.Steib@gmx.de>
17417
17418         * gnus-art.el (gnus-copy-article-ignored-headers): Default to
17419         nil.  Change custom type.
17420
17421 2004-10-17  Reiner Steib  <Reiner.Steib@gmx.de>
17422
17423         * gnus-art.el (gnus-copy-article-ignored-headers): New variable.
17424
17425         * gnus-sum.el (gnus-summary-move-article): Use it.
17426
17427 2004-10-15  Teodor Zlatanov  <tzz@lifelogs.com>
17428
17429         * encrypt.el: Add autoload cookies.
17430
17431         * spam.el (spam-backend-article-list-property)
17432         (spam-backend-get-article-todo-list)
17433         (spam-backend-put-article-todo-list)
17434         (spam-summary-prepare-exit, spam-resolve-registrations-routine):
17435         Resolve registrations separately.
17436         (spam-register-routine): Format comments.
17437         (spam-unregister-routine, spam-register-routine): Always call with
17438         specific-articles, no default list.
17439         (spam-summary-prepare-exit): Use the spam-classifications function.
17440
17441         * netrc.el (autoload, netrc-parse): Use encrypt.el instead of
17442         gnus-encrypt.el.
17443
17444         * encrypt.el: Copied from gnus-encrypt.el.
17445
17446         * gnus-encrypt.el: Commented that it's obsolete.
17447
17448 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17449
17450         * gnus-score.el (gnus-adaptive-pretty-print): New variable.
17451         (gnus-score-save): Use it.
17452
17453         * message.el (message-bury): Use `window-dedicated-p'.
17454
17455 2004-10-15  Simon Josefsson  <jas@extundo.com>
17456
17457         * pop3.el (top-level): Don't require nnheader.
17458         (pop3-read-timeout): Add.
17459         (pop3-accept-process-output): Add.
17460         (pop3-read-response, pop3-retr): Use it.
17461
17462 2004-10-14  Teodor Zlatanov  <tzz@lifelogs.com>
17463
17464         * spam.el (spam-register-routine): Move comment.
17465         (spam-verify-bogofilter): Use 'unknown for the initial
17466         spam-bogofilter-valid state, not 'never.
17467
17468         * netrc.el (netrc-machine-user-or-password): Add convenience wrapper
17469         for netrc-machine.
17470
17471         * nnimap.el (nnimap-open-connection):
17472         Use netrc-machine-user-or-password.
17473
17474 2004-10-17  Richard M. Stallman  <rms@gnu.org>
17475
17476         * gnus-registry.el (gnus-registry-unload-hook):
17477         Set as a variable with add-hook.
17478
17479         * nnspool.el (nnspool-spool-directory): Use news-directory instead
17480         of news-path.
17481
17482         * spam-stat.el (spam-stat-unload-hook): Set as a variable w/ add-hook.
17483
17484         * spam.el: Delete duplicate `provide'.
17485         (spam-unload-hook): Set as a variable with add-hook.
17486
17487 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
17488
17489         * pop3.el (pop3-leave-mail-on-server): Describe possible problems
17490         in the doc string.
17491
17492         * message.el (message-ignored-news-headers)
17493         (message-ignored-supersedes-headers)
17494         (message-ignored-resent-headers)
17495         (message-forward-ignored-headers): Improve custom type.
17496
17497 2004-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
17498
17499         * message.el (message-tokenize-header): Fix 2004-09-06 change
17500         which used point-min in the wrong place.
17501
17502 2004-10-12  Simon Josefsson  <jas@extundo.com>
17503
17504         * tls.el (tls-certtool-program): New variable.
17505         (tls-certificate-information): New function, based on
17506         ssl-certificate-information.
17507
17508 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
17509
17510         * compface.el: Move the version of ELisp-based uncompface program
17511         to the contrib directory because of the copyright problem.
17512
17513 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
17514
17515         * message.el (message-kill-buffer): Raise the current frame.
17516
17517 2004-10-10  Reiner Steib  <Reiner.Steib@gmx.de>
17518
17519         * gnus-sum.el: Mention that multibyte characters don't work as marks.
17520
17521         * gnus.el (message-y-or-n-p): Autoload.
17522
17523         * pop3.el (pop3-maildrop, pop3-mailhost, pop3-port)
17524         (pop3-password-required, pop3-authentication-scheme)
17525         (pop3-leave-mail-on-server): Make customizable.
17526         (pop3): New custom group.
17527         (pop3-retr): Remove `sleep-for' statements.
17528         Suggested by Dave Love <fx@gnu.org>.
17529
17530         * nnheader.el (nnheader-read-timeout): Explain 1.0 timeout for
17531         Windows/DOS.
17532
17533         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
17534         (imap-parse-body): Fix incorrect use of `assert'.
17535         Suggested by Dave Love <fx@gnu.org>.
17536
17537         * mml.el (mml-minibuffer-read-disposition): Require match.
17538         Suggested by Dave Love <fx@gnu.org>.
17539
17540 2004-10-11  Reiner Steib  <Reiner.Steib@gmx.de>
17541
17542         * gnus-group.el (gnus-group-delete-group): Change "\t." to "  " in
17543         doc string.
17544
17545 2004-10-08  Katsumi Yamaoka  <yamaoka@jpl.org>
17546
17547         * mm-uu.el (mm-uu-dissect-text-parts): Support all text/* types.
17548
17549 2004-10-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
17550
17551         * gnus-art.el (gnus-mime-display-single): Call `mm-display-inline'
17552         instead of calling `mm-insert-inline', to decode text/* parts
17553         before displaying them.
17554
17555 2004-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
17556
17557         * mm-uu.el (mm-uu-text-plain-type): New variable.
17558         (mm-uu-pgp-signed-extract-1): Use it.
17559         (mm-uu-pgp-encrypted-extract-1): Use it.
17560         (mm-uu-dissect): Allow MIME type and parameters as an optional arg;
17561         bind mm-uu-text-plain-type with that value.
17562         (mm-uu-dissect-text-parts): Pass MIME type and parameters to
17563         mm-uu-dissect.
17564
17565 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17566
17567         * gnus-group.el (gnus-update-group-mark-positions):
17568         * gnus-sum.el (gnus-update-summary-mark-positions):
17569         * message.el (message-check-news-body-syntax):
17570         * gnus-msg.el (gnus-debug): Use mm-string-as-multibyte instead
17571         of string-as-multibyte.
17572
17573 2004-10-05  Juri Linkov  <juri@jurta.org>
17574
17575         * gnus-group.el (gnus-update-group-mark-positions):
17576         * gnus-sum.el (gnus-update-summary-mark-positions):
17577         * message.el (message-check-news-body-syntax):
17578         * gnus-msg.el (gnus-debug): Use `string-as-multibyte' to convert
17579         8-bit unibyte values to a multibyte string for search functions.
17580
17581 2004-10-06  Katsumi Yamaoka  <yamaoka@jpl.org>
17582
17583         * mm-uu.el (mm-uu-dissect): Allow optional arg.
17584         (mm-uu-dissect-text-parts): New function.
17585
17586         * gnus-art.el (gnus-display-mime): Use mm-uu-dissect-text-parts to
17587         dissect text parts.
17588
17589         * gnus-sum.el (gnus-summary-insert-subject): Remove redundant setq.
17590         (gnus-summary-force-verify-and-decrypt): Revert 2004-08-18 change.
17591
17592         * mm-decode.el (mm-dissect-singlepart): Revert 2004-08-18 change.
17593
17594         * gnus-topic.el (gnus-topic-hierarchical-parameters):
17595         Use gnus-current-topics instead of gnus-current-topic.
17596
17597 2004-10-06  Jesper Harder  <harder@ifa.au.dk>
17598
17599         * gnus-sum.el (gnus-summary-show-article): Use with-current-buffer.
17600
17601 2004-10-05  Jesper Harder  <harder@ifa.au.dk>
17602
17603         * nnsoup.el (nnsoup-read-active-file): Use dolist, mapc or last
17604         where approriate.
17605
17606         * nnml.el (nnml-generate-active-info): do.
17607
17608         * nndiary.el (nndiary-generate-active-info): do.
17609
17610         * gnus-topic.el (gnus-topic-hierarchical-parameters): do.
17611         (gnus-topic-move): do.
17612
17613         * gnus-sum.el (gnus-data-enter-list, gnus-summary-process-mark-set)
17614         (gnus-summary-set-local-parameters, gnus-summary-read-document): do.
17615
17616         * gnus-srvr.el (gnus-server-prepare)
17617         (gnus-server-open-all-servers): do.
17618
17619         * gnus-msg.el (gnus-summary-cancel-article)
17620         (gnus-summary-resend-message)
17621         (gnus-summary-mail-crosspost-complaint): do.
17622
17623         * gnus-move.el (gnus-change-server): do.
17624
17625         * gnus-group.el (gnus-group-unmark-all-groups)
17626         (gnus-group-set-current-level): do.
17627
17628 2004-10-04  Simon Josefsson  <jas@extundo.com>
17629
17630         * message.el (message-generate-hashcash): Doc fix.
17631
17632 2004-10-02  Kevin Greiner  <kgreiner@compsol.cc>
17633
17634         * nnagent.el (nnagent-request-type): Bind gnus-agent to nil to
17635         avoid infinite recursion via gnus-get-function.
17636
17637 2004-10-02  Jesper Harder  <harder@ifa.au.dk>
17638
17639         * mm-partial.el (mm-partial-find-parts): Use with-current-buffer.
17640
17641         * nnfolder.el (nnfolder-generate-active-file): Use dolist.
17642
17643         * nnmail.el (nnmail-split-history): do.
17644
17645         * nnml.el (nnml-generate-nov-databases-1, nnml-request-rename-group)
17646         (nnml-request-delete-group): do.
17647
17648         * nnslashdot.el (nnslashdot-read-groups): do.
17649
17650         * nnsoup.el (nnsoup-delete-unreferenced-message-files): do.
17651         (nnsoup-unpack-packets, nnsoup-make-active): Simplify.
17652
17653         * nnspool.el (nnspool-find-id): Use with-temp-buffer.
17654         (nnspool-sift-nov-with-sed): Use last.
17655         (nnspool-retrieve-headers-with-nov): Use mapc.
17656         (nnspool-request-newgroups): Use dolist.
17657         (nnspool-request-group): Use last.
17658
17659         * nntp.el (nntp-read-server-type): Use dolist.
17660
17661         * nnvirtual.el (nnvirtual-create-mapping)
17662         (nnvirtual-update-read-and-marked): Use dolist.
17663         (nnvirtual-convert-headers): Simplify.
17664
17665 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17666
17667         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17668         Add support for sync'ing tick marks.
17669
17670 2004-10-01  Katsumi Yamaoka  <yamaoka@jpl.org>
17671
17672         * gnus-sum.el (gnus-summary-toggle-header): Make it work even if
17673         there's no visible header.
17674
17675 2004-10-01  Kevin Greiner  <kgreiner@compsol.cc>
17676
17677         * gnus-agent.el (gnus-agent-synchronize-group-flags):
17678         When necessary, pass full group name to gnus-request-set-marks.
17679
17680 2004-10-01  Simon Josefsson  <jas@extundo.com>
17681
17682         * mailcap.el (mailcap-mime-data): Add pdf.  Remove non-free
17683         acroread.
17684
17685 2004-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
17686
17687         * spam-report.el (spam-report-gmane): Fix interactive.
17688
17689         * gnus-art.el (gnus-treat-body-boundary): Only do stuff under X.
17690
17691         * gnus-agent.el (gnus-agent-synchronize-flags-server): Be silent
17692         when writing file.
17693         (gnus-agent-synchronize-flags): Don't default to being
17694         interactive.
17695
17696 2004-09-30  Simon Josefsson  <jas@extundo.com>
17697
17698         * message.el (message-generate-hashcash): Add.
17699         (message-send-mail): Use it, call mail-add-payment.
17700
17701 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
17702
17703         * spam.el (spam-verify-bogofilter): Use -V, not -sV option.
17704
17705 2004-09-28  Kevin Greiner  <kgreiner@compsol.cc>
17706
17707         * gnus-agent.el (gnus-agent-synchronize-group-flags): Replace
17708         gnus-requst-update-info with explicit code to sync the in-memory
17709         info read flags with the marks being sync'd to the backend.
17710
17711         *gnus-util.el (gnus-pp): Add optional stream to match pp API.
17712
17713 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17714
17715         * spam.el (spam-verify-bogofilter): Add new function.
17716         (spam-check-bogofilter)
17717         (spam-bogofilter-register-with-bogofilter): Use it.
17718         (spam-verify-bogofilter): Add small fixes.
17719
17720 2004-09-28  Simon Josefsson  <jas@extundo.com>
17721
17722         * hashcash.el (hashcash-generate-payment): Revert.
17723
17724 2004-09-28  Teodor Zlatanov  <tzz@lifelogs.com>
17725
17726         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
17727         Use gnus-extract-references instead of gnus-split-references.
17728
17729         * gnus-util.el (gnus-extract-references): Add new function, analogous
17730         to gnus-split-references but extracts only the message-ID without
17731         anything extra.
17732
17733         * hashcash.el (hashcash-generate-payment)
17734         (hashcash-check-payment): Do the right thing if hashcash-path is
17735         nil (because the hashcash program could not be found).
17736
17737         * spam.el (spam-use-hashcash): Remove comment.
17738
17739 2004-09-27  Jesper Harder  <harder@ifa.au.dk>
17740
17741         * gnus-cache.el (gnus-cache-possibly-remove-articles-1)
17742         (gnus-cache-enter-article, gnus-cache-remove-article)
17743         (gnus-cache-braid-heads, gnus-cache-generate-active): Use dolist.
17744
17745         * gnus-async.el (gnus-async-prefetch-remove-group): do.
17746
17747         * gnus-art.el (article-hide-boring-headers)
17748         (article-translate-strings, article-display-face)
17749         (gnus-article-mime-match-handle-first)
17750         (gnus-article-highlight-headers)
17751         (gnus-article-add-buttons-to-head): do.
17752
17753 2004-09-27  Simon Josefsson  <jas@extundo.com>
17754
17755         * hashcash.el: New version, from
17756         http://users.actrix.co.nz/mycroft/hashcash.el.  Previously in
17757         ../contrib/.
17758
17759 2004-09-27  Katsumi Yamaoka  <yamaoka@jpl.org>
17760
17761         * mm-decode.el (mm-copy-to-buffer): Don't use set-buffer-multibyte.
17762
17763 2004-09-26  Jesper Harder  <harder@ifa.au.dk>
17764
17765         * gnus-dup.el (gnus-dup-open): Use mapc.
17766         (gnus-dup-enter-articles, gnus-dup-suppress-articles): Use dolist.
17767
17768         (gnus-dup-enter-articles): Remove excess ID's from gnus-dup-hashtb.
17769         Reported by Stefan Wiens <s.wi@gmx.net>.
17770
17771         * gnus.el (gnus-shutdown): Use dolist.
17772
17773         * gnus-undo.el (gnus-undo): Use mapc.
17774
17775         * nnrss.el (nnrss-generate-active): do.
17776
17777         * message.el (message-cite-original-without-signature)
17778         (message-cite-original): Use mapc.
17779         (message-do-actions, message-make-forward-subject): Use dolist.
17780
17781 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17782
17783         * gnus-agent.el (gnus-agent-check-overview-buffer): Fix range of
17784         deletion to remove entire duplicate line.  Fixes merged article
17785         number bug.
17786
17787 2004-09-25  Kevin Greiner  <kgreiner@compsol.cc>
17788
17789         * gnus-agent.el (gnus-agent-possibly-synchronize-flags): Ignore
17790         servers that are offline.  Avoids having gnus-agent-toggle-plugged
17791         first ask if you want to open a server and then, even when you
17792         responded with no, asking if you want to synchronize the server's
17793         flags.
17794         (gnus-agent-synchronize-flags-server): Rewrote read loop to handle
17795         multi-line expressions.
17796         (gnus-agent-synchronize-group-flags): New internal function.
17797         Updates marks in memory (in the info structure) AND in the
17798         backend.
17799
17800         * gnus-util.el (gnus-remassoc): Fix typo in documentation.
17801
17802         * nnagent.el (nnagent-request-set-mark):
17803         Use gnus-agent-synchronize-group-flags, not backend's request-set-mark
17804         method, to ensure that synchronization updates marks in the
17805         backend and in the info (in memory) structure.
17806
17807 2004-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
17808
17809         * gnus-uu.el (gnus-uu-digest-mail-forward): Obey the process/prefix
17810         convention fully; don't miss the root article of a thread; make
17811         the X-Draft-From header with correct article numbers.
17812
17813 2004-09-23  Kevin Greiner  <kgreiner@compsol.cc>
17814
17815         * gnus-agent.el (gnus-agent-synchronize-flags-server): Do nothing
17816         unless plugged.  Disable the agent so that an open failure causes
17817         an error.
17818
17819         * gnus-int.el (gnus-request-set-mark, gnus-request-update-mark):
17820         Revert 2004-09-21 change.  The backend must be opened while
17821         synchronizing flags even when the backend stores the flags
17822         locally.
17823
17824 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
17825
17826         * gnus-msg.el (gnus-configure-posting-styles): Narrow to headers
17827         in `header' match.  Reported by Svend Tollak Munkejord.
17828
17829         * message.el (message-cite-original): Fix use of
17830         `message-cite-articles-with-x-no-archive'.
17831
17832 2004-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
17833
17834         * gnus-win.el (gnus-buffer-configuration): Add mml-preview.
17835         (gnus-window-to-buffer): Ditto.
17836
17837         * mml.el (mml-preview-buffer): New variable.
17838         (mml-preview): Manage window layout with gnus-buffer-configuration.
17839
17840         * gnus-msg.el (gnus-setup-message): Put article numbers into the
17841         X-Draft-From header even if those articles aren't quoted.
17842
17843 2004-09-21  Kevin Greiner  <kgreiner@compsol.cc>
17844
17845         * gnus-int.el (gnus-servers-that-use-local-marks): New variable.
17846         (gnus-request-set-mark, gnus-request-update-mark): Use new
17847         g-s-t-u-l-m to decide to use backend even when unplugged.
17848
17849 2004-09-21  Katsumi Yamaoka  <yamaoka@jpl.org>
17850
17851         * gnus-msg.el (gnus-inews-make-draft-meta-information): Don't add
17852         a trailing whitespace.  Suggested by Cheng Gao <chenggao@gmail.com>.
17853
17854 2004-09-20  Simon Josefsson  <jas@extundo.com>
17855
17856         * mm-util.el (mm-charset-synonym-alist): Map "unicode" to
17857         "utf-16-le".
17858
17859 2004-09-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17860
17861         * mm-decode.el (mm-copy-to-buffer): Preserve the data's unibyteness.
17862
17863 2004-09-19  Reiner Steib  <Reiner.Steib@gmx.de>
17864
17865         * uudecode.el (uudecode-use-external): Add :version.
17866
17867         * smime.el (smime-CA-file, smime-encrypt-cipher)
17868         (smime-dns-server): Add :version.
17869
17870         * smiley.el (gnus-smiley-file-types): Add :version.
17871
17872         * sha1.el (sha1-use-external): Add :version.
17873
17874         * pgg-def.el (pgg-query-keyserver): Add :version.
17875
17876         * nnmail.el (nnmail-fancy-expiry-targets)
17877         (nnmail-mail-splitting-charset, nnmail-mail-splitting-decodes):
17878         Add :version.
17879
17880         * nnimap.el (nnimap-split-download-body, nnimap-dont-close)
17881         (nnimap-retrieve-groups-asynchronous): Add :version.
17882         (nnimap-close-asynchronous): Add :version.  Fix typo in doc string.
17883
17884         * mml.el (mml-content-disposition-parameters)
17885         (mml-insert-mime-headers-always): Add :version.
17886
17887         * mm-util.el (mm-coding-system-priorities): Add :version.
17888
17889         * mm-decode.el (mm-inline-text-html-with-images)
17890         (mm-keep-viewer-alive-types, mm-external-terminal-program)
17891         (mm-verify-option): Add :version.
17892         (mm-text-html-renderer): Change :version.
17893
17894         * message.el (message-fcc-externalize-attachments)
17895         (message-required-headers, message-draft-headers)
17896         (message-subject-trailing-was-query)
17897         (message-subject-trailing-was-ask-regexp)
17898         (message-subject-trailing-was-regexp, message-mark-insert-begin)
17899         (message-mark-insert-end, message-archive-header)
17900         (message-archive-note, message-cross-post-default)
17901         (message-cross-post-note, message-followup-to-note)
17902         (message-cross-post-note-function, message-use-mail-followup-to)
17903         (message-subscribed-address-functions)
17904         (message-subscribed-address-file, message-subscribed-addresses)
17905         (message-subscribed-regexps, message-allow-no-recipients)
17906         (message-yank-cited-prefix, message-signature-insert-empty-line)
17907         (message-hidden-headers, message-hierarchical-addresses)
17908         (message-mail-user-agent, message-use-idna)
17909         (message-valid-fqdn-regexp)
17910         (message-strip-special-text-properties, message-header-synonyms)
17911         (message-beginning-of-line, message-tab-body-function): Add :version.
17912         (message-insert-canlock, message-wide-reply-confirm-recipients):
17913         Change :version.
17914
17915         * mail-source.el (mail-source-ignore-errors): Add :group, :type
17916         and :version.
17917         (mail-source-delete-old-incoming-confirm)
17918         (mail-source-movemail-program): Add :version.
17919
17920         * gnus.el (gnus-parameters, gnus-user-agent): Add :version.
17921         (gnus-agent-cache, gnus-agent): Change :version.
17922
17923         * gnus-util.el (gnus-use-byte-compile): Change :version.
17924
17925         * gnus-sum.el (gnus-summary-make-false-root-always)
17926         (gnus-summary-default-high-score)
17927         (gnus-summary-default-low-score, gnus-auto-goto-ignores)
17928         (gnus-forwarded-mark, gnus-unseen-mark, gnus-no-mark)
17929         (gnus-read-all-available-headers, gnus-article-emulate-mime)
17930         (gnus-sum-thread-tree-root, gnus-sum-thread-tree-false-root)
17931         (gnus-sum-thread-tree-single-indent)
17932         (gnus-sum-thread-tree-vertical, gnus-sum-thread-tree-indent)
17933         (gnus-sum-thread-tree-leaf-with-other)
17934         (gnus-sum-thread-tree-single-leaf): Add :version.
17935         (gnus-summary-display-arrow, gnus-summary-muttprint-program)
17936         (gnus-article-loose-mime): Change :version.
17937
17938         * gnus-start.el (gnus-backup-startup-file)
17939         (gnus-save-startup-file-via-temp-buffer): Add :version.
17940
17941         * gnus-srvr.el (gnus-server-browse-in-group-buffer)
17942         (gnus-server-offline-face): Add :version.
17943
17944         * gnus-score.el (gnus-adaptive-word-length-limit): Add :version.
17945
17946         * gnus-msg.el (gnus-gcc-externalize-attachments)
17947         (gnus-debug-files, gnus-debug-exclude-variables)
17948         (gnus-discouraged-post-methods): Change :version.
17949         (gnus-confirm-mail-reply-to-news)
17950         (gnus-confirm-treat-mail-like-news): Add :version.
17951
17952         * gnus-int.el (gnus-server-unopen-status): Add :version.
17953
17954         * gnus-group.el (gnus-group-jump-to-group-prompt)
17955         (gnus-large-ephemeral-newsgroup)
17956         (gnus-fetch-old-ephemeral-headers): Add :version.
17957
17958         * gnus-fun.el (gnus-x-face-directory)
17959         (gnus-convert-pbm-to-x-face-command)
17960         (gnus-convert-image-to-x-face-command)
17961         (gnus-convert-image-to-face-command): Add :version.
17962
17963         * gnus-delay.el (gnus-delay-default-hour): Add :version.
17964
17965         * gnus-cite.el (gnus-cite-blank-line-after-header)
17966         (gnus-article-boring-faces): Add :version.
17967
17968         * gnus-art.el (gnus-buttonized-mime-types)
17969         (gnus-inhibit-mime-unbuttonizing)
17970         (gnus-treat-display-face)
17971         (gnus-treat-body-boundary): Change :version.
17972         (gnus-body-boundary-delimiter, gnus-picon-databases)
17973         (gnus-treat-strip-cr, gnus-treat-leading-whitespace)
17974         (gnus-treat-date-english, gnus-treat-fold-headers)
17975         (gnus-article-skip-boring, gnus-treat-fold-newsgroups)
17976         (gnus-treat-mail-picon, gnus-treat-wash-html)
17977         (gnus-article-encrypt-protocol)
17978         (gnus-use-idna, gnus-article-over-scroll)
17979         (gnus-mime-display-multipart-alternative-as-mixed)
17980         (gnus-mime-display-multipart-related-as-mixed)
17981         (gnus-button-valid-fqdn-regexp, gnus-button-man-handler)
17982         (gnus-ctan-url, gnus-button-ctan-handler)
17983         (gnus-button-handle-ctan-bogus-regexp)
17984         (gnus-button-ctan-directory-regexp)
17985         (gnus-button-mid-or-mail-regexp, gnus-button-prefer-mid-or-mail)
17986         (gnus-button-mid-or-mail-heuristic-alist, gnus-button-tex-level)
17987         (gnus-button-man-level, gnus-button-emacs-level)
17988         (gnus-button-message-level, gnus-button-browse-level): Add :version.
17989
17990         * gnus-agent.el (gnus-agent-fetched-hook): Add :version.
17991         (gnus-agent-go-online): Change :version.
17992         (gnus-agent-expire-unagentized-dirs)
17993         (gnus-agent-auto-agentize-methods): Add :version.
17994
17995         * flow-fill.el (fill-flowed-display-column)
17996         (fill-flowed-encode-column): Add :version.
17997
17998         * deuglify.el (gnus-outlook-deuglify-unwrap-min)
17999         (gnus-outlook-deuglify-unwrap-max)
18000         (gnus-outlook-deuglify-cite-marks)
18001         (gnus-outlook-deuglify-unwrap-stop-chars)
18002         (gnus-outlook-deuglify-no-wrap-chars)
18003         (gnus-outlook-deuglify-attrib-cut-regexp)
18004         (gnus-outlook-deuglify-attrib-verb-regexp)
18005         (gnus-outlook-deuglify-attrib-end-regexp)
18006         (gnus-outlook-display-hook): Add :version.
18007
18008         * binhex.el (binhex-use-external): Add :version.
18009
18010 2004-09-16  Reiner Steib  <Reiner.Steib@gmx.de>
18011
18012         * gnus-sum.el (gnus-fetch-old-headers): Add custom choices `t'
18013         and `invisible'.
18014
18015 2004-09-10  Teodor Zlatanov  <tzz@lifelogs.com>
18016
18017         * gnus-registry.el (gnus-registry-trim): Watch out for negatives
18018         in gnus-registry-trim.
18019
18020 2004-09-13  Simon Josefsson  <jas@extundo.com>
18021
18022         * dns-mode.el: Add XEmacs auto-mode-alist autoload cookie.
18023
18024         * nnimap.el (nnimap-demule): Revert 2004-08-30 change.
18025
18026         * dns-mode.el (dns-mode): Fix menu for XEmacs, reported by Steve
18027         Youngs <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18028         <yamaoka@jpl.org>.
18029         (dns-mode-font-lock-keywords): Fix faces, reported by Steve Youngs
18030         <steve@youngs.au.com> and suggested by Katsumi Yamaoka
18031         <yamaoka@jpl.org>.
18032
18033         * sieve.el (sieve-manage-mode): Ditto.
18034
18035 2004-09-13  Reiner Steib  <Reiner.Steib@gmx.de>
18036
18037         * gnus-sum.el (gnus-summary-copy-article): Fix doc string.
18038
18039 2004-09-11  Simon Josefsson  <jas@extundo.com>
18040
18041         * dns-mode.el: Add.
18042
18043         * mm-view.el (mm-display-dns-inline): Add.
18044
18045         * mm-decode.el (mm-inline-media-tests): Add text/dns.
18046         (mm-automatic-display): Ditto.
18047
18048         * mailcap.el (mailcap-mime-data): Add text/dns.
18049         (mailcap-mime-extensions): Map .soa to text/dns.
18050
18051 2004-09-10  Miles Bader  <miles@gnu.ai.mit.edu>
18052
18053         * gnus-art.el (article-decode-mime-words, article-babel)
18054         (gnus-article-highlight-signature, gnus-article-add-buttons)
18055         (gnus-signature-toggle): Remove unnecessary bindings of
18056         `inhibit-read-only' inherited from v5.10 merge.
18057
18058 2004-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
18059
18060         * nntp.el (nntp): New customization group.
18061         (nntp-authinfo-file): Add customization group.
18062
18063         * mml2015.el (mml2015-unabbrev-trust-alist): Add customization group.
18064
18065         * mml-sec.el (mml-signencrypt-style-alist): Ditto.
18066
18067         * gnus.el (to-address, to-list, subscribed)
18068         (large-newsgroup-initial): Ditto.
18069
18070         * flow-fill.el (fill-flowed-display-column)
18071         (fill-flowed-encode-column): Ditto.
18072
18073 2004-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18074
18075         * message.el (message-tokenize-header, message-send-mail-with-qmail):
18076         Use point-min rather than 1.
18077         (message-send-mail): Use buffer-size rather than point-max.
18078
18079         * gnus-sum.el (gnus-summary-search-article-forward):
18080         Signal a specific `search-failed' rather than a generic `error'.
18081
18082         * gnus-salt.el (gnus-pick-mouse-pick-region): Switch 1 => point-min.
18083         (gnus-generate-vertical-tree): Usue `bobp' rather than compare to 1.
18084         (gnus-highlight-selected-tree): Use point-min rather than 1 and 2.
18085
18086 2004-09-10  Simon Josefsson  <jas@extundo.com>
18087
18088         * nndb.el (require): Remove tcp and duplicate cl.
18089
18090 2004-09-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18091
18092         * gnus-agent.el (directory-files-and-attributes): Move forward.
18093
18094 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18095
18096         * gnus-agent.el (directory-files-and-attributes):
18097         Optionally defined to support XEmacs.
18098
18099 2004-09-09  Kevin Greiner  <kgreiner@compsol.cc>
18100
18101         * gnus-agent.el (gnus-agent-cat-groups): Rewrote avoiding defsetf
18102         to avoid run-time CL dependencies.
18103         (gnus-agent-unfetch-articles): New function.
18104         (gnus-agent-fetch-headers): Use gnus-agent-braid-nov to validate
18105         article numbers even when local .overview file is missing.
18106         (gnus-agent-read-article-number): New function.  Only accepts
18107         27-bit article numbers.
18108         (gnus-agent-copy-nov-line, gnus-agent-uncached-articles):
18109         Use gnus-agent-read-article-number.
18110         (gnus-agent-braid-nov): Rewrote to validate article numbers coming
18111         from backend while recognizing that article numbers in .overview
18112         must be valid.
18113         (gnus-agent-update-files-total-fetched-for):
18114         Use directory-files-and-attributes to improve performance.
18115         * gnus-int.el (gnus-request-move-article):
18116         Use gnus-agent-unfetch-articles in place of gnus-agent-expire to
18117         improve performance.
18118
18119         * gnus-start.el (gnus-convert-old-newsrc): Change message text as
18120         some users confused by references to .newsrc when they only have a
18121         .newsrc.eld file.
18122         (gnus-convert-mark-converter-prompt)
18123         (gnus-convert-converter-needs-prompt): Fix use of property list.
18124         * legacy-gnus-agent.el (gnus-agent-convert-to-compressed-agentview-prompt):
18125         New function.  Used internally to only display 'gnus converting
18126         files' message when actually necessary.
18127
18128         * gnus-sum.el (): Remove (require 'gnus-agent) as required
18129         methods now autoloaded.
18130
18131 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
18132
18133         * gnus-sum.el (gnus-summary-insert-subject): Remove list
18134         identifiers.
18135
18136 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
18137
18138         * gnus-picon.el: Fix indentation and closing parenthesis.
18139
18140 2004-09-01  Simon Josefsson  <jas@extundo.com>
18141
18142         * message.el (message-canlock-generate): Require sha1, not
18143         sha1-el.  (Can we get rid of this require altogether?  It is ugly
18144         to require within a function.  Sadly, if sha1.el isn't loaded, the
18145         let binding in m-c-g will hide the defcustom definition, which is
18146         bad.)
18147
18148         * canlock.el: Require sha1, not sha1-el.
18149
18150         * message.el: Don't autoload sha1 (there is a autoload cookie in
18151         sha1.el).
18152
18153         * sha1-el.el: Rename to sha1.el.
18154
18155 2004-08-30  Juanma Barranquero  <lektu@terra.es>
18156
18157         * ietf-drums.el (ietf-drums-remove-whitespace): Fix character constant.
18158
18159 2004-08-30  Stefan Monnier  <monnier@iro.umontreal.ca>
18160
18161         * nnimap.el (nnimap-demule): Avoid string-as-multibyte.
18162
18163 2004-08-30  Kim F. Storm  <storm@cua.dk>
18164
18165         * nntp.el (nntp-authinfo-file): Add :group 'nntp.
18166
18167         * nnimap.el (nnimap-authinfo-file, nnimap-prune-cache):
18168         Add :group 'nnimap.
18169
18170 2004-08-30  Andreas Schwab  <schwab@suse.de>
18171
18172         * rfc2231.el (rfc2231-parse-string): Restore whitespace syntax for
18173         ?* and ?\;.
18174
18175         * ietf-drums.el (ietf-drums-syntax-table): Set syntax of ?* ?\;
18176         and ?\' to symbol instead of whitespace.
18177
18178 2004-08-30  Katsumi Yamaoka  <yamaoka@jpl.org>
18179
18180         * gnus-agent.el (gnus-agent-restore-gcc): Use ^ and regexp-quote.
18181
18182         * gnus-sum.el (gnus-summary-morse-message): Use search-forward
18183         instead of re-search-forward.
18184
18185         * gnus-uu.el (gnus-uu-save-article): Ditto.
18186         (gnus-uu-post-encode-uuencode): Ditto.
18187
18188         * html2text.el (html2text-clean-list-items): Ditto.
18189         (html2text-clean-dtdd): Ditto.
18190         (html2text-format-tags): Ditto.
18191
18192         * message.el (message-send-mail-with-sendmail): Fix regexp.
18193         (message-fill-field-general): Use search-forward instead of
18194         re-search-forward.
18195         (unbold-region): Ditto.
18196
18197         * nnrss.el (nnrss-request-article): Ditto.
18198
18199         * nnslashdot.el (nnslashdot-request-article): Ditto.
18200
18201         * nnweb.el (nnweb-gmane-wash-article): Ditto.
18202
18203         * gnus-sum.el (gnus-summary-make-menu-bar): Avoid the
18204         "Unrecognized menu descriptor" error in XEmacs.
18205
18206 2004-08-26  Stefan Wiens  <s.wi@gmx.net>  (tiny change)
18207
18208         * gnus-sum.el (gnus-read-header): Don't remove a header for the
18209         parent article of a sparse article in the thread hashtb.
18210
18211 2004-08-26  David Hedbor  <dhedbor@real.com>  (tiny change)
18212
18213         * nnmail.el (nnmail-split-lowercase-expanded): New user option.
18214         (nnmail-expand-newtext): Lowercase expanded entries if
18215         nnmail-split-lowercase-expanded is non-nil.
18216
18217 2004-08-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18218
18219         * nndoc.el (nndoc-type-alist): Fix regexp in the rfc822-forward entry.
18220
18221         * gnus-group.el (gnus-group-line-format-alist): Convert the value
18222         of gnus-tmp-news-method into string under XEmacs.  It will be
18223         passed to gnus-correct-length which takes only a string argument.
18224
18225 2004-08-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18226
18227         * gnus-util.el (gnus-bind-print-variables): New macro.
18228         (gnus-prin1): Use it.
18229         (gnus-prin1-to-string): Use it.
18230         (gnus-pp): New function.
18231         (gnus-pp-to-string): New function.
18232
18233         * gnus-cus.el (gnus-agent-cat-prepare-category-field):
18234         Replace pp-to-string with gnus-pp-to-string.
18235         * gnus-eform.el (gnus-edit-form): Replace pp with gnus-pp.
18236         * gnus-group.el (gnus-group-make-kiboze-group): Ditto.
18237         * gnus-msg.el (gnus-debug): Ditto.
18238         * gnus-score.el (gnus-score-save): Ditto.
18239         * gnus-spec.el (gnus-update-format): Replace pp-to-string with
18240         gnus-pp-to-string.
18241         * legacy-gnus-agent.el (gnus-agent-unlist-expire-days): Replace pp
18242         with gnus-pp.
18243         * score-mode.el (gnus-score-pretty-print): Ditto.
18244         * webmail.el (webmail-debug): Ditto.
18245
18246 2004-08-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18247
18248         * gnus-art.el (article-display-face, article-display-x-face):
18249         Use buffer-read-only.
18250
18251 2004-08-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18252
18253         * gnus-art.el (article-hide-list-identifiers):
18254         Bind inhibit-read-only as t.
18255
18256 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
18257
18258         * gnus-mlspl.el (gnus-group-split-update): Fix docstring.
18259
18260 2004-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
18261
18262         * gnus-art.el: Use inhibit-read-only instead of buffer-read-only.
18263         (gnus-narrow-to-page): Don't assume point-min == 1.
18264         (gnus-article-edit-mode): Derive from message-mode.
18265
18266         * gnus-score.el (gnus-score-find-bnews): Simplify and don't assume
18267         point-min == 1.
18268
18269         * imap.el (imap-parse-address-list, imap-parse-body-ext):
18270         Disable incorrect use of `assert'.
18271
18272         * message.el (message-mode): Set comment-start-skip.
18273
18274
18275 2004-08-22  Sam Steingold  <sds@gnu.org>
18276
18277         * pop3.el (pop3-leave-mail-on-server): New user variable.
18278         (pop3-movemail): Delete mail only when it is nil.
18279
18280 2004-08-21  Reiner Steib  <Reiner.Steib@gmx.de>
18281
18282         * nntp.el (nntp-marks-is-evil): Fix typo in docstring.
18283
18284         * mml.el (mml-preview): Use `pop-to-buffer'.
18285
18286         * message.el (message-goto-mail-followup-to): Insert after "To".
18287         (message-carefully-insert-headers): Add comment.
18288
18289         * gnus.el: Remove unused variable `gnus-article-check-size'.
18290
18291         * gnus-sum.el (gnus-summary-make-menu-bar): Add help texts.
18292
18293         * gnus-art.el (gnus-button-alist):
18294         Improve `gnus-button-handle-library' entry.
18295
18296 2004-08-19  Sebastian Freundt  <hroptatyr@gna.org>  (tiny change)
18297
18298         * nnmaildir.el (nnmaildir--emlink-p, nnmaildir--enoent-p):
18299         Use downcase, since XEmacs capitalizes error messages differently.
18300
18301 2004-08-18  Jesper Harder  <harder@ifa.au.dk>
18302
18303         * nntp.el: Add (require 'gnus) due to reference to
18304         `gnus-directory'.  Reported by Matt Swift <swift@alum.mit.edu>.
18305
18306 2004-08-18  Florian Weimer  <fw@deneb.enyo.de>
18307
18308         * gnus-sum.el (gnus-summary-force-verify-and-decrypt):
18309         Bind `mm-fill-flowed'.
18310
18311         * mm-decode.el (mm-dissect-singlepart): Check it.
18312
18313 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
18314
18315         * nnimap.el (nnimap-open-connection): Add 'imaps' synonym to
18316         'imap' for netrc parsing.
18317
18318 2004-08-16  Reiner Steib  <Reiner.Steib@gmx.de>
18319
18320         * mailcap.el (mailcap-mime-data): Mark as risky.
18321
18322 2004-08-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18323
18324         * rfc2047.el (rfc2047-encode-region): Assume the close parenthesis
18325         may be included in the encoded word.
18326         (rfc2047-encode): Don't append a space if the encoded word
18327         includes close parenthesis.
18328
18329 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18330
18331         * rfc2047.el (rfc2047-encode-1, rfc2047-encode): Improve encoding
18332         of text within parentheses.
18333
18334 2004-08-06  Teodor Zlatanov  <tzz@lifelogs.com>
18335
18336         * gnus-encrypt.el (gnus-encrypt-insert-file-contents)
18337         (gnus-encrypt-write-file-contents): Make the password key the file
18338         name PLUS the cipher, not just the cipher.  Also remove failed
18339         passwords from the cache.
18340
18341 2004-08-06  Simon Josefsson  <jas@extundo.com>
18342
18343         * gnus-sum.el (gnus-article-loose-mime): Change default to t.
18344         Doc fix.
18345
18346 2004-08-05  Katsumi Yamaoka  <yamaoka@jpl.org>
18347
18348         * rfc2047.el (rfc2047-fold-region): Use trailing whitespace as
18349         LWSP.
18350
18351 2004-08-04  Teodor Zlatanov  <tzz@lifelogs.com>
18352
18353         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
18354         Try to append in-reply-to: data to the references: header.
18355
18356         * netrc.el: Remove old encryption support, autoload gnus-encrypt.el.
18357         (netrc-parse): Use gnus-encrypt.el functions.
18358
18359         * gnus-encrypt.el: Add new file for encryption support; currently
18360         does only a few GPG ciphers and an internal XOR cipher.
18361
18362         * password.el: Add comments on using password-read-and-add.
18363         (password-read-and-add): Add function to read and add the
18364         password to the cache at once.
18365
18366 2004-07-28  Simon Josefsson  <jas@extundo.com>
18367
18368         * pgg-pgp5.el (pgg-pgp5-encrypt-region): Accept sign
18369         parameter (but don't use it, for now).
18370
18371         * imap.el (imap-ssl-open): Use imap-process-connection-type,
18372         instead of hard coding to nil.
18373
18374 2004-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18375
18376         * mm-view.el (mm-inline-image-emacs): Open lines under an image
18377         as mm-inline-image-xemacs does.
18378
18379 2004-07-26  Simon Josefsson  <jas@extundo.com>
18380
18381         * gnus-group.el (gnus-group-group-map, gnus-group-make-menu-bar):
18382         Revert part of 2004-07-17 change below.
18383
18384 2004-07-25  Katsumi Yamaoka  <yamaoka@jpl.org>
18385
18386         * rfc2047.el (rfc2047-encode-region): Don't infloop.
18387         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
18388
18389 2004-07-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18390
18391         * flow-fill.el (fill-flowed): Remove space stuffing, and only do
18392         quotes that actually start with ">" at the beginning of the
18393         lines.
18394
18395 2004-07-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18396
18397         * rfc2047.el (rfc2047-encode-region): Fix last change.
18398         (rfc2047-encode-parameter): Remove useless concat.
18399
18400 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
18401
18402         * rfc2047.el (rfc2047-encode-region): Check carefully whether to
18403         encode special characters; fix some kind of misconfigured headers;
18404         signal a real error if debug-on-quit or debug-on-error is non-nil.
18405         (rfc2047-encode-max-chars): New variable.
18406         (rfc2047-encode-1): Use it.
18407         (rfc2047-encode-parameter): New function.
18408
18409         * mml.el (mml-insert-parameter): Remove an excessive space.
18410
18411 2004-07-17  Simon Josefsson  <jas@extundo.com>
18412
18413         * gnus-group.el (gnus-group-make-group-simple): Add, suggested by
18414         Kai Grossjohann <kai@emptydomain.de>.
18415         (gnus-group-group-map): Use it, instead of gnus-group-make-group.
18416         (gnus-group-make-menu-bar): Ditto.
18417
18418         * gnus-util.el (gnus-group-server): Add.
18419
18420 2004-07-16  Jesper Harder  <harder@ifa.au.dk>
18421
18422         * message.el (message-clone-locals): Clone sendmail and smtp
18423         variables.
18424
18425 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18426
18427         * rfc2047.el (rfc2047-encode-region): Fix last change.
18428
18429 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
18430
18431         * rfc2047.el (rfc2047-encode-region): Treat backslash-quoted
18432         characters as non-special.
18433
18434 2004-07-09  Simon Josefsson  <jas@extundo.com>
18435
18436         * gnus-agent.el (gnus-agent-synchronize-flags): Revert to ask.
18437         Users will lose all flag changes made while unplugged with
18438         e.g. nntp unless flag synchronization happens, thus `nil' is not a
18439         good default.  See numerous reports on ding mailing list.
18440
18441 2004-07-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18442
18443         * nndoc.el (nndoc-type-alist): Improve regexp for article-begin,
18444         add generate-head-function and generate-article-function to the
18445         rfc822-forward entry.
18446         (nndoc-rfc822-forward-generate-article): New function.
18447         (nndoc-rfc822-forward-generate-head): New function.
18448
18449         * mm-decode.el (mm-dissect-buffer): Simplify cleaning of CTE.
18450
18451 2004-07-06  Dan Christensen  <jdc@uwo.ca>
18452
18453         * gnus-sum.el (gnus-summary-read-group-1): When summary is unthreaded,
18454         respect display group parameter and gnus-summary-expunge-below.
18455         (gnus-articles-to-read): Remove unused reference to display group
18456         parameter.
18457
18458 2004-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18459
18460         * nnheader.el (nnheader-uniquify-message-id): New experimental
18461         variable.
18462         (nnheader-nov-read-message-id): Use it.
18463
18464         * spam-report.el (spam-report-gmane): Add interactive.
18465
18466 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
18467
18468         * mm-encode.el (mm-content-transfer-encoding-defaults):
18469         Use qp-or-base64 for the application/* types.
18470
18471 2004-07-02  Joakim Verona  <joakim@verona.se>  (tiny change)
18472
18473         * nnrss.el (nnrss-read-group-data): Fix off-by-one error.
18474
18475 2004-06-30  Teodor Zlatanov  <tzz@lifelogs.com>
18476
18477         * gnus-registry.el (gnus-registry-trim): Don't allow a negative
18478         trim value.
18479
18480 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
18481
18482         * nnmaildir.el (nnmaildir--condcase, nnmaildir--enoent-p):
18483         New macro and function.
18484         (nnmaildir--new-number, nnmaildir-request-set-mark): Use them.
18485
18486 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18487
18488         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): Fix cleaning of
18489         after-load-alist.
18490
18491 2004-06-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18492
18493         * gnus-group.el (gnus-group-get-new-news-this-group):
18494         Don't update info that isn't there.
18495
18496 2004-06-29  Ilya N. Golubev  <gin@mo.msk.ru>
18497
18498         * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251
18499         entry.
18500
18501 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
18502
18503         * mm-view.el (mm-inline-render-with-function): Use multibyte
18504         buffer; decode html source by charset.
18505
18506         * mm-encode.el (mm-content-transfer-encoding-defaults): Doc fix.
18507
18508         * mm-util.el (mm-enrich-utf-8-by-mule-ucs): New function run when
18509         Mule-UCS is loaded under XEmacs.
18510         (mm-mime-mule-charset-alist): Avoid duplicated entries.
18511
18512 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
18513
18514         * nnheader.el (nnheader-max-head-length): Increase to 8192.
18515
18516 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18517
18518         * mm-util.el (mm-coding-system-p): Return a coding-system.
18519         (mm-mime-mule-charset-alist): Use shift_jis instead of
18520         iso-2022-jp-2 for the katakana-jisx0201 mule charset; add new
18521         entries for the mime charsets iso-2022-jp-3 and shift_jis.
18522         (mm-coding-system-priorities): Use shift_jis and iso-8859-1
18523         instead of japanese-shift-jis and iso-latin-1 respectively in
18524         order to share the default value with both Emacs and XEmacs-mule.
18525         (mm-mule-charset-to-mime-charset):
18526         Make mm-coding-system-priorities effective.
18527         (mm-sort-coding-systems-predicate): Canonicalize coding-systems
18528         while predicating of candidates upon the priorities.
18529
18530 2004-06-27  Jesper Harder  <harder@ifa.au.dk>
18531
18532         * gnus-sum.el (gnus-summary-make-menu-bar):
18533         Add gnus-uu-invert-processable.
18534
18535         * gnus.el: Autoload gnus-uu-invert-processable.
18536
18537 2004-06-24  Katsumi Yamaoka  <yamaoka@jpl.org>
18538
18539         * mm-util.el (mm-with-multibyte-buffer): New macro.
18540
18541         * rfc2047.el (rfc2047-encode-string): Use it.
18542         (rfc2047-encode-region): Move point to the end of the region after
18543         encoding.  Suggested by IRIE Tetsuya <irie@t.email.ne.jp>.
18544
18545 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18546
18547         * gnus-cite.el (gnus-cite-parse): Don't ignore case when finding
18548         ">From ".  Thanks to Reiner Steib <Reiner.Steib@gmx.de>.
18549
18550 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18551
18552         * gnus-cite.el (gnus-cite-ignore-quoted-from): New user option.
18553         (gnus-cite-parse): Ignore quoted envelope From_.
18554         Suggested by Karl Chen <quarl@nospam.quarl.org>.
18555
18556 2004-06-23  Jesper Harder  <harder@ifa.au.dk>
18557
18558         * message.el (message-idna-to-ascii-rhs-1): Don't choke on
18559         invalid addresses.
18560
18561 2004-06-21  Teodor Zlatanov  <tzz@lifelogs.com>
18562
18563         * spam.el: Change section markers, revise TODO list.
18564         (spam-backends): Make new master list of all installed backends.
18565         (spam-summary-exit-behavior): Add new variable to determine how
18566         messages moves are done at summary exit.
18567         (spam-move-spam-nonspam-groups-only)
18568         (spam-process-ham-in-nonham-groups)
18569         (spam-process-ham-in-spam-groups): Remove variables, the
18570         spam-summary-exit-behavior variable should be used to manage this
18571         behavior.
18572         (spam-old-ham-articles, spam-old-spam-articles): Remove.
18573         (spam-old-articles): Add variable, replacing spam-old-ham-articles
18574         and spam-old-spam-articles.
18575         (spam-use-copy, spam-use-move, spam-use-gmane, spam-use-resend):
18576         Add empty variables, placeholders for the backends they represent.
18577         (spam-set-difference): Move, unchanged.
18578         (spam-list-of-processors): Declare OBSOLETE, not used anymore
18579         unless the user has a processor variable.
18580         (spam-classifications, spam-classification-valid-p)
18581         (spam-backend-properties, spam-backend-property-valid-p)
18582         (spam-backend-function-type-valid-p)
18583         (spam-process-type-valid-p, spam-list-articles): Add helper functions.
18584         (spam-report-articles-gmane, spam-report-articles-resend):
18585         Remove functions, they are not needed.
18586         (spam-install-backend-super, spam-backend-list)
18587         (spam-backend-check, spam-backend-valid-p, spam-backend-info)
18588         (spam-backend-function, spam-backend-ham-registration-function)
18589         (spam-backend-spam-registration-function)
18590         (spam-backend-ham-unregistration-function)
18591         (spam-backend-spam-unregistration-function)
18592         (spam-backend-statistical-p, spam-backend-mover-p)
18593         (spam-install-backend-alias, spam-install-checkonly-backend)
18594         (spam-install-mover-backend, spam-install-nocheck-backend)
18595         (spam-install-backend, spam-install-statistical-backend)
18596         (spam-install-statistical-checkonly-backend): Add backend installation
18597         support.
18598         (spam-summary-prepare-exit): Rewrite to use the new backend code.
18599         (spam-group-processor-p): Use the new backend code and respect the
18600         summary exit behavior.
18601         (spam-mark-spam-as-expired-and-move-routine): Remove.
18602         (spam-summary-prepare): Change to use the new spam-old-articles
18603         variable.
18604         (spam-copy-or-move-routine, spam-copy-spam-routine)
18605         (spam-move-spam-routine, spam-copy-ham-routine)
18606         (spam-move-ham-routine): Add code to copy/move ham or spam.
18607         (spam-fetch-field-fast): Improve doc and code, plus allow the
18608         'number request.
18609         (spam-list-of-checks, spam-list-of-statistical-checks):
18610         Remove variables.
18611         (spam-split, spam-find-spam): Use the new backend code.
18612         (spam-registration-functions): Remove variable.
18613         (spam-unregister-routine): Add convenience wrapper.
18614         (spam-log-undo-registration, spam-register-routine)
18615         (spam-log-processing-to-registry)
18616         (spam-log-unregistration-needed-p): Rename "check" to "backend"
18617         where possible.
18618         (spam-check-gmane-xref, spam-check-regex-headers)
18619         (spam-check-blackholes, spam-check-stat, spam-check-ifile)
18620         (spam-check-BBDB, spam-check-whitelist, spam-check-blacklist)
18621         (spam-check-bogofilter-headers, spam-check-spamoracle)
18622         (spam-check-spamassassin-headers, spam-check-bsfilter-headers)
18623         (spam-check-crm114-headers): Use the spam-split-group that
18624         spam-split prepares, no need to determine it every time.
18625
18626         * nnimap.el (nnimap-retrieve-headers-progress): Add the message number
18627         to the nnheader-parse-naked-head call.
18628
18629         * nnheader.el (nnheader-generate-fake-message-id): Fix indentation.
18630
18631         * gnus-sum.el (gnus-nov-parse-line): Add the message number to
18632         the nnheader-nov-read-message-id call.
18633
18634 2004-06-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18635
18636         * gnus-group.el (gnus-group-get-new-news-this-group): Don't call
18637         gnus-activate-group twice.  Suggested by Markus Peter
18638         <warp@spin.de>.
18639
18640 2004-06-18  Katsumi Yamaoka  <yamaoka@jpl.org>
18641
18642         * gnus-art.el (gnus-article-time-format): Exchange the order of
18643         day and month in the default value; fix customization type.
18644         (article-date-ut): Use add-text-properties.
18645         (article-make-date-line): Use message-make-date instead of
18646         current-time-string.
18647
18648         * message.el (message-fetch-field): Don't use set-text-properties.
18649         (message-make-date): Simplify.
18650
18651         * messagexmas.el (message-xmas-make-date): New function.
18652         (message-xmas-redefine): Defalias message-make-date to it.
18653
18654 2004-06-17  Katsumi Yamaoka  <yamaoka@jpl.org>
18655
18656         * rfc2047.el (rfc2047-syntax-table): Treat `(' and `)' as is.
18657         (rfc2047-encode-region): Treat text within parentheses as special;
18658         show the original text when error has occurred.
18659
18660         * gnus-group.el (gnus-group-get-new-news-this-group): Pass the
18661         already-computed method to gnus-activate-group.
18662
18663         * gnus-start.el (gnus-make-hashtable-from-newsrc-alist): Make the
18664         same select-methods identical Lisp objects.
18665
18666         * gnus-srvr.el (gnus-server-set-info): Don't make a new Lisp
18667         object when modifying the info.
18668
18669 2004-06-16  Katsumi Yamaoka  <yamaoka@jpl.org>
18670
18671         * gnus-srvr.el (gnus-server-set-info): Remove the server from
18672         gnus-opened-servers since it has never been opened with the new
18673         configuration yet.
18674
18675 2004-06-15  Katsumi Yamaoka  <yamaoka@jpl.org>
18676
18677         * nnheader.el (nnheader-nov-read-message-id): Pass the optional
18678         arg to nnheader-generate-fake-message-id.
18679
18680 2004-06-14  Teodor Zlatanov  <tzz@lifelogs.com>
18681
18682         * nnheader.el (nnheader-generate-fake-message-id): Accept a
18683         number and build a fake message ID localized to a group and
18684         article number (so it's repeatable from that point on).
18685         (nnheader-fake-message-id-p): Change regex to accomodate new fake
18686         ID format.
18687
18688         * gnus-sum.el (gnus-get-newsgroup-headers):
18689         Call nnheader-generate-fake-message-id with the article number.
18690
18691 2004-06-12  YAGI Tatsuya  <ynyaaa@ybb.ne.jp>  (tiny change)
18692
18693         * gnus-art.el (gnus-article-next-page): Fix the way to find a real
18694         end-of-buffer.
18695
18696 2004-06-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18697
18698         * message.el (message-ignored-supersedes-headers): Add Approved.
18699
18700 2004-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
18701
18702         * rfc2047.el (rfc2047-encode-message-header): Remove useless
18703         goto-char.
18704         (rfc2047-encode): Fold the line before encoding.
18705
18706 2004-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18707
18708         * rfc2047.el (rfc2047-encode-message-header): Disabled header
18709         folding -- not all headers can be folded, and this should be done
18710         by the message composition mode.  Probably.  I think.
18711
18712 2004-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
18713
18714         * gnus-util.el (gnus-remove-text-with-property): Make it slightly
18715         fast.
18716
18717         * gnus-ems.el (gnus-remove-image): Don't use
18718         message-text-with-property; remove only the image found first.
18719
18720         * gnus-xmas.el (gnus-xmas-remove-image): Remove only the image
18721         found first.
18722
18723 2004-06-09  Jesper Harder  <harder@ifa.au.dk>
18724
18725         * message.el (message-send-mail-with-sendmail): Use with-current-buffer.
18726
18727 2004-06-09  Katsumi Yamaoka  <yamaoka@jpl.org>
18728
18729         * message.el (message-text-with-property): Make it fast and accept
18730         optional arguments.
18731         (message-strip-forbidden-properties): Use it.
18732         (message-fix-before-sending): Follow the m-t-w-p change.
18733
18734         * gnus-ems.el (gnus-remove-image): Follow the m-t-w-p change.
18735
18736 2004-06-08  Katsumi Yamaoka  <yamaoka@jpl.org>
18737
18738         * gnus-art.el (article-hide-headers): Don't change the buffer
18739         mistakenly when performing mml-preview even if
18740         gnus-single-article-buffer is nil.
18741
18742 2004-06-08  Kai Grossjohann  <kgrossjo@eu.uu.net>
18743
18744         * message.el (message-expand-name-databases): New user option.
18745         (message-expand-name): Use it.
18746
18747 2004-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
18748
18749         * spam.el (spam-report-articles-resend)
18750         (spam-report-resend-register-routine): Allow ham reporting.
18751         (spam-report-resend-register-ham-routine): Add wrapper.
18752         (spam-registration-functions): Add ham resending functions.
18753         (spam-list-of-processors): Add ham resend processor.
18754
18755         * gnus.el (ham-resend-to): Add new group parameter.
18756         (spam-process): Add ham resend option.
18757
18758         * spam-report.el (spam-report-resend): Allow reporting ham.
18759         (spam-report-resend-ham): Add wrapper.
18760
18761 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18762
18763         * message.el (message-cite-articles-with-x-no-archive):
18764         New variable.
18765         (message-cite-original): Use it.
18766
18767 2004-06-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18768
18769         * message.el (message-cite-original): Respect X-No-Archive.
18770
18771 2004-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
18772
18773         * gnus-art.el (article-hide-headers): Refer to the values for
18774         gnus-ignored-headers and gnus-visible-headers in the summary
18775         buffer since a user may have set them as group parameters.
18776
18777 2004-06-03  Teodor Zlatanov  <tzz@lifelogs.com>
18778
18779         * assistant.el (assistant-node-name): Add convenience function.
18780         (assistant-render-text, assistant-render-node): Add error handling,
18781         plus handle multiple next nodes.
18782         (assistant-find-next-node): Comment out for now.
18783         (assistant-find-next-nodes): Add function, returns list of next
18784         nodes.
18785
18786 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
18787
18788         * mail-source.el (mail-source-directory): Fix doc-string.
18789
18790 2004-05-29  Teodor Zlatanov  <tzz@lifelogs.com>
18791
18792         * assistant.el (assistant-render-text, assistant-eval): Add :set
18793         widget type, which is different because it takes and returns a
18794         list.  Much hilarity ensues.
18795
18796 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
18797
18798         * gnus-art.el (gnus-button-alist): Fix regexp for manual links.
18799
18800         * gnus-group.el (gnus-group-get-new-news-this-group):
18801         Add doc-string.
18802
18803         * gnus-start.el (gnus-activate-group): Add doc-string.
18804
18805 2004-05-28  Katsumi Yamaoka  <yamaoka@jpl.org>
18806
18807         * mm-encode.el (mm-safer-encoding): Consider 7bit is safe.
18808
18809 2004-05-27  Teodor Zlatanov  <tzz@lifelogs.com>
18810
18811         * assistant.el (assistant-render-text): Try to add a :set
18812         widget, more to come.
18813
18814         * spam.el (spam-group-spam-contents-p): Handle empty groupname
18815         strings.
18816         (spam-report-articles-resend)
18817         (spam-register-routine): Do registration iff any articles warrant
18818         it.
18819         (spam-summary-prepare-exit): Change log message for nil group
18820         destinations.
18821
18822 2004-05-27  Daniel Pittman  <daniel@rimspace.net>
18823
18824         * spam.el (spam-report-resend-register-routine):
18825         Allow spam-report-resend-to to be a group parameter or a global value.
18826
18827 2004-05-26  Simon Josefsson  <jas@extundo.com>
18828
18829         * starttls.el: Merge with my GNUTLS based starttls.el.
18830         (starttls-gnutls-program, starttls-use-gnutls)
18831         (starttls-extra-arguments, starttls-process-connection-type)
18832         (starttls-connect, starttls-failure, starttls-success):
18833         New variables.
18834         (starttls-program, starttls-extra-args): Doc fix.
18835         (starttls-negotiate-gnutls, starttls-open-stream-gnutls):
18836         New functions.
18837         (starttls-negotiate, starttls-open-stream):
18838         Check `starttls-use-gnutls' and pass on to corresponding *-gnutls
18839         function if it is set.
18840
18841 2004-05-27  Katsumi Yamaoka  <yamaoka@jpl.org>
18842
18843         * rfc2047.el (rfc2047-encode-region): Encode encoded words in
18844         structured fields.
18845
18846 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18847
18848         * message.el (message-resend): Bind rfc2047-encode-encoded-words.
18849
18850 2004-05-26  Teodor Zlatanov  <tzz@lifelogs.com>
18851
18852         * spam.el (spam-mark-new-messages-in-spam-group-as-spam):
18853         Add variable.
18854         (spam-mark-junk-as-spam-routine): Use it.  Allow to disable
18855         assigning the spam-mark to new messages.
18856
18857 2004-05-26  Adam Sjøgren  <asjo@koldfront.dk>  (tiny change)
18858
18859         * spam.el (spam-ham-copy-or-move-routine): Don't declare `todo' twice.
18860
18861 2004-05-26  Katsumi Yamaoka  <yamaoka@jpl.org>
18862
18863         * dgnushack.el: Autoload customize-set-variable for XEmacs.
18864
18865         * rfc2047.el (rfc2047-encodable-p): Don't move point.
18866         (rfc2047-decode): Treat the ascii coding-system as raw-text by
18867         default.
18868
18869 2004-05-25  Anand Mitra  <mitramc@yahoo.com>  (tiny change)
18870
18871         * gnus-sum.el (gnus-summary-delete-article): Invoke hook with
18872         correct data.
18873
18874 2004-05-24  Teodor Zlatanov  <tzz@lifelogs.com>
18875
18876         * spam.el (spam-list-of-processors): Use nil for nonexistent processors.
18877         (spam-group-processor-p): Fix function.
18878         (spam-group-processor-multiple-p)
18879         (spam-group-spam-processor-report-gmane-p)
18880         (spam-group-spam-processor-report-resend-p)
18881         (spam-group-spam-processor-bogofilter-p)
18882         (spam-group-spam-processor-blacklist-p)
18883         (spam-group-spam-processor-ifile-p)
18884         (spam-group-ham-processor-ifile-p)
18885         (spam-group-spam-processor-spamoracle-p)
18886         (spam-group-spam-processor-crm114-p)
18887         (spam-group-ham-processor-bogofilter-p)
18888         (spam-group-spam-processor-stat-p)
18889         (spam-group-ham-processor-stat-p)
18890         (spam-group-ham-processor-whitelist-p)
18891         (spam-group-ham-processor-BBDB-p)
18892         (spam-group-ham-processor-spamoracle-p)
18893         (spam-group-ham-processor-copy-p): Remove functions with some
18894         prejudice against unneeded code.
18895         (spam-report-articles-resend)
18896         (spam-report-resend-register-routine): Allow the group/topic
18897         spam-resend-to value to override spam-report-resend-to.
18898         (spam-summary-prepare-exit): Invoke spam-group-processor-p
18899         properly now.
18900
18901         * gnus.el (spam-resend-to): Add group/topic parameter.
18902         (spam-process): Move the OBSOLETE processors to the end of the
18903         choices.
18904
18905 2004-05-24  Daniel Pittman  <daniel@rimspace.net>
18906
18907         * spam-report.el (spam-report-resend-to, spam-report-resend):
18908         Start with resend-to set to nil, and then ask the user if necessary.
18909         (spam-report-resend): spam-report-resend takes a list of articles, not
18910         separate article numbers.
18911
18912 2004-05-23  Katsumi Yamaoka  <yamaoka@jpl.org>
18913
18914         * mm-decode.el (mm-text-html-renderer): Make sure w3m exists in
18915         addition to emacs-w3m.
18916
18917 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18918
18919         * assistant.el (assistant-authinfo-data): New function.
18920         (assistant-eval): Eval for entire assistant.
18921
18922         * netrc.el (netrc-services-file): New variable.
18923         (netrc-parse-services): New function.
18924         (netrc-find-service-name): New function.
18925         (netrc-find-service-number): New function.
18926         (netrc-port-equal): New function.
18927         (netrc-machine): Use it.
18928
18929         * nnimap.el (nnimap-open-connection): Use netrc.
18930
18931         * gnus-util.el (gnus-netrc-get): Remove aliases.
18932
18933         * gnus-sum.el (gnus-auto-center-summary): Change default to 2.
18934
18935         * assistant.el (wid-edit): Fix compilation.
18936
18937         * gnus-util.el (gnus-set-file-modes): Just ignore errors.
18938
18939 2004-05-23  Paul Stodghill  <stodghil@cs.cornell.edu>
18940
18941         * gnus-util.el (gnus-set-file-modes): New function.  (small
18942         patch).
18943
18944 2004-05-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18945
18946         * gnus-topic.el (gnus-topic-jump-to-topic): Goto missing topic.
18947
18948         * assistant.el (assistant-render-node): Fix up rendering and
18949         read-only text.
18950         (assistant-render-node): Reset.
18951         (assistant-make-read-only): Not sticky.
18952
18953 2004-05-20  Danny Siu  <dsiu@adobe.com>
18954
18955         * gnus-sum.el (gnus-summary-recenter): Summery buffer was not auto
18956         centered even when gnus-auto-center-summary is t.
18957
18958 2004-05-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18959
18960         * dns.el (dns-get-txt-answer): New function.
18961         (dns-read-txt): Ditto.
18962         (query-dns): Use it.
18963
18964 2004-05-21  Katsumi Yamaoka  <yamaoka@jpl.org>
18965
18966         * gnus-start.el (gnus-get-unread-articles): Don't invalidate
18967         active for foreign groups even if the group level is higher than
18968         the specified value.
18969
18970 2004-05-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
18971
18972         * gnus-group.el (gnus-group-jump-to-group): Don't prompt for
18973         non-active groups.
18974
18975         * gnus-art.el (gnus-picon-databases): Add /usr/share/picons.
18976
18977 2004-05-20  Magnus Henoch  <mange@freemail.hu>
18978
18979         * dns.el (dns-read-type): Add support for SVR.  (small patch)
18980
18981 2004-05-20  Teodor Zlatanov  <tzz@lifelogs.com>
18982
18983         * spam.el (spam-use-crm114, spam-crm114, spam-crm114-program)
18984         (spam-crm114-header, spam-crm114-spam-switch)
18985         (spam-crm114-spam-strong-switch, spam-crm114-ham-strong-switch)
18986         (spam-crm114-positive-spam-header)
18987         (spam-crm114-database-directory, spam-list-of-processors)
18988         (spam-group-spam-processor-crm114-p)
18989         (spam-group-ham-processor-crm114-p, spam-extra-header-to-number)
18990         (spam-generic-score, spam-list-of-checks)
18991         (spam-list-of-statistical-checks, spam-registration-functions)
18992         (spam-check-crm114-headers, spam-crm114-score)
18993         (spam-check-crm114, spam-crm114-register-with-crm114)
18994         (spam-crm114-register-spam-routine)
18995         (spam-crm114-unregister-spam-routine)
18996         (spam-crm114-register-ham-routine)
18997         (spam-crm114-unregister-ham-routine): Add CRM114 support.
18998         From asjo@koldfront.dk (Adam Sjøgren).
18999
19000         * gnus.el: Add spam-use-crm114.
19001
19002         * spam.el (spam-list-of-processors, spam-registration-functions):
19003         Add spam-use-resend.
19004         (spam-group-spam-processor-report-resend-p): Add utility wrapper.
19005         (spam-report-articles-gmane): Add doc fix.
19006         (spam-report-articles-resend, spam-report-resend-register-routine):
19007         Add wrappers around spam-report-resend-to.
19008
19009         * spam-report.el (spam-report-resend-to, spam-report-resend):
19010         Add support for resending spam.
19011         (spam-report-gmane): Fix line length >80.
19012
19013         * gnus.el (spam-process): Add spam-use-resend.
19014
19015 2004-05-20  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19016
19017         * spam.el (spam-mark-spam-as-expired-and-move-routine): Return the
19018         number of processed spam messages.
19019         (spam-ham-copy-or-move-routine): Return the number of processed
19020         ham messages.
19021         (spam-summary-prepare-exit): Use the above values to decide
19022         whether status messages shouled be displayed.
19023
19024 2004-05-20  Katsumi Yamaoka  <yamaoka@jpl.org>
19025
19026         * rfc2047.el (rfc2047-encode-function-alist): Rename from
19027         `rfc2047-encoding-function-alist' in order to avoid conflicting
19028         with the old version.
19029         (rfc2047-encode-region): Concatenate words containing non-ASCII
19030         characters in structured fields; don't encode space-delimited
19031         ASCII words even in unstructured fields; don't break words at
19032         char-category boundaries.
19033         (rfc2047-encode-1): New function.
19034         (rfc2047-encode): Use it; encode text so that it occupies the
19035         maximum width within 76-column; work correctly on Q encoding for
19036         iso-2022-* charsets.
19037         (rfc2047-fold-region): Use existing whitespace for LWSP; make it
19038         sure not to break a line just after the header name.
19039         (rfc2047-b-encode-region): Remove.
19040         (rfc2047-b-encode-string): New function.
19041         (rfc2047-q-encode-region): Remove.
19042         (rfc2047-q-encode-string): New function.
19043
19044         * mm-util.el (mm-replace-in-string): New function.
19045
19046 2004-05-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19047
19048         * gnus-msg.el (gnus-inews-make-draft-meta-information):
19049         Really get it right.
19050         (gnus-inews-make-draft): Really.
19051
19052 2004-05-19  Ben Menasha  <bmenasha@benmenasha.net>
19053
19054         * nnmh.el (nnmh-request-list-1): Don't check the link count
19055         before descending.  (small patch)
19056
19057 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19058
19059         * gnus-msg.el (gnus-inews-make-draft-meta-information): Fix quote
19060         stuff.
19061
19062         * gnus-start.el (gnus-subscribe-hierarchical-interactive):
19063         Match on real group name.
19064
19065         * gnus-art.el (gnus-signature-limit): Doc fix.
19066
19067         * gnus-msg.el (gnus-inews-make-draft): Quote list.
19068
19069         * pgg-pgp.el (pgg-pgp-verify-region): Clean up.
19070
19071 2004-05-19  Michael Schierl  <schierlm-usenet@gmx.de>  (tiny change)
19072
19073         * pgg-pgp.el (pgg-pgp-verify-region): Default when signature
19074         isn't a string.
19075
19076 2004-05-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19077
19078         * gnus-draft.el (gnus-draft-send):
19079         Bind rfc2047-encode-encoded-words.
19080
19081         * rfc2047.el (rfc2047-encode-region): Encode =? strings.
19082         (rfc2047-encodable-p): Say that =? needs encoding.
19083         (rfc2047-encode-encoded-words): New variable.
19084
19085         * gnus-group.el (gnus-group-select-group): Doc fix.
19086
19087         * gnus-draft.el (gnus-draft-setup): Mark all replied as replied.
19088
19089         * gnus-group.el (gnus-group-mode): Set show-trailing-whitespace
19090         to nil.
19091
19092         * gnus-cache.el (gnus-cache-possibly-enter-article): Use it.
19093
19094         * nnheader.el (nnheader-get-lines-and-char): New function.
19095
19096 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
19097
19098         * gnus-msg.el (gnus-summary-followup-with-original):
19099         Document yanking of region when active.
19100
19101 2004-05-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19102
19103         * gnus-start.el (gnus-get-unread-articles): Do nothing for foreign
19104         groups if the group level is higher than the specified value.
19105
19106 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19107
19108         * gnus-group.el (gnus-group-jump-to-group-prompt): Allow an alist.
19109         (gnus-group-jump-to-group): Add prefix argument using
19110         `gnus-group-jump-to-group-prompt'.  Query before jumping to
19111         non-active group.
19112
19113         * compface.el (uncompface): Be verbose when changing
19114         `uncompface-use-external'.
19115
19116         * gnus-art.el (gnus-button-handle-man, gnus-button-alist): Try to
19117         handle manual section.
19118
19119 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19120
19121         * gnus-art.el (gnus-button-alist): Revert previous change.
19122
19123 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19124
19125         * message.el (message-idna-to-ascii-rhs-1): Fix typo.
19126
19127 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19128
19129         * gnus-msg.el (gnus-inews-do-gcc): Don't use read-only-p to see
19130         whether backend can accept message.
19131
19132         * message.el (message-idna-to-ascii-rhs-1): Don't use equalp.
19133
19134 2004-05-18  Kai Grossjohann  <kgrossjo@eu.uu.net>
19135
19136         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19137         Avoid creating directory when nntp-marks-is-evil is true.
19138         Reported by Reiner Steib.
19139
19140 2004-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
19141
19142         * gnus-picon.el (gnus-picon-style): New variable.
19143         (gnus-picon-insert-glyph): Add optional `nostring' argument.
19144         (gnus-picon-transform-address): Support `gnus-picon-style'.
19145         From Jesper Harder <harder@ifa.au.dk>.
19146
19147 2004-05-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19148
19149         * message.el (message-fill-field): Return point.
19150         (message-generate-headers): Go to end of field.
19151
19152         * gnus-start.el (gnus-get-unread-articles-in-group): Don't do
19153         stuff for non-living groups.
19154
19155 2004-05-18  Jesper Harder  <harder@ifa.au.dk>
19156
19157         * gnus-art.el (gnus-article-followup-with-original)
19158         (gnus-article-reply-with-original): gnus-mark-active-p ->
19159         gnus-region-active-p.
19160
19161 2004-05-17  Teodor Zlatanov  <tzz@lifelogs.com>
19162
19163         * spam.el (spam-summary-prepare-exit): Fix messages, so they show
19164         only when there is spam or ham to be processed.
19165
19166 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19167
19168         * mail-source.el (mail-source-delete-crash-box): Refactor.
19169         (mail-source-fetch): Use it.
19170         (mail-source-fetch-file): Ditto.
19171         (mail-source-fetch-directory): Run postscript in loop.
19172         (mail-source-fetch-pop): Delete.
19173         (mail-source-fetch-maildir): Ditto.
19174         (mail-source-fetch-imap): Ditto.
19175
19176         * imap.el (imap-authenticators): Comment out sasl.
19177
19178         * message.el (message-skip-to-next-address): New function.
19179         (message-fill-header-address): Refactor.
19180         (message-fill-address): Use it.
19181         (message-delete-address): Use it.
19182         (message-fill-header-general): Refactor.
19183         (message-fill-field-address): Rename.
19184         (message-narrow-to-field): Find the start of the header.
19185         (message-header-format-alist): Don't pre-fill.
19186         (message-fill-header): Remove.
19187         (message-insert-header): New function.
19188         (message-shorten-references): Use it.
19189
19190         * rfc2047.el (rfc2047-field-value): Strip props.
19191
19192         * mail-parse.el (mail-header-make-address): New alias.
19193
19194         * ietf-drums.el (ietf-drums-make-address): New function.
19195
19196         * imap.el: Add compiler directives.
19197
19198         * gnus-score.el (gnus-score-edit-done): run-hook->run-hooks.
19199
19200         * gnus-art.el (article-decode-idna-rhs): Don't use
19201         message-idna-inside-rhs-p.
19202
19203 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19204
19205         * message.el (message-idna-inside-rhs-p): Remove.
19206         (message-idna-to-ascii-rhs-1): Use proper address parsing.
19207
19208         * gnus-art.el (gnus-emphasis-alist): Remove strikethru; too many
19209         false positives.
19210
19211 2004-05-16  Kim-Minh Kaplan  <kmkaplan-AwwS6Bc0PDVoiYX5Tdu9fQ@public.gmane.org>
19212
19213         * imap.el (imap-sasl-make-mechanisms): Use sasl.
19214
19215 2004-05-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19216
19217         * nneething.el (nneething-file-name): Don't create spurious
19218         files.
19219
19220         * gnus-msg.el (gnus-inews-do-gcc): Ignore read-only groups.
19221         (gnus-inews-do-gcc): Remove sleep.
19222
19223         * gnus-art.el (gnus-mime-delete-part): Error message when no MIME
19224         part under point.
19225
19226         * gnus-agent.el (gnus-agent-synchronize-flags): Default to nil.
19227         (gnus-agent-regenerate-group): Using nil messages aren't valid.
19228
19229 2004-05-15  Teodor Zlatanov  <tzz@lifelogs.com>
19230
19231         * spam.el (spam-summary-prepare-exit): Fix (length).
19232
19233 2004-05-14  Teodor Zlatanov  <tzz@lifelogs.com>
19234
19235         * spam.el (spam-summary-prepare-exit): Fix to produce "marking spam
19236         as expired without moving it" message when there are spam
19237         messages left.
19238
19239 2004-05-14  Nelson Ferreira  <nelson.ferreira@verizon.net>  (tiny change)
19240
19241         * gnus-dup.el (gnus-dup-unsuppress-article): Don't assume the mail
19242         header is not nil.
19243
19244 2004-05-14  Kai Grossjohann  <kgrossjo@eu.uu.net>
19245
19246         * nntp.el (nntp-request-set-mark, nntp-request-update-info):
19247         Call nntp-possibly-create-directory, not nntp-possibly-change-group.
19248         (nntp-marks-changed-p): New arg SERVER.
19249         (nntp-request-update-info): Adjust caller.
19250
19251 2004-05-14  Kai Grossjohann  <kai@emptydomain.de>
19252
19253         * nntp.el (nntp-save-marks): Pass missing arg.
19254
19255 2004-05-13  Kai Grossjohann  <kai.grossjohann@gmx.net>
19256
19257         * nntp.el: Support marks.
19258         (nntp-marks-is-evil, nntp-marks-file-name, nntp-marks)
19259         (nntp-marks-modtime, nntp-marks-directory): New variables.
19260         (nntp-request-set-mark, nntp-request-update-info)
19261         (nntp-possibly-create-directory, nntp-marks-changed-p)
19262         (nntp-save-marks, nntp-open-marks, nntp-marks-directory):
19263         New functions.
19264
19265 2004-05-12  Jesper Harder  <harder@ifa.au.dk>
19266
19267         * gnus-xmas.el (gnus-xmas-select-lowest-window)
19268         (gnus-xmas-redefine): Rename.
19269
19270         * gnus-score.el (gnus-score-insert-help):
19271         Use gnus-select-lowest-window.
19272
19273         * gnus-ems.el (gnus-select-lowest-window): Copy definition of
19274         appt-select-lowest-window and rename to gnus-select-lowest-window.
19275
19276         * gnus.el: do.
19277
19278 2004-05-12  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19279
19280         * rfc2047.el (rfc2047-encode): Use uppercase letters to specify
19281         encodings of MIME-encoded words, in order to improve
19282         interoperability with several broken MUAs.
19283
19284 2004-05-07  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19285
19286         * mm-view.el (mm-inline-text-html-render-with-w3): Check META
19287         tags, only when charsets are not specified in headers.
19288         (mm-inline-text-html-render-with-w3m): Ditto.
19289
19290         * lpath.el: Remove `w3m-meta-content-type-charset-regexp' and
19291         `w3m-charset-to-coding-system'.  Add `w3m-detect-meta-charset'.
19292
19293 2004-05-06  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19294
19295         * gnus-art.el (article-strip-banner): Use MIME-encoded from fields
19296         instead of MIME-decoded from fields when checking
19297         `gnus-article-address-banner-alist'.
19298
19299 2004-05-03  Jesper Harder  <harder@ifa.au.dk>
19300
19301         * nnrss.el (nnrss-check-group, nnrss-read-group-data): Hash on
19302         description rather than subject.
19303
19304 2004-05-02  Steve Youngs  <steve@youngs.au.com>
19305
19306         * dgnushack.el: Autoload `mail-fetch-field' for XEmacs.
19307
19308 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19309
19310         * gnus.el (gnus-version-number): Bump.
19311
19312 2004-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
19313
19314         * gnus.el: No Gnus v0.2 is released.
19315
19316 2004-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
19317
19318         * gnus-agent.el (gnus-agent-read-agentview):
19319         Inline gnus-uncompress-range.
19320
19321 2004-05-01  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19322
19323         * spam.el (spam-bsfilter-path): Use `executable-find' instead of
19324         `exec-installed-p'.
19325
19326 2004-04-30  TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
19327
19328         * gnus.el (spam-process, spam-autodetect-methods):
19329         Add bsfilter and bsfilter-headers.
19330
19331         * spam.el (spam-bsfilter): New customize group.
19332         (spam-use-bsfilter, spam-use-bsfilter-headers, spam-bsfilter-path)
19333         (spam-bsfilter-header, spam-bsfilter-probability-header)
19334         (spam-bsfilter-spam-switch, spam-bsfilter-ham-switch)
19335         (spam-bsfilter-spam-strong-switch, spam-bsfilter-ham-strong-switch)
19336         (spam-bsfilter-database-directory): New options.
19337         (spam-install-hooks, spam-list-of-processors, spam-list-of-checks)
19338         (spam-list-of-statistical-checks, spam-registration-functions):
19339         Add `spam-use-bsfilter' and `spam-use-bsfilter-headers'.
19340         (spam-bsfilter-score): New command.
19341         (spam-check-bsfilter-headers, spam-check-bsfilter)
19342         (spam-bsfilter-register-with-bsfilter)
19343         (spam-bsfilter-register-spam-routine)
19344         (spam-bsfilter-unregister-spam-routine)
19345         (spam-bsfilter-register-ham-routine)
19346         (spam-bsfilter-unregister-ham-routine): New functions.
19347         (spam-generic-score): Support bsfilter; Accept an optional argument
19348         to recalcurate spam score even if scoring header has already been
19349         added.
19350         (spam-bogofilter-score, spam-spamassassin-score): Accept an
19351         optional argument to recalcurate spam score even if scoring header
19352         has already been added.
19353
19354 2004-04-29  Jesper Harder  <harder@ifa.au.dk>
19355
19356         * nnrss.el (nnrss-get-namespace-prefix): Use string= to compare
19357         strings!  Reported by David D. Smith <davidsmith@acm.org>.
19358         (nnrss-check-group, nnrss-read-group-data): Hash on Subject if
19359         link is missing.
19360
19361 2004-04-28  Jesper Harder  <harder@ifa.au.dk>
19362
19363         * html2text.el (html2text-replace-list): Add &amp; and &apos;.
19364         (html2text-get-attr): Rewrite.
19365
19366         * message.el (message-setup-1): Remove redundant put-text-property
19367         on mail-header-separator.
19368
19369 2004-04-27  Teodor Zlatanov  <tzz@lifelogs.com>
19370
19371         * gnus-registry.el (gnus-registry-cache-whitespace)
19372         (gnus-registry-action, gnus-registry-spool-action)
19373         (gnus-registry-split-fancy-with-parent): Change message levels
19374         from 5 to 3 or 7, as needed.
19375
19376         * spam.el (spam-summary-prepare-exit)
19377         (spam-mark-junk-as-spam-routine, spam-fetch-field-fast)
19378         (spam-split, spam-find-spam, spam-log-undo-registration)
19379         (spam-check-blackholes, spam-enter-ham-BBDB): Change message
19380         level from 5 to 6.
19381
19382 2004-04-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19383
19384         * gnus-ems.el: Autoload appt-select-lowest-window (revert
19385         2004-03-04 change).
19386
19387 2004-04-25  Jesper Harder  <harder@ifa.au.dk>
19388
19389         * sieve-manage.el (sieve-manage-open):
19390         * nnweb.el (nnweb-insert-html):
19391         * nnvirtual.el (nnvirtual-catchup-group, nnvirtual-partition-sequence)
19392         (nnvirtual-partition-sequence, nnvirtual-create-mapping):
19393         * nnspool.el (nnspool-request-group):
19394         * nnrss.el (nnrss-opml-export, nnrss-find-el, nnrss-order-hrefs):
19395         * nnml.el (nnml-request-update-info):
19396         * nnmh.el (nnmh-request-group, nnmh-request-list-1, nnmh-active-number)
19397         (nnmh-request-create-group, nnmh-update-gnus-unreads):
19398         * nnimap.el (nnimap-request-close, nnimap-acl-edit)
19399         (nnimap-request-set-mark):
19400         * nnfolder.el (nnfolder-request-update-info):
19401         * mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic):
19402         * mml.el (mml-destroy-buffers, mml-compute-boundary-1):
19403         * gnus-uu.el (gnus-uu-find-articles-matching):
19404         * gnus-topic.el (gnus-topic-check-topology, gnus-topic-remove-group):
19405         * gnus-sum.el (gnus-summary-fetch-faq, gnus-read-move-group-name):
19406         * gnus-score.el (gnus-score-load-file, gnus-sort-score-files):
19407         * gnus-nocem.el (gnus-nocem-scan-groups):
19408         * gnus-int.el (gnus-start-news-server):
19409         * gnus-group.el (gnus-group-make-kiboze-group)
19410         (gnus-group-browse-foreign-server):
19411         * spam-stat.el (spam-stat-score-buffer): Simplify mapcar usage.
19412         Use mapc when appropriate.
19413
19414 2004-04-22  Teodor Zlatanov  <tzz@lifelogs.com>
19415
19416         FIXME: Make separate entries for each person.
19417
19418         From Dan Christensen <jdc@uwo.ca>, asjo@koldfront.dk (Adam
19419         Sjøgren), Wes Hardaker <wes@hardakers.net>, and Michael Shields
19420         <shields@msrl.com>:
19421
19422         * spam.el (spam-necessary-extra-headers): Get the extra headers we
19423         may need for spam sorting and scoring.
19424         (spam-user-format-function-S): Add user format function suitable for
19425         general use.
19426         (spam-article-sort-by-spam-status): Add sorting function for summary
19427         sorting.
19428         (spam-extra-header-to-number): Add function to get a score from a
19429         header.
19430         (spam-summary-score): Add function to get a numeric score from the
19431         headers.
19432         (spam-generic-score): Fix function doc, was in wrong place.
19433         (spam-initialize): Take symbols when it's run, and install the
19434         extra headers that spam-necessary-extra-headers thinks we need.
19435
19436 2004-04-21  Teodor Zlatanov  <tzz@lifelogs.com>
19437
19438         * spam.el (spam-summary-prepare-exit): Add logic and message fix.
19439         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
19440
19441 2004-04-17  Jesper Harder  <harder@ifa.au.dk>
19442
19443         * gnus-sum.el (gnus-set-global-variables)
19444         (gnus-build-all-threads, gnus-get-newsgroup-headers)
19445         (gnus-article-get-xrefs, gnus-summary-best-group)
19446         (gnus-summary-next-article, gnus-summary-enter-digest-group)
19447         (gnus-summary-set-bookmark, gnus-offer-save-summaries)
19448         (gnus-summary-update-info, gnus-kill-or-deaden-summary):
19449         Use with-current-buffer.
19450
19451 2004-04-16  Teodor Zlatanov  <tzz@lifelogs.com>
19452
19453         * spam.el (spam-summary-prepare-exit): Simplify logic.
19454         (spam-fetch-article-header): Read the article header if it's not
19455         available.
19456         (spam-list-articles): Simplify logic.
19457         (spam-filelist-register-routine): Fix bug with unregister-list.
19458
19459         * gnus-registry.el: Fix comments at beginning.
19460
19461 2004-04-16  Jesper Harder  <harder@ifa.au.dk>
19462
19463         * message.el (message-cater-to-broken-inn): Remove.
19464         (message-shorten-references): Make sure the total folded length of
19465         References is shorter than 998 characters to cater to a bug in INN
19466         2.3.  Also, don't pretend that references aren't folded -- this
19467         hasn't worked for a while.
19468
19469 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19470
19471         * gnus-agent.el (gnus-agentize):
19472         gnus-agent-send-mail-real-function no longer set to current value
19473         of message-send-mail-function but rather a lambda that calls
19474         message-send-mail-function.  The change makes the agent real-time
19475         responsive to user changes to message-send-mail-function.
19476
19477 2004-04-15  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19478
19479         * legacy-gnus-agent.el
19480         (gnus-agent-convert-to-compressed-agentview): Fix typos with
19481         help from Florian Weimer <fw@deneb.enyo.de>
19482
19483 2004-04-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19484
19485         * nnmail.el (nnmail-cache-insert): Revert last change.
19486
19487 2004-04-14  Katsumi Yamaoka  <yamaoka@jpl.org>
19488
19489         * nnmail.el (nnmail-cache-insert): Always check whether
19490         nnmail-cache-ignore-groups matches a group name.
19491
19492 2004-04-13  Teodor Zlatanov  <tzz@lifelogs.com>
19493
19494         * spam.el (spam-fetch-field-fast, spam-generate-fake-headers)
19495         (spam-find-spam, spam-log-processing-to-registry)
19496         (spam-log-registered-p, spam-log-unregistration-needed-p)
19497         (spam-log-undo-registration): Use gnus-message instead of
19498         gnus-error, none of these errors are fatal.
19499
19500         * gnus-registry.el (gnus-registry-clean-empty-function)
19501         (gnus-registry-clean-empty): Remove only empty entries without
19502         extra data.
19503
19504 2004-04-12  Teodor Zlatanov  <tzz@lifelogs.com>
19505
19506         * spam-stat.el (spam-stat-buffer-change-to-spam)
19507         (spam-stat-buffer-change-to-non-spam): Change (error) to
19508         (gnus-message 8) invocation.
19509
19510 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19511
19512         * nntp.el (nntp-via-netcat-command): New variable.
19513         (nntp-via-netcat-switches): New variable.
19514         (nntp-open-via-rlogin-and-netcat): New function.
19515         (nntp-open-connection-function): Doc fix.
19516         (nntp-telnet-command): Doc fix.
19517         (nntp-end-of-line): Doc fix.
19518         (nntp-via-rlogin-command): Doc fix.
19519         (nntp-via-user-name): Doc fix.
19520         (nntp-via-address): Doc fix.
19521
19522 2004-04-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19523
19524         * mml2015.el (mml2015-use): Avoid the "Recursive load suspected"
19525         error in Emacs 21.1.
19526
19527 2004-04-08  Reiner Steib  <Reiner.Steib@gmx.de>
19528
19529         * gnus-start.el (gnus-get-unread-articles): Fix last commit.
19530
19531 2004-04-07  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19532
19533         * gnus-agent.el (gnus-agent-total-fetched-hashtb): New variable.
19534         (gnus-agent-with-refreshed-group): New macro.
19535         (gnus-agent-rename-group): New function.
19536         (gnus-agent-delete-group): New function.
19537         (gnus-agent-save-group-info): Use gnus-command-method when
19538         `method' parameter is nil.  Don't write nil entries into the
19539         active file.
19540         (gnus-agent-get-group-info): New function.
19541         (gnus-agent-fetch-articles):
19542         Use gnus-agent-update-files-total-fetched-for to increment disk space
19543         used.
19544         (gnus-agent-fetch-headers, gnus-agent-save-alist):
19545         Use gnus-agent-update-view-total-fetched-for to increment disk space
19546         used.
19547         (gnus-agent-get-local): Add optional parameters to avoid calling
19548         gnus-group-real-name and gnus-find-method-for-group.
19549         (gnus-agent-set-local): Delete stored entry if either min, or max,
19550         are nil.
19551         (gnus-agent-fetch-session): Reworded error/quit messages.
19552         On quit, use gnus-agent-regenerate-group to record existance of any
19553         articles fetched to disk before the quit occurred.
19554         (gnus-agent-expire-group-1): Use gnus-agent-with-refreshed-group,
19555         gnus-agent-update-view-total-fetched-for, and
19556         gnus-agent-update-files-total-fetched-for to decrement disk space
19557         used.
19558         (gnus-agent-retrieve-headers):
19559         Use gnus-agent-update-view-total-fetched-for to increment disk space
19560         used.
19561         (gnus-agent-regenerate-group): Replace gnus-group-update-group
19562         with gnus-agent-update-files-total-fetched-for to decrement disk
19563         space and fresh group buffer.
19564         (gnus-agent-inhibit-update-total-fetched-for): New variable.
19565         (gnus-agent-need-update-total-fetched-for): New variable.
19566         (gnus-agent-update-files-total-fetched-for): New function.
19567         (gnus-agent-update-view-total-fetched-for): New function.
19568         (gnus-agent-total-fetched-for): New function.
19569
19570         * gnus-cache.el (gnus-cache-save-buffers):
19571         Use gnus-cache-update-overview-total-fetched-for to change disk space
19572         used by this group.
19573         (gnus-cache-possibly-enter-article):
19574         Use gnus-cache-update-file-total-fetched-for to increment disk space
19575         used by this group.
19576         (gnus-cache-possibly-remove-article):
19577         Use gnus-cache-update-file-total-fetched-for to decrement disk space
19578         used by this group.
19579         (gnus-cache-generate-nov-databases): Purge total fetched cache.
19580         (gnus-cache-rename-group): New function.
19581         (gnus-cache-delete-group): New function.
19582         (gnus-cache-inhibit-update-total-fetched-for): New variable.
19583         (gnus-cache-need-update-total-fetched-for): New variable.
19584         (gnus-cache-with-refreshed-group): New macro.
19585         (gnus-cache-update-file-total-fetched-for): New function.
19586         (gnus-cache-update-overview-total-fetched-for): New function.
19587         (gnus-cache-rename-group-total-fetched-for): New function.
19588         (gnus-cache-delete-group-total-fetched-for): New function.
19589         (gnus-cache-total-fetched-for): New function.
19590
19591         * gnus-group.el: Require gnus-sum and autoload functions to
19592         resolve warnings when gnus-group.el compiled alone.
19593         (gnus-group-line-format): Documented new %F.
19594         (size of Fetched data) group line format; identifies disk space
19595         used by agent and cache.
19596         (gnus-group-line-format-alist): Defined new F format.
19597         (gnus-total-fetched-for): New function.
19598         (gnus-group-delete-group): No longer update
19599         gnus-cache-active-altered as gnus-request-delete-group now keeps
19600         the cache in sync.
19601         (gnus-group-list-active): Let the agent store a server's active
19602         list if currently plugged.
19603
19604         * gnus-int.el (gnus-request-delete-group):
19605         Use gnus-cache-delete-group and gnus-agent-delete-group to keep the
19606         local disk in sync with the server.
19607         (gnus-request-rename-group):
19608         Use gnus-cache-rename-group and gnus-agent-rename-group to keep the
19609         local disk in sync with the server.
19610
19611         * gnus-start.el (gnus-get-unread-articles):
19612         Cosmetic simplification to logic.
19613
19614         * gnus-util.el (gnus-rename-file): New function.
19615
19616 2004-04-07  Christian Neukirchen  <chneukirchen@yahoo.de>  (tiny change)
19617
19618         * mm-util.el (mm-image-load-path): Handle nil in load-path.
19619
19620 2004-04-07  Jesper Harder  <harder@ifa.au.dk>
19621
19622         * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary
19623         '+'.  Reported by Stefan Wiens <s.wi@gmx.net>.
19624
19625 2004-04-06  Jesper Harder  <harder@ifa.au.dk>
19626
19627         * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is
19628         alive.  Reported by Laurent Martelli <laurent@aopsys.com>.
19629
19630 2004-04-03  Jesper Harder  <harder@ifa.au.dk>
19631
19632         * gnus.el (gnus-getenv-nntpserver): Strip whitespace.
19633
19634 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
19635
19636         * spam.el (spam-set-difference): Add function to replace
19637         gnus-set-difference in spam.el.
19638         (spam-summary-prepare-exit): Use spam-set-difference.
19639
19640 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
19641
19642         * gnus-registry.el (gnus-registry-cache-file): Update to use
19643         gnus-dribble-directory OR gnus-home-directory OR ~.
19644         (gnus-registry-split-fancy-with-parent): Fix doc.
19645
19646 2004-03-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19647
19648         * message.el (message-exchange-point-and-mark):
19649         Use message-mark-active-p.  Suggested by Jesper Harder
19650         <harder@ifa.au.dk>.
19651
19652 2004-03-26  Katsumi Yamaoka  <yamaoka@jpl.org>
19653
19654         * message.el (message-exchange-point-and-mark): Don't activate
19655         region if it was inactive.  Suggested by Hiroshi Fujishima
19656         <pooh@nature.tsukuba.ac.jp>.
19657
19658 2004-03-25  Katsumi Yamaoka  <yamaoka@jpl.org>
19659
19660         * gnus-art.el (article-display-face): Display Faces in the same
19661         order as X-Faces.
19662
19663 2004-03-24  Katsumi Yamaoka  <yamaoka@jpl.org>
19664
19665         * nndoc.el (nndoc-forward-type-p): Recognize envelope From_.
19666
19667 2004-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
19668
19669         * gnus-art.el (gnus-mime-recompute-hierarchical-structure): Remove.
19670         (gnus-mime-multipart-functions): Revert 2004-03-19 change.
19671         (gnus-article-mime-hierarchy): Remove.
19672         (gnus-article-mime-hierarchy-next): Remove.
19673         (gnus-article-mode): Revert 2004-03-19 change.
19674         (gnus-article-setup-buffer): Revert 2004-03-19 change.
19675         (gnus-insert-mime-button): Revert 2004-03-19 change.
19676         (gnus-mime-accumulate-hierarchy): Remove.
19677         (gnus-mime-enter-multipart): Remove.
19678         (gnus-mime-leave-multipart): Remove.
19679         (gnus-mime-display-part): Revert 2004-03-19 change.
19680         (gnus-mime-display-alternative): Revert 2004-03-19 change.
19681
19682         * mml.el (mml-preview): Revert 2004-03-19 change.
19683
19684 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
19685
19686         * gnus-sum.el (gnus-newsgroup-variables): Doc fix.
19687
19688 2004-03-22  Katsumi Yamaoka  <yamaoka@jpl.org>
19689
19690         * mm-decode.el (mm-save-part): Bind enable-multibyte-characters to
19691         t while entering a file name using the mm-with-multibyte macro.
19692         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
19693
19694         * mm-util.el (mm-with-multibyte): New macro.
19695
19696 2004-03-19  Katsumi Yamaoka  <yamaoka@jpl.org>
19697
19698         * gnus-art.el (gnus-mime-recompute-hierarchical-structure):
19699         New user option.
19700         (gnus-mime-multipart-functions): Doc and customization fix.
19701         (gnus-article-mime-hierarchy): New variable.
19702         (gnus-article-mime-hierarchy-next): New variable.
19703         (gnus-article-mode): Make gnus-article-mime-hierarchy buffer-local.
19704         (gnus-article-setup-buffer): Set gnus-article-mime-hierarchy and
19705         gnus-article-mime-hierarchy-next to nil.
19706         (gnus-insert-mime-button): Show hierarchy numbers.
19707         (gnus-mime-accumulate-hierarchy): New function.
19708         (gnus-mime-enter-multipart): New function.
19709         (gnus-mime-leave-multipart): New function.
19710         (gnus-mime-display-part): Recompute hierarchical MIME structure.
19711         (gnus-mime-display-alternative): Show hierarchy numbers.
19712
19713         * mml.el (mml-preview): Set gnus-article-mime-hierarchy and
19714         gnus-article-mime-hierarchy-next to nil.
19715
19716 2004-03-19  Steve Youngs  <sryoungs@bigpond.net.au>
19717
19718         * dns.el: Don't require gnus-xmas.
19719
19720 2004-03-17  Jesper Harder  <harder@ifa.au.dk>
19721
19722         * mml.el (mml-generate-mime-1): Don't use format=flowed with
19723         inline PGP.
19724         (mml-menu): Disable mml-quote-region if mark is inactive.
19725
19726 2004-03-17  Katsumi Yamaoka  <yamaoka@jpl.org>
19727
19728         * gnus-agent.el (gnus-agent-regenerate-group): Activate the group
19729         when the group's active is not available.
19730
19731 2004-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
19732
19733         * gnus-agent.el (gnus-agent-read-agentview): Add a missing arg to
19734         error.
19735
19736 2004-03-12  Reiner Steib  <Reiner.Steib@gmx.de>
19737
19738         * imap.el (imap-store-password): New variable.
19739         (imap-interactive-login): Use it.
19740         Suggested by Mark Plaksin <happy@mcplaksin.org>.
19741
19742 2004-03-12  Katsumi Yamaoka  <yamaoka@jpl.org>
19743
19744         * gnus-art.el (gnus-article-read-summary-keys): Restore new
19745         window-start and hscroll to summary window.
19746
19747 2004-03-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19748
19749         * gnus-start.el (gnus-convert-old-newsrc): Only write the
19750         conversion message to newsrc-dribble when an actual conversion is
19751         performed.
19752
19753 2004-03-10  Malcolm Purvis  <malcolmpurvis@optushome.com.au>  (tiny change)
19754
19755         * spam-stat.el (spam-stat-coding-system): Use mm-coding-system-p.
19756
19757 2004-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
19758
19759         * mm-decode.el (mm-complicated-handles): New function reviving
19760         former definition of mm-multiple-handles.
19761
19762         * gnus-art.el (gnus-mime-save-part-and-strip): Use it.
19763         (gnus-mime-delete-part): Use it.
19764
19765 2004-03-09  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19766
19767         * gnus-agent.el (gnus-agent-read-local):
19768         Bind nnheader-file-coding-system to gnus-agent-file-coding-system to
19769         avoid the implicit assumption that they will always be equal.
19770         (gnus-agent-save-local): Bind buffer-file-coding-system, not
19771         coding-system-for-write, as the with-temp-file macro first prints
19772         to a buffer then saves the buffer.
19773
19774 2004-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
19775
19776         * gnus-art.el (gnus-article-edit-part): New function.
19777         (gnus-mime-save-part-and-strip): Use it; do query instead of
19778         signaling an error; don't use mm-multiple-handles.
19779         (gnus-mime-delete-part): Ditto.
19780
19781 2004-03-08  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19782
19783         * gnus-agent.el (gnus-agent-read-agentview): Remove support for
19784         old file versions.
19785         (gnus-group-prepare-hook): Remove function that converted list
19786         form of gnus-agent-expire-days to group properties.
19787
19788         * gnus-int.el: Autoload gnus-agent-regenerate-group.
19789         (gnus-request-accept-article): Re-indented.
19790
19791         * gnus-start.el (gnus-convert-old-newsrc): Registered new
19792         converters to handle old agent file formats.  Add logic for a
19793         "backup before upgrading warning".
19794         (gnus-convert-mark-converter-prompt): Developers can mark
19795         functions as needing (default), or not needing,
19796         gnus-convert-old-newsrc's "backup before upgrading warning".
19797         (gnus-convert-converter-needs-prompt): Tests whether the user
19798         should be protected from potentially irreversable changes by the
19799         function.
19800
19801         * legacy-gnus-agent.el: New.  Provides converters that are only
19802         loaded when gnus-convert-old-newsrc needs to call them.
19803
19804 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
19805
19806         * mail-source.el (mail-source-touch-pop): Doc fix.
19807
19808         * message.el (message-smtpmail-send-it): Doc fix.
19809
19810 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
19811
19812         * sha1-el.el (sha1-maximum-internal-length): Doc fix.
19813
19814         * nnmail.el (nnmail-split-fancy): do.
19815
19816         * gnus-kill.el (gnus-kill, gnus-execute): do.
19817
19818 2004-03-05  Per Abrahamsen  <abraham@dina.kvl.dk>
19819
19820         * gnus-sum.el (gnus-widget-reversible-match)
19821         (gnus-widget-reversible-to-internal)
19822         (gnus-widget-reversible-to-external): New functions.
19823         (gnus-widget-reversible): New widget.
19824         (gnus-article-sort-functions, gnus-thread-sort-functions): Use it.
19825
19826 2004-03-05  Kai Grossjohann  <kgrossjo@eu.uu.net>
19827
19828         * gnus-sum.el (gnus-thread-sort-functions)
19829         (gnus-article-sort-functions): Document `(not F)' items.
19830
19831 2004-03-04  Teodor Zlatanov  <tzz@lifelogs.com>
19832
19833         * spam.el (spam-use-gmane-xref): Add new backend.
19834         (spam-gmane-xref-spam-group): Add variable to control the name of the
19835         Gmane spam group.
19836         (spam-blackhole-servers, spam-blackhole-good-server-regex)
19837         (spam-regex-headers-spam, spam-regex-headers-ham)
19838         (spam-regex-body-spam, spam-regex-body-ham): Clarify docs.
19839         (spam-list-of-checks): Add spam-use-gmane-xref to list of
19840         backends and checks.
19841         (spam-check-gmane-xref): Add function for spam-use-gmane-xref.
19842
19843         * gnus.el (spam-autodetect-methods): Add spam-use-gmane-xref as
19844         an autodetect method.
19845
19846 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19847
19848         * gnus-int.el (gnus-request-accept-article): Inform the agent that
19849         articles are being added to a group.
19850         (gnus-request-replace-article): Inform the agent that articles
19851         need to be uncached as the cached contents are no longer valid.
19852
19853 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19854
19855         * binhex.el: Don't autoload executable-find.
19856
19857         * canlock.el: Don't autoload mail-fetch-field.
19858
19859         * dgnushack.el: Autoload c-mode for XEmacs.
19860
19861         * gnus-ems.el: Don't autoload appt-select-lowest-window.
19862
19863         * gnus-msg.el: Don't autoload news-reply-mode, news-setup,
19864         rmail-dont-reply-to and rmail-output.
19865
19866         * gnus-score.el: Don't autoload ffap-string-at-point.
19867
19868         * gnus-setup.el: Don't autoload sc-cite-original.
19869
19870         * imap.el: Don't autoload base64-decode-string,
19871         base64-encode-string and md5.
19872
19873         * message.el: Autoload rmail-dont-reply-to, rmail-msg-is-pruned
19874         and rmail-msg-restore-non-pruned-header.
19875
19876         * mm-decode.el: Don't autoload executable-find.
19877
19878         * mm-url.el: Don't autoload executable-find.
19879
19880         * mm-view.el: Don't autoload diff-mode.
19881
19882         * nndb.el: Don't autoload news-reply-mode, news-setup,
19883         cancel-timer and telnet.
19884
19885         * password.el: Don't autoload run-at-time for Emacs.
19886
19887         * sha1-el.el: Don't autoload executable-find.
19888
19889         * sieve-mode.el: Don't autoload c-mode.
19890
19891         * uudecode.el: Don't autoload executable-find.
19892
19893 2004-03-04  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19894
19895         * gnus-agent.el (gnus-agent-file-header-cache): Remove.
19896         (gnus-agent-possibly-alter-active): Avoid null in numeric
19897         comparison.
19898         (gnus-agent-set-local): Refuse to save null in local object table.
19899         (gnus-agent-regenerate-group): The REREAD parameter can now be a
19900         list of articles that will be marked as unread.
19901
19902 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
19903
19904         * rfc2047.el (rfc2047-encoded-word-regexp): Mismatched paren.
19905
19906 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
19907
19908         * rfc2047.el (rfc2047-encoded-word-regexp): Support RFC 2231
19909         language tags.
19910
19911 2004-03-03  Per Abrahamsen  <abraham@dina.kvl.dk>
19912
19913         * gnus-agent.el (gnus-agent-read-local, gnus-agent-save-local):
19914         Don't bind "obarray".
19915
19916         * gnus-sum.el (gnus-thread-sort-functions):
19917         Add `gnus-thread-sort-by-most-recent-number' and
19918         `gnus-thread-sort-by-most-recent-date'.
19919         Reported by Kai Grossjohann <kai@emptydomain.de>.
19920
19921 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
19922
19923         * gnus-cus.el (gnus-agent-customize-category): Mismatched paren.
19924
19925 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
19926
19927         * gnus-cus.el (gnus-agent-customize-category):
19928         Remove ignore-errors macro reference that required cl to be loaded at
19929         run-time.
19930
19931         * gnus-range.el (gnus-sorted-range-intersection): Now accepts
19932         single-interval range of the form (min . max).  Previously the
19933         range had to look like ((min . max)).  Likewise, return
19934         (min . max) rather than ((min . max)).
19935         (gnus-range-map): Use gnus-range-normalize to accept
19936         single-interval range.
19937
19938         * gnus-sum.el (gnus-summary-highlight-line): Articles stored in
19939         the cache, but not the agent, now appear with their usual face.
19940
19941         * dgnushack.el (loaddir): New variable that is bound to the
19942         directory containing the dgnushack.el file. Use loaddir, rather
19943         than srcdir, to update load-path. Change lets dgnushack compile
19944         code in directories other than GNUS/lisp.
19945
19946 2004-03-01  Katsumi Yamaoka  <yamaoka@jpl.org>
19947
19948         * lpath.el: Don't bind w3m-safe-url-regexp.
19949
19950         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't make the
19951         w3m-safe-url-regexp variable buffer-local.
19952
19953         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19954
19955 2004-02-27  Simon Josefsson  <jas@extundo.com>
19956
19957         * gnus-sum.el (gnus-move-group-prefix-function): Add, default to
19958         gnus-group-real-prefix.
19959         (gnus-summary-move-article): Use it, instead of
19960         gnus-group-real-prefix.
19961
19962 2004-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
19963
19964         * lpath.el: Bind w3m-safe-url-regexp.
19965
19966         * gnus-art.el (gnus-article-wash-html-with-w3m): Make the
19967         w3m-safe-url-regexp variable buffer-local and set it as the value
19968         of mm-w3m-safe-url-regexp.
19969
19970         * mm-view.el (mm-inline-text-html-render-with-w3m): Ditto.
19971
19972         * gnus-msg.el (gnus-setup-message): Ignore an article copy while
19973         parsing gnus-posting-styles when the message is not for replying.
19974
19975         * dgnushack.el: Autoload sgml-mode for XEmacs.
19976
19977         * nnrss.el (nnrss-opml-export):
19978         Use mm-set-buffer-file-coding-system instead of
19979         set-buffer-file-coding-system.
19980
19981 2004-02-27  Jesper Harder  <harder@ifa.au.dk>
19982
19983         * spam-stat.el: Pedantic docstring and whitespace fixes (courtesy
19984         of checkdoc.el).
19985         * nnrss.el: do.
19986         * gnus-mlspl.el: do.
19987         * gnus-ml.el: do.
19988         * gnus-srvr.el: do.
19989
19990         * nnrss.el (nnrss-opml-export): Turn on sgml-mode.
19991
19992 2004-02-27  Kevin Ryde  <user42@zip.com.au>  (tiny change)
19993
19994         * gnus.el (gnus-group, gnus-summary, gnus-summary-sort):
19995         Corrections to custom-manual links.
19996
19997         * gnus-art.el (gnus-article): Ditto.
19998
19999         * mm-decode.el (mime-display, mime-security): Ditto.
20000
20001 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20002
20003         * flow-fill.el: Typo.
20004
20005 2004-02-26  Andrew Cohen  <cohen@andy.bu.edu>
20006
20007         * spam-wash.el: New file.
20008
20009 2004-02-26  Mark A. Hershberger  <mah@everybody.org>
20010
20011         * nnrss.el (nnrss-opml-import, nnrss-opml-export): New functions.
20012
20013 2004-02-26  Teodor Zlatanov  <tzz@lifelogs.com>
20014
20015         * spam.el (spam-summary-prepare-exit): Fix gnus-set-difference: needs
20016         to be run with new-articles as LIST1, not LIST2.
20017         (spam-registration-functions): Add spam-use-ham-copy as a nil
20018         registration backend.
20019
20020 2004-02-26  Jesper Harder  <harder@ifa.au.dk>
20021
20022         * spam-stat.el (spam-stat-washing-hook): New option.
20023         (spam-stat-buffer-words): Use it.
20024         (spam-stat-process-directory, spam-stat-test-directory):
20025         Use insert-file-contents-literally.
20026         (spam-stat-coding-system): New variable.
20027         (spam-stat-load, spam-stat-save): Use it.
20028
20029 2004-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
20030
20031         * spam-report.el (spam-report-plug-agent):
20032         Quote spam-report-url-to-file and spam-report-url-ping-plain.
20033
20034 2004-02-25  Reiner Steib  <Reiner.Steib@gmx.de>
20035
20036         * gnus-art.el (gnus-button-alist, gnus-header-button-alist):
20037         Allow / in mailto URLs.
20038
20039 2004-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
20040
20041         * spam-report.el (spam-report-process-queue): Fix interactive use.
20042         (spam-report-url-ping-temp-agent-function, spam-report-plug-agent)
20043         (spam-report-unplug-agent): Doc fixes.
20044         (spam-report-url-ping-mm-url, spam-report-url-to-file)
20045         (spam-report-agentize, spam-report-deagentize): Autoload.
20046
20047 2004-02-24  Katsumi Yamaoka  <yamaoka@jpl.org>
20048
20049         * dgnushack.el (with-syntax-table): Redefine it for XEmacs 21.5.
20050
20051         * message.el (message-setup-fill-variables): Add mml tags to
20052         paragraph-start and paragraph-separate.  Suggested by Andrew Korty
20053         <ajk@iu.edu>.
20054         (message-mode): Don't modify paragraph-separate there.
20055
20056 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
20057
20058         * compface.el (uncompface-use-external): Default to undecided.
20059         (uncompface-use-external-threshold): New variable.
20060         (uncompface-float-time): New macro.
20061         (uncompface): Determine whether to use the external decoder if
20062         uncompface-use-external is undecided.
20063
20064 2004-02-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20065
20066         * mm-view.el (mm-inline-image-emacs): Don't insert blank lines
20067         after images.
20068
20069         * gnus-art.el (gnus-mime-display-single): Remove dead code.
20070
20071 2004-02-14  Jesper Harder  <harder@ifa.au.dk>
20072
20073         * nnrss.el (nnrss-request-article, nnrss-find-el): Cleanup.
20074
20075         * html2text.el (html2text-get-attr, html2text-fix-paragraph): do.
20076
20077         * gnus-sum.el (gnus-summary-limit-to-age)
20078         (gnus-summary-limit-children): do.
20079
20080         * gnus-int.el (gnus-request-scan): do.
20081
20082         * gnus-group.el (gnus-group-suspend): do.
20083
20084         * gnus-cus.el (gnus-agent-cat-prepare-category-field): do.
20085
20086         * gnus-cite.el (gnus-cite-parse-attributions): do.
20087
20088         * gnus-agent.el (gnus-summary-set-agent-mark)
20089         (gnus-agent-regenerate-group): do.
20090
20091         * deuglify.el (gnus-article-outlook-unwrap-lines): do.
20092
20093         * binhex.el (binhex-decode-region-internal): do.
20094
20095 2004-02-12  Katsumi Yamaoka  <yamaoka@jpl.org>
20096
20097         * gnus-fun.el (gnus-face-properties-alist): New user option.
20098         (gnus-display-x-face-in-from): Use it.
20099
20100         * gnus-art.el (article-display-face): Ditto.
20101
20102         * compface.el (uncompface-use-external): Default to nil.
20103
20104 2004-02-12  Jesper Harder  <harder@ifa.au.dk>
20105
20106         * nntp.el (nntp-erase-buffer): New function.
20107         (nntp-retrieve-data, nntp-send-command)
20108         (nntp-send-buffer, nntp-retrieve-groups, nntp-handle-authinfo)
20109         (nntp-possibly-change-group): Use it.
20110
20111         * nnnil.el (nnnil-retrieve-headers, nnnil-request-list):
20112         Use with-current-buffer.
20113
20114 2004-02-12  TAKAI Kousuke  <tak@kmc.gr.jp>
20115
20116         * compface.el: Merge the ELisp-based uncompface program.
20117         (compface): New customization group.
20118         (uncompface-use-external): New user option.
20119         (uncompface): Call uncompface-internal if uncompface-use-external
20120         is nil.
20121         (uncompface-internal): New function.  Note that there are also
20122         some other functions and variables added for this function.
20123
20124 2004-02-10  Jesper Harder  <harder@ifa.au.dk>
20125
20126         * nnrss.el (nnrss-read-group-data): Initialize nnrss-group-hashtb
20127         if necessary.
20128
20129 2004-02-09  Teodor Zlatanov  <tzz@lifelogs.com>
20130
20131         * spam-report.el (spam-report-unplug-agent)
20132         (spam-report-plug-agent, spam-report-deagentize)
20133         (spam-report-agentize, spam-report-url-ping-temp-agent-function):
20134         Add support for the Agent in spam-report: when unplugged, report to a
20135         file; when plugged, submit all the requests.
20136
20137         * spam.el (spam-register-routine): Fix message about
20138         registration.
20139
20140 2004-02-09  Jesper Harder  <harder@ifa.au.dk>
20141
20142         * rfc2047.el (rfc2047-qp-or-base64): New function to reduce
20143         dependencies.
20144         (rfc2047-encode): Use it.
20145
20146         * gnus-art.el (gnus-button-marker-list): Move before first
20147         reference.
20148
20149         * imap.el (imap-parse-flag-list, imap-parse-body-extension)
20150         (imap-parse-body): Fix format string mismatch.
20151
20152         * gnus-score.el (gnus-summary-increase-score): do.
20153
20154         * nnrss.el (nnrss-close): New function.
20155
20156 2004-02-08  Jesper Harder  <harder@ifa.au.dk>
20157
20158         * nnrss.el (nnrss-make-filename): New function.
20159         (nnrss-request-delete-group, nnrss-read-server-data)
20160         (nnrss-save-server-data, nnrss-read-group-data)
20161         (nnrss-save-group-data): Use it.
20162         (nnrss-save-server-data, nnrss-save-group-data): Use gnus-prin1.
20163         (nnrss-read-server-data, nnrss-read-group-data): Use load.
20164         (nnrss-group-hashtb): Make it a hash table rather than an obarray.
20165
20166 2004-02-07  Jesper Harder  <harder@ifa.au.dk>
20167
20168         * mml.el (mml-compute-boundary-1): Don't uncompress files.
20169
20170 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
20171
20172         * mml.el (mml-mode, mml-x-dnd-attach-file): Attach drop and drag
20173         files.
20174
20175         * message.el (message-generate-headers-first): Don't quote nil
20176         and t in docstrings.
20177
20178         * imap.el (imap-id): do.
20179
20180         * gnus-agent.el (gnus-agent-consider-all-articles)
20181         (gnus-agent-queue-mail): do.
20182
20183 2004-02-05  Reiner Steib  <Reiner.Steib@gmx.de>
20184
20185         * spam-report.el (spam-report-process-queue): New function.
20186         Process requests from `spam-report-requests-file'.
20187         (spam-report-process-queue): Doc fix.
20188
20189 2004-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
20190
20191         * spam.el (spam-register-routine)
20192         (spam-log-processing-to-registry, spam-log-registered-p)
20193         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20194         Change "check" to "spam-check" for semi-clarity.
20195
20196 2004-02-05  Jesper Harder  <harder@ifa.au.dk>
20197
20198         * pop3.el: Require nnheader.
20199
20200         * mml-smime.el: Require cl.  Autoload message-fetch-field.
20201
20202         * mml-sec.el (mml-signencrypt-style): Don't depend on Gnus.
20203
20204         * gnus-picon.el: Require cl.
20205
20206         * gnus-fun.el: Require gnus-ems and gnus-util.
20207
20208         * gnus.el (gnus-method-to-server): Move defsubst before first use.
20209
20210         * gnus-diary.el (gnus-diary-header-schedule): caddr -> car (cddr
20211
20212         * gnus-art.el (gnus-article-edit-mode): Define before first
20213         reference.
20214
20215 2004-02-04  Jesper Harder  <harder@ifa.au.dk>
20216
20217         * gnus-uu.el (gnus-uu-check-correct-stripped-uucode): Simplify.
20218         (gnus-uu-post-encoded): Use point-at-bol.
20219
20220         * gnus-topic.el (gnus-group-active-topic-p): do.
20221
20222         * gnus-start.el (gnus-newsrc-to-gnus-format): do.
20223
20224         * gnus-group.el (gnus-group-kill-region): do.
20225
20226         * gnus-art.el (article-date-ut): do.
20227
20228         * message.el (message-fetch-field): Remove redundant
20229         case-fold-search binding.
20230         (message-narrow-to-field): Simplify.
20231
20232 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
20233
20234         * spam.el (spam-directory): Derive from `gnus-directory'.
20235
20236         * spam-report.el (spam-report-url-to-file)
20237         (spam-report-requests-file): New function and variable for offline
20238         reporting.
20239         (spam-report-url-ping-function): Add `spam-report-url-to-file'
20240         and user defined function.
20241         (spam-report-url-ping-mm-url): Remove doubled slash.
20242
20243 2004-02-03  Teodor Zlatanov  <tzz@lifelogs.com>
20244
20245         * spam.el (spam-list-of-processors): Fix spamassassin variable names.
20246
20247 2004-02-03  Jesper Harder  <harder@ifa.au.dk>
20248
20249         * spam.el (spam-check-spamoracle, spam-spamoracle-learn):
20250         Fix format string mismatch.
20251
20252         * sieve.el (sieve-deactivate-all): do.
20253
20254         * nnfolder.el (nnfolder-request-set-mark, nnfolder-save-marks): do.
20255
20256         * nnlistserv.el (nnlistserv-kk-wash-article): do.
20257
20258         * nnml.el (nnml-request-set-mark, nnml-save-marks): do.
20259
20260         * mm-bodies.el (mm-7bit-chars): Don't include \r.
20261
20262 2004-02-02  Teodor Zlatanov  <tzz@lifelogs.com>
20263
20264         * spam.el (spam-list-of-checks): Add spam-use-BBDB-eclusive to
20265         the list of checks.
20266
20267 2004-01-31  Jesper Harder  <harder@ifa.au.dk>
20268
20269         * rfc2047.el (rfc2047-pad-base64): Deal with more cases of invalid
20270         padding.
20271
20272 2004-01-27  Ralf Angeli  <angeli@iwi.uni-sb.de>
20273
20274         * mm-view.el (mm-fill-flowed): New variable.
20275         (mm-inline-text): Use it.
20276
20277 2004-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
20278
20279         * spam.el (spam-spamassassin-register-ham-routine)
20280         (spam-spamassassin-register-spam-routine): Fix function names.
20281
20282 2004-01-27  Katsumi Yamaoka  <yamaoka@jpl.org>
20283
20284         * gnus.el (gnus-tmp-grouplens): Remove.
20285         (gnus-summary-line-format): Remove grouplens.
20286
20287         * gnus-group.el (gnus-group-line-format): Ditto.
20288
20289         * gnus-spec.el (gnus-format-specs): Ditto.
20290         (gnus-update-format-specifications): Flush the group format spec
20291         cache if there's the grouplens stuff.
20292         (gnus-parse-simple-format): Replace %l with the empty string.
20293
20294 2004-01-27  Jerry James  <james@xemacs.org>  (tiny change)
20295
20296         * gnus-spec.el (gnus-parse-simple-format): Fix setq value
20297         omission.
20298
20299 2004-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
20300
20301         * gnus-msg.el (gnus-summary-resend-message-edit): Call mime-to-mml.
20302         Suggested by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
20303
20304 2004-01-25  Paul Jarc  <prj@po.cwru.edu>
20305
20306         * nnmaildir.el (nnmaildir--num-file, nnmaildir--mkfile)
20307         (nnmaildir--emlink-p, nnmaildir--eexist-p, nnmaildir--new-number):
20308         New macros and functions.
20309         * nnmaildir.el (nnmaildir--group-maxnum, nnmaildir--update-nov):
20310         Handle > NLINK_MAX messages.
20311         * nnmaildir.el (nnmaildir-request-set-mark):
20312         Use nnmaildir--emlink-p and nnmaildir--eexist-p.
20313
20314 2004-01-25  Alex Schroeder  <alex@gnu.org>
20315
20316         * spam-stat.el (spam-stat-process-directory-age): New option.
20317         (spam-stat-process-directory): Use it.
20318
20319 2004-01-24  Hiroshi Fujishima  <pooh@nature.tsukuba.ac.jp>  (tiny change)
20320
20321         * spam-stat.el (spam-stat-reduce-size): Set spam-stat-dirty.
20322         (spam-stat-save): Accept prefix argument.
20323
20324 2004-01-23  Paul Jarc  <prj@po.cwru.edu>
20325
20326         * nnmaildir.el (nnmaildir-request-set-mark): Handle the "too many
20327         links" error.
20328
20329 2004-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
20330
20331         * dgnushack.el: Advise byte-optimize-form-code-walker to optimize
20332         the rest of the and/or forms.
20333
20334 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20335
20336         * gnus.el (gnus-tmp-grouplens): Define for the sake of backward
20337         compatibility with old .newsrc.eld files.
20338
20339         * gnus-xmas.el (gnus-xmas-grouplens-menu-add): Remove.
20340
20341         * gnus-sum.el (gnus-summary-line-format-alist): Remove grouplens.
20342
20343         * gnus-start.el (gnus-1): do.
20344
20345         * gnus-group.el (gnus-group-line-format-alist): do.
20346
20347         * gnus.el (gnus-use-grouplens, gnus-visual): do.
20348
20349         * gnus-gl.el: Remove.
20350
20351 2004-01-23  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20352
20353         * gnus-sum.el (gnus-adjust-marks): Now correctly handles a list of
20354         marks consisting of a single range {for example, (3 . 5)} rather
20355         than a list of a single range { ((3 . 5)) }.
20356
20357 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
20358
20359         * spam-stat.el (spam-stat-store-gnus-article-buffer):
20360         Use with-current-buffer.
20361         (spam-stat-store-current-buffer): Use insert-buffer-substring to
20362         avoid consing a string.
20363
20364         * mm-util.el (mm-charset-synonym-alist): Add ks_c_5601-1987.
20365         Remove obsolete entries for big5 and gb2312.
20366
20367 2004-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20368
20369         * gnus-sum.el (gnus-adjust-marks): Avoid splicing null INTO the
20370         uncompressed list.
20371
20372 2004-01-22  Jesper Harder  <harder@ifa.au.dk>
20373
20374         * spam-stat.el (spam-stat-strip-xref): New function.
20375         (spam-stat-process-directory): Use it.
20376
20377         * gnus-util.el (gnus-fetch-field): Don't bind case-fold-search
20378         here -- it's done in message-fetch-field.
20379
20380 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
20381
20382         * gnus-agent.el (gnus-agent-queue-mail)
20383         (gnus-agent-prompt-send-queue): New variables.
20384         (gnus-agent-send-mail): Use gnus-agent-queue-mail.
20385         * gnus-draft.el (gnus-group-send-queue): Pass the group name
20386         "nndraft:queue" along to gnus-draft-send.
20387         Use gnus-agent-prompt-send-queue.
20388         (gnus-draft-send): Rebind gnus-agent-queue-mail to nil when group
20389         is "nndraft:queue".  Suggested by Gaute Strokkenes
20390         <gs234@srcf.ucam.org>
20391
20392         * gnus-agent.el (agent-disable-undownloaded-faces): Remove.
20393         (agent-enable-undownloaded-faces): Add.
20394         (gnus-agent-cat-groups): Use eval-and-compile, not
20395         eval-when-compile, to define gnus-agent-set-cat-groups as the setf
20396         method of gnus-agent-cat-groups even when the buffer has been
20397         evaled.
20398         (gnus-agent-save-active, gnus-agent-save-active-1): Merge to
20399         delete gnus-agent-save-active-1.
20400         (gnus-agent-save-groups): Delete.  Identical to
20401         gnus-agent-save-active.
20402         (gnus-agent-write-active): No longer adjust agent's copy of active
20403         file as agent's adjustments are now stored in their own
20404         file.  Remove optional parameter.
20405         (gnus-agent-possibly-alter-active): Ignore groups of unagentized
20406         servers.  Add use of min/max range limits from server's local
20407         file.
20408         (gnus-agent-save-alist): Remove unused optional argument.
20409         (gnus-agent-load-local, gnus-agent-read-and-cache-local)
20410         (gnus-agent-read-local, gnus-agent-save-local, gnus-agent-get-local)
20411         (gnus-agent-set-local): A per-server file that keeps min/max range
20412         limits for articles known to the agent.  Provides a fast mechanism
20413         for altering many active ranges.
20414         (gnus-agent-expire-group, gnus-agent-expire): No longer save the
20415         active file (local makes it unnecessary).
20416         (gnus-agent-regenerate-group): Fix XEmacs compatibility.
20417
20418         * gnus-cus.el (agent-disable-undownloaded-faces): Remove.
20419         (agent-enable-undownloaded-faces): Add.
20420
20421         * gnus-draft.el (gnus-draft-send): Bind gnus-agent-queue-mail to
20422         disable it when sending to "nndraft:queue".
20423         (gnus-group-send-queue): Add safety check to avoid sending queue
20424         when unplugged.
20425
20426         * gnus-group.el (gnus-group-catchup): Use new
20427         gnus-sequence-of-unread-articles, not
20428         gnus-list-of-unread-articles, to avoid exhausting memory with huge
20429         numbers of articles.  Use gnus-range-map to avoid having to
20430         uncompress the unread list.
20431         (gnus-group-archive-directory, gnus-group-recent-archive-directory):
20432         Fix invalid ange-ftp reference.
20433
20434         * gnus-range.el (gnus-range-map): Iterate over list or sequence.
20435         (gnus-sorted-range-intersection): Intersection of two ranges
20436         without requiring that they first be uncompressed.
20437
20438         * gnus-start.el (gnus-activate-group): Unless blocked by the
20439         caller, possibly expand the active range to include both cached
20440         and agentized articles.
20441         (gnus-convert-old-newsrc): Rewrote in anticipation of having
20442         multiple version-dependent converters.
20443         (gnus-groups-to-gnus-format): Replace gnus-agent-save-groups with
20444         gnus-agent-save-active.
20445         (gnus-save-newsrc-file): Save dirty agent range limits.
20446
20447         * gnus-sum.el (gnus-select-newgroup): Replace inline code with
20448         gnus-agent-possibly-alter-active.
20449         (gnus-adjust-marked-articles): Faster handling of simple lists.
20450
20451 2004-01-21  Jesper Harder  <harder@ifa.au.dk>
20452
20453         * spam-stat.el (spam-stat-test-directory): New optional argument
20454         displays a list of files detected.  Suggested by Andrew Cohen
20455         <cohen@andy.bu.edu>.
20456         (spam-stat-buffer-words-with-scores): Don't narrow and change
20457         syntax table here.  Reported by Andrew Cohen <cohen@andy.bu.edu>.
20458
20459 2004-01-20  Hubert Chan  <hubert@uhoreg.ca>
20460
20461         * spam.el (spam-use-spamassassin, spam-use-spamassassin-headers)
20462         (spam-install-hooks, spam-spamassassin, spam-spamassassin-path)
20463         (spam-spamassassin-arguments)
20464         (spam-spamassassin-spam-flag-header)
20465         (spam-spamassassin-positive-spam-flag-header)
20466         (spam-spamassassin-spam-status-header, spam-sa-learn-path)
20467         (spam-sa-learn-rebuild, spam-sa-learn-spam-switch)
20468         (spam-sa-learn-ham-switch, spam-sa-learn-unregister-switch)
20469         (spam-list-of-processors, spam-list-of-checks)
20470         (spam-list-of-statistical-checks, spam-registration-functions)
20471         (spam-check-spamassassin-headers, spam-check-spamassassin)
20472         (spam-spamassassin-score)
20473         (spam-spamassassin-register-with-sa-learn)
20474         (spam-spamassassin-register-spam-routine)
20475         (spam-spamassassin-register-ham-routine)
20476         (spam-assassin-register-spam-routine)
20477         (spam-assassin-register-ham-routine): Add SpamAssassin support.
20478         (spam-bogofilter-score): Fix to show article before scoring.
20479
20480 2004-01-20  Teodor Zlatanov  <tzz@lifelogs.com>
20481
20482         * spam.el (gnus-summary-mode-map): Make spam-generic-score the
20483         default scoring function.
20484         (spam-generic-score): Call spam-spamassassin-score if
20485         spam-use-spamassassin or spam-use-spamassassin-headers is on;
20486         spam-bogofilter-score otherwise.
20487
20488         * gnus.el (spam-process, spam-autodetect-methods):
20489         Add spamassassin and spamassassin-headers.
20490
20491 2004-01-20  Nevin Kapur  <nkapur@cs.caltech.edu>
20492
20493         * gnus-registry.el (gnus-registry-split-fancy-with-parent):
20494         Suppress unnecessary messages.
20495
20496 2004-01-20  Jesper Harder  <harder@ifa.au.dk>
20497
20498         * spam-stat.el (spam-stat-to-hash-table): Use :size keyword in
20499         make-hash-table.
20500
20501 2004-01-19  Katsumi Yamaoka  <yamaoka@jpl.org>
20502
20503         * canlock.el (base64-encode-string): Don't autoload it.
20504
20505 2004-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
20506
20507         * run-at-time.el: Remove useless (require 'itimer),
20508         eval-and-compile and (featurep 'xemacs).
20509
20510 2004-01-16  Jesper Harder  <harder@ifa.au.dk>
20511
20512         * gnus-msg.el (gnus-post-news): Use blank Newsgroups line if
20513         GROUP is a virtual group.
20514
20515 2004-01-16  Steve Youngs  <sryoungs@bigpond.net.au>
20516
20517         * gnus.el: Autoload `message-y-or-n-p'.
20518
20519 2004-01-15  Jesper Harder  <harder@ifa.au.dk>
20520
20521         * pgg-parse.el: Remove unnecessary (require 'custom).
20522
20523         * pgg-def.el: do.
20524
20525         * nnmail.el: do.
20526
20527         * gnus-undo.el: do.
20528
20529         * gnus-picon.el: do.
20530
20531         * gnus-util.el: do.
20532
20533 2004-01-15  Reiner Steib  <Reiner.Steib@gmx.de>
20534
20535         * gnus-sum.el (gnus-pick-line-number): Add autoload.
20536
20537 2004-01-15  Katsumi Yamaoka  <yamaoka@jpl.org>
20538
20539         * mm-decode.el (mm-multiple-handles): Recognize a string as a mime
20540         handle, as well as a list.
20541
20542         * mm-view.el (mm-w3m-cid-retrieve-1): Call itself recursively.
20543         Suggested by ARISAWA Akihiro <ari@mbf.sphere.ne.jp>.
20544         (mm-w3m-cid-retrieve): Simplify.
20545
20546 2004-01-14  Vasily Korytov  <deskpot@myrealbox.com>
20547
20548         * message.el (message-kill-to-signature): Allow prefix arg to
20549         specify number of lines to keep before signature.
20550
20551 2004-01-14  Kai Grossjohann  <kai@emptydomain.de>
20552
20553         * message.el (message-kill-to-signature): Change docstring.
20554
20555 2004-01-14  Katsumi Yamaoka  <yamaoka@jpl.org>
20556
20557         * canlock.el: Always require sha1-el.
20558         (canlock-sha1): Bind sha1-maximum-internal-length to nil.
20559
20560         * message.el: Autoload sha1 only when compiling.
20561
20562         * lpath.el: Bind eudc-protocol for both Emacs and XEmacs; fbind
20563         eudc-expand-inline for XEmacs.
20564
20565 2004-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
20566
20567         * message.el (message-canlock-generate): Require sha1-el.
20568
20569 2004-01-13  Jesper Harder  <harder@ifa.au.dk>
20570
20571         * message.el (message-expand-name): Silence the byte compiler.
20572
20573         * lpath.el: Add detect-coding-system.
20574
20575         * dgnushack.el (dgnushack-compile): Remove obsolete check for
20576         cus-edit.
20577
20578 2004-01-13  Simon Josefsson  <jas@extundo.com>
20579
20580         * gnus-score.el (gnus-score-edit-all-score): Fix prototype.
20581         Invoke gnus-score-mode.
20582         Reported by bojohan+news@dd.chalmers.se (Johan BockgÃ¥rd).
20583
20584         * gnus-range.el (gnus-compress-sequence): Doc fix.
20585         Suggested by Jim Blandy <jimb@redhat.com> (tiny change).
20586
20587 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20588
20589         * gnus-srvr.el (gnus-browse-foreign-server): Reduce consing.
20590
20591 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
20592
20593         * spam.el (spam-get-article-as-string): Update to use
20594         gnus-request-article-this-buffer, much simpler.
20595         (spam-get-article-as-buffer): Remove.
20596
20597 2004-01-12  Kai Grossjohann  <kai.grossjohann@mci.com>
20598
20599         * message.el (message-expand-name): Use EUDC if the user uses that.
20600
20601 2004-01-12  Jesper Harder  <harder@ifa.au.dk>
20602
20603         * rfc2047.el (rfc2047-parse-and-decode, rfc2047-decode): Use a
20604         character for the encoding to avoid consing a string.
20605
20606         * rfc2047.el (rfc2047-decode-string): Don't cons a string
20607         unnecessarily.
20608
20609         * mm-util.el (mm-replace-chars-in-string): Remove.
20610
20611         * rfc2047.el (rfc2047-decode): Use mm-subst-char-in-string instead
20612         of mm-replace-chars-in-string.
20613
20614 2004-01-11  Jesper Harder  <harder@ifa.au.dk>
20615
20616         * gnus.sum.el (gnus-remove-odd-characters): Don't cons two new strings.
20617
20618         * mm-util.el (mm-subst-char-in-string): Support inplace.
20619
20620         * gnus-sum.el (gnus-summary-remove-list-identifiers): Don't cons
20621         a new string in every iteration.  Use shy groups.
20622
20623 2004-01-10  Jesper Harder  <harder@ifa.au.dk>
20624
20625         * gnus-srvr.el (gnus-browse-unsubscribe-group):
20626         * gnus-soup.el (gnus-soup-group-brew):
20627         * gnus-msg.el (gnus-put-message):
20628         * gnus-move.el (gnus-group-move-group-to-server):
20629         * gnus-kill.el (gnus-batch-score):
20630         * gnus-group.el (gnus-group-prepare-flat, gnus-group-delete-group)
20631         (gnus-group-update-group-line, gnus-group-insert-group-line-info)
20632         (gnus-group-update-group, gnus-group-read-group)
20633         (gnus-group-make-group, gnus-group-make-help-group)
20634         (gnus-group-make-archive-group, gnus-group-make-directory-group)
20635         (gnus-group-make-empty-virtual, gnus-group-sort-selected-flat)
20636         (gnus-group-sort-by-unread, gnus-group-catchup)
20637         (gnus-group-unsubscribe-group, gnus-group-kill-group)
20638         (gnus-group-yank-group, gnus-group-set-info)
20639         (gnus-group-list-groups):
20640         * gnus.el (gnus-generate-new-group-name):
20641         * gnus-delay.el (gnus-delay-send-queue):
20642         * nnvirtual.el (nnvirtual-catchup-group):
20643         * nnkiboze.el (nnkiboze-generate-group, nnkiboze-generate-group):
20644         * gnus-topic.el (gnus-topic-find-groups, gnus-topic-clean-alist)
20645         (gnus-group-prepare-topics, gnus-topic-check-topology):
20646         * gnus-sum.el (gnus-update-read-articles, gnus-select-newsgroup)
20647         (gnus-mark-xrefs-as-read, gnus-compute-read-articles)
20648         (gnus-summary-walk-group-buffer, gnus-summary-move-article)
20649         (gnus-group-make-articles-read):
20650         * gnus-start.el (gnus-subscribe-newsgroup, gnus-start-draft-setup)
20651         (gnus-group-change-level, gnus-kill-newsgroup)
20652         (gnus-check-bogus-newsgroups, gnus-get-unread-articles-in-group)
20653         (gnus-get-unread-articles, gnus-make-articles-unread)
20654         (gnus-make-ascending-articles-unread): Use accessor
20655         macros (gnus-group-entry, gnus-group-unread, gnus-info-marks etc.)
20656         to get group information for improved readability.
20657
20658
20659 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20660
20661         * gnus-art.el (article-decode-mime-words, article-babel)
20662         (gnus-article-highlight-signature, gnus-article-add-buttons)
20663         (gnus-signature-toggle): Use gnus-with-article-buffer.
20664
20665         * gnus-art.el (gnus-article-highlight-headers)
20666         (gnus-article-add-buttons-to-head): Use gnus-with-article-headers.
20667
20668         * gnus-art.el (gnus-mm-display-part, gnus-article-wash-status)
20669         (gnus-article-set-globals, gnus-request-article-this-buffer)
20670         (gnus-button-message-id, gnus-article-maybe-hide-headers)
20671         (gnus-mime-view-part-externally, gnus-mime-view-part-internally)
20672         (gnus-mime-display-alternative): Use with-current-buffer.
20673
20674 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20675
20676         * spam.el (spam-generate-fake-headers): Rewrite to be simpler,
20677         also under 80 char limit, and call gnus-error if needed.
20678         (spam-fetch-article-header): Fix - it was a
20679         buffer-local variable (gnus-newsgroup-data).
20680         (spam-find-spam): Use spam-generate-fake-headers, forget about
20681         spam-insert-fake-headers.
20682         (spam-insert-fake-headers): Remove.
20683
20684 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20685
20686         * deuglify.el (gnus-article-outlook-unwrap-lines)
20687         (gnus-outlook-rearrange-article)
20688         (gnus-outlook-repair-attribution-outlook)
20689         (gnus-outlook-repair-attribution-block)
20690         (gnus-outlook-repair-attribution-other): Remove redundant
20691         save-excursion.
20692
20693 2004-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
20694
20695         * spam.el (spam-fetch-field-fast, spam-fetch-field-from-fast)
20696         (spam-fetch-field-subject-fast)
20697         (spam-fetch-field-message-id-fast, spam-generate-fake-headers)
20698         (spam-fetch-article-header): Add functions to deal with Gnus
20699         internals for fast retrieval of article header data.
20700         (spam-initialize): Put spam-find-spam in the gnus-summary-prepared-hook.
20701
20702 2004-01-09  Jesper Harder  <harder@ifa.au.dk>
20703
20704         * pop3.el (pop3-md5): Remove.
20705         (pop3-apop): Replace pop3-md5 with md5.
20706
20707         * mm-bodies.el: base64 is always built-in.
20708
20709         * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups):
20710         Use with-current-buffer.
20711
20712 2004-01-08  Katsumi Yamaoka  <yamaoka@jpl.org>
20713
20714         * canlock.el (canlock-insert-header): Remove excessive grouping in
20715         regexp.
20716
20717         * gnus-sum.el (gnus-summary-read-document): Ditto.
20718
20719         * gnus-uu.el (gnus-uu-part-number): Ditto.
20720
20721         * html2text.el (html2text-remove-tags): Ditto.
20722         (html2text-format-tags): Ditto.
20723         (html2text-format-single-elements): Ditto.
20724
20725         * mml.el (mml-parse-1): Ditto.
20726
20727 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20728
20729         * gnus-sum.el (gnus-summary-update-mark): Revert previous change.
20730
20731         * gnus-group.el (gnus-group-mark-group): Fix for multibyte marks.
20732
20733         * gnus-sum.el (gnus-summary-update-mark): Fix for multibyte marks.
20734
20735         * gnus-util.el (gnus-replace-in-string): Remove Emacs 20 code.
20736
20737 2003-11-15  Simon Josefsson  <jas@extundo.com>
20738
20739         * pgg-gpg.el (pgg-gpg-lookup-all-secret-keys)
20740         (pgg-gpg-lookup-key): Use regexp match instead of
20741         split-string (split-string is different between emacs 21.2 and
20742         22.1).  Reported by ultrasoul@ultrasoul.com (David D. Smith).
20743
20744 2004-01-08  Jesper Harder  <harder@ifa.au.dk>
20745
20746         * gnus-art.el (gnus-mime-view-all-parts)
20747         (gnus-article-part-wrapper, gnus-article-view-part):
20748         Use with-current-buffer.
20749
20750 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20751
20752         * spam.el (spam-disable-spam-split-during-ham-respool)
20753         (spam-spamoracle-database, spam-cache-lookups)
20754         (spam-split-last-successful-check, spam-clear-cache, spam-xor)
20755         (spam-group-ham-mark-p, spam-group-spam-mark-p)
20756         (spam-group-ham-marks, spam-group-spam-marks)
20757         (spam-group-spam-contents-p, spam-group-ham-contents-p)
20758         (spam-list-of-processors, spam-list-of-statistical-checks): Fix doc,
20759         also add spam-use-blackholes to the statistical checks.
20760         (spam-fetch-field-fast): Add interface to fetching fields, may
20761         become a macro.
20762         (spam-fetch-field-from-fast, spam-fetch-field-subject-fast)
20763         (spam-fetch-field-message-id-fast): Use spam-fetch-field-fast.
20764         (spam-insert-fake-headers): Fake an article when needed.
20765         (spam-find-spam): Fake article when possible.
20766         (spam-check-blackholes, spam-check-BBDB, spam-from-listed-p)
20767         (spam-check-bogofilter-headers): Use message-fetch-field instead
20768         of nnmail-fetch-field.
20769
20770 2004-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
20771
20772         * gnus-score.el (gnus-score-find-trace): Add `k' (kill-buffer).
20773
20774 2004-01-07  Teodor Zlatanov  <tzz@lifelogs.com>
20775
20776         * spam.el (spam-split): Do not require spam-use-CHECK to be
20777         enabled if that check is passed to spam-split explicitly; also
20778         fix so 'spam doesn't get converted to spam-split-group when
20779         spam-split-symbolic-return is t.
20780         (spam-find-spam): Find registrations of the article and use those
20781         instead of re-running spam-split to find the spam/ham
20782         classification of the article.
20783         (spam-log-processing-to-registry, spam-log-registered-p)
20784         (spam-log-unregistration-needed-p, spam-log-undo-registration):
20785         Use gnus-error instead of gnus-message.
20786         (spam-log-registration-type): Add function to determine the
20787         classification of a message based on registry entries; will
20788         return nil if both 'spam and 'ham are found.
20789         (spam-check-BBDB): Expand all the BBDB macros here so we can have
20790         a reasonably fast local cache without the loading errors.
20791         (spam-cache-lookups): Set to t by default.
20792         (spam-find-spam): Don't try to guess spam-cache-lookups.
20793         (spam-enter-whitelist, spam-enter-blacklist): Clear the
20794         spam-caches entry.
20795         (spam-filelist-build-cache, spam-filelist-check-cache):
20796         Fix caching of whitelist/blacklist entries.
20797         (spam-check-whitelist, spam-check-blacklist):
20798         Invoke spam-from-listed-p with a type, not a cache variable.
20799         (spam-from-listed-p): Wrap around spam-filelist-check-cache.
20800
20801 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20802
20803         * message.el (message-cite-prefix-regexp): Use with-syntax-table.
20804
20805         * nnmail.el (nnmail-split-fancy): do.
20806
20807         * mml.el (mml-parse): do.
20808
20809         * gnus-score.el (gnus-enter-score-words-into-hashtb)
20810         (gnus-score-adaptive): do.
20811
20812 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20813
20814         * gnus-art.el (gnus-treat-emphasize): Ignore Emacs version number.
20815         (gnus-mime-button-map): Don't set keymap parent.
20816         (gnus-button-ctan-directory-regexp): Use shy grouping.
20817         (gnus-prev-page-map): Don't set keymap parent.
20818         (gnus-prev-page-map): Remove duplicated one.
20819         (gnus-next-page-map): Don't set keymap parent.
20820         (gnus-mime-security-button-map): Ditto.
20821
20822         * nnheader.el (nnheader-directory-files-is-safe): Ignore Emacs
20823         version number.
20824
20825         * sha1-el.el (sha1-string-external): Use with-temp-buffer.
20826
20827 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20828
20829         * canlock.el (canlock-sha1-function): Remove.
20830         (canlock-sha1-function-for-verify): Remove.
20831         (canlock-openssl-program): Remove.
20832         (canlock-openssl-args): Remove.
20833         (canlock-ignore-errors): Remove.
20834         (canlock-sha1-with-openssl): Remove.
20835         (canlock-sha1): Use sha1 instead of to call canlock-sha1-function.
20836         (canlock-verify): Don't use canlock-ignore-errors.
20837
20838         * sha1-el.el (sha1-string-external): Make it can return a string
20839         in binary form.
20840         (sha1-region-external): Ditto.
20841         (sha1-string-internal): Ditto.
20842         (sha1-region-internal): Ditto.
20843         (sha1-region): Ditto.
20844         (sha1-string): Ditto.
20845         (sha1): Ditto.
20846
20847 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20848
20849         * spam.el (spam-report-articles-gmane): New command.
20850
20851 2004-01-07  Katsumi Yamaoka  <yamaoka@jpl.org>
20852
20853         * gnus.el: Don't make unnecessary *Group* buffer when loading.
20854
20855         * run-at-time.el (run-at-time-saved): Remove.
20856         (run-at-time): Doc fix.
20857
20858 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
20859
20860         * gnus-sum.el (gnus-summary-limit-to-replied): New command.
20861         (gnus-summary-limit-map): Add it.
20862         (gnus-summary-make-menu-bar): do.
20863
20864 2004-01-06  Teodor Zlatanov  <tzz@lifelogs.com>
20865
20866         * spam.el (spam-cache-lookups, spam-caches, spam-clear-cache):
20867         Make attempt at some caching support (done for BBDB only now).
20868         (spam-find-spam): Set spam-cache-lookups if there are more than 2
20869         addresses to be checked.
20870         (spam-clear-cache-BBDB): Add function, to be invoked by
20871         bbdb-change-hook, and triggering spam-clear-cache of 'spam-use-BBDB.
20872         (spam-check-BBDB): Check and use the caches, if
20873         spam-cache-lookups is on, remove superfluous (provide).
20874
20875 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
20876
20877         * gnus-art.el (gnus-treat-ansi-sequences): Change default.
20878
20879 2004-01-07  Steve Youngs  <sryoungs@bigpond.net.au>
20880
20881         * run-at-time.el (run-at-time-saved): Move to after the definition
20882         of `run-at-time'.
20883
20884         * dgnushack.el: Autoload `font-lock-fontify-buffer' in XEmacs.
20885
20886 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20887
20888         * gnus-art.el (gnus-article-wash-html-with-w3m): Don't use
20889         mm-w3m-local-map-property.
20890
20891         * mm-view.el (mm-w3m-mode-map): Remove.
20892         (mm-w3m-local-map-property): Remove.
20893         (mm-inline-text-html-render-with-w3m): Don't use
20894         mm-w3m-local-map-property.
20895
20896 2004-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
20897
20898         * run-at-time.el: New file.
20899
20900         * dgnushack.el (dgnushack-compile): Don't compile run-at-time
20901         under Emacs.
20902
20903         * gnus.el ((fboundp 'gnus-set-text-properties)): Remove definition
20904         of gnus-set-text-properties.
20905
20906         * gnus-uu.el (gnus-uu-save-article): Ditto.
20907
20908         * gnus-salt.el (gnus-carpal-setup-buffer): Ditto.
20909
20910         * gnus-cite.el (gnus-cite-parse): Ditto.
20911
20912         * gnus-art.el (gnus-button-push): Use set-text-properties instead
20913         of gnus-.
20914
20915         * gnus-xmas.el (run-at-time): Require run-at-time.
20916
20917         * gnus.el: Change calls to nnheader-run-at-time and
20918         password-run-at-time throughout to use run-at-time directly.
20919
20920         * password.el: Remove definition of run-at-time.
20921
20922         * nnheaderxm.el: Remove definition of run-at-time.
20923
20924 2004-01-05  Karl Pflästerer  <sigurd@12move.de>  (tiny change)
20925
20926         * mml.el (mml-minibuffer-read-disposition): Show attachment type
20927         in prompt.
20928
20929 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20930
20931         * messagexmas.el (message-xmas-redefine): Alias
20932         `message-make-caesar-translation-table' to
20933         ``message-xmas-make-caesar-translation-table' regardless of XEmacs
20934         version.
20935
20936         * gnus-xmas.el (gnus-xmas-set-text-properties): Removed.
20937         (gnus-xmas-define): Don't alias `gnus-set-text-properties' to
20938         `gnus-xmas-set-text-properties'.
20939         (gnus-xmas-redefine): Don't alias `gnus-completing-read' to
20940         `gnus-xmas-completing-read'.
20941         (gnus-xmas-completing-read): Removed.
20942         (gnus-xmas-open-network-stream): Removed.
20943
20944         * gnus-ems.el (gnus-mode-line-modified): Don't conditionalise on
20945         XEmacs version.
20946
20947         * dns.el (dns-make-network-process): Use `open-network-stream'
20948         instead of `gnus-xmas-open-network-stream'.
20949
20950         * dgnushack.el: Remove some XEmacs 21.1 specific stuff.
20951
20952         * .cvsignore: Add auto-autoloads.el, custom-load.el.
20953
20954 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20955
20956         * gnus-art.el (gnus-mime-display-alternative)
20957         (gnus-insert-mime-button, gnus-insert-mime-security-button)
20958         (gnus-insert-prev-page-button, gnus-insert-next-page-button):
20959         Don't use gnus-local-map-property.
20960
20961         * gnus-util.el (gnus-local-map-property): Remove.
20962
20963         * mm-view.el (mm-view-pkcs7-decrypt):
20964         Replace gnus-completing-read-maybe-default with completing-read.
20965
20966         * gnus-util.el (gnus-completing-read): do.
20967         (gnus-completing-read-maybe-default): Remove.
20968
20969 2004-01-06  Steve Youngs  <sryoungs@bigpond.net.au>
20970
20971         * password.el: Only autoload `run-at-time' if not XEmacs.
20972         Only autoload the itimer functions if XEmacs.
20973
20974 2004-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
20975
20976         * gnus-xmas.el (gnus-xmas-define): Defun char-width for non-MULE
20977         XEmacsen.
20978
20979         * dgnushack.el: Autoload executable-find for XEmacs.
20980
20981 2004-01-06  Jesper Harder  <harder@ifa.au.dk>
20982
20983         * gnus-art.el (gnus-read-string): Remove.
20984         (gnus-summary-pipe-to-muttprint): Replace gnus-read-string with
20985         read-string.
20986
20987 2004-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
20988
20989         * netrc.el: Autoload password-read.
20990         (netrc): Add configuration group.
20991         (netrc-encoding-method, netrc-openssl-path):
20992         Add variables for encoding and decoding of files with symmetric
20993         ciphers.
20994         (netrc-encode): Add assistant function to encode a file with
20995         netrc-encoding-method.
20996         (netrc-parse): Add interactive parameter, added optional
20997         decoding if netrc-encoding-method is non-nil but otherwise
20998         behavior is standard.
20999         (netrc-encrypting-method, netrc-encrypt, netrc-parse):
21000         Do s/encode/encrypt/ everywhere.
21001
21002         * spam.el: Remove executable-find autoload.
21003
21004 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21005
21006         * gnus-registry.el: Remove Emacs 20 hash table compatibility code.
21007
21008         * gnus-uu.el (gnus-uu-post-encoded): bury-buffer is always fbound.
21009
21010 2004-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
21011
21012         * gnus-art.el (gnus-treat-ansi-sequences)
21013         (article-treat-ansi-sequences): New variable and function.
21014         Suggested by Dan Jacobson <jidanni@jidanni.org>.
21015
21016         * gnus-sum.el (gnus-summary-wash-map, gnus-summary-make-menu-bar):
21017         Use it.
21018
21019 2004-01-05  Jesper Harder  <harder@ifa.au.dk>
21020
21021         * mm-util.el (mm-quote-arg): Remove.
21022
21023         * mm-decode.el (mm-mailcap-command): Replace mm-quote-arg with
21024         shell-quote-argument.
21025
21026         * gnus-uu.el (gnus-uu-command): do.
21027
21028         * gnus-sum.el (gnus-summary-insert-pseudos): do.
21029
21030         * ietf-drums.el (ietf-drums-token-to-list): Replace mm-make-char
21031         with make-char.
21032
21033         * mm-util.el (mm-make-char): Remove.
21034
21035         * mml.el (mml-mode): Replace gnus-add-minor-mode with
21036         add-minor-mode.
21037
21038         * gnus-undo.el (gnus-undo-mode): do.
21039
21040         * gnus-topic.el (gnus-topic-mode): do.
21041
21042         * gnus-sum.el (gnus-dead-summary-mode): do.
21043
21044         * gnus-start.el (gnus-slave-mode): do.
21045
21046         * gnus-salt.el (gnus-binary-mode, gnus-pick-mode): do.
21047
21048         * gnus-ml.el (gnus-mailing-list-mode): do.
21049
21050         * gnus-gl.el (gnus-grouplens-mode): do.
21051
21052         * gnus-draft.el (gnus-draft-mode): do.
21053
21054         * gnus-dired.el (gnus-dired-mode): do.
21055
21056         * gnus-ems.el (gnus-add-minor-mode): Remove.
21057
21058         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21059         Replace gnus-char-width with char-width.
21060
21061         * gnus-ems.el (gnus-char-width): Remove.
21062
21063         * gnus-spec.el (gnus-correct-length, gnus-correct-substring):
21064         Replace gnus-char-width with char-width.
21065
21066         * gnus-ems.el (gnus-char-width): Remove.
21067
21068         * spam-stat.el (with-syntax-table): Remove with-syntax-table
21069         definition.
21070         Remove Emacs 20 hash table compatibility code.
21071
21072         * rfc2047.el (with-syntax-table): Remove with-syntax-table Emacs
21073         20 compatibility code.
21074
21075         * spam.el (spam-point-at-eol): Replace with point-at-eol.
21076
21077         * smime.el (smime-point-at-eol): Replace with point-at-eol.
21078
21079         * rfc2047.el (rfc2047-point-at-bol, rfc2047-point-at-eol):
21080         Replace with point-at-{eol,bol}.
21081
21082         * netrc.el (netrc-point-at-eol): Replace with point-at-eol.
21083
21084         * imap.el (imap-point-at-eol): Replace with point-at-eol.
21085
21086         * flow-fill.el (fill-flowed-point-at-bol)
21087         (fill-flowed-point-at-eol): Replace with point-at-{eol,bol}.
21088
21089         * gnus-util.el (gnus-point-at-bol, gnus-point-at-eol): Remove.
21090         Replace with point-at-{eol,bol} throughout all files.
21091
21092 2004-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
21093
21094         * ntlm.el (ntlm-string-as-unibyte): New macro.
21095         (ntlm-build-auth-response): Use it.
21096
21097         Remove Emacs 20 stuff:
21098         * dgnushack.el (dgnushack-compile): Don't modify max-specpdl-size.
21099         (butlast, mapc, remove): Remove the compiler macros.
21100         * gnus-msg.el (gnus-summary-news-other-window): Use remove instead
21101         of delq and copy-sequence.
21102         * gnus-art.el (popup-menu): Remove the compiler macro.
21103         * nnmail.el (nnmail-split-fancy): Don't support customizing with
21104         Emacs 20.
21105
21106 2004-01-05  Simon Josefsson  <jas@extundo.com>
21107
21108         * ntlm.el: Fix namespace.  Change smb-passwd-hash into
21109         ntlm-smb-passwd-hash, smb-owf-encrypt into ntlm-smb-owf-encrypt,
21110         smb-passwd-hash into ntlm-smb-passwd-hash, smbdes-e-p16 into
21111         ntlm-smb-des-e-p16, smbdes-e-p24 into ntlm-smb-des-e-p24, smbhash
21112         into ntlm-smb-hash, smb-sp8 into ntlm-smb-sp8, smb-str-to-key into
21113         ntlm-smb-str-to-key, smb-dohash into ntlm-smb-dohash, smb-perm1
21114         into ntlm-smb-perm1, smb-perm2 into ntlm-smb-perm2, smb-perm3 into
21115         ntlm-smb-perm3, smb-perm4 into ntlm-smb-perm4, smb-perm5 into
21116         ntlm-smb-perm5, smb-perm6 into ntlm-smb-perm6, smb-sc into
21117         ntlm-smb-sc, smb-sbox into ntlm-smb-sbox, string-permute into
21118         ntlm-string-permute, string-lshift into ntlm-string-lshift,
21119         string-xor into ntlm-string-xor.
21120         Suggested by Jesper Harder <harder@myrealbox.com>.
21121
21122         * ntlm.el: Don't include poem.
21123
21124         * md4.el (print-int32, print-string-hexa): Remove.
21125         Suggested by Jesper Harder <harder@myrealbox.com>.
21126
21127         * sasl-ntlm.el, ntlm.el, md4.el: New files.
21128
21129         * hmac-md5.el (md5-binary): Fix byte compile warning.  (This
21130         probably breaks emacs with DL patch, but do we care? Is anyone
21131         still using the DL stuff?)
21132
21133         * sieve-manage.el: Use the password package.
21134         (sieve-manage-read-passwd): Remove.
21135         (sieve-manage-interactive-login): Use password.  Re-add
21136         condition-case around loop.
21137
21138         * pgg.el (pgg-passphrase-cache, pgg-run-at-time): Remove.
21139         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
21140         Use the password package.
21141
21142 2003-02-19  Simon Josefsson  <jas@extundo.com>
21143
21144         * sieve-manage.el (sieve-sasl-auth): Quote optional initial SASL
21145         token.
21146
21147 2002-08-07  Simon Josefsson  <jas@extundo.com>
21148
21149         * sieve-manage.el (require): Use SASL, not RFC2104/MD5.
21150         (sieve-manage-authenticators):
21151         (sieve-manage-authenticator-alist): Add some SASL mechs.
21152         (sieve-sasl-auth): New function.
21153         (sieve-manage-cram-md5-auth):
21154         (sieve-manage-plain-auth): Rewrite using SASL library.
21155         (sieve-manage-digest-md5-p, sieve-manage-digest-md5-auth)
21156         (sieve-manage-scram-md5-p, sieve-manage-scram-md5-auth)
21157         (sieve-manage-ntlm-p, sieve-manage-ntlm-auth)
21158         (sieve-manage-login-p, sieve-manage-login-auth): Add wrappers.
21159
21160 2004-01-05  Simon Josefsson  <jas@extundo.com>
21161
21162         * sasl.el, sasl-cram.el, sasl-digest.el, hmac-md5.el, hmac-def.el:
21163         New files.
21164
21165 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21166
21167         * gnus-group.el (gnus-no-groups-message): Update.
21168
21169         * gnus-sum.el (gnus-summary-insert-new-articles): Remove .
21170
21171 2003-11-09  Simon Josefsson  <jas@extundo.com>
21172
21173         * imap.el: Support for ID IMAP extension (RFC 2971).
21174         (imap-local-variables): Add imap-id.
21175         (imap-id): New variable.
21176         (imap-id): New function.
21177         (imap-parse-response): Parse untagged ID response.
21178         * nnimap.el (nnimap-id): New variable.
21179         (nnimap-open-connection): Use it.
21180
21181 2003-12-28  Simon Josefsson  <jas@extundo.com>
21182
21183         * gnus-score.el (gnus-score-edit-all-score): New.
21184         * gnus-group.el (gnus-group-score-map): Bind it to W e.
21185
21186 2004-01-04  Simon Josefsson  <jas@extundo.com>
21187
21188         * password.el: Add.
21189
21190 2004-01-04  Mario Lang  <lang@zid.tugraz.at>
21191
21192         * dns.el (dns-query-types): Fix typo.
21193         (dns-query-types): New function.
21194         (dns-read-type): Add support for AAAA records, see RFC 3596.  Parse MX,
21195         PTR and SOA replies, see RFC 1035.
21196
21197 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21198
21199         * gnus.el (gnus-logo-color-style): Change colors to `no'.
21200
21201         * Move to Changelog.2.
21202
21203 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21204
21205         * gnus.el (gnus-version-number): Bump version.
21206
21207 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21208
21209         * gnus.el: No Gnus v0.1 is released.
21210
21211 2004-01-04  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
21212
21213         * gnus.el: No Gnus v0.0 is released.
21214
21215 2004-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
21216
21217         * gnus.el (gnus-version-number): Bump.
21218         (gnus-version): No.
21219
21220 See ChangeLog.2 for earlier changes.
21221
21222   Copyright (C) 2004-2011  Free Software Foundation, Inc.
21223
21224   This file is part of GNU Emacs.
21225
21226   GNU Emacs is free software: you can redistribute it and/or modify
21227   it under the terms of the GNU General Public License as published by
21228   the Free Software Foundation, either version 3 of the License, or
21229   (at your option) any later version.
21230
21231   GNU Emacs is distributed in the hope that it will be useful,
21232   but WITHOUT ANY WARRANTY; without even the implied warranty of
21233   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
21234   GNU General Public License for more details.
21235
21236   You should have received a copy of the GNU General Public License
21237   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
21238
21239 ;; Local Variables:
21240 ;; coding: utf-8
21241 ;; fill-column: 79
21242 ;; add-log-time-zone-rule: t
21243 ;; End: